summaryrefslogtreecommitdiff
path: root/npcs
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-11 18:07:25 -0400
committergumi <git@gumi.ca>2018-03-11 18:07:25 -0400
commitb3fb5f32a8f5fe96506433b07b58165a839fa1af (patch)
treee03eeb151caee47833705150f5a68423f079caac /npcs
parent0be0593ace54d7477c4a1846c44c0f8d59a842bb (diff)
downloadclientdata-b3fb5f32a8f5fe96506433b07b58165a839fa1af.tar.gz
clientdata-b3fb5f32a8f5fe96506433b07b58165a839fa1af.tar.bz2
clientdata-b3fb5f32a8f5fe96506433b07b58165a839fa1af.tar.xz
clientdata-b3fb5f32a8f5fe96506433b07b58165a839fa1af.zip
add silly items
Diffstat (limited to 'npcs')
-rw-r--r--npcs/README.md2
-rw-r--r--npcs/_include.xml1
-rw-r--r--npcs/npc188.xml10
3 files changed, 12 insertions, 1 deletions
diff --git a/npcs/README.md b/npcs/README.md
index d7dce1f6..0474b8ea 100644
--- a/npcs/README.md
+++ b/npcs/README.md
@@ -17,7 +17,7 @@ See here for documentation: http://manaplus.org/npcs.xml
###Free slots
**Please edit when you take a slot**
```
- 188 194 200 203 219 220
+ 194 200 203 219 220
221 222 223 224 225 226 227
228 229 230 231 232 233 234
235 236 237 238 239 240 241
diff --git a/npcs/_include.xml b/npcs/_include.xml
index 15d80149..1a153f9d 100644
--- a/npcs/_include.xml
+++ b/npcs/_include.xml
@@ -87,6 +87,7 @@
<include name="npcs/npc185.xml"/>
<include name="npcs/npc186.xml"/>
<include name="npcs/npc187.xml"/>
+ <include name="npcs/npc188.xml"/>
<include name="npcs/npc189.xml"/>
<include name="npcs/npc190.xml"/>
<include name="npcs/npc191.xml"/>
diff --git a/npcs/npc188.xml b/npcs/npc188.xml
new file mode 100644
index 00000000..34a53401
--- /dev/null
+++ b/npcs/npc188.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<npcs>
+ <npc id="188">
+ <sprite>model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite>
+ <sprite>hairstyles/hairstyle19-female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#dbd41e</sprite>
+ <sprite>equipment/head/rosehat-female.xml|#dddddd,ffffff</sprite>
+ <sprite>equipment/chest/shorttanktop-female.xml|#255511,579932,4aaf36,4ed65e</sprite>
+ <sprite>equipment/legs/silkpants-female.xml|#87876c,bbc39c,edf4e1,ffffff</sprite>
+ </npc>
+</npcs>