Add guardian beam spell

This commit is contained in:
Electroblob77
2020-10-17 15:28:51 +01:00
parent 795bdcd427
commit 0dd26de905
9 changed files with 204 additions and 0 deletions
@@ -850,6 +850,7 @@ spell.ebwizardry\:greater_telekinesis=Greater Telekinesis
spell.ebwizardry\:greater_ward=Greater Ward
spell.ebwizardry\:group_heal=Group Heal
spell.ebwizardry\:growth_aura=Growth Aura
spell.ebwizardry\:guardian_beam=Guardian Beam
spell.ebwizardry\:hailstorm=Hailstorm
spell.ebwizardry\:heal=Heal
spell.ebwizardry\:heal_ally=Heal Ally
@@ -1035,6 +1036,7 @@ spell.ebwizardry\:greater_telekinesis.desc=Allows the caster to pick up a block
spell.ebwizardry\:greater_ward.desc=Grants the caster a strong shielding effect that greatly reduces incoming magic damage for 30 seconds.
spell.ebwizardry\:group_heal.desc=Heals the caster and all nearby allies and summoned creatures by 3 hearts.
spell.ebwizardry\:growth_aura.desc=Grows all crops near the caster. Also grows tall grass and flowers on grass.
spell.ebwizardry\:guardian_beam.desc=Fires a guardian eye beam in the direction you are pointing, which damages targets and depletes their air supply when underwater.
spell.ebwizardry\:hailstorm.desc=It was during the great winter of the third age that the ice mages discovered their true power.
spell.ebwizardry\:heal.desc=Heals the caster by 2 hearts.
spell.ebwizardry\:heal_ally.desc=Heals the target by 2 and a half hearts.
@@ -850,6 +850,7 @@ spell.ebwizardry\:greater_telekinesis=Greater Telekinesis
spell.ebwizardry\:greater_ward=Greater Ward
spell.ebwizardry\:group_heal=Group Heal
spell.ebwizardry\:growth_aura=Growth Aura
spell.ebwizardry\:guardian_beam=Guardian Beam
spell.ebwizardry\:hailstorm=Hailstorm
spell.ebwizardry\:heal=Heal
spell.ebwizardry\:heal_ally=Heal Ally
@@ -1035,6 +1036,7 @@ spell.ebwizardry\:greater_telekinesis.desc=Allows the caster to pick up a block
spell.ebwizardry\:greater_ward.desc=Grants the caster a strong shielding effect that greatly reduces incoming magic damage for 30 seconds.
spell.ebwizardry\:group_heal.desc=Heals the caster and all nearby allies and summoned creatures by 3 hearts.
spell.ebwizardry\:growth_aura.desc=Grows all crops near the caster. Also grows tall grass and flowers on grass.
spell.ebwizardry\:guardian_beam.desc=Fires a guardian eye beam in the direction you are pointing, which damages targets and depletes their air supply when underwater.
spell.ebwizardry\:hailstorm.desc=It was during the great winter of the third age that the ice mages discovered their true power.
spell.ebwizardry\:heal.desc=Heals the caster by 2 hearts.
spell.ebwizardry\:heal_ally.desc=Heals the target by 2 and a half hearts.
@@ -218,6 +218,9 @@
"spell.greater_ward": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.group_heal": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.growth_aura": {"category": "spells", "sounds": ["ebwizardry:conjure_large"]},
"spell.guardian_beam.start": {"category": "spells", "sounds": ["mob/guardian/attack_loop"]},
"spell.guardian_beam.loop": {"category": "spells", "sounds": ["mob/guardian/attack_loop"]},
"spell.guardian_beam.end": {"category": "spells", "sounds": ["mob/guardian/attack_loop"]},
"spell.hailstorm": {"category": "spells", "sounds": ["mob/illusion_illager/prepare_blind"]},
"spell.heal": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.heal_ally": {"category": "spells", "sounds": ["ebwizardry:heal"]},
@@ -0,0 +1,24 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "advanced",
"element": "sorcery",
"type": "attack",
"cost": 10,
"chargeup": 0,
"cooldown": 50,
"base_properties": {
"range": 12,
"damage": 5,
"air_depletion": 70
}
}