Skip to content

Commit

Permalink
feat(content): No_wasps mod (#4267)
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
Zlorthishen authored Mar 1, 2024
1 parent ccb8c28 commit 1898dd6
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions data/mods/No_Wasps/modinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[
{
"type": "MOD_INFO",
"id": "No_Wasps",
"name": "No Wasps",
"authors": [ "Zlorthishen" ],
"description": "Removes wasps, dermatiks, and their associated maps from the game",
"category": "monster_exclude",
"dependencies": [ "bn" ]
},
{
"type": "MONSTER_BLACKLIST",
"categories": [
"GROUP_WASP_NEST",
"GROUP_WASP_FORAGER",
"GROUP_WASP_GUARD",
"GROUP_WASP_QUEEN",
"GROUP_WASP_PUPA",
"GROUP_DERMATIK_INCUB",
"GROUP_DERMATIK"
]
},
{
"type": "MONSTER_BLACKLIST",
"monsters": [
"mon_wasp_larva",
"mon_wasp_pupa",
"mon_wasp_small",
"mon_wasp_small_guard",
"mon_wasp_queen",
"mon_wasp",
"mon_wasp_guard",
"mon_wasp_mega",
"mon_dermatik",
"mon_dermatik_larva",
"mon_dermatik_midwife",
"mon_dermatik_incubator_deer",
"mon_dermatik_incubator_dog",
"mon_dermatik_incubator_spider"
]
},
{
"type": "overmap_special",
"id": "Wasp Tower",
"overmaps": [ ],
"occurrences": [ 0, 0 ]
},
{
"type": "overmap_special",
"id": "Wasp Tower 1",
"overmaps": [ ],
"occurrences": [ 0, 0 ]
}
]

0 comments on commit 1898dd6

Please sign in to comment.