forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Magiclysm] Adding more attunement spells (1/3) (CleverRaven#49809)
* sunmage (+item)+boreal mage(+item)+gaias chosen * forget to add spell component and attunement info * resolving small conflict * some balance tweaks * deleted AoE from sunMage spell * lint * Update data/mods/Magiclysm/items/ethereal_items.json Co-authored-by: actual-nh <[email protected]> * Change armor info to new style * Lint * Update data/mods/Magiclysm/Spells/attunements/Boreal_Mage.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/Spells/attunements/Sun_Mage.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/items/ethereal_items.json Co-authored-by: Curtis Merrill <[email protected]> * Update data/mods/Magiclysm/materials.json Co-authored-by: Curtis Merrill <[email protected]> * adding some stuff to sunmage spell + some tweaks in description * Update data/mods/Magiclysm/Spells/attunements/Gaias_Chosen.json Co-authored-by: actual-nh <[email protected]> * Update data/mods/Magiclysm/items/ethereal_items.json Co-authored-by: actual-nh <[email protected]> * Update data/mods/Magiclysm/items/ethereal_items.json Co-authored-by: actual-nh <[email protected]> * Delete extra effect via using effect_str Co-authored-by: actual-nh <[email protected]> Co-authored-by: Curtis Merrill <[email protected]>
- Loading branch information
1 parent
90539ba
commit d008f2e
Showing
7 changed files
with
158 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"id": "gaiaschosen_samsara", | ||
"type": "SPELL", | ||
"spell_class": "GAIAS_CHOSEN", | ||
"name": "Samsara", | ||
"description": "You tie your ley-lines to the world's, renewing your flesh as if reborn.", | ||
"valid_targets": [ "self" ], | ||
"effect": "attack", | ||
"effect_str": "cureall", | ||
"shape": "blast", | ||
"base_casting_time": 60000, | ||
"base_energy_cost": 800, | ||
"energy_source": "MANA", | ||
"components": "spell_components_samsara", | ||
"difficulty": 8, | ||
"min_damage": -20, | ||
"max_damage": -200, | ||
"damage_increment": -4.5, | ||
"max_level": 40, | ||
"flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "LOUD" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters