# This is a sample Action Loading File # # If this were a real action file, you could not comment # out lines like this. They are here only to explain what is # going on. In general, everything in "comments" is # explanation and everthing out of comments is what you # might see in an actual file. # Template for a action entry: # An example of what an actual file might look like 5 # number of actions to be read in move9 # makes an action of move up to 9 squares and up or down 4 height units move 9 4.0 blast 0 0.0 move move5 # same but for 5 spaces MoveTargeter 5 4.0 # Note the alternate keywords BlaStTARgEter 0 0.0 # Note also the case insensitivity of said keywords MoveEffect # but lord spare you if you get the parameters wrong SpirituallyHealAllFriendlys blast 1 0.0 allunit player heal spirit 50 # Heal 50 damage to all friendlys MagicMissle # ala D+D AllUnitTargeter Team_Enemy # choose any enemy BlastTargeter 0 0.0 # just hit the chosen enemy AttackEffect mind 5 1 false # do 5 damage, damage not increased by mind (multiplier of 1), no resist allowed basicAttack #basic melee attack blast 1 4.0 blast 0 0.0 attack body 20 2 true # allow x2 body critical