Droppable Gods
Allows for Athena, Artemis and Dionysus to spawn like other Olympian Gods - Config available.
| Date uploaded | 6 months ago |
| Version | 2.1.3 |
| Download link | zannc-Droppable_Gods-2.1.3.zip |
| Downloads | 308 |
| Dependency string | zannc-Droppable_Gods-2.1.3 |
This mod requires the following mods to function
SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2zannc-GodsAPI
A library for developers to easily add new Gods / NPC Gods to the game without having to dig through files.
Preferred version: 1.0.0README
Droppable Gods
Adds Artemis, Athena and Dionysus to the god pool, allowing them to spawn as a normal Olympian god would.
To progress their respective stories, the primary way is still to find their encounters, however you can still give gifts to their boons to progress relationships.
INFO
Be aware that this is a very early release, and bugs are to be expected, as well as other cosmetic issues (such as dialogue). If you have found a bug - or very out of place dialogue, please report it on Github or in the Hades Modding Discord
Dev
In order to add a trait to Artemis/Athena/Dionysus, please refer to the dev folder, which shows what is needed to add a boon to the God Pool - and allow it to be used along-side this mod. For a full working example of multiple boons being added, refer to my other mod, Practical Gods, which was made to work with this mod specifically.
CHANGELOG
Changelog
Unreleased
3.0.9 - 2026-01-26
- DEV: Change PLUGIN to _PLUGIN
3.0.8 - 2026-01-12
- Change RandomOneGod x4 functionality, please I can't do this anymore.
3.0.7 - 2026-01-09
- Change RandomOneGod x3 functionality, hopefully for the last time.
3.0.6 - 2025-12-21
- Fix RandomOneGod x2.
3.0.5 - 2025-12-21
- Fix config setting for RandomOneGod.
- Remove print.
3.0.4 - 2025-12-19
- Fix config setting for maximum spawns x2.
- Add
RandomOneGodwhich will allow the game to choose 1 god out of the 4 currently added and only allow them to spawn in a run (randomized per run). - Fix issue where TextLines would play for every boon pickup.
3.0.3 - 2025-12-09
- Fix config setting for maximum spawns.
- Remove print
3.0.2 - 2025-12-09
- Hopefully fix issue with portraits not loading.
- GodsAPI Fix - Icon size in Hermes Shop.
- GodsAPI Fix - Travel Deal interaction.
- Hopefully fix issues with Portraits not loading correctly, without breaking anything :doom:
- Added config option to limit SpawnLikeHermes spawns to a specific number (eg, 1 max spawn per run)
3.0.1 - 2025-12-08
- Icon Update
3.0.0 - 2025-12-08
- Added Hades as a functioning droppable god! (To progress his story you still have to meet him in the underworld)
- Added Family Dispute attacks for Artemis/Dionysus/Athena.
- Animation for Hades boon drop, blender file included in source.
- Added Config option to allow you to split any new traits between the original npc and the dropped god (new traits to go drop, old ones stay in npcs)
- Pony Menu integration.
- Compat with Zagreus' Journey's Theseus fight.
- DEV: Duplication check for Zagreus' Journey's devotion weapons.
- DEV: Removed Rarirty Chances for NPC tables if you do not split the traits.
- Updated README.md
- Fix Dionysus Improved integration.
- Fix issue of no animation prewaiting when picking up a boon (it used to just play the animation but cut straight to the boon/text screen.)
2.1.3 - 2025-12-01
- Update to GodsAPI latest
2.1.2 - 2025-11-28
2.1.1 - 2025-11-09
- Update to work w/ GodsAPI latest.
2.1.0 - 2025-11-08
- Fixed issue which wouldnt allow any traits in slots to overwrite already slotted boons.
- Reworked Config.
- Fixed issue where if you gifted Artemis/Dio/Athena for the first time, it wouldn't display their respective keepsake animation.
- DEV: Changed to function with GodsAPI.
2.0.1 - 2025-10-24
- Reduced package size in half.
- Fix Changelog.
2.0.0 - 2025-10-24
- Blocked stacking for the default boons per the NPCs.
- Added
Costto the NPC traits (needed for more boons to be added) - (Hopefully) Made it so any new boons added to the NPCs will be implemented correctly (and ordered as such).
- Turned down the brightness of Artemis' boon drop.
- Changed the
TextLineSetsyou can recieve from a drop to be the repeatable dialogue, to progress stories, you now have to find their respective NPC rooms. - Added config options to allow for customizing how the gods spawn.
- Fixed issue with Dionysus (and possibly Athena) which wouldnt allow you to interact with them if you have already talked to them in the current run.
- Updated ReadME.
1.0.0 - 2025-10-17
Initial Release.