diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:07:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-07 21:07:29 -0300 |
commit | 802291db1be7b98914ee80e2c46085e0ea336241 (patch) | |
tree | b881d63ac560b0b42609b16dd7f687c8928258ce /monsters | |
parent | 409b28bd761bbb1afb789f21a41f14bf4846a952 (diff) | |
download | clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.gz clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.bz2 clientdata-802291db1be7b98914ee80e2c46085e0ea336241.tar.xz clientdata-802291db1be7b98914ee80e2c46085e0ea336241.zip |
St. Patrick Batch
Diffstat (limited to 'monsters')
-rw-r--r-- | monsters/_include.xml | 1 | ||||
-rw-r--r-- | monsters/monster1168_Floyd.xml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/monsters/_include.xml b/monsters/_include.xml index 010ce71c..bcca4647 100644 --- a/monsters/_include.xml +++ b/monsters/_include.xml @@ -157,4 +157,5 @@ <include name="monsters/monster1160_VoidShroom.xml"/> <include name="monsters/monster1161_Xakelbael.xml"/> <include name="monsters/monster1162_Grinchboo.xml"/> + <include name="monsters/monster1168_Floyd.xml"/> </monsters> diff --git a/monsters/monster1168_Floyd.xml b/monsters/monster1168_Floyd.xml new file mode 100644 index 00000000..1d7ea2b0 --- /dev/null +++ b/monsters/monster1168_Floyd.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1168" name="Floyd"> + <sprite>monsters/floyd.xml</sprite> + </monster> +</monsters> |