@@ -43,6 +43,7 @@ function calcs.initModDB(env, modDB)
4343 modDB :NewMod (" MaxLifeLeechRate" , " BASE" , 20 , " Base" )
4444 modDB :NewMod (" MaxManaLeechRate" , " BASE" , 20 , " Base" )
4545 modDB :NewMod (" ImpaleStacksMax" , " BASE" , 5 , " Base" )
46+ modDB :NewMod (" IgniteStacksMax" , " BASE" , 1 , " Base" )
4647 modDB :NewMod (" BleedStacksMax" , " BASE" , 1 , " Base" )
4748 modDB :NewMod (" PoisonStacksMax" , " BASE" , 1 , " Base" )
4849 modDB :NewMod (" MaxEnergyShieldLeechRate" , " BASE" , 10 , " Base" )
@@ -610,7 +611,7 @@ function calcs.initEnv(build, mode, override, specEnv)
610611 modDB :NewMod (" Speed" , " MORE" , 20 , " Base" , ModFlag .Attack , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " DoubledInherentDualWieldingSpeed" })
611612 modDB :NewMod (" BlockChance" , " BASE" , 20 , " Base" , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " NoInherentBlock" , neg = true }, { type = " Condition" , var = " DoubledInherentDualWieldingBlock" , neg = true })
612613 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 })
614615 modDB :NewMod (" Condition:BloodStance" , " FLAG" , true , " Base" , { type = " Condition" , var = " SandStance" , neg = true })
615616 modDB :NewMod (" Condition:PrideMinEffect" , " FLAG" , true , " Base" , { type = " Condition" , var = " PrideMaxEffect" , neg = true })
616617 modDB :NewMod (" PerBrutalTripleDamageChance" , " BASE" , 3 , " Base" )
0 commit comments