initial commit

This commit is contained in:
2021-10-24 15:36:18 -04:00
commit b9a5a8fe23
11982 changed files with 220468 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
modifier_sled_penguin_impairment = class({})
----------------------------------------------------------------------------------
function modifier_sled_penguin_impairment:IsHidden()
return true
end
----------------------------------------------------------------------------------
function modifier_sled_penguin_impairment:IsPurgable()
return false
end
--------------------------------------------------------------------------------
function modifier_sled_penguin_impairment:GetEffectName()
return "particles/units/heroes/hero_brewmaster/brewmaster_drunken_haze_debuff.vpcf"
end
--------------------------------------------------------------------------------
function modifier_sled_penguin_impairment:GetStatusEffectName()
return "particles/status_fx/status_effect_brewmaster_drunken_haze.vpcf"
end
--------------------------------------------------------------------------------
function modifier_sled_penguin_impairment:StatusEffectPriority()
return 50
end
--------------------------------------------------------------------------------