Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| monsters [2026/07/16 21:44] – added rest of the levels admin | monsters [2026/07/17 03:11] (current) – add numerical amount limits admin | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| Bosses, if you've played video games, you should know what they are by now! Lots of crazy special attacks, ability to break through walls and do terrain damage, just an utter nuisance! | Bosses, if you've played video games, you should know what they are by now! Lots of crazy special attacks, ability to break through walls and do terrain damage, just an utter nuisance! | ||
| + | |||
| + | ===== Limits ===== | ||
| + | |||
| + | The original TLC Byond version limits the maximum amount of monsters like so: | ||
| + | |||
| + | - max_zombies = 800 | ||
| + | - max_crows_mites = 15 | ||
| + | - max_dogs_carriors = 10 | ||
| + | - max_lickers_spinners = 15 | ||
| + | - max_hunters = 20 | ||
| + | - max_venuss_bbwidow = 15 | ||
| + | - max_roachmans = 10 | ||
| + | |||