@@ -43,6 +43,7 @@ function calcs.initModDB(env, modDB)
43
43
modDB :NewMod (" MaxLifeLeechRate" , " BASE" , 20 , " Base" )
44
44
modDB :NewMod (" MaxManaLeechRate" , " BASE" , 20 , " Base" )
45
45
modDB :NewMod (" ImpaleStacksMax" , " BASE" , 5 , " Base" )
46
+ modDB :NewMod (" IgniteStacksMax" , " BASE" , 1 , " Base" )
46
47
modDB :NewMod (" BleedStacksMax" , " BASE" , 1 , " Base" )
47
48
modDB :NewMod (" PoisonStacksMax" , " BASE" , 1 , " Base" )
48
49
modDB :NewMod (" MaxEnergyShieldLeechRate" , " BASE" , 10 , " Base" )
@@ -610,7 +611,7 @@ function calcs.initEnv(build, mode, override, specEnv)
610
611
modDB :NewMod (" Speed" , " MORE" , 20 , " Base" , ModFlag .Attack , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " DoubledInherentDualWieldingSpeed" })
611
612
modDB :NewMod (" BlockChance" , " BASE" , 20 , " Base" , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " NoInherentBlock" , neg = true }, { type = " Condition" , var = " DoubledInherentDualWieldingBlock" , neg = true })
612
613
modDB :NewMod (" BlockChance" , " BASE" , 40 , " Base" , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " NoInherentBlock" , neg = true }, { type = " Condition" , var = " DoubledInherentDualWieldingBlock" })
613
- modDB :NewMod (" Damage " , " MORE" , 200 , " Base" , 0 , KeywordFlag .Bleed , { type = " ActorCondition" , actor = " enemy" , var = " Moving" }, { type = " Condition" , var = " NoExtraBleedDamageToMovingEnemy" , neg = true })
614
+ modDB :NewMod (" AilmentMagnitude " , " MORE" , 100 , " Base" , 0 , KeywordFlag .Bleed , { type = " ActorCondition" , actor = " enemy" , var = " Moving" }, { type = " Condition" , var = " NoExtraBleedDamageToMovingEnemy" , neg = true })
614
615
modDB :NewMod (" Condition:BloodStance" , " FLAG" , true , " Base" , { type = " Condition" , var = " SandStance" , neg = true })
615
616
modDB :NewMod (" Condition:PrideMinEffect" , " FLAG" , true , " Base" , { type = " Condition" , var = " PrideMaxEffect" , neg = true })
616
617
modDB :NewMod (" PerBrutalTripleDamageChance" , " BASE" , 3 , " Base" )
0 commit comments