From 2ac233c85d1559695e258e902f84493078d3dfb3 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 24 Sep 2012 14:49:53 +0200 Subject: Add the Illia npc graphics: * The 2 witch sisters' robe * A skeleton with a note * A magical area * A door sealed by an enchantment * cursed waterfall particles --- graphics/particles/cursed-waterfall.particle.xml | 66 +++++++++++++++++++++++ graphics/particles/enchanted-door.particle.xml | 64 ++++++++++++++++++++++ graphics/particles/monster-luvia.particle.xml | 65 ++++++++++++++++++++++ graphics/particles/power-circle.particle.xml | 43 +++++++++++++++ graphics/particles/vline-small.png | Bin 0 -> 126 bytes graphics/sprites/npcs/bones.png | Bin 0 -> 1867 bytes graphics/sprites/npcs/bones.xml | 9 ++++ npcs.xml | 34 +++++++++++- 8 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 graphics/particles/cursed-waterfall.particle.xml create mode 100644 graphics/particles/enchanted-door.particle.xml create mode 100644 graphics/particles/monster-luvia.particle.xml create mode 100644 graphics/particles/power-circle.particle.xml create mode 100644 graphics/particles/vline-small.png create mode 100644 graphics/sprites/npcs/bones.png create mode 100644 graphics/sprites/npcs/bones.xml diff --git a/graphics/particles/cursed-waterfall.particle.xml b/graphics/particles/cursed-waterfall.particle.xml new file mode 100644 index 00000000..bec64fdf --- /dev/null +++ b/graphics/particles/cursed-waterfall.particle.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/enchanted-door.particle.xml b/graphics/particles/enchanted-door.particle.xml new file mode 100644 index 00000000..56b326c9 --- /dev/null +++ b/graphics/particles/enchanted-door.particle.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/monster-luvia.particle.xml b/graphics/particles/monster-luvia.particle.xml new file mode 100644 index 00000000..e07b7ee5 --- /dev/null +++ b/graphics/particles/monster-luvia.particle.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/power-circle.particle.xml b/graphics/particles/power-circle.particle.xml new file mode 100644 index 00000000..b361c5a1 --- /dev/null +++ b/graphics/particles/power-circle.particle.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/vline-small.png b/graphics/particles/vline-small.png new file mode 100644 index 00000000..427e6282 Binary files /dev/null and b/graphics/particles/vline-small.png differ diff --git a/graphics/sprites/npcs/bones.png b/graphics/sprites/npcs/bones.png new file mode 100644 index 00000000..dccb3ebd Binary files /dev/null and b/graphics/sprites/npcs/bones.png differ diff --git a/graphics/sprites/npcs/bones.xml b/graphics/sprites/npcs/bones.xml new file mode 100644 index 00000000..a58bee58 --- /dev/null +++ b/graphics/sprites/npcs/bones.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/npcs.xml b/npcs.xml index bbef8d40..df0f416b 100644 --- a/npcs.xml +++ b/npcs.xml @@ -886,7 +886,39 @@ npcs/sages.xml - + + + npcs/bones.xml + + + + graphics/particles/power-circle.particle.xml + + + + graphics/particles/enchanted-door.particle.xml + + + + graphics/particles/power-circle.particle.xml + 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;#468AD6 + hairstyles/hairstyle11.xml|#602486,934cc3,fdc689 + equipment/head/wizard-hat.xml|#070707,121212,5B9BC2 + + + + graphics/particles/monster-luvia.particle.xml + 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 + + npcs/npc-mirak.xml -- cgit v1.2.3-70-g09d2