Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mythos Mod Resubmission #51796

Merged
merged 2 commits into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/mods/Mythos/README.md
Original file line number Diff line number Diff line change
@@ -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
29 changes: 29 additions & 0 deletions data/mods/Mythos/modinfo.json
Original file line number Diff line number Diff line change
@@ -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" ]
}
]