diff --git a/Resources/Prototypes/XenoArch/effects.yml b/Resources/Prototypes/XenoArch/effects.yml index 1506d94aa0..649232edbf 100644 --- a/Resources/Prototypes/XenoArch/effects.yml +++ b/Resources/Prototypes/XenoArch/effects.yml @@ -65,6 +65,8 @@ weight: 4.0 - id: XenoArtifactFaunaSpawn weight: 10.0 + - id: XenoArtifactHostileFaunaSpawn + weight: 10.0 - id: XenoArtifactCashSpawn weight: 10.0 - id: XenoArtifactShatterWindows @@ -902,15 +904,7 @@ deleteSpawnerAfterSpawn: false table: !type:GroupSelector children: - - id: MobAdultSlimesYellowAngry - - id: MobAngryBee - - id: MobBearSpace - - id: MobXenoRavager - - id: MobTick - - id: MobSpiderSpace - - id: MobPurpleSnake - id: MobMouse - - id: MobKangarooSpace - id: MobPig - id: MobParrot - id: MobKangaroo @@ -939,6 +933,33 @@ - id: MobMonkeySyndicateAgent #so lucky prob: 0.03 +- type: entity + id: XenoArtifactHostileFaunaSpawn + parent: BaseXenoArtifactEffect + description: Create hostile fauna + components: + - type: XenoArtifactNode + maxDurability: 4 + maxDurabilityCanDecreaseBy: + min: 0 + max: 3 + - type: XAEApplyComponents + applyIfAlreadyHave: true + refreshOnReactivate: true + components: + - type: EntityTableSpawner + deleteSpawnerAfterSpawn: false + table: !type:GroupSelector + children: + - id: MobAdultSlimesYellowAngry + - id: MobAngryBee + - id: MobBearSpace + - id: MobXenoRavager + - id: MobTick + - id: MobSpiderSpace + - id: MobPurpleSnake + - id: MobKangarooSpace + - type: entity id: XenoArtifactCashSpawn parent: BaseXenoArtifactEffect