From da9469a15bf6abaf5ae2b37b43a0bae9e451c581 Mon Sep 17 00:00:00 2001 From: Jeff <> Date: Mon, 18 Dec 2023 17:19:42 -0600 Subject: [PATCH] Add Space Cobras to spawners --- Resources/Prototypes/Entities/Mobs/NPCs/space.yml | 7 ++----- .../Entities/Markers/Spawners/Random/mobs.yml | 5 +++++ .../Nyanotrasen/Entities/Mobs/NPCs/space.yml | 10 ++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml index f9eef975e41..9138b893a6a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml @@ -290,7 +290,7 @@ - type: entity name: space cobra - id: MobCobraSpace + id: MobCobraSpaceNPC # Delta V : remove ghosttakeover comps parent: MobSpaceBasic description: Long fangs and a glowing hood, and the alluring look begs to come closer. components: @@ -371,10 +371,7 @@ radius: 1.1 energy: 1.5 color: "#4faffb" - - type: GhostRole - prob: 0.25 - name: ghost-role-information-space-cobra-name - description: ghost-role-information-space-cobra-description + # Moved to Nyanotrasen\Entities\Mobs\NPCs\space.yml - type: Stealth enabledOnDeath: false maxVisibility: 1.2 diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/mobs.yml b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/mobs.yml index ca1d5583208..bd13b241825 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/mobs.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/mobs.yml @@ -33,7 +33,10 @@ - type: RandomSpawner prototypes: - MobPurpleSnake + - MobSpiderSpaceNPC + rarePrototypes: - MobSmallPurpleSnake + rareChance: 0.2 - type: entity name: Salvage Snake Spawner @@ -49,6 +52,7 @@ - type: RandomSpawner prototypes: - MobPurpleSnakeGhost + - MobCobraSpaceSalvage chance: 0.75 rarePrototypes: - MobSmallPurpleSnakeGhost @@ -68,6 +72,7 @@ - type: RandomSpawner prototypes: - MobPurpleSnakeGhost + - MobCobraSpaceSalvage chance: 0.25 rarePrototypes: - MobSmallPurpleSnakeGhost diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/space.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/space.yml index a5a7eed10c9..8180326332f 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/space.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/space.yml @@ -31,3 +31,13 @@ prob: 0.30 name: ghost-role-information-space-spider-name description: ghost-role-information-space-spider-description + +- type: entity + name: space cobra + id: MobCobraSpace + parent: MobCobraSpaceNPC + components: + - type: GhostRole + prob: 0.25 + name: ghost-role-information-space-cobra-name + description: ghost-role-information-space-cobra-description