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,12 @@
monkey_king_jingu_mastery_aghsfort = class({})
--------------------------------------------------------------------------------
function monkey_king_jingu_mastery_aghsfort:OnSpellStart()
if IsServer() then
self:GetCaster():AddNewModifier( self:GetCaster(), self, "modifier_monkey_king_quadruple_tap_bonuses", { duration = self:GetSpecialValueFor( "max_duration" ) } )
end
end
--------------------------------------------------------------------------------