Skip to content

Commit

Permalink
Removes Xenos from starting levels
Browse files Browse the repository at this point in the history
Adds a DungeonMonsterSpawner without the rare xenos.
This was compensated for deeper levels in procgen.
  • Loading branch information
rbertoche committed Mar 31, 2024
1 parent c7bba55 commit b0b187b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/Mining/Random/mining.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,21 @@
rarePrototypes:
- MobXeno

- type: entity
id: DungeonMonsterSpawner
name: dungeon monsters
parent: MiningRandomSpawner
components:
- type: RandomSpawner
prototypes:
- MobBearSpace
- MobCarp
- MobPurpleSnake
- MobGiantSpiderAngry
- MobTick
- MobTick # extra ticks
- MobCaveRat

- type: entity
id: MiningShaftSpawner
name: mining shaft stuff
Expand Down

0 comments on commit b0b187b

Please sign in to comment.