Files
2HUCardTDGame/game/scripts/vscripts/modifiers/modifier_touhoutd_damage_outgoing_magical.lua
2021-11-10 08:48:00 -05:00

19 lines
319 B
Lua
Executable File

modifier_touhoutd_damage_outgoing_magical = class({})
local public = modifier_touhoutd_damage_outgoing_magical
function public:IsHidden()
return false
end
function public:IsDebuff()
return false
end
function public:IsPurgable()
return false
end
function public:GetTexture()
return "touhoutd/thtd_yuyuko_03"
end