Skip to content

Commit 7669294

Browse files
author
LocalIdentity
committed
Add Exert support for Intimidating Cry on boots
1 parent f07d532 commit 7669294

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Data/3_0/Skills/other.lua

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,11 @@ skills["CatsStealthTriggeredIntimidatingCry"] = {
532532
castTime = 0.25,
533533
fromItem = true,
534534
statMap = {
535-
["attack_speed_+%_granted_from_skill"] = {
536-
mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff" }),
535+
["skill_empowers_next_x_melee_attacks"] = {
536+
mod("IntimidatingExertedAttacks", "BASE", nil),
537537
},
538-
["intimidating_cry_attack_speed_+%_per_100_enemies"] = {
539-
mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "Multiplier", var = "WarcryNearbyEnemies" }, { type = "GlobalEffect", effectType = "Buff" }),
540-
div = 100,
538+
["intimidating_cry_enemy_phys_reduction_%_penalty_vs_hit_per_5_MP"] = {
539+
mod("IntimidatingPDRPer5MP", "BASE", nil),
541540
},
542541
},
543542
baseFlags = {
@@ -546,7 +545,7 @@ skills["CatsStealthTriggeredIntimidatingCry"] = {
546545
duration = true,
547546
},
548547
baseMods = {
549-
skill("buffAllies", true),
548+
skill("radius", 60),
550549
},
551550
qualityStats = {
552551
},

Export/Skills/other.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,14 @@ local skills, mod, flag, skill = ...
128128
#flags warcry area duration
129129
fromItem = true,
130130
statMap = {
131-
["attack_speed_+%_granted_from_skill"] = {
132-
mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff" }),
131+
["skill_empowers_next_x_melee_attacks"] = {
132+
mod("IntimidatingExertedAttacks", "BASE", nil),
133133
},
134-
["intimidating_cry_attack_speed_+%_per_100_enemies"] = {
135-
mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "Multiplier", var = "WarcryNearbyEnemies" }, { type = "GlobalEffect", effectType = "Buff" }),
136-
div = 100,
134+
["intimidating_cry_enemy_phys_reduction_%_penalty_vs_hit_per_5_MP"] = {
135+
mod("IntimidatingPDRPer5MP", "BASE", nil),
137136
},
138137
},
139-
#baseMod skill("buffAllies", true)
138+
#baseMod skill("radius", 60)
140139
#mods
141140

142141
#skill ChannelledSnipe

0 commit comments

Comments
 (0)