Add withering totem spell

This commit is contained in:
Electroblob77
2020-08-21 00:08:31 +01:00
parent 6cdff07180
commit ba487bea41
12 changed files with 403 additions and 0 deletions
@@ -629,6 +629,7 @@ entity.ebwizardry\:stormcloud.name=Stormcloud
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
entity.ebwizardry\:boulder.name=Boulder
entity.ebwizardry\:radiant_totem.name=Radiant Totem
entity.ebwizardry\:withering_totem.name=Withering Totem
itemGroup.ebwizardry=Wizardry
itemGroup.ebwizardryspells=Spells
@@ -938,6 +939,7 @@ spell.ebwizardry\:water_breathing=Water Breathing
spell.ebwizardry\:whirlwind=Whirlwind
spell.ebwizardry\:wither=Wither
spell.ebwizardry\:wither_skull=Wither Skull
spell.ebwizardry\:withering_totem=Withering Totem
spell.ebwizardry\:zombie_apocalypse=Zombie Apocalypse
spell.ebwizardry\:agility.desc=Grants the caster faster movement speed and greater jump height for 30 seconds.
@@ -1120,6 +1122,7 @@ spell.ebwizardry\:water_breathing.desc=Allows the caster to breathe underwater f
spell.ebwizardry\:whirlwind.desc=Causes the target to be blown upwards and away from you at speed.
spell.ebwizardry\:wither.desc=Fires a ray of darkness which withers anything it touches.
spell.ebwizardry\:wither_skull.desc=Launches a wither skull in the direction you are pointing.
spell.ebwizardry\:withering_totem.desc=Summons a withering totem where you are pointing, which slowly drains health from nearby creatures. After 30 seconds, the totem explodes, releasing a wave of withering energy that deals more damage the more health that was drained.
spell.ebwizardry\:zombie_apocalypse.desc=Opening a portal to the underworld is easy. The difficult part is shutting it again when things go wrong...
spell.ebwizardry\:invoke_weather.sun=The rain begins to stop...
@@ -629,6 +629,7 @@ entity.ebwizardry\:stormcloud.name=Stormcloud
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
entity.ebwizardry\:boulder.name=Boulder
entity.ebwizardry\:radiant_totem.name=Radiant Totem
entity.ebwizardry\:withering_totem.name=Withering Totem
itemGroup.ebwizardry=Wizardry
itemGroup.ebwizardryspells=Spells
@@ -938,6 +939,7 @@ spell.ebwizardry\:water_breathing=Water Breathing
spell.ebwizardry\:whirlwind=Whirlwind
spell.ebwizardry\:wither=Wither
spell.ebwizardry\:wither_skull=Wither Skull
spell.ebwizardry\:withering_totem=Withering Totem
spell.ebwizardry\:zombie_apocalypse=Zombie Apocalypse
spell.ebwizardry\:agility.desc=Grants the caster faster movement speed and greater jump height for 30 seconds.
@@ -1120,6 +1122,7 @@ spell.ebwizardry\:water_breathing.desc=Allows the caster to breathe underwater f
spell.ebwizardry\:whirlwind.desc=Causes the target to be blown upwards and away from you at speed.
spell.ebwizardry\:wither.desc=Fires a ray of darkness which withers anything it touches.
spell.ebwizardry\:wither_skull.desc=Launches a wither skull in the direction you are pointing.
spell.ebwizardry\:withering_totem.desc=Summons a withering totem where you are pointing, which slowly drains health from nearby creatures. After 30 seconds, the totem explodes, releasing a wave of withering energy that deals more damage the more health that was drained.
spell.ebwizardry\:zombie_apocalypse.desc=Opening a portal to the underworld is easy. The difficult part is shutting it again when things go wrong...
spell.ebwizardry\:invoke_weather.sun=The rain begins to stop...
@@ -46,6 +46,8 @@
"entity.stormcloud.thunder": {"category": "spells", "sounds": ["ambient/weather/thunder1", "ambient/weather/thunder2", "ambient/weather/thunder3"]},
"entity.stormcloud.attack": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
"entity.tornado.ambient": {"category": "spells", "sounds": ["ebwizardry:wind"]},
"entity.withering_totem.ambient": {"category": "spells", "sounds": ["ebwizardry:dark_aura_loop"]},
"entity.withering_totem.explode": {"category": "spells", "sounds": ["mob/wither/death"]},
"entity.zombie_spawner.spawn": {"category": "spells", "sounds": ["mob/guardian/elder_death"]},
"entity.evil_wizard.ambient": {"category": "hostile", "sounds": ["mob/evocation_illager/idle1", "mob/evocation_illager/idle2", "mob/evocation_illager/idle3", "mob/evocation_illager/idle4"]},
@@ -341,6 +343,7 @@
"spell.whirlwind": {"category": "spells", "sounds": ["ebwizardry:ice"]},
"spell.wither": {"category": "spells", "sounds": ["mob/wither/hurt1", "mob/wither/hurt2", "mob/wither/hurt3", "mob/wither/hurt4"]},
"spell.wither_skull": {"category": "spells", "sounds": ["mob/wither/shoot"]},
"spell.withering_totem": {"category": "spells", "sounds": ["ebwizardry:beam_start"]},
"spell.zombie_apocalypse.start": {"category": "spells", "sounds": ["ebwizardry:dark_aura_start"]},
"spell.zombie_apocalypse.loop": {"category": "spells", "sounds": ["ebwizardry:dark_aura_loop"]},
"spell.zombie_apocalypse.end": {"category": "spells", "sounds": ["ebwizardry:dark_aura_end"]},
@@ -0,0 +1,29 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "necromancy",
"type": "construct",
"cost": 50,
"chargeup": 20,
"cooldown": 200,
"base_properties": {
"range": 8,
"duration": 600,
"effect_radius": 6,
"max_targets": 1,
"damage": 1,
"max_explosion_damage": 10,
"effect_duration": 120,
"effect_strength": 0
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB