diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
commit | 2f75672ce9c9572e1bcc39eba8b376e41eae6856 (patch) | |
tree | e3ce7e053ffef3e65ec91f4c8919da0260644915 /graphics/sprites/npcs/xml/bait.xml | |
download | clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.gz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.bz2 clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.xz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.zip |
Initial commit (Moubootaur Legends Fork)
Diffstat (limited to 'graphics/sprites/npcs/xml/bait.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/bait.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/bait.xml b/graphics/sprites/npcs/xml/bait.xml new file mode 100644 index 0000000..67fff8f --- /dev/null +++ b/graphics/sprites/npcs/xml/bait.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Reid +Copyright (C) 2016 The Mana World & Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/bait.png" + width="32" + height="32"/> + + <action name="stand" imageset="npc"> + <!-- Bait Sinking --> + <animation direction="left"> + <sequence start="1" end="4" delay="70"/> + <frame index="5"/> + </animation> + + <!-- Bait Floating --> + <animation direction="up"> + <label name="start"/> + <goto label="fakesinking" rand="8"/> + <frame index="0" delay="100"/> + <goto label="start" rand="100"/> + <label name="fakesinking"/> + <frame index="1" delay="170"/> + <goto label="fakesinking" rand="50"/> + </animation> + + <animation direction="default"> + <frame index="6"/> + </animation> + </action> +</sprite> |