Skip to content

Commit

Permalink
[Magiclysm] Attunements - Rock Blast spell
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Oct 7, 2020
1 parent 9ac4fd8 commit 5933eff
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions data/mods/Magiclysm/Spells/attunements/Earth_Elemental.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,56 @@
"max_aoe": 35,
"aoe_increment": 1,
"max_level": 35
},
{
"id": "rock_blast",
"type": "SPELL",
"description": "Fire three large rocks at an enemy, causing blunt damage and knocking it back.",
"valid_targets": [ "hostile" ],
"flags": [ "SOMATIC", "NO_LEGS" ],
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": 20,
"max_damage": 180,
"damage_increment": 4.6,
"min_range": 8,
"max_range": 15,
"range_increment": 0.2,
"sound_id": "earth_spell",
"sound_variant": "strong",
"energy_source": "STAMINA",
"spell_class": "EARTH_ELEMENTAL",
"damage_type": "bash",
"base_energy_cost": 5000,
"base_casting_time": 200,
"extra_effects": [ { "id": "single_rock_blast" }, { "id": "single_rock_blast" }, { "id": "rock_blast_push" } ]
},
{
"id": "single_rock_blast",
"type": "SPELL",
"description": "A single portion of the rock blast spell",
"valid_targets": [ "hostile" ],
"effect": "attack",
"shape": "blast",
"max_level": 35,
"min_damage": 20,
"max_damage": 180,
"damage_increment": 4.6,
"damage_type": "bash",
"sound_id": "earth_spell",
"sound_variant": "strong"
},
{
"id": "rock_blast_push",
"type": "SPELL",
"description": "The push portion of the rock blast spell",
"valid_targets": [ "hostile" ],
"effect": "directed_push",
"shape": "blast",
"max_level": 35,
"min_damage": 1,
"max_damage": 3,
"damage_increment": 0.1
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/traits/attunements.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"valid": false,
"description": "Stone is superior to flesh. You have allowed this axiom into your life, and work to correct your own weakness with biomancy. The strength of the Earth rushed up to meet you with open arms.",
"prereqs": [ "BIOMANCER", "EARTHSHAPER" ],
"spells_learned": [ [ "quake", 5 ] ],
"spells_learned": [ [ "quake", 5 ], [ "rock_blast", 5 ] ],
"armor": [
{ "parts": [ "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r", "head" ], "cut": 15 }
],
Expand Down

0 comments on commit 5933eff

Please sign in to comment.