Release 1.4.139

- Fixed Rage option
This commit is contained in:
Openarl
2019-06-06 00:20:09 +12:00
parent 575b14cb0f
commit 6be9e6b752
6 changed files with 17 additions and 8 deletions

View File

@@ -1004,6 +1004,10 @@ local specialModList = {
flag("Condition:CanGainRage"),
mod("Dummy", "DUMMY", 1, { type = "Condition", var = "CanGainRage" }) -- Make the Configuration option appear
},
["gain %d+ rage on hit with attacks, no more than once every [%d%.]+ seconds"] = {
flag("Condition:CanGainRage"),
mod("Dummy", "DUMMY", 1, { type = "Condition", var = "CanGainRage" }) -- Make the Configuration option appear
},
["effects granted for having rage are doubled"] = { mod("Multiplier:RageEffect", "BASE", 1) },
["effects granted for having rage are tripled"] = { mod("Multiplier:RageEffect", "BASE", 2) },
["cannot be stunned while you have at least (%d+) rage"] = function(num) return { mod("AvoidStun", "BASE", 100, { type = "MultiplierThreshold", var = "Rage", threshold = 25 }) } end,