@@ -2329,6 +2329,46 @@ skills["ManifestDancingDervishes"] = {
23292329 [15 ] = { cooldown = 0.5 , levelRequirement = 1 , storedUses = 1 , },
23302330 },
23312331}
2332+ skills [" MistyReflection" ] = {
2333+ name = " Misty Reflection" ,
2334+ hidden = true ,
2335+ color = 4 ,
2336+ description = " Dash backwards, leaving a short-lived mist copy of yourself that Taunts nearby Enemies for a short duration. The copy can be damaged by Enemies, and copies that are killed by an Enemy will apply a debuff in an area that makes affected targets take 30% increased Damage and deal 30% less Damage for 4 seconds." ,
2337+ skillTypes = { [SkillType .Spell ] = true , [SkillType .Movement ] = true , [SkillType .Travel ] = true , [SkillType .Blink ] = true , [SkillType .Cooldown ] = true , [SkillType .FixedCastTime ] = true , [SkillType .Minion ] = true , [SkillType .Duration ] = true , [SkillType .Area ] = true , [SkillType .Buff ] = true , },
2338+ statDescriptionScope = " skill_stat_descriptions" ,
2339+ castTime = 0.15 ,
2340+ fromTree = true ,
2341+ baseFlags = {
2342+ spell = true ,
2343+ duration = true ,
2344+ },
2345+ baseMods = {
2346+ mod (" DamageTaken" , " INC" , 30 , 0 , 0 , { type = " Condition" , var = " MistyReflection" }, { type = " GlobalEffect" , effectType = " Debuff" }),
2347+ mod (" Damage" , " MORE" , - 30 , 0 , 0 , { type = " Condition" , var = " MistyReflection" }, { type = " GlobalEffect" , effectType = " Debuff" }),
2348+ skill (" debuff" , true ),
2349+ },
2350+ constantStats = {
2351+ { " base_skill_effect_duration" , 2000 },
2352+ { " active_skill_base_area_of_effect_radius" , 30 },
2353+ { " misty_reflection_clone_base_maximum_life_%_of_owner_maximum_life" , 10 },
2354+ },
2355+ stats = {
2356+ " base_cooldown_speed_+%" ,
2357+ " skill_travel_distance_+%" ,
2358+ " base_deal_no_damage" ,
2359+ " skill_cannot_be_interrupted" ,
2360+ " skill_cannot_be_knocked_back" ,
2361+ " skill_cannot_be_stunned" ,
2362+ " spell_cast_time_cannot_be_modified" ,
2363+ },
2364+ notMinionStat = {
2365+ " base_cooldown_speed_+%" ,
2366+ },
2367+ levels = {
2368+ [1 ] = { 0 , 0 , cooldown = 6 , levelRequirement = 4 , storedUses = 1 , statInterpolation = { 1 , 1 , }, },
2369+ [20 ] = { 0 , 0 , cooldown = 6 , levelRequirement = 70 , storedUses = 1 , statInterpolation = { 1 , 1 , }, },
2370+ },
2371+ }
23322372skills [" SupportUniqueMjolnerLightningSpellsCastOnHit" ] = {
23332373 name = " Mjolner" ,
23342374 hidden = true ,
0 commit comments