diff options
author | Bernhardt <orgzfrgh@gmail.com> | 2014-02-01 12:20:38 +0100 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-02-01 14:20:37 +0100 |
commit | 620530cbdf1fdfda2f2aa7ecf121d46600c85cf2 (patch) | |
tree | 331248f9bbf2d95a6aa582754155056f3d65086f | |
parent | 4ffb82a2c7a9de4e0e173d31bfc89d8de5002d2d (diff) | |
download | clientdata-620530cbdf1fdfda2f2aa7ecf121d46600c85cf2.tar.gz clientdata-620530cbdf1fdfda2f2aa7ecf121d46600c85cf2.tar.bz2 clientdata-620530cbdf1fdfda2f2aa7ecf121d46600c85cf2.tar.xz clientdata-620530cbdf1fdfda2f2aa7ecf121d46600c85cf2.zip |
Add large Hurnscald Tree
-rw-r--r-- | graphics/sprites/npcs/tree-large.png | bin | 0 -> 19687 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/tree-large.xml | 9 | ||||
-rw-r--r-- | npcs.xml | 12 |
3 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/tree-large.png b/graphics/sprites/npcs/tree-large.png Binary files differnew file mode 100644 index 00000000..e6f1627a --- /dev/null +++ b/graphics/sprites/npcs/tree-large.png diff --git a/graphics/sprites/npcs/tree-large.xml b/graphics/sprites/npcs/tree-large.xml new file mode 100644 index 00000000..4a7948e4 --- /dev/null +++ b/graphics/sprites/npcs/tree-large.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/tree-large.png" width="96" height="160"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> @@ -955,26 +955,32 @@ <npc id="378"> <sprite>npcs/npc-supply-crate.xml</sprite> </npc> + <!-- Christmas Decorated Snowy Pine Tree (HUGE) --> <npc id="379" targetSelection="false"> <sprite>npcs/christmastree.xml</sprite> </npc> + <!-- Pine Tree 3 Tiles High --> <npc id="380" targetSelection="false"> <sprite variant="1">npcs/snowtree.xml</sprite> </npc> + <!-- Christmas Decorated Pine Tree (LARGE)--> <npc id="381" targetSelection="false"> <sprite variant="1">npcs/xmastree-nosnow.xml</sprite> </npc> + <!-- Green Leafs Tree 3 Tiles high --> <npc id="382" targetSelection="false"> <sprite variant="3">npcs/tree.xml</sprite> </npc> + <!-- Christmas Decorated Palm Tree --> <npc id="383" targetSelection="false"> <sprite variant="3">npcs/xmas-palm.xml</sprite> </npc> + <!-- Palm Tree --> <npc id="384" targetSelection="false"> <sprite variant="1">npcs/palm-tree.xml</sprite> @@ -987,6 +993,12 @@ <npc id="386"> <sprite>npcs/present.xml|R:#ec2843;W:#1e8c1e</sprite> </npc> + <!-- IDs 387 - 393 reserved for Vday --> + <!-- Large Green Tree --> + <npc id="394" + targetSelection="false"> + <sprite variant="1">npcs/tree-large.xml</sprite> + </npc> <!-- empty (Invisible NPC used in scripts) --> <!-- for npcs that shouldn't be selectable (e.g. in magic effects) use 127, for warps/doors use 45, |