diff options
author | wushin <pasekei@gmail.com> | 2013-12-25 09:03:24 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-12-25 09:03:24 -0600 |
commit | ae98c57b6d7d6ec999ed767e5c58e880e405516f (patch) | |
tree | 67b4de3e9f65e2a0c1e263962455103f0120ab4c /npcs.xml | |
parent | a96d6d885b03255f54b1ee30b4442f83cfd7eaa8 (diff) | |
download | clientdata-ae98c57b6d7d6ec999ed767e5c58e880e405516f.tar.gz clientdata-ae98c57b6d7d6ec999ed767e5c58e880e405516f.tar.bz2 clientdata-ae98c57b6d7d6ec999ed767e5c58e880e405516f.tar.xz clientdata-ae98c57b6d7d6ec999ed767e5c58e880e405516f.zip |
Core Xml changes for Annual Xmas
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 42 |
1 files changed, 40 insertions, 2 deletions
@@ -735,11 +735,17 @@ </npc> <!-- Nutcracker --> <npc id="330"> - <sprite variant="2">npcs/christmas_npcs.xml</sprite> + <sprite variant="0">monsters/nutcracker.xml</sprite> + <sprite>monsters/accessories/nutcrackerhair.xml|#333333</sprite> + <sprite>monsters/accessories/nutcrackerhat.xml</sprite> </npc> <!-- Santaboo --> <npc id="331"> - <sprite variant="3">npcs/christmas_npcs.xml</sprite> + <sprite>monsters/christmas-mouboo.xml</sprite> + <sprite>monsters/accessories/mouboo-red-nose.xml</sprite> + <sprite>monsters/accessories/mouboo-red-saddle.xml</sprite> + <sprite>monsters/accessories/mouboo-red-shoes.xml</sprite> + <sprite>monsters/accessories/mouboo-santa-hat.xml</sprite> </npc> <!-- Bodyguard Elf1 --> <npc id="332"> @@ -949,6 +955,38 @@ <npc id="378"> <sprite>npcs/npc-supply-crate.xml</sprite> </npc> + <npc id="379" + targetSelection="false"> + <sprite>npcs/christmastree.xml</sprite> + </npc> + <npc id="380" + targetSelection="false"> + <sprite variant="1">npcs/snowtree.xml</sprite> + </npc> + <npc id="381" + targetSelection="false"> + <sprite variant="1">npcs/xmastree-nosnow.xml</sprite> + </npc> + <npc id="382" + targetSelection="false"> + <sprite variant="3">npcs/tree.xml</sprite> + </npc> + <npc id="383" + targetSelection="false"> + <sprite variant="3">npcs/xmas-palm.xml</sprite> + </npc> + <npc id="384" + targetSelection="false"> + <sprite variant="1">npcs/palm-tree.xml</sprite> + </npc> + <!-- Young Male Wizard In Bubble --> + <npc id="385"> + <sprite variant="58">npcs/npc.xml</sprite> + <particlefx>graphics/particles/sphere-white.particle.xml</particlefx> + </npc> + <npc id="386"> + <sprite>npcs/present.xml|R:#ec2843;W:#1e8c1e</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, |