Skip to content

Commit

Permalink
[Magiclysm] add lesser banishment spell, buff greater banishment (#47537
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KorGgenT authored and BrettDong committed Apr 5, 2021
1 parent 5cdf3c4 commit 015ad57
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
21 changes: 21 additions & 0 deletions data/mods/Magiclysm/Spells/animist.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,27 @@
"max_range": 30,
"range_increment": 1.0
},
{
"id": "banishment_lesser",
"type": "SPELL",
"name": "Lesser Banishment",
"description": "Banish a monster to the lesser-known nether dimension. If a monster is more powerful than you can handle, the spell drains your life force to make up the difference.",
"valid_targets": [ "hostile" ],
"flags": [ "SOMATIC", "VERBAL" ],
"effect": "banishment",
"shape": "blast",
"min_damage": 40,
"damage_increment": 10,
"max_damage": 290,
"min_range": 6,
"max_range": 6,
"base_energy_cost": 600,
"spell_class": "ANIMIST",
"difficulty": 9,
"max_level": 25,
"base_casting_time": 100,
"energy_source": "MANA"
},
{
"id": "summon_wisps",
"type": "SPELL",
Expand Down
7 changes: 5 additions & 2 deletions data/mods/Magiclysm/Spells/attunements/Blood_Mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
"max_damage": 640,
"min_range": 6,
"max_range": 6,
"min_aoe": 0,
"max_aoe": 2,
"aoe_increment": 0.04,
"base_energy_cost": 400,
"spell_class": "BLOOD_MAGE",
"difficulty": 9,
"difficulty": 6,
"max_level": 35,
"base_casting_time": 500,
"base_casting_time": 100,
"energy_source": "MANA"
},
{
Expand Down
1 change: 1 addition & 0 deletions data/mods/Magiclysm/itemgroups/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
[ "spell_scroll_druidic_healing", 20 ],
[ "spell_scroll_summon_magic_motorcycle", 5 ],
[ "bio_sneeze_beam", 50 ],
[ "spell_scroll_banishment_lesser", 30 ],
[ "spell_scroll_nova_flare", 25 ],
[ "spell_scroll_freezing_touch", 40 ]
]
Expand Down
9 changes: 9 additions & 0 deletions data/mods/Magiclysm/items/spell_scrolls.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,15 @@
"description": "With a shout and a gesture, the target starts bleeding from old wounds.",
"use_action": { "type": "learn_spell", "spells": [ "bleed" ] }
},
{
"type": "BOOK",
"copy-from": "spell_scroll",
"id": "spell_scroll_banishment_lesser",
"//": "Animist spell",
"name": { "str": "Scroll of Lesser Banishment", "str_pl": "Scrolls of Lesser Banishment" },
"description": "Banish a monster to the lesser-known nether dimension. If a monster is more powerful than you can handle, the spell drains your life force to make up the difference.",
"use_action": { "type": "learn_spell", "spells": [ "banishment_lesser" ] }
},
{
"type": "BOOK",
"copy-from": "spell_scroll",
Expand Down

0 comments on commit 015ad57

Please sign in to comment.