Skip to content

Commit

Permalink
Merge pull request #162 from dvir001/Remove-Brain-Cells
Browse files Browse the repository at this point in the history
Removed Brain Cells from salvage mobs
  • Loading branch information
Cheackraze authored Aug 7, 2023
2 parents d1ba595 + ad66b87 commit 83f76a6
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/carp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@
id: MobCarpSalvage
parent: MobCarp
suffix: "Salvage Ruleset"
components:
- type: GhostRole
prob: 0
name: ghost-role-information-salvage-carp-name
allowMovement: true
allowSpeech: true
description: ghost-role-information-salvage-carp-description
- type: GhostTakeoverAvailable
- type: SalvageMobRestrictions

- type: entity
id: MobCarpSalvageGhost
parent: MobCarp
suffix: "Salvage Ruleset Ghost"
components:
- type: GhostRole
prob: 0.33
Expand Down
35 changes: 34 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,17 @@
parent: MobBearSpace
suffix: "Salvage Ruleset"
components:
- type: GhostRole
prob: 0
name: ghost-role-information-salvage-bear-name
description: ghost-role-information-salvage-bear-description
- type: SalvageMobRestrictions

- type: entity
id: MobBearSpaceSalvageGhost
parent: MobBearSpace
suffix: "Salvage Ruleset Ghost"
components:
- type: GhostRole
prob: 0.25
name: ghost-role-information-salvage-bear-name
Expand Down Expand Up @@ -193,6 +204,17 @@
parent: MobKangarooSpace
suffix: "Salvage Ruleset"
components:
- type: GhostRole
prob: 0
name: ghost-role-information-salvage-kangaroo-name
description: ghost-role-information-salvage-kangaroo-description
- type: SalvageMobRestrictions

- type: entity
id: MobKangarooSpaceSalvageGhost
parent: MobKangarooSpace
suffix: "Salvage Ruleset Ghost"
components:
- type: GhostRole
prob: 0.25
name: ghost-role-information-salvage-kangaroo-name
Expand Down Expand Up @@ -290,7 +312,18 @@
suffix: "Salvage Ruleset"
components:
- type: GhostRole
prob: 0.30
prob: 0
name: ghost-role-information-salvage-spider-name
description: ghost-role-information-salvage-spider-description
- type: SalvageMobRestrictions

- type: entity
id: MobSpiderSpaceSalvageGhost
parent: MobSpiderSpace
suffix: "Salvage Ruleset Ghost"
components:
- type: GhostRole
prob: 0.30
name: ghost-role-information-salvage-spider-name
description: ghost-role-information-salvage-spider-description
- type: SalvageMobRestrictions
11 changes: 10 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/spacetick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,17 @@
suffix: "Salvage Ruleset"
components:
- type: GhostRole
prob: 0
name: ghost-role-information-salvage-tick-name
description: ghost-role-information-salvage-tick-description
- type: GhostTakeoverAvailable
- type: SalvageMobRestrictions

- type: entity
id: MobTickSalvageGhost
parent: MobTick
suffix: "Salvage Ruleset Ghost"
components:
- type: GhostRole
name: ghost-role-information-salvage-tick-name
description: ghost-role-information-salvage-tick-description
- type: SalvageMobRestrictions

0 comments on commit 83f76a6

Please sign in to comment.