@@ -1052,6 +1052,10 @@ return {
10521052 mod (" BleedChance" , " BASE" , nil ),
10531053 value = 100 ,
10541054},
1055+ [" attacks_inflict_bleeding_on_hit" ] = {
1056+ mod (" BleedChance" , " BASE" , nil , ModFlag .Attack ),
1057+ value = 100 ,
1058+ },
10551059[" display_fake_attack_hit_bleed" ] = {
10561060 mod (" BleedChance" , " BASE" , nil , ModFlag .Attack ),
10571061 value = 100 ,
@@ -1091,6 +1095,9 @@ return {
10911095[" base_chance_to_ignite_%" ] = {
10921096 mod (" EnemyIgniteChance" , " BASE" , nil ),
10931097},
1098+ [" active_skill_ignite_chance_+%_final" ] = {
1099+ mod (" EnemyIgniteChance" , " MORE" , nil ),
1100+ },
10941101[" always_ignite" ] = {
10951102 mod (" EnemyIgniteChance" , " BASE" , nil ),
10961103 value = 100 ,
@@ -1259,6 +1266,9 @@ return {
12591266[" active_skill_ignite_damage_+%_final" ] = {
12601267 mod (" AilmentMagnitude" , " MORE" , nil , 0 , KeywordFlag .Ignite ),
12611268},
1269+ [" active_skill_ignite_effect_+%_final" ] = {
1270+ mod (" AilmentMagnitude" , " MORE" , nil , 0 , KeywordFlag .Ignite ),
1271+ },
12621272[" base_ignite_effect_+%" ] = {
12631273 mod (" AilmentMagnitude" , " INC" , nil , 0 , KeywordFlag .Ignite ),
12641274},
@@ -1802,13 +1812,13 @@ return {
18021812},
18031813-- Impale
18041814[" attacks_impale_on_hit_%_chance" ] = {
1805- mod (" ImpaleChance" , " BASE" , nil , 0 , KeywordFlag .Attack )
1815+ mod (" ImpaleChance" , " BASE" , nil , 0 , KeywordFlag .Attack )
18061816},
18071817[" impale_on_hit_%_chance" ] = {
1808- mod (" ImpaleChance" , " BASE" , nil , 0 , 0 )
1818+ mod (" ImpaleChance" , " BASE" , nil , 0 , 0 )
18091819},
18101820[" spells_impale_on_hit_%_chance" ] = {
1811- mod (" ImpaleChance" , " BASE" , nil , 0 , KeywordFlag .Spell )
1821+ mod (" ImpaleChance" , " BASE" , nil , 0 , KeywordFlag .Spell )
18121822},
18131823[" impale_debuff_effect_+%" ] = {
18141824 mod (" ImpaleEffect" , " INC" , nil )
@@ -1971,8 +1981,8 @@ return {
19711981 mod (" TotemPlacementSpeed" , " INC" , nil ),
19721982},
19731983[" totems_regenerate_%_life_per_minute" ] = {
1974- mod (" LifeRegenPercent" , " BASE" , nil , 0 , KeywordFlag .Totem ),
1975- div = 60 ,
1984+ mod (" LifeRegenPercent" , " BASE" , nil , 0 , KeywordFlag .Totem ),
1985+ div = 60 ,
19761986},
19771987[" totem_duration_+%" ] = {
19781988 mod (" TotemDuration" , " INC" , nil ),
0 commit comments