diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 08:32:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 09:36:34 -0300 |
commit | aec2cd849fd240b863fcfca1aa33c0f1770a51f8 (patch) | |
tree | 2ce5a786eafff852537dfc07e1f3f1b1b6b84804 /npcs.xml | |
parent | 7a7cdad04c1060f744c43b11d22c8e2afec468c0 (diff) | |
download | clientdata-aec2cd849fd240b863fcfca1aa33c0f1770a51f8.tar.gz clientdata-aec2cd849fd240b863fcfca1aa33c0f1770a51f8.tar.bz2 clientdata-aec2cd849fd240b863fcfca1aa33c0f1770a51f8.tar.xz clientdata-aec2cd849fd240b863fcfca1aa33c0f1770a51f8.zip |
Two new NPC sprites: Summoning Circle and Yeti King
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -806,6 +806,16 @@ IDs 900-999 = Special <sprite>equipment/head/infantryhelmet.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="453"> + <!-- Summoning circle. --> + <particlefx>graphics/particles/circle-magic.xml</particlefx> + <menu name="Summon" command="talk 'NAME'"/> + </npc> + <npc id="454"> + <!-- Yeti King --> + <sprite>monsters/yetiking.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Soul Menhirs & Mana Stone --> <npc id="700"> |