summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-03-07 21:25:26 -0300
committerJesusaves <cpntb1@ymail.com>2022-03-07 21:25:26 -0300
commit21dc324fe9515d21dc48eafa7a6c6ce970b98c8a (patch)
treec2b590b4f50cc0802378196bac0670b3f6e7edec
parent802291db1be7b98914ee80e2c46085e0ea336241 (diff)
downloadclientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.gz
clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.bz2
clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.tar.xz
clientdata-21dc324fe9515d21dc48eafa7a6c6ce970b98c8a.zip
OMG Hocus will get mad at me if I forget this D:
-rw-r--r--graphics/sprites/npcs/elli.pngbin0 -> 1269 bytes
-rw-r--r--graphics/sprites/npcs/elli.xml9
-rw-r--r--npcs/_include.xml1
-rw-r--r--npcs/npc441.xml6
4 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/elli.png b/graphics/sprites/npcs/elli.png
new file mode 100644
index 00000000..e876878c
--- /dev/null
+++ b/graphics/sprites/npcs/elli.png
Binary files differ
diff --git a/graphics/sprites/npcs/elli.xml b/graphics/sprites/npcs/elli.xml
new file mode 100644
index 00000000..017739a7
--- /dev/null
+++ b/graphics/sprites/npcs/elli.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite variants="1" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/npcs/elli.png" width="32" height="64"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/npcs/_include.xml b/npcs/_include.xml
index b53eba12..78be1ba9 100644
--- a/npcs/_include.xml
+++ b/npcs/_include.xml
@@ -233,4 +233,5 @@
<include name="npcs/npc429.xml"/>
<include name="npcs/npc430.xml"/>
<include name="npcs/npc431.xml"/>
+ <include name="npcs/npc441.xml"/>
</npcs>
diff --git a/npcs/npc441.xml b/npcs/npc441.xml
new file mode 100644
index 00000000..74b4ea84
--- /dev/null
+++ b/npcs/npc441.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<npcs>
+ <npc id="441">
+ <sprite>npcs/elli.xml</sprite>
+ </npc>
+</npcs>