Skip to content

Commit

Permalink
Dreamhammer
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Aug 30, 2022
1 parent b5e0cb5 commit e684e6c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
28 changes: 27 additions & 1 deletion data/mods/Xedra_Evolved/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,31 @@
"move_cost": 100
}
]
}
},
{
"type": "GENERIC",
"id": "xe_oneiric_hammer",
"name": { "str": "oneiric hammer" },
"description": "An ethereal hammer used by Dreamsmiths to work with dreamdross. Can also be used as a weapon of last resort.",
"weight": "1337 g",
"to_hit": 2,
"color": "brown",
"symbol": "/",
"material": [ "forged_dreamstuff" ],
"techniques": [ "WBLOCK_2", "BRUTAL", "SWEEP" ],
"flags": [
"NONCONDUCTIVE",
"BELT_CLIP",
"LIGHT_15",
"TRADER_AVOID",
"UNBREAKABLE_MELEE",
"NO_REPAIR",
"NO_SALVAGE",
"MAGIC_FOCUS"
],
"volume": "1250 ml",
"bashing": 20,
"price": 0,
"qualities": [ [ "HAMMER", 5 ], [ "DREAM_HAMMER", 1 ] ]
},
]
6 changes: 6 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,12 @@
"type": "requirement",
"components": [ [ [ "forged_dreamstuff_ingot", 1 ] ] ]
},
{
"id": "spell_components_dreamdross3",
"type": "requirement",
"qualities": [ "DREAM_HAMMER", 1 ],
"components": [ [ [ "dreamdross_lump", 2 ], [ "scrap_dreamdross", 4 ] ] ]
},
{
"id": "spell_components_human_blood",
"type": "requirement",
Expand Down
22 changes: 22 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,27 @@
"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,
"max_damage": 30,
"damage_increment": 0.5,
"effect": "spawn_item",
"effect_str": "forged_dreamstuff_ingot",
"shape": "blast",
"base_casting_time": 5000,
"base_energy_cost": 500,
"duration_increment": 1,
"skill": "deduction",
"difficulty": 0,
"max_level": 60,
"spell_class": "DREAMSMITH",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
}
]

0 comments on commit e684e6c

Please sign in to comment.