diff options
-rw-r--r-- | graphics/sprites/npcs/npc-annualeaster.png | bin | 0 -> 764 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/npc-annualeaster.xml | 9 | ||||
-rw-r--r-- | npcs.xml | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-annualeaster.png b/graphics/sprites/npcs/npc-annualeaster.png Binary files differnew file mode 100644 index 00000000..ec3e6fd4 --- /dev/null +++ b/graphics/sprites/npcs/npc-annualeaster.png diff --git a/graphics/sprites/npcs/npc-annualeaster.xml b/graphics/sprites/npcs/npc-annualeaster.xml new file mode 100644 index 00000000..3f396423 --- /dev/null +++ b/graphics/sprites/npcs/npc-annualeaster.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-annualeaster.png" width="32" height="32"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -926,6 +926,10 @@ <npc id="374"> <particlefx>graphics/particles/demonfire.particle.xml</particlefx> </npc> + <npc id="375"> + <sprite variant="0">npcs/npc-annualeaster.xml</sprite> + </npc> + <!-- Put new unique sprites above here. For huge npcs, see range 216-250. For poses/outfits npcs, see 251-299 --> <!-- note: don't go above 999, because the 1000's are reserved for mob id --> </npcs> |