Skip to content

Commit

Permalink
[MoM] Zombie looks-like + slightly reduce skyscraper lab break area s…
Browse files Browse the repository at this point in the history
…pawns (CleverRaven#73942)

* Initial commit

* Spawn changes

* Fix misplaced glass wall
  • Loading branch information
Standing-Storm authored May 20, 2024
1 parent 1ef6e6c commit b7e7dec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand Down Expand Up @@ -1609,7 +1609,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand Down Expand Up @@ -1637,7 +1637,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand Down Expand Up @@ -1665,7 +1665,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand All @@ -1692,7 +1692,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand All @@ -1719,7 +1719,7 @@
]
},
"place_monster": [
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 50, "repeat": [ 1, 3 ] },
{ "group": "GROUP_PHAVIAN_SKYSCRAPER_LAB", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 33, "repeat": [ 1, 3 ] },
{ "group": "GROUP_FERAL_CLAIRSENTIENT_TELEPATH", "x": [ 1, 2 ], "y": [ 1, 2 ], "chance": 5 }
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
" V....|..............................|....V ",
" V....|..............................|....V ",
" |....+...|--|-|-|--¥!!---|-|-|--|...+....| ",
" |----|...|SS|T|T|^......^|T|T|SS|...|----V ",
" |----|...|SS|T|T|^......^|T|T|SS|...|----| ",
" V....|...+..|+|+|^......^|+|+|..+...|....V ",
" V....|...|......|^......^|......|...|....V ",
" |....|...|---|--||......||--|---|...|....| ",
Expand Down
1 change: 1 addition & 0 deletions data/mods/MindOverMatter/monsters/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"id": "mon_zombie_scientist_phavian",
"copy-from": "mon_zombie_scientist",
"looks_like": "mon_zombie_scientist",
"type": "MONSTER",
"name": { "str": "zombie scientist" },
"death_drops": "mon_zombie_scientist_phavian_death_drops"
Expand Down

0 comments on commit b7e7dec

Please sign in to comment.