Skip to content

Commit

Permalink
Monster Spells and Necrotic nerfs (#3201)
Browse files Browse the repository at this point in the history
* Monster spells and Necrotic nerfs

* style(autofix.ci): automated formatting

* Fix the build whining

Double Spacing after a sentence is dumb. Change my mind ;P

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>

* Fix ellipses whining

At least this one was slightly nicer than the double-spacing error...

Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 6e385d6 commit 6f24bb3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/Spells/animist.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
"spell_class": "ANIMIST",
"energy_source": "HP",
"flags": [ "NO_LEGS", "CONCENTRATE", "SOMATIC" ],
"min_damage": 121,
"max_damage": 411,
"min_damage": 61,
"max_damage": 351,
"damage_increment": 6.0,
"min_range": 5,
"max_range": 10,
Expand Down
46 changes: 44 additions & 2 deletions data/mods/Magiclysm/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,53 @@
"min_aoe": 25,
"max_aoe": 60,
"aoe_increment": 5.0,
"spell_class": "KELVINIST",
"base_casting_time": 100,
"base_energy_cost": 150,
"energy_source": "MANA",
"difficulty": 2,
"damage_type": "fire"
},
{
"id": "krab_gaze",
"type": "SPELL",
"name": { "str": "Krabgek Gaze" },
"description": "Carcinization ray, go! (Krabgek version of Necrotic Gaze for balance purposes)",
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"energy_source": "HP",
"flags": [ "NO_LEGS", "CONCENTRATE", "SOMATIC" ],
"min_damage": 30,
"max_damage": 320,
"damage_increment": 6.0,
"min_range": 5,
"max_range": 10,
"range_increment": 0.1,
"max_level": 37,
"base_casting_time": 100,
"base_energy_cost": 2,
"damage_type": "bio"
},
{
"id": "ooze_acidicspray",
"type": "SPELL",
"name": { "str": "Ooze Acidic Spray" },
"description": "Someone's pudding recipe has gone *very* awry… (Monster Spell)",
"valid_targets": [ "ally", "hostile", "ground" ],
"effect": "cone_attack",
"effect_str": "bio_acidburn",
"base_casting_time": 200,
"base_energy_cost": 200,
"energy_source": "MANA",
"max_level": 30,
"min_damage": 34,
"max_damage": 123,
"damage_increment": 4.0,
"damage_type": "acid",
"min_range": 7,
"max_range": 12,
"flags": [ "VERBAL", "NO_HANDS" ],
"range_increment": 0.25,
"min_aoe": 100,
"max_aoe": 165,
"aoe_increment": 5.0
}
]
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/monsters/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"special_attacks": [
{
"type": "spell",
"spell_data": { "id": "bio_acidicspray" },
"spell_data": { "id": "ooze_acidicspray" },
"cooldown": 20,
"monster_message": "The black pudding burns %3$s with acid!"
}
Expand Down Expand Up @@ -110,7 +110,7 @@
},
{
"type": "spell",
"spell_data": { "id": "necrotic_gaze" },
"spell_data": { "id": "krab_gaze" },
"cooldown": 5,
"monster_message": "The krabgek gazes at %3$s!"
}
Expand Down

0 comments on commit 6f24bb3

Please sign in to comment.