Skip to content

Commit

Permalink
Ectoplasm separation (#1454)
Browse files Browse the repository at this point in the history
* changes

* yaml instead of c#
  • Loading branch information
Guess-My-Name authored Jul 20, 2024
1 parent 98b13d0 commit 0c27ca7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- type: entity
parent: Ash
id: EctoplasmRevenant
suffix: DO NOT MAP
name: ectoplasm
description: Slimey, vaporous residue of an ancient spirit.
components:
- type: Sprite
sprite: DeltaV/Mobs/Ghosts/revenant.rsi
state: ectoplasm
- type: Tag
tags:
- Trash
- Ectoplasm
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
reagents:
- ReagentId: Ash
Quantity: 10
- ReagentId: Necrosol
Quantity: 10
- ReagentId: Ectoplasm
Quantity: 30
- type: GuideHelp
guides:
- MinorAntagonists
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
settings: default
- type: GhostTakeoverAvailable
- type: Revenant
spawnOnDeathPrototype: EctoplasmRevenant #DeltaV - different prototype that contains more ectoplasm reagent for normality crystals
malfunctionWhitelist:
components:
# emag lockers open
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
- ReagentId: Necrosol
Quantity: 5
- ReagentId: Ectoplasm # DeltaV - for normality crystals
Quantity: 30 # DeltaV
Quantity: 5 # DeltaV
- type: GuideHelp
guides:
- MinorAntagonists

0 comments on commit 0c27ca7

Please sign in to comment.