diff options
author | Kurt Kuschinski <hocus@themanaworld.org> | 2024-05-25 10:53:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 10:53:37 -0300 |
commit | 583338a719227b51029fc77c942c48390d84ecc6 (patch) | |
tree | cebcb861a05e97da6e0a7034dfa7c957f17c39c6 | |
parent | cfd2990e20bce6d774e0732908d9df4f695965bc (diff) | |
download | clientdata-583338a719227b51029fc77c942c48390d84ecc6.tar.gz clientdata-583338a719227b51029fc77c942c48390d84ecc6.tar.bz2 clientdata-583338a719227b51029fc77c942c48390d84ecc6.tar.xz clientdata-583338a719227b51029fc77c942c48390d84ecc6.zip |
Add missing homunculus sprite
-rw-r--r-- | graphics/sprites/monsters/elli.png | bin | 0 -> 62010 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/elli.xml | 11 | ||||
-rw-r--r-- | homunculuses.xml | 3 |
3 files changed, 12 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/elli.png b/graphics/sprites/monsters/elli.png Binary files differnew file mode 100644 index 000000000..a463ac2ca --- /dev/null +++ b/graphics/sprites/monsters/elli.png diff --git a/graphics/sprites/monsters/elli.xml b/graphics/sprites/monsters/elli.xml new file mode 100644 index 000000000..c0a60ccd6 --- /dev/null +++ b/graphics/sprites/monsters/elli.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Hocus +Copyright (C) 2022 Moubootaur Legends --> +<sprite> + <imageset name="base" + src="graphics/sprites/monsters/elli.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> diff --git a/homunculuses.xml b/homunculuses.xml index 4781ccc4f..b377ee768 100644 --- a/homunculuses.xml +++ b/homunculuses.xml @@ -245,8 +245,7 @@ Copyright (C) 2019 Moubootaur Legends --> deadDirectionType="1" attackDirectionType="4" > - <sprite>races/human-female.xml</sprite> - <sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite> + <sprite>monsters/elli.xml</sprite> </homunculus> </homunculuses> |