From f54ba2e1db927bd3babaf0d63a2bff184f1f360d Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 24 Sep 2012 15:50:24 +0200 Subject: Add Illia Monsters: * Soul Snake * Soul Eater * Copper Slime * Sleeping Bandit * Azul Slime * Demonic Spirit * Witch Guard * Luvia (witch) --- graphics/particles/luvia-attack.particle.xml | 44 +++++++++++++ graphics/particles/monster-souleater.particle.xml | 36 +++++++++++ graphics/particles/monster-soulsnake.particle.xml | 36 +++++++++++ graphics/particles/monster-witchguard.particle.xml | 31 ++++++++++ .../equipment/chest/demonwarlordplate-male.png | Bin 0 -> 24182 bytes .../equipment/chest/demonwarlordplate-male.xml | 5 ++ graphics/sprites/monsters/demon.png | Bin 0 -> 84728 bytes graphics/sprites/monsters/demon.xml | 5 ++ graphics/sprites/monsters/sleeping-bandit.png | Bin 0 -> 4484 bytes graphics/sprites/monsters/sleeping-bandit.xml | 18 ++++++ graphics/sprites/monsters/slime-littleslime.xml | 57 +++++++++++++++++ graphics/sprites/monsters/spirit-demonic.png | Bin 0 -> 58732 bytes graphics/sprites/monsters/spirit-demonic.xml | 68 +++++++++++++++++++++ graphics/sprites/weapon-witchguard-gladius.png | Bin 0 -> 2060 bytes graphics/sprites/weapon-witchguard-gladius.xml | 23 +++++++ monsters.xml | 46 ++++++++++++++ 16 files changed, 369 insertions(+) create mode 100644 graphics/particles/luvia-attack.particle.xml create mode 100644 graphics/particles/monster-souleater.particle.xml create mode 100644 graphics/particles/monster-soulsnake.particle.xml create mode 100644 graphics/particles/monster-witchguard.particle.xml create mode 100644 graphics/sprites/equipment/chest/demonwarlordplate-male.png create mode 100644 graphics/sprites/equipment/chest/demonwarlordplate-male.xml create mode 100644 graphics/sprites/monsters/demon.png create mode 100644 graphics/sprites/monsters/demon.xml create mode 100644 graphics/sprites/monsters/sleeping-bandit.png create mode 100644 graphics/sprites/monsters/sleeping-bandit.xml create mode 100644 graphics/sprites/monsters/slime-littleslime.xml create mode 100644 graphics/sprites/monsters/spirit-demonic.png create mode 100644 graphics/sprites/monsters/spirit-demonic.xml create mode 100644 graphics/sprites/weapon-witchguard-gladius.png create mode 100644 graphics/sprites/weapon-witchguard-gladius.xml diff --git a/graphics/particles/luvia-attack.particle.xml b/graphics/particles/luvia-attack.particle.xml new file mode 100644 index 00000000..5fce5e2f --- /dev/null +++ b/graphics/particles/luvia-attack.particle.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/monster-souleater.particle.xml b/graphics/particles/monster-souleater.particle.xml new file mode 100644 index 00000000..2ae55a03 --- /dev/null +++ b/graphics/particles/monster-souleater.particle.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/monster-soulsnake.particle.xml b/graphics/particles/monster-soulsnake.particle.xml new file mode 100644 index 00000000..a813df1b --- /dev/null +++ b/graphics/particles/monster-soulsnake.particle.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/monster-witchguard.particle.xml b/graphics/particles/monster-witchguard.particle.xml new file mode 100644 index 00000000..2429252a --- /dev/null +++ b/graphics/particles/monster-witchguard.particle.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/equipment/chest/demonwarlordplate-male.png b/graphics/sprites/equipment/chest/demonwarlordplate-male.png new file mode 100644 index 00000000..04be8582 Binary files /dev/null and b/graphics/sprites/equipment/chest/demonwarlordplate-male.png differ diff --git a/graphics/sprites/equipment/chest/demonwarlordplate-male.xml b/graphics/sprites/equipment/chest/demonwarlordplate-male.xml new file mode 100644 index 00000000..b08d3d14 --- /dev/null +++ b/graphics/sprites/equipment/chest/demonwarlordplate-male.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/graphics/sprites/monsters/demon.png b/graphics/sprites/monsters/demon.png new file mode 100644 index 00000000..229e619f Binary files /dev/null and b/graphics/sprites/monsters/demon.png differ diff --git a/graphics/sprites/monsters/demon.xml b/graphics/sprites/monsters/demon.xml new file mode 100644 index 00000000..ac6dbb67 --- /dev/null +++ b/graphics/sprites/monsters/demon.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/graphics/sprites/monsters/sleeping-bandit.png b/graphics/sprites/monsters/sleeping-bandit.png new file mode 100644 index 00000000..ab13fc1e Binary files /dev/null and b/graphics/sprites/monsters/sleeping-bandit.png differ diff --git a/graphics/sprites/monsters/sleeping-bandit.xml b/graphics/sprites/monsters/sleeping-bandit.xml new file mode 100644 index 00000000..badd931e --- /dev/null +++ b/graphics/sprites/monsters/sleeping-bandit.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/slime-littleslime.xml b/graphics/sprites/monsters/slime-littleslime.xml new file mode 100644 index 00000000..d8cf5c18 --- /dev/null +++ b/graphics/sprites/monsters/slime-littleslime.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/spirit-demonic.png b/graphics/sprites/monsters/spirit-demonic.png new file mode 100644 index 00000000..20972932 Binary files /dev/null and b/graphics/sprites/monsters/spirit-demonic.png differ diff --git a/graphics/sprites/monsters/spirit-demonic.xml b/graphics/sprites/monsters/spirit-demonic.xml new file mode 100644 index 00000000..b937cdae --- /dev/null +++ b/graphics/sprites/monsters/spirit-demonic.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/weapon-witchguard-gladius.png b/graphics/sprites/weapon-witchguard-gladius.png new file mode 100644 index 00000000..fc07a7f2 Binary files /dev/null and b/graphics/sprites/weapon-witchguard-gladius.png differ diff --git a/graphics/sprites/weapon-witchguard-gladius.xml b/graphics/sprites/weapon-witchguard-gladius.xml new file mode 100644 index 00000000..b42b7701 --- /dev/null +++ b/graphics/sprites/weapon-witchguard-gladius.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index 585cdd61..3f53b930 100644 --- a/monsters.xml +++ b/monsters.xml @@ -440,4 +440,50 @@ monsters/snowflower.xml + + monsters/snake.xml|#664d28,a6673a,86D6DB,ffffff + graphics/particles/monster-soulsnake.particle.xml + + + monsters/skeleton.xml|#D9BFFF + equipment/chest/tanktop-male.xml|#333333,555555,444444 + equipment/legs/shorts-male.xml|#333333,555555,444444 + hairstyles/hairstyle05.xml|#333333 + graphics/particles/monster-souleater.particle.xml + + + monsters/slime.xml|#a1734c,ffffff + monsters/accessories/slime-seajelly.xml|#a1744c,ffffff + monsters/slime/slime-hit1.ogg + + + monsters/sleeping-bandit.xml + monsters/accessories/weapon-dagger.xml + + + monsters/slime-littleslime.xml|#3080e4,d2f4ff + monsters/slime/slime-hit1.ogg + + + monsters/spirit-demonic.xml|#444444,9933ff + + + player_female_base.xml + equipment/feet/assassin-boots-female.xml + equipment/legs/shorts-female.xml|#121212,343434 + equipment/chest/sorcerer-robe-female.xml|#121212,343434;#8F47D6 + hairstyles/hairstyle11.xml|#8c6625,dab425,ffffff + equipment/head/wizard-hat.xml|#070707,121212,663399 + graphics/particles/monster-luvia.particle.xml + + + + monsters/demon.xml|#444444,979797 + equipment/feet/warlordboots-male.xml|#333333,878787 + equipment/hands/generic-male.xml|#242424,626262 + equipment/chest/demonwarlordplate-male.xml|#444444,979797 + equipment/head/bull.xml + graphics/particles/monster-witchguard.particle.xml + weapon-witchguard-gladius.xml + -- cgit v1.2.3-70-g09d2