Replace chocolate with tinned meat (#10037)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: extended-capacity survival box
|
name: extended-capacity survival box
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
- id: SpaceMedipen
|
- id: SpaceMedipen
|
||||||
- id: EmergencyMedipen
|
- id: EmergencyMedipen
|
||||||
- id: Flare
|
- id: Flare
|
||||||
- id: FoodSnackChocolate
|
- id: FoodTinMRE
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: internals
|
- state: internals
|
||||||
|
|||||||
@@ -149,25 +149,6 @@
|
|||||||
- state: box
|
- state: box
|
||||||
- state: meson
|
- state: meson
|
||||||
|
|
||||||
- type: entity
|
|
||||||
name: survival box
|
|
||||||
parent: BoxCardboard
|
|
||||||
id: BoxSurvival
|
|
||||||
description: It's a box with basic internals inside.
|
|
||||||
components:
|
|
||||||
- type: StorageFill
|
|
||||||
contents:
|
|
||||||
- id: ClothingMaskBreath
|
|
||||||
- id: EmergencyOxygenTankFilled
|
|
||||||
- id: SpaceMedipen
|
|
||||||
- id: EmergencyMedipen
|
|
||||||
- id: Flare
|
|
||||||
- id: FoodSnackChocolate
|
|
||||||
- type: Sprite
|
|
||||||
layers:
|
|
||||||
- state: box
|
|
||||||
- state: writing
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: M.R.E.
|
name: M.R.E.
|
||||||
parent: BoxCardboard
|
parent: BoxCardboard
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Food/snacks.rsi
|
sprite: Objects/Consumable/Food/snacks.rsi
|
||||||
HeldPrefix: packet
|
HeldPrefix: packet
|
||||||
|
size: 3
|
||||||
color: gray
|
color: gray
|
||||||
- type: DamageOnLand
|
- type: DamageOnLand
|
||||||
damage:
|
damage:
|
||||||
@@ -43,6 +44,7 @@
|
|||||||
sprite: Objects/Consumable/Food/snacks.rsi
|
sprite: Objects/Consumable/Food/snacks.rsi
|
||||||
HeldPrefix: packet
|
HeldPrefix: packet
|
||||||
color: gray
|
color: gray
|
||||||
|
size: 3
|
||||||
|
|
||||||
# Tins
|
# Tins
|
||||||
|
|
||||||
@@ -198,7 +200,6 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: beans-empty
|
state: beans-empty
|
||||||
|
|
||||||
# MRE can
|
# MRE can
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -226,6 +227,7 @@
|
|||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: FoodTinBase
|
parent: FoodTinBase
|
||||||
id: FoodTinMREOpen
|
id: FoodTinMREOpen
|
||||||
|
|||||||
Reference in New Issue
Block a user