project-meteor-server/data/scripts/unique/fst0Battle03/Monster/papalymo.lua
2017-10-11 19:23:40 +01:00

11 lines
247 B
Lua

require ("global")
require ("modifiers")
require ("ally")
function onSpawn(ally)
ally:SetMaxHP(69420)
ally:SetHP(ally:GetMaxHP())
ally.isAutoAttackEnabled = false;
ally.neutral = false
ally:SetMod(modifiersGlobal.Speed, 0)
end