Scriptname DLC1SeranaLevelingScript extends Actor Keyword Property VampireKeyword auto ;/ Event OnInit() (略) EndEvent /; ;UDGP 2.0.3 - Actor does not unregister, leaving behind a permanent update event. ;/ Event OnDeath(Actor akKiller) (略) EndEvent /; ;/ Event OnUpdateGameTime() (略) EndEvent /; ;/ Event OnCombatStateChange(actor akTarget, int CombatState) (略) EndEvent /; Float Property CurrentHealth Auto Int Property CurrentLevel Auto Int Property LastLevel Auto Int Property Stage1 = 20 Auto Int Property Stage2 = 28 Auto Int Property Stage3 = 38 Auto Int Property Stage4 = 48 Auto Int Property Stage5 = 99 Auto SPELL Property crVampireDrain02 Auto SPELL Property crVampireDrain03 Auto SPELL Property crVampireDrain04 Auto SPELL Property crVampireDrain05 Auto SPELL Property crVampireDrain06 Auto SPELL Property IceSpikeLeftHand Auto SPELL Property ReanimateCorpseLeftHand Auto SPELL Property LightningBoltLeftHand Auto SPELL Property RevenantLeftHand Auto SPELL Property IceStormLeftHand Auto SPELL Property ChainLightningLeftHand Auto SPELL Property RaiseZombieLeftHand Auto