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 @@
story_crystal = class( {} )
LinkLuaModifier( "modifier_story_crystal", "modifiers/creatures/modifier_story_crystal", LUA_MODIFIER_MOTION_VERTICAL )
--------------------------------------------------------------------------------
function story_crystal:Precache( context )
PrecacheResource( "particle", "particles/creatures/aghanim/aghanim_crystal_spellswap_ambient.vpcf", context )
PrecacheResource( "soundfile", "soundevents/voscripts/game_sounds_vo_wisp.vsndevts", context )
end
--------------------------------------------------------------------------------
function story_crystal:GetIntrinsicModifierName()
return "modifier_story_crystal"
end
--------------------------------------------------------------------------------