diff options
-rw-r--r-- | effects.xml | 1 | ||||
-rw-r--r-- | graphics/items/equipment/weapon/xmas-slingshot-icon.png | bin | 0 -> 563 bytes | |||
-rw-r--r-- | graphics/particles/snowball-crit.particle.xml | 47 | ||||
-rw-r--r-- | graphics/sprites/equipment/weapons/xmas-bow-slingshot.png | bin | 0 -> 45866 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/weapons/xmas-bow-slingshot.xml | 5 | ||||
-rw-r--r-- | graphics/sprites/monsters/grinchboo.png | bin | 0 -> 95608 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/grinchboo.xml | 60 | ||||
-rw-r--r-- | items/equip-1hand/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-1hand/item5261_Launcher.xml | 15 | ||||
-rw-r--r-- | items/equip-ammo/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-ammo/item5260_Snowball.xml | 10 | ||||
-rw-r--r-- | monsters/_include.xml | 1 | ||||
-rw-r--r-- | monsters/monster1162_Grinchboo.xml | 6 |
13 files changed, 147 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index e226d1b5..ec76d1dc 100644 --- a/effects.xml +++ b/effects.xml @@ -89,6 +89,7 @@ <effect id="52" audio="punch.ogg"/> <effect id="53" particle="graphics/particles/epilogue.xml" audio="epilogue.ogg"/> <effect id="54" audio="oblivion.ogg"/> + <effect id="55" particle="graphics/particles/snowball-crit.particle.xml"/> <effect id="69" particle="graphics/particles/python.xml" audio="env/fart.ogg"/> <!-- #betsanc (protect) end --> <effect id="111" particle="graphics/particles/magic.shield-ends.xml"/> diff --git a/graphics/items/equipment/weapon/xmas-slingshot-icon.png b/graphics/items/equipment/weapon/xmas-slingshot-icon.png Binary files differnew file mode 100644 index 00000000..8040506b --- /dev/null +++ b/graphics/items/equipment/weapon/xmas-slingshot-icon.png diff --git a/graphics/particles/snowball-crit.particle.xml b/graphics/particles/snowball-crit.particle.xml new file mode 100644 index 00000000..b13547c1 --- /dev/null +++ b/graphics/particles/snowball-crit.particle.xml @@ -0,0 +1,47 @@ +<?xml version="1.0"?> +<!-- +Snowball hit effect by Hello=) of TMW. Derived from arrow-banshee.particle.xml +--> +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="45"> + <emitter> + <property name="image" value="graphics/particles/star-small.png|W:#C0F0FF,B7D0E0"/> + <property name="gravity" value="0.2"/> + <property name="lifetime" value="35"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="10"/> + <property name="output" min="1" max="2"/> + <property name="power" min="2" max="4.5"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomness" value="100"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + <emitter> + <property name="image" value="graphics/particles/orb-medium.png|W:#C1F3FF,B7D2E0"/> + <property name="gravity" value="0.25"/> + <property name="lifetime" value="35"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="10"/> + <property name="output" min="1" max="2"/> + <property name="power" min="2" max="4.5"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomness" value="100"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + <emitter> + <property name="image" value="graphics/particles/orb-medium.png|W:#C2F0FF,B7D2E0"/> + <property name="gravity" value="0.23"/> + <property name="lifetime" value="35"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="10"/> + <property name="output" min="1" max="2"/> + <property name="power" min="2" max="4.5"/> + <property name="horizontal-angle" min="-15" max="-175"/> + <property name="momentum" value="0.95"/> + <property name="randomness" value="100"/> + <property name="vertical-angle" min="0" max="90"/> + </emitter> + </particle> +</effect> diff --git a/graphics/sprites/equipment/weapons/xmas-bow-slingshot.png b/graphics/sprites/equipment/weapons/xmas-bow-slingshot.png Binary files differnew file mode 100644 index 00000000..76c15f6d --- /dev/null +++ b/graphics/sprites/equipment/weapons/xmas-bow-slingshot.png diff --git a/graphics/sprites/equipment/weapons/xmas-bow-slingshot.xml b/graphics/sprites/equipment/weapons/xmas-bow-slingshot.xml new file mode 100644 index 00000000..9eb35bba --- /dev/null +++ b/graphics/sprites/equipment/weapons/xmas-bow-slingshot.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<sprite variants="135" variant_offset="1"> + <imageset name="bow" src="graphics/sprites/equipment/weapons/xmas-bow-slingshot.png" width="128" height="128"/> + <include file="equipment/weapons/bow-slingshot.xml"/> +</sprite> diff --git a/graphics/sprites/monsters/grinchboo.png b/graphics/sprites/monsters/grinchboo.png Binary files differnew file mode 100644 index 00000000..c165e8db --- /dev/null +++ b/graphics/sprites/monsters/grinchboo.png diff --git a/graphics/sprites/monsters/grinchboo.xml b/graphics/sprites/monsters/grinchboo.xml new file mode 100644 index 00000000..9563eb4d --- /dev/null +++ b/graphics/sprites/monsters/grinchboo.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<!-- Authors: Micksha, Reid, Yuuki, Hocus, Jesusalva +Copyright (C) 2020 The Mana World --> +<sprite> + <imageset name="mob" src="graphics/sprites/monsters/grinchboo.png" width="80" height="80"/> + <action name="stand" imageset="mob"> + <animation direction="down"> + <frame index="0"/> + </animation> + <animation direction="left"> + <frame index="15"/> + </animation> + <animation direction="up"> + <frame index="30"/> + </animation> + <animation direction="right"> + <frame index="45"/> + </animation> + </action> + <action name="walk" imageset="mob"> + <animation direction="down"> + <sequence start="1" end="6" delay="75"/> + </animation> + <animation direction="left"> + <sequence start="16" end="21" delay="75"/> + </animation> + <animation direction="up"> + <sequence start="31" end="36" delay="75"/> + </animation> + <animation direction="right"> + <sequence start="46" end="51" delay="75"/> + </animation> + </action> + <action name="attack" imageset="mob"> + <animation direction="down"> + <sequence start="7" end="13" delay="75"/> + <end/> + </animation> + <animation direction="left"> + <sequence start="22" end="28" delay="75"/> + <end/> + </animation> + <animation direction="up"> + <sequence start="37" end="43" delay="75"/> + <end/> + </animation> + <animation direction="right"> + <sequence start="52" end="58" delay="75"/> + <end/> + </animation> + </action> + <action name="dead" imageset="mob"> + <animation> + <frame index="14" delay="150"/> + <frame index="29" delay="150"/> + <frame index="44" delay="150"/> + <frame index="59" delay="5150"/> + </animation> + </action> +</sprite> diff --git a/items/equip-1hand/_include.xml b/items/equip-1hand/_include.xml index 93211993..7385cdfb 100644 --- a/items/equip-1hand/_include.xml +++ b/items/equip-1hand/_include.xml @@ -21,4 +21,5 @@ <include name="items/equip-1hand/item1171_Wand.xml"/> <include name="items/equip-1hand/item1201_Knife.xml"/> <include name="items/equip-1hand/item1215_ToySabre.xml"/> + <include name="items/equip-1hand/item5261_Launcher.xml"/> </items> diff --git a/items/equip-1hand/item5261_Launcher.xml b/items/equip-1hand/item5261_Launcher.xml new file mode 100644 index 00000000..b0ff99b9 --- /dev/null +++ b/items/equip-1hand/item5261_Launcher.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<items> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//item/@name" translate="yes"/> + <its:translateRule selector="//item/@description" translate="yes"/> + <its:translateRule selector="//item/@effect" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <item id="5261" image="equipment/weapon/xmas-slingshot-icon.png" name="Candy-Caned Anti-Grinch-Rifle 2020" description="The best way to shoot snowballs." type="equip-2hand" attack-action="attack_bow" attack="5" attack-range="3" weight="10" critical-hit-effect-id="55" missile-particle="graphics/particles/snowball.particle.xml"> + <sprite gender="unisex">equipment/weapons/xmas-bow-slingshot.xml</sprite> + <sprite gender="female">equipment/weapons/xmas-bow-slingshot.xml</sprite> + <sound event="hit">weapons/projectiles/snowball/hit1.ogg</sound> + <sound event="miss">weapons/projectiles/snowball/miss1.ogg</sound> + </item> +</items> diff --git a/items/equip-ammo/_include.xml b/items/equip-ammo/_include.xml index 930c0ca2..d5e7b54f 100644 --- a/items/equip-ammo/_include.xml +++ b/items/equip-ammo/_include.xml @@ -11,4 +11,5 @@ <include name="items/equip-ammo/item904_SlingBullet.xml"/> <include name="items/equip-ammo/item1199_Arrow.xml"/> <include name="items/equip-ammo/item1282_BoneArrows.xml"/> + <include name="items/equip-ammo/item5260_Snowball.xml"/> </items> diff --git a/items/equip-ammo/item5260_Snowball.xml b/items/equip-ammo/item5260_Snowball.xml new file mode 100644 index 00000000..6b77287e --- /dev/null +++ b/items/equip-ammo/item5260_Snowball.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<items> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//item/@name" translate="yes"/> + <its:translateRule selector="//item/@description" translate="yes"/> + <its:translateRule selector="//item/@effect" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <item id="5260" image="equipment/ammo/snowball.png" name="Snowball" description="It is Christmas time!" attack="5" type="equip-ammo" weight="1"/> +</items> diff --git a/monsters/_include.xml b/monsters/_include.xml index d1f34016..010ce71c 100644 --- a/monsters/_include.xml +++ b/monsters/_include.xml @@ -156,4 +156,5 @@ <include name="monsters/monster1159_VoidScorpion.xml"/> <include name="monsters/monster1160_VoidShroom.xml"/> <include name="monsters/monster1161_Xakelbael.xml"/> + <include name="monsters/monster1162_Grinchboo.xml"/> </monsters> diff --git a/monsters/monster1162_Grinchboo.xml b/monsters/monster1162_Grinchboo.xml new file mode 100644 index 00000000..d638888e --- /dev/null +++ b/monsters/monster1162_Grinchboo.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<monsters offset="0"> + <monster id="1162" name="Grinchboo"> + <sprite>monsters/grinchboo.xml</sprite> + </monster> +</monsters> |