Release 1.4.139
- Fixed Rage option
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user