Skip to content

Commit

Permalink
No zombie revival minimod
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Oct 19, 2024
1 parent 2b8fbb3 commit a8f1c34
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions No_zombie_revival/modinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "MOD_INFO",
"id": "minimod_no_zobmie_revival",
"name": "Minimod: No Zombie Revival",
"authors": [ "John-Candlebury" ],
"maintainers": [ "John-Candlebury" ],
"description": "Disables zombie revival. Other monsters (EX: Robots) might still self reassemble after death.",
"category": "rebalance",
"dependencies": [ "dda" ]
},
{
"type": "monster_adjustment",
"species": "ZOMBIE",
"flag": { "name": "REVIVES", "value": false }
}
]

0 comments on commit a8f1c34

Please sign in to comment.