Skip to content

Commit

Permalink
Xedra Evolved Bugfix for #60563 (#60580)
Browse files Browse the repository at this point in the history
* Dreamhammer

Fixes

fix

Update spell_components.json

* Apply suggestions from code review

* Update data/mods/Xedra_Evolved/requirements/spell_components.json

* Update spell_components.json

* Update data/mods/Xedra_Evolved/requirements/spell_components.json

* Update dictionary.txt
  • Loading branch information
Maleclypse authored Sep 1, 2022
1 parent 665b70d commit 6ea08b3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/mods/Xedra_Evolved/requirements/spell_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "requirement",
"components": [ [ [ "forged_dreamstuff_ingot", 1 ] ] ]
},
{
"id": "spell_components_dreamdross3",
"type": "requirement",
"components": [ [ [ "dreamdross_lump", 2 ], [ "scrap_dreamdross", 4 ] ], [ [ "xe_oneiric_hammer", 1 ] ] ]
},
{
"id": "spell_components_human_blood",
"type": "requirement",
Expand Down
21 changes: 21 additions & 0 deletions data/mods/Xedra_Evolved/spells/dreamsmithing.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,26 @@
"min_duration": 10000,
"max_duration": 50000,
"duration_increment": 2000
},
{
"id": "forge_dreamdross",
"type": "SPELL",
"name": "Forge Dreamdross",
"description": "This ritual pulls a small amount of dreamdross into our world and makes it permanent. These scraps of dreaming can then be used to make permanent objects.",
"valid_targets": [ "self" ],
"min_damage": 1,
"effect": "spawn_item",
"effect_str": "forged_dreamstuff_ingot",
"shape": "blast",
"base_casting_time": 5000,
"base_energy_cost": 500,
"components": "spell_components_forging_dreamdross",
"duration_increment": 1,
"skill": "deduction",
"difficulty": 0,
"max_level": 10,
"spell_class": "DREAMSMITH",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
}
]

0 comments on commit 6ea08b3

Please sign in to comment.