Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
- type: Stack
count: 1

- type: entity
parent: MaterialBSCrystal
id: MaterialBSCrystal5
suffix: Single
components:
- type: Stack
count: 5

- type: entity
parent: MaterialBSCrystal
id: MaterialBSCrystalUnprocessed
Expand All @@ -76,4 +84,4 @@
suffix: Single
components:
- type: Stack
count: 1
count: 1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
- !type:PlaySoundEffect
sound: /Audio/Effects/Chemistry/bubbles.ogg
- !type:CreateEntityReactionEffect
entity: FloorTileItemBluespace
number: 30
entity: FloorTileItemBluespace30
count: 1
- reagents: [ Plasma ]
methods: [ Touch, Injection ]
effects:
Expand All @@ -34,8 +34,8 @@
- !type:PlaySoundEffect
sound: /Audio/Effects/Chemistry/bubbles.ogg
- !type:CreateEntityReactionEffect
entity: MaterialBSCrystal1
number: 5
entity: MaterialBSCrystal5
count: 1
- reagents: [ Blood ]
methods: [ Touch, Injection ]
effects:
Expand All @@ -48,4 +48,4 @@
- !type:RandomTeleportNearby
- type: Tag
tags:
- XenobiologyBluespaceExtract
- XenobiologyBluespaceExtract
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
- !type:PlaySoundEffect
sound: /Audio/Effects/Chemistry/bubbles.ogg
- !type:CreateEntityReactionEffect
entity: FloorTileItemSepia
number: 30
entity: FloorTileItemSepia30
count: 1
- type: Tag
tags:
- XenobiologySepiaExtract
- XenobiologySepiaExtract
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@
name: stack-sepia-tile
spawn: FloorTileItemSepia
maxCount: 30

# This is a bodge, but I cannot find a way to make these things stack to thirty when spawning them, except by making a new prototype for them.
- type: entity
parent: FloorTileItemBluespace
id: FloorTileItemBluespace30
suffix: 30
components:
- type: Stack
count: 30

- type: entity
parent: FloorTileItemSepia
id: FloorTileItemSepia30
suffix: 30
components:
- type: Stack
count: 30