@@ -596,10 +596,6 @@ function calcs.initEnv(build, mode, override, specEnv)
596596 modDB :NewMod (" EnemyMarkLimit" , " BASE" , 1 , " Base" )
597597 modDB :NewMod (" SocketedCursesHexLimitValue" , " BASE" , 1 , " Base" )
598598 modDB :NewMod (" ProjectileCount" , " BASE" , 1 , " Base" )
599- modDB :NewMod (" Speed" , " MORE" , 10 , " Base" , ModFlag .Attack , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " DoubledInherentDualWieldingSpeed" , neg = true })
600- modDB :NewMod (" Speed" , " MORE" , 20 , " Base" , ModFlag .Attack , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " DoubledInherentDualWieldingSpeed" })
601- modDB :NewMod (" BlockChance" , " BASE" , 20 , " Base" , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " NoInherentBlock" , neg = true }, { type = " Condition" , var = " DoubledInherentDualWieldingBlock" , neg = true })
602- modDB :NewMod (" BlockChance" , " BASE" , 40 , " Base" , { type = " Condition" , var = " DualWielding" }, { type = " Condition" , var = " NoInherentBlock" , neg = true }, { type = " Condition" , var = " DoubledInherentDualWieldingBlock" })
603599 modDB :NewMod (" AilmentMagnitude" , " MORE" , data .monsterConstants [" bleeding_moving_damage_%_of_base_override" ] - 100 , " Base" , 0 , KeywordFlag .Bleed , { type = " ActorCondition" , actor = " enemy" , varList = { " Moving" , " BleedAggravated" } }, { type = " Condition" , var = " NoExtraBleedDamageToMovingEnemy" , neg = true })
604600 modDB :NewMod (" Condition:BloodStance" , " FLAG" , true , " Base" , { type = " Condition" , var = " SandStance" , neg = true })
605601 modDB :NewMod (" Condition:PrideMinEffect" , " FLAG" , true , " Base" , { type = " Condition" , var = " PrideMaxEffect" , neg = true })
0 commit comments