diff --git a/data/mods/Mythos/README.md b/data/mods/Mythos/README.md new file mode 100644 index 0000000000000..167ab0fbb3878 --- /dev/null +++ b/data/mods/Mythos/README.md @@ -0,0 +1,18 @@ +# About This Mod + +A very work-in-progress start to a more Lovecraftian-focused version of Cataclysm set in the 1920s, with 99.9% of the population mysteriously disappearing at midnight of day 0. + +Players will take on the roles of investigators in a variety of professions battling the denizens of the shadows to recover and rebuild society. + + +# Planned list of features + +- Removal of Zombies from game to focus more on the Mythos elements + +- Addition of further Mythos creatures to compliment the already existing ones (elder things, ghouls, ghasts, nightgaunts, deep ones, dark young, shantaks, servitors, rat-things etc.) + +- Addition of cults\cult-like posessions among the remaining humans (Esoteric Order of Dagon, Yithian Time Travellers, Insects from Shaggai, Church of Starry Wisdom etc.) + +- Reworking of existing items\buildings\vehicles to 1920s levels of construction and technology and removing the ruined aspect to represent people just vanishing (meals on tables etc.) + +- Plus much more to come diff --git a/data/mods/Mythos/modinfo.json b/data/mods/Mythos/modinfo.json new file mode 100644 index 0000000000000..a85cd6c313e0e --- /dev/null +++ b/data/mods/Mythos/modinfo.json @@ -0,0 +1,29 @@ +[ + { + "type": "MOD_INFO", + "id": "Mythos", + "name": "[WIP] Mythos Mod - No Zombies", + "authors": [ "mythosmod" ], + "description": "Removes all the zombies (including fungus zombies) from the game - a very work-in-progress start to a more Lovecraftian-focused version of Cataclysm set in the 1920s, with 99.9% of the population mysteriously disappearing at midnight of day 0. Players will take on the roles of investigators in a variety of professions battling the denizens of the shadows to recover and rebuild society.", + "category": "content", + "dependencies": [ "dda" ], + "version": "0.1" + }, + { + "type": "MONSTER_BLACKLIST", + "monsters": [ + "mon_zombie_fungus", + "mon_boomer_fungus", + "mon_zombie_child_fungus", + "mon_zombie_gasbag_fungus", + "mon_zombie_smoker_fungus", + "mon_skeleton_fungus", + "mon_skeleton_brute_fungus", + "mon_skeleton_hulk_fungus" + ] + }, + { + "type": "MONSTER_BLACKLIST", + "species": [ "ZOMBIE" ] + } +]