diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 22:49:39 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 22:49:39 +0100 |
commit | be9ce16b2aa148bf8a44edd50bbe1fd65f1afe81 (patch) | |
tree | de923e011ecb190655d4cba90c769e10096cff85 | |
parent | e4af929d2737d84351b48f85e950cbd71e5e1580 (diff) | |
download | clientdata-be9ce16b2aa148bf8a44edd50bbe1fd65f1afe81.tar.gz clientdata-be9ce16b2aa148bf8a44edd50bbe1fd65f1afe81.tar.bz2 clientdata-be9ce16b2aa148bf8a44edd50bbe1fd65f1afe81.tar.xz clientdata-be9ce16b2aa148bf8a44edd50bbe1fd65f1afe81.zip |
Mobs and Items grass spelt speltseeds
-rw-r--r-- | graphics/items/generic/seeds-dyable.png | bin | 0 -> 328 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/grass.png | bin | 0 -> 1163 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/grass.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/monsters/spelt.png | bin | 0 -> 995 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/spelt.xml | 14 | ||||
-rw-r--r-- | items/generic/item5389_SpeltSeeds.xml | 2 | ||||
-rw-r--r-- | license.md | 3 |
7 files changed, 32 insertions, 1 deletions
diff --git a/graphics/items/generic/seeds-dyable.png b/graphics/items/generic/seeds-dyable.png Binary files differnew file mode 100644 index 00000000..b0a05d32 --- /dev/null +++ b/graphics/items/generic/seeds-dyable.png diff --git a/graphics/sprites/monsters/grass.png b/graphics/sprites/monsters/grass.png Binary files differnew file mode 100644 index 00000000..b26a6a3b --- /dev/null +++ b/graphics/sprites/monsters/grass.png diff --git a/graphics/sprites/monsters/grass.xml b/graphics/sprites/monsters/grass.xml new file mode 100644 index 00000000..d269f33a --- /dev/null +++ b/graphics/sprites/monsters/grass.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/grass.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/monsters/spelt.png b/graphics/sprites/monsters/spelt.png Binary files differnew file mode 100644 index 00000000..68ec2375 --- /dev/null +++ b/graphics/sprites/monsters/spelt.png diff --git a/graphics/sprites/monsters/spelt.xml b/graphics/sprites/monsters/spelt.xml new file mode 100644 index 00000000..9817f6ba --- /dev/null +++ b/graphics/sprites/monsters/spelt.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/spelt.png" width="32" height="64"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> +</sprite> diff --git a/items/generic/item5389_SpeltSeeds.xml b/items/generic/item5389_SpeltSeeds.xml index d05f47ad..cce7e8fa 100644 --- a/items/generic/item5389_SpeltSeeds.xml +++ b/items/generic/item5389_SpeltSeeds.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5389" image="generic/grassseeds.png" name="Spelt Seeds" description="Some spelt seeds." type="generic" weight="8"/> + <item id="5389" image="generic/seeds-dyable.png|Y:#a95225,cfac98,faedda;R:#2c0200,5b3825,936d49,b7947e" name="Spelt Seeds" description="Some spelt seeds." type="generic" weight="8"/> </items> @@ -516,6 +516,7 @@ File | Artists | Licenses `graphics/items/generic/spectral-orb.png` | Kr0n05931, Enchilado | GPLv2 `graphics/items/generic/spell-book-page.png` | Salmondine, Enchilado | GPLv2 `graphics/items/generic/spell-book.png` | Salmondine, Enchilado | GPLv2 +`graphics/items/generic/seeds-dyable.png` | Coolkid782, Enchilado, HoraK-FDF | GPLv2, CC BY-SA 3.0 `graphics/items/generic/spice.png` | FotherJ, Enchilado | GPLv2, CC BY-SA 3.0 `graphics/items/generic/squichyclaws.png` | Reid | CC BY-SA 3.0 `graphics/items/generic/squirrel-pelt.png` | Wombat, Enchilado | GPLv2, CC BY-SA 3.0 @@ -1050,6 +1051,7 @@ File | Artists | Licenses `graphics/sprites/monsters/golem-crystal.png` | Hocus, HoraK-FDF | MIT, GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/golem-dyable.png` | Hocus, HoraK-FDF | MIT, GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/golem-red.png` | Hocus | MIT, GPLv2, CC BY-SA 3.0 +`graphics/sprites/monsters/grass.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0 `graphics/sprites/monsters/junglefowl.png` | Pateame, Virtual Reality | GPLv2 `graphics/sprites/monsters/larvespa.png` | Arikel | GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/lizard.png` | Len, Pateame | GPLv2 @@ -1095,6 +1097,7 @@ File | Artists | Licenses `graphics/sprites/monsters/snake-cave.png` | :grey_question:, Neoriceisgood | GPLv2 `graphics/sprites/monsters/snake.png` | :grey_question:, Neoriceisgood | GPLv2 `graphics/sprites/monsters/snowflower.png` | Salmondine | GPLv2 +`graphics/sprites/monsters/spelt.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0 `graphics/sprites/monsters/spider.png` | FotherJ | GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/spider-crystal.png` | FotherJ, HoraK-FDF | GPLv2, CC BY-SA 3.0 `graphics/sprites/monsters/spider-queen.png` | Hocus | MIT, GPLv2, CC BY-SA 3.0 |