From d3cc221bf1a395264364da8befb2fa9d9d53f08a Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Jan 2009 01:52:35 -0700 Subject: Added status icons for four spells --- graphics/sprites/icon-feather.png | Bin 0 -> 579 bytes graphics/sprites/icon-feather.xml | 10 ++++++++++ graphics/sprites/icon-green-barrier.png | Bin 0 -> 756 bytes graphics/sprites/icon-green-barrier.xml | 12 ++++++++++++ graphics/sprites/icon-hidden.png | Bin 0 -> 514 bytes graphics/sprites/icon-hidden.xml | 10 ++++++++++ graphics/sprites/icon-red-rotating-hex.xml | 17 +++++++++++++++++ items.xml | 9 +++++++++ status-effects.xml | 12 ++++++++++++ 9 files changed, 70 insertions(+) create mode 100644 graphics/sprites/icon-feather.png create mode 100644 graphics/sprites/icon-feather.xml create mode 100644 graphics/sprites/icon-green-barrier.png create mode 100644 graphics/sprites/icon-green-barrier.xml create mode 100644 graphics/sprites/icon-hidden.png create mode 100644 graphics/sprites/icon-hidden.xml create mode 100644 graphics/sprites/icon-red-rotating-hex.xml diff --git a/graphics/sprites/icon-feather.png b/graphics/sprites/icon-feather.png new file mode 100644 index 00000000..4651e224 Binary files /dev/null and b/graphics/sprites/icon-feather.png differ diff --git a/graphics/sprites/icon-feather.xml b/graphics/sprites/icon-feather.xml new file mode 100644 index 00000000..0346a031 --- /dev/null +++ b/graphics/sprites/icon-feather.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/graphics/sprites/icon-green-barrier.png b/graphics/sprites/icon-green-barrier.png new file mode 100644 index 00000000..19c53b9a Binary files /dev/null and b/graphics/sprites/icon-green-barrier.png differ diff --git a/graphics/sprites/icon-green-barrier.xml b/graphics/sprites/icon-green-barrier.xml new file mode 100644 index 00000000..4613c612 --- /dev/null +++ b/graphics/sprites/icon-green-barrier.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/graphics/sprites/icon-hidden.png b/graphics/sprites/icon-hidden.png new file mode 100644 index 00000000..b95792c1 Binary files /dev/null and b/graphics/sprites/icon-hidden.png differ diff --git a/graphics/sprites/icon-hidden.xml b/graphics/sprites/icon-hidden.xml new file mode 100644 index 00000000..5bd03204 --- /dev/null +++ b/graphics/sprites/icon-hidden.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/graphics/sprites/icon-red-rotating-hex.xml b/graphics/sprites/icon-red-rotating-hex.xml new file mode 100644 index 00000000..15fd7354 --- /dev/null +++ b/graphics/sprites/icon-red-rotating-hex.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/items.xml b/items.xml index 0a4d0c65..dc182698 100644 --- a/items.xml +++ b/items.xml @@ -2186,6 +2186,15 @@ effect="" type="generic" weight="2"/> + diff --git a/status-effects.xml b/status-effects.xml index 5c56b423..59fc781d 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -17,4 +17,16 @@ persistent-particle-effect="true" start-particle="graphics/particles/sphere-white.particle.xml" /> + + + + -- cgit v1.2.3-70-g09d2 From fe7cbc1243b04b01f3d212911a128fd1f480050f Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Jan 2009 01:55:52 -0700 Subject: Added skill definitions for magic --- skills.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skills.xml b/skills.xml index d8c8e872..7ba1fff9 100644 --- a/skills.xml +++ b/skills.xml @@ -1,4 +1,10 @@ + + + + + + -- cgit v1.2.3-70-g09d2 From 4fb988a248246d46293085498f655e57c1316790 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Jan 2009 01:57:40 -0700 Subject: Removed MP boni from cactus potion, orange cupcake --- items.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/items.xml b/items.xml index dc182698..c6859e61 100644 --- a/items.xml +++ b/items.xml @@ -99,7 +99,7 @@ image="use-potion-a.png|G:#ff2222" name="Cactus Potion" description="A fresh potion." - effect="+25 HP, +10 MP" + effect="+25 HP" type="usable" hp="25" weight="40" @@ -403,7 +403,7 @@ image="use-food-orangecupcake.png" name="Orange Cupcake" description="A very soft orange cupcake." - effect="+100 HP, +10 MP" + effect="+100 HP" type="usable" hp="150" weight="185" -- cgit v1.2.3-70-g09d2 From 61a082e4567c1c8d553883de68b11064b12c55ac Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sat, 10 Jan 2009 10:38:12 +0100 Subject: Added Zombie monster by FotherJ. Animation timing could still need some fine-tuning. --- graphics/sprites/monster-zombie.png | Bin 0 -> 80136 bytes graphics/sprites/monster-zombie.xml | 62 ++++++++++++++++++++++++++++++++++++ monsters.xml | 17 ++++++++++ 3 files changed, 79 insertions(+) create mode 100644 graphics/sprites/monster-zombie.png create mode 100644 graphics/sprites/monster-zombie.xml diff --git a/graphics/sprites/monster-zombie.png b/graphics/sprites/monster-zombie.png new file mode 100644 index 00000000..51a9c5be Binary files /dev/null and b/graphics/sprites/monster-zombie.png differ diff --git a/graphics/sprites/monster-zombie.xml b/graphics/sprites/monster-zombie.xml new file mode 100644 index 00000000..5f696f88 --- /dev/null +++ b/graphics/sprites/monster-zombie.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/monsters.xml b/monsters.xml index 67ed3a76..ebe9ac63 100644 --- a/monsters.xml +++ b/monsters.xml @@ -843,4 +843,21 @@ /> + + monster-zombie.xml + + + -- cgit v1.2.3-70-g09d2 From cb5e48b7f899d5590f306b6c84da51cd7149e4c0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 10 Jan 2009 16:45:38 +0100 Subject: Converted CRLF newlines to LF --- graphics/sprites/monster-zombie.xml | 124 ++++++++++++++++----------------- graphics/sprites/npc-creepysurgeon.xml | 56 +++++++-------- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/graphics/sprites/monster-zombie.xml b/graphics/sprites/monster-zombie.xml index 5f696f88..244ba926 100644 --- a/graphics/sprites/monster-zombie.xml +++ b/graphics/sprites/monster-zombie.xml @@ -1,62 +1,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/npc-creepysurgeon.xml b/graphics/sprites/npc-creepysurgeon.xml index 9542317d..ec63ae25 100644 --- a/graphics/sprites/npc-creepysurgeon.xml +++ b/graphics/sprites/npc-creepysurgeon.xml @@ -1,28 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2 From eba351cc88333bfb0b83569658d148c9f8251316 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 10 Jan 2009 13:20:02 -0700 Subject: Shifted injured mouboo one pixel to the right to make it fit 50 pixel slot --- graphics/sprites/npcs.png | Bin 129509 -> 129585 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/graphics/sprites/npcs.png b/graphics/sprites/npcs.png index d1916384..2b1e7048 100644 Binary files a/graphics/sprites/npcs.png and b/graphics/sprites/npcs.png differ -- cgit v1.2.3-70-g09d2