Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Space Cobras to spawners #573

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading