Skip to content

Commit 11e1777

Browse files
xiaoyaoyangSteveLocalIdentity
authored
Fix Gemling Frost Wall Ice Crystal life (#2386)
* Fix Gemling Frost Wall Ice Crystal life * Remove test No need for a test with this simple change --------- Co-authored-by: Steve <steve@openclaw.local> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 45c4350 commit 11e1777

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,6 +2855,9 @@ return {
28552855
["frost_wall_maximum_life"] = {
28562856
mod("IceCrystalLifeBase", "BASE", nil),
28572857
},
2858+
["ice_crystal_maximum_life_+%"] = {
2859+
mod("IceCrystalLife", "INC", nil),
2860+
},
28582861
-- Parry
28592862
["base_parry_buff_damage_taken_+%_final_to_apply"] = {
28602863
mod("DamageTaken", "MORE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Parry Debuff", effectCond = "ParryActive" }, { type = "Condition", var = "Effective" }),

0 commit comments

Comments
 (0)