-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpcs.xml
More file actions
35 lines (34 loc) · 1.63 KB
/
npcs.xml
File metadata and controls
35 lines (34 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<!--
This file maps the NPC appearance IDs the server is sending to the spritesheet(s).
Note that it is possible to give an NPC multiple sprites. In this case the
sprites are drawn in order of declaration.
-->
<npcs>
<npc id="1"><sprite>npcs/chest.xml</sprite></npc><!-- Chest -->
<npc id="2"><!-- Liana -->
<sprite>races/human/female.xml</sprite>
<sprite>races/human/hairstyles/flat_ponytail.xml|#347235,52D017</sprite>
<sprite>equipment/head/goggles.xml</sprite>
<sprite>equipment/legs/skirt.xml|#d3b79e,ffffff</sprite>
<sprite>equipment/chest/tanktop_female.xml|#d3b79e,ffffff</sprite>
<sprite>equipment/feet/boots_female.xml|#9e7654,ffffff</sprite>
</npc>
<npc id="3"><sprite>npcs/little_blue_haired_girl.xml</sprite></npc><!-- Little blue haired girl -->
<npc id="4"><sprite>npcs/old_woman.xml</sprite></npc><!-- Old woman -->
<npc id="5"><!-- testnpc -->
<sprite>races/human/male.xml</sprite>
<sprite>races/human/hairstyles/flat_ponytail.xml|#347235,52D017</sprite>
<sprite>equipment/feet/furboots-male.xml</sprite>
<sprite>equipment/chest/demonwarlordplate-male.xml</sprite>
<sprite>equipment/legs/chaps-male.xml</sprite>
<sprite>equipment/head/cowboyblack.xml</sprite>
</npc>
<npc id="6"><!-- testnpc2 -->
<sprite>races/human/male.xml</sprite>
<sprite>equipment/feet/furboots-male.xml</sprite>
<sprite>equipment/chest/leather-male.xml</sprite>
<sprite>equipment/legs/chaps-male.xml</sprite>
<sprite>equipment/head/monocle.xml</sprite>
</npc>
</npcs>