@@ -117,7 +117,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BodyBag_Folded
|
||||
- id: BodyBagFolded
|
||||
amount: 4
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: entity
|
||||
id: BodyBag_Container
|
||||
id: BodyBag
|
||||
parent: BaseFoldable
|
||||
name: body bag
|
||||
description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition.
|
||||
@@ -83,10 +83,10 @@
|
||||
price: 50
|
||||
|
||||
- type: entity
|
||||
id: BodyBag_Folded
|
||||
id: BodyBagFolded
|
||||
name: body bag
|
||||
description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition.
|
||||
parent: BodyBag_Container
|
||||
parent: BodyBag
|
||||
suffix: folded
|
||||
components:
|
||||
- type: Foldable
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
- type: latheRecipe
|
||||
id: BodyBag
|
||||
result: BodyBag_Folded
|
||||
result: BodyBagFolded
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 300
|
||||
|
||||
@@ -275,3 +275,7 @@ ClothingOuterArmorScaf: ClothingOuterArmorBasic
|
||||
ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath
|
||||
ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath
|
||||
BriefcaseSyndieBase: null
|
||||
|
||||
# 2024-04-08
|
||||
BodyBag_Container: BodyBag
|
||||
BodyBag_Folded: BodyBagFolded
|
||||
|
||||
Reference in New Issue
Block a user