Add boulder spell

This commit is contained in:
Electroblob77
2020-07-05 00:39:06 +01:00
parent 8ae6bc9102
commit 22a125d720
16 changed files with 441 additions and 8 deletions
@@ -625,6 +625,7 @@ entity.ebwizardry\:hailstorm.name=Hailstorm
entity.ebwizardry\:lightning_pulse.name=Lightning Pulse
entity.ebwizardry\:stormcloud.name=Stormcloud
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
entity.ebwizardry\:boulder.name=Boulder
itemGroup.ebwizardry=Wizardry
itemGroup.ebwizardryspells=Spells
@@ -753,6 +754,7 @@ spell.ebwizardry\:black_hole=Black Hole
spell.ebwizardry\:blinding_flash=Blinding Flash
spell.ebwizardry\:blink=Blink
spell.ebwizardry\:blizzard=Blizzard
spell.ebwizardry\:boulder=Boulder
spell.ebwizardry\:bubble=Bubble
spell.ebwizardry\:chain_lightning=Chain Lightning
spell.ebwizardry\:charge=Charge
@@ -933,6 +935,7 @@ spell.ebwizardry\:black_hole.desc=Tear reality asunder.
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
spell.ebwizardry\:boulder.desc="Let the world be my bowling alley, and my foes be the pins!"
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
spell.ebwizardry\:chain_lightning.desc=Fires a spark of lightning at the target, which then chains to additional targets up to twice.
spell.ebwizardry\:charge.desc=Causes the caster to charge rapidly in the direction they are looking, damaging and knocking back anything in their path.
@@ -625,6 +625,7 @@ entity.ebwizardry\:hailstorm.name=Hailstorm
entity.ebwizardry\:lightning_pulse.name=Lightning Pulse
entity.ebwizardry\:stormcloud.name=Stormcloud
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
entity.ebwizardry\:boulder.name=Boulder
itemGroup.ebwizardry=Wizardry
itemGroup.ebwizardryspells=Spells
@@ -753,6 +754,7 @@ spell.ebwizardry\:black_hole=Black Hole
spell.ebwizardry\:blinding_flash=Blinding Flash
spell.ebwizardry\:blink=Blink
spell.ebwizardry\:blizzard=Blizzard
spell.ebwizardry\:boulder=Boulder
spell.ebwizardry\:bubble=Bubble
spell.ebwizardry\:chain_lightning=Chain Lightning
spell.ebwizardry\:charge=Charge
@@ -933,6 +935,7 @@ spell.ebwizardry\:black_hole.desc=Tear reality asunder.
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
spell.ebwizardry\:boulder.desc="Let the world be my bowling alley, and my foes be the pins!"
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
spell.ebwizardry\:chain_lightning.desc=Fires a spark of lightning at the target, which then chains to additional targets up to twice.
spell.ebwizardry\:charge.desc=Causes the caster to charge rapidly in the direction they are looking, damaging and knocking back anything in their path.
@@ -18,8 +18,12 @@
"entity.black_hole.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.black_hole.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
"entity.black_hole.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
"entity.blizzard.ambient": {"category": "spells", "sounds": ["ebwizardry:wind"]},
"entity.boulder.roll": {"category": "spells", "sounds": ["ebwizardry:roll"]},
"entity.boulder.land": {"category": "spells", "sounds": ["ebwizardry:rumble"]},
"entity.boulder.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
"entity.boulder.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
"entity.decay.ambient": {"category": "spells", "sounds": ["liquid/lava"]},
"entity.entrapment.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.entrapment.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
@@ -130,6 +134,7 @@
"spell.blinding_flash": {"category": "spells", "sounds": ["ebwizardry:flash"]},
"spell.blink": {"category": "spells", "sounds": ["mob/endermen/portal", "mob/endermen/portal2"]},
"spell.blizzard": {"category": "spells", "sounds": ["ebwizardry:ice_age"]},
"spell.boulder": {"category": "spells", "sounds": ["random/bow"]},
"spell.bubble.shoot": {"category": "spells", "sounds": ["ebwizardry:ice"]},
"spell.bubble.splash": {"category": "spells", "sounds": ["liquid/swim1", "liquid/swim2", "liquid/swim3", "liquid/swim4"], "volume": 2},
"spell.chain_lightning": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
Binary file not shown.
@@ -0,0 +1,25 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "master",
"element": "earth",
"type": "attack",
"cost": 125,
"chargeup": 25,
"cooldown": 350,
"base_properties": {
"duration": 200,
"speed": 0.33,
"damage": 10,
"knockback_strength": 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB