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,18 @@
spider_egg_sack = class({})
LinkLuaModifier( "modifier_spider_egg_sack", "modifiers/creatures/modifier_spider_egg_sack", LUA_MODIFIER_MOTION_NONE )
-------------------------------------------------------------------------
function spider_egg_sack:Precache( context )
PrecacheResource( "particle", "particles/units/heroes/hero_venomancer/venomancer_poison_nova.vpcf", context )
PrecacheResource( "particle", "particles/units/heroes/hero_venomancer/venomancer_poison_debuff_nova.vpcf", context )
PrecacheUnitByNameSync( "npc_dota_creature_newborn_spider", context, -1 )
end
--------------------------------------------------------------------------------
function spider_egg_sack:GetIntrinsicModifierName()
return "modifier_spider_egg_sack"
end