summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-30 11:21:53 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-30 11:21:53 -0300
commitc8004167c02cd8e2a7e214b4a3e51dbf929da3e5 (patch)
treef616a942127775d85637b193af968325a1c772fe
parentf9a418a4bdbacf6db85f513f0f7c1bf49ac881bd (diff)
downloadclientdata-c8004167c02cd8e2a7e214b4a3e51dbf929da3e5.tar.gz
clientdata-c8004167c02cd8e2a7e214b4a3e51dbf929da3e5.tar.bz2
clientdata-c8004167c02cd8e2a7e214b4a3e51dbf929da3e5.tar.xz
clientdata-c8004167c02cd8e2a7e214b4a3e51dbf929da3e5.zip
That's all I can do and it won't work
-rw-r--r--effects.xml2
-rw-r--r--graphics/sprites/npcs/halifax.pngbin0 -> 327143 bytes
-rw-r--r--graphics/sprites/npcs/halifax.xml9
3 files changed, 11 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml
index 9a3c7758..b62c98c9 100644
--- a/effects.xml
+++ b/effects.xml
@@ -215,4 +215,6 @@
<effect id="554" particle="graphics/particles/pentagram-burst.xml"/>
<!-- #phlex (toxic dart) cast -->
<effect id="555" particle="graphics/particles/magic.darkred.xml"/>
+ <!-- Temporary -->
+ <effect id="907" particle="graphics/sprites/npcs/halifax.xml"/>
</being-effects>
diff --git a/graphics/sprites/npcs/halifax.png b/graphics/sprites/npcs/halifax.png
new file mode 100644
index 00000000..07e40105
--- /dev/null
+++ b/graphics/sprites/npcs/halifax.png
Binary files differ
diff --git a/graphics/sprites/npcs/halifax.xml b/graphics/sprites/npcs/halifax.xml
new file mode 100644
index 00000000..74848b99
--- /dev/null
+++ b/graphics/sprites/npcs/halifax.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite variants="1" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/npcs/halifax.png" width="634" height="477"/>
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>