Add mark sacrifice spell

This commit is contained in:
Electroblob77
2020-07-30 22:54:37 +01:00
parent a321e4ef66
commit 0d7d36c0b5
9 changed files with 106 additions and 1 deletions
@@ -852,6 +852,7 @@ spell.ebwizardry\:lightning_ray=Lightning Ray
spell.ebwizardry\:lightning_sigil=Lightning Sigil
spell.ebwizardry\:lightning_web=Lightning Web
spell.ebwizardry\:magic_missile=Magic Missile
spell.ebwizardry\:mark_sacrifice=Mark Sacrifice
spell.ebwizardry\:metamorphosis=Metamorphosis
spell.ebwizardry\:meteor=Meteor
spell.ebwizardry\:mind_control=Mind Control
@@ -1033,6 +1034,7 @@ spell.ebwizardry\:lightning_ray.desc=Creates a stream of lightning in the direct
spell.ebwizardry\:lightning_sigil.desc=Places a magical lightning trap on the ground which damages the creature that triggers it and chains lightning to other nearby creatures.
spell.ebwizardry\:lightning_web.desc="Focus. Channel the storm in your mind through your wand and unleash its fury."
spell.ebwizardry\:magic_missile.desc=Fires a bolt of magical energy in the direction you are pointing.
spell.ebwizardry\:mark_sacrifice.desc=Marks the target as a divine sacrifice. The next magical attack on a marked creature deals 60%% extra damage for each level of the effect.
spell.ebwizardry\:metamorphosis.desc=Changes the target into another form. Only works on some creatures.
spell.ebwizardry\:meteor.desc=Some wizards just want to see the world burn...
spell.ebwizardry\:mind_control.desc=Takes control of the target's mind for 30 seconds, causing it switch sides and fight for the caster instead. Will not work on creatures that are too strong-willed.
@@ -852,6 +852,7 @@ spell.ebwizardry\:lightning_ray=Lightning Ray
spell.ebwizardry\:lightning_sigil=Lightning Sigil
spell.ebwizardry\:lightning_web=Lightning Web
spell.ebwizardry\:magic_missile=Magic Missile
spell.ebwizardry\:mark_sacrifice=Mark Sacrifice
spell.ebwizardry\:metamorphosis=Metamorphosis
spell.ebwizardry\:meteor=Meteor
spell.ebwizardry\:mind_control=Mind Control
@@ -1033,6 +1034,7 @@ spell.ebwizardry\:lightning_ray.desc=Creates a stream of lightning in the direct
spell.ebwizardry\:lightning_sigil.desc=Places a magical lightning trap on the ground which damages the creature that triggers it and chains lightning to other nearby creatures.
spell.ebwizardry\:lightning_web.desc="Focus. Channel the storm in your mind through your wand and unleash its fury."
spell.ebwizardry\:magic_missile.desc=Fires a bolt of magical energy in the direction you are pointing.
spell.ebwizardry\:mark_sacrifice.desc=Marks the target as a divine sacrifice. The next magical attack on a marked creature deals 60%% extra damage for each level of the effect.
spell.ebwizardry\:metamorphosis.desc=Changes the target into another form. Only works on some creatures.
spell.ebwizardry\:meteor.desc=Some wizards just want to see the world burn...
spell.ebwizardry\:mind_control.desc=Takes control of the target's mind for 30 seconds, causing it switch sides and fight for the caster instead. Will not work on creatures that are too strong-willed.
@@ -0,0 +1,24 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "apprentice",
"element": "healing",
"type": "alteration",
"cost": 15,
"chargeup": 0,
"cooldown": 30,
"base_properties": {
"range": 10,
"effect_duration": 300,
"effect_strength": 0
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB