Skip to content

Commit

Permalink
Add Space Cobras to spawners (DeltaV-Station#573)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff <>
(cherry picked from commit 4806081)
  • Loading branch information
IamVelcroboy authored and DebugOk committed Jan 20, 2024
1 parent 3c382bb commit 238ab0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
- type: RandomSpawner
prototypes:
- MobPurpleSnake
- MobSpiderSpaceNPC
rarePrototypes:
- MobSmallPurpleSnake
rareChance: 0.2

- type: entity
name: Salvage Snake Spawner
Expand All @@ -49,6 +52,7 @@
- type: RandomSpawner
prototypes:
- MobPurpleSnakeGhost
- MobCobraSpaceSalvage
chance: 0.75
rarePrototypes:
- MobSmallPurpleSnakeGhost
Expand All @@ -68,6 +72,7 @@
- type: RandomSpawner
prototypes:
- MobPurpleSnakeGhost
- MobCobraSpaceSalvage
chance: 0.25
rarePrototypes:
- MobSmallPurpleSnakeGhost
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 238ab0e

Please sign in to comment.