Documentation
Readme
View as plain text
Jess' Aspects ★ WIP
By fallen_angel.js, aka qaznotquaz#3300
-- Abstract --
I had some ideas for new aspects and wanted to implement them - both as a way to give my two cents to the community, and to get my feet wet with understanding how modding this game really works. Hopefully I'm not getting *too* in over my head!
-- Requirements --
- MagicGonads' ModUtil (https://www.nexusmods.com/hades/mods/27)
- PonyWarrior's Aspect Extender (https://www.nexusmods.com/hades/mods/115)
- My MimicUtil (https://www.nexusmods.com/hades/mods/117/)
Install using ModImporter (https://www.nexusmods.com/hades/mods/26)
As a note, all subcomponents rely on the included JessAspectsCore
-- Usage --
★ prototypes are functional! ★
This mod can be used either as a whole, or as only the pieces you'd like. If you're not worried about only installing some aspects, then you can place the entire JessAspects folder into your Mods folder and install it as-is!
If you only want to install particular submodules, you have a few options. For one, you can download the whole package and then comment out the undesired aspects' Include statements in the modfile.txt. For finer control, each module will have a config.lua file, and a modfile.txt.
Alternatively, you can opt to only download the submodules you would like to use, since each one can function as a self-contained mod. You will need to make sure to install the JessAspectsCore if you do this.
-- Aspects --
- Functional New Content
- Adamant Rail ★ Annie Oakley (prototype)
- Adamant Rail ★ Aspect of Jess (prototype)
- Functional Miscellaneous Content
- Stygian Blade ★ Poseidon's Flourish
- Eternal Spear ★ Hades' Call (known bugs)
- Shield of Chaos ★ Chaos' Favor
- Heart-Seeking Bow ★ Artemis' Cast
- Twin Fists ★ Demeter's Strike
- Adamant Rail ★ Hermes' Evasion
- Unimplemented New Ideas
- Heart-Seeking Bow ★ Robin Hood (conceptualized)
- Heart-Seeking Bow ★ Cleopatra
- Twin Fists ★ Mike Tyson
- Eternal Spear ★ Merlin
- Unimplemented Miscellaneous Ideas
- can i make a sword that looks like fists?
- swap spear/shield charge attack with their special
-- General TODO --
- [ ] Look for QA and balance testers
- [ ] create a google form for polling interest
-- Credits for mods heavily referenced --
- PonyWarrior's AspectFusion (https://github.com/PonyWarrior/HadesModRepo/tree/master/AspectFusion)
- raisins' Swarm Missiles (https://www.nexusmods.com/hades/mods/92)