From bfec5a6070db05e3345fdec4790baa31cdec104c Mon Sep 17 00:00:00 2001 From: Enchilado Date: Fri, 19 Nov 2010 18:20:42 +1000 Subject: Hallowe'en 2010 Phase 1 Client Data Client data for phase one of the 2010 Hallowe'en event. Novelty drop icons, candy drop icons, Pumpkin monster, Broken Skeleton NPC. --- graphics/items/generic-candypumpkin.png | Bin 0 -> 4304 bytes graphics/items/generic-jackolantern.png | Bin 0 -> 1383 bytes graphics/items/generic-jarofblood.png | Bin 0 -> 908 bytes graphics/items/generic-jellyskull.png | Bin 0 -> 4304 bytes graphics/items/generic-marshmallow.png | Bin 0 -> 476 bytes graphics/items/generic-pumpkinseed.png | Bin 0 -> 4286 bytes graphics/items/generic-realisticbrain.png | Bin 0 -> 1494 bytes graphics/items/generic-rubberbat.png | Bin 0 -> 589 bytes graphics/items/generic-tongue.png | Bin 0 -> 382 bytes graphics/items/generic-tonoridelight.png | Bin 0 -> 4304 bytes graphics/sprites/npcs/npcs.png | Bin 166622 -> 168164 bytes graphics/sprites/resource-pumpkin.png | Bin 0 -> 2052 bytes graphics/sprites/resource-pumpkin.xml | 16 ++++++++ items.xml | 60 ++++++++++++++++++++++++++++++ monsters.xml | 16 ++++++++ npcs.xml | 1 + 16 files changed, 93 insertions(+) create mode 100644 graphics/items/generic-candypumpkin.png create mode 100644 graphics/items/generic-jackolantern.png create mode 100644 graphics/items/generic-jarofblood.png create mode 100644 graphics/items/generic-jellyskull.png create mode 100644 graphics/items/generic-marshmallow.png create mode 100644 graphics/items/generic-pumpkinseed.png create mode 100644 graphics/items/generic-realisticbrain.png create mode 100644 graphics/items/generic-rubberbat.png create mode 100644 graphics/items/generic-tongue.png create mode 100644 graphics/items/generic-tonoridelight.png create mode 100644 graphics/sprites/resource-pumpkin.png create mode 100644 graphics/sprites/resource-pumpkin.xml diff --git a/graphics/items/generic-candypumpkin.png b/graphics/items/generic-candypumpkin.png new file mode 100644 index 00000000..c5b40eaf Binary files /dev/null and b/graphics/items/generic-candypumpkin.png differ diff --git a/graphics/items/generic-jackolantern.png b/graphics/items/generic-jackolantern.png new file mode 100644 index 00000000..5ecbc690 Binary files /dev/null and b/graphics/items/generic-jackolantern.png differ diff --git a/graphics/items/generic-jarofblood.png b/graphics/items/generic-jarofblood.png new file mode 100644 index 00000000..24e905d4 Binary files /dev/null and b/graphics/items/generic-jarofblood.png differ diff --git a/graphics/items/generic-jellyskull.png b/graphics/items/generic-jellyskull.png new file mode 100644 index 00000000..bfdd49c8 Binary files /dev/null and b/graphics/items/generic-jellyskull.png differ diff --git a/graphics/items/generic-marshmallow.png b/graphics/items/generic-marshmallow.png new file mode 100644 index 00000000..91cf206b Binary files /dev/null and b/graphics/items/generic-marshmallow.png differ diff --git a/graphics/items/generic-pumpkinseed.png b/graphics/items/generic-pumpkinseed.png new file mode 100644 index 00000000..5f0558c3 Binary files /dev/null and b/graphics/items/generic-pumpkinseed.png differ diff --git a/graphics/items/generic-realisticbrain.png b/graphics/items/generic-realisticbrain.png new file mode 100644 index 00000000..31fc4696 Binary files /dev/null and b/graphics/items/generic-realisticbrain.png differ diff --git a/graphics/items/generic-rubberbat.png b/graphics/items/generic-rubberbat.png new file mode 100644 index 00000000..621ee701 Binary files /dev/null and b/graphics/items/generic-rubberbat.png differ diff --git a/graphics/items/generic-tongue.png b/graphics/items/generic-tongue.png new file mode 100644 index 00000000..d6fbb205 Binary files /dev/null and b/graphics/items/generic-tongue.png differ diff --git a/graphics/items/generic-tonoridelight.png b/graphics/items/generic-tonoridelight.png new file mode 100644 index 00000000..c65566d6 Binary files /dev/null and b/graphics/items/generic-tonoridelight.png differ diff --git a/graphics/sprites/npcs/npcs.png b/graphics/sprites/npcs/npcs.png index 4acfcee2..261f90fe 100644 Binary files a/graphics/sprites/npcs/npcs.png and b/graphics/sprites/npcs/npcs.png differ diff --git a/graphics/sprites/resource-pumpkin.png b/graphics/sprites/resource-pumpkin.png new file mode 100644 index 00000000..011b097b Binary files /dev/null and b/graphics/sprites/resource-pumpkin.png differ diff --git a/graphics/sprites/resource-pumpkin.xml b/graphics/sprites/resource-pumpkin.xml new file mode 100644 index 00000000..2e51a847 --- /dev/null +++ b/graphics/sprites/resource-pumpkin.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/items.xml b/items.xml index 00999295..b92eced8 100644 --- a/items.xml +++ b/items.xml @@ -4944,4 +4944,64 @@ effect="" type="generic" weight="200"/> + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index f2cc71bc..2e6cdfa7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1492,5 +1492,21 @@ exp: Tells how much experience point a monster is giving up /> + + resource-pumpkin.xml + + diff --git a/npcs.xml b/npcs.xml index 7a4452fa..a064c7c7 100644 --- a/npcs.xml +++ b/npcs.xml @@ -99,6 +99,7 @@ npcs/npc.xmlgraphics/particles/evilobelisk.particle.xml npcs/npc.xml npcs/npc.xml +npcs/npc.xml npcs/npc-test.xml -- cgit v1.2.3-60-g2f50