Removes a vestigal plate

This commit is contained in:
SweptWasTaken
2021-05-07 23:28:12 -07:00
parent 847cbb4cb6
commit d45b0a4907
7 changed files with 8 additions and 56 deletions

View File

@@ -275,7 +275,7 @@
description: A tasty dessert that reminds you of the wine you didn't make. description: A tasty dessert that reminds you of the wine you didn't make.
components: components:
- type: Food - type: Food
trash: FoodPlateSmall2 trash: FoodPlateSmall
- type: Sprite - type: Sprite
layers: layers:
- state: plate-tart - state: plate-tart
@@ -289,7 +289,7 @@
description: "\" \"" description: "\" \""
components: components:
- type: Food - type: Food
trash: FoodPlateSmall2 trash: FoodPlateSmall
- type: Sprite - type: Sprite
layers: layers:
- state: plate-tart - state: plate-tart
@@ -303,7 +303,7 @@
description: A tasty dessert that won't make it through a metal detector. description: A tasty dessert that won't make it through a metal detector.
components: components:
- type: Food - type: Food
trash: FoodPlateSmall2 trash: FoodPlateSmall
- type: Sprite - type: Sprite
layers: layers:
- state: plate-tart - state: plate-tart
@@ -317,7 +317,7 @@
description: A tasty dessert made of chocolate, with a liquid core. description: A tasty dessert made of chocolate, with a liquid core.
components: components:
- type: Food - type: Food
trash: FoodPlateSmall2 trash: FoodPlateSmall
- type: Sprite - type: Sprite
layers: layers:
- state: plate-tart - state: plate-tart

View File

@@ -28,7 +28,7 @@
abstract: true abstract: true
components: components:
- type: Food - type: Food
trash: PlateTart trash: FoodPlateSmall
- type: SolutionContainer - type: SolutionContainer
maxVol: 5 maxVol: 5
contents: contents:

View File

@@ -4,10 +4,10 @@
# is that system. Ideally, food on plates would have a system where when thrown, it would # is that system. Ideally, food on plates would have a system where when thrown, it would
# break the plate and the loaf would fall off. # break the plate and the loaf would fall off.
# Bread Plate # Large Plate
- type: entity - type: entity
name: plate name: large plate
parent: BaseItem parent: BaseItem
id: FoodPlate id: FoodPlate
description: A large plate, excellent for bread. description: A large plate, excellent for bread.
@@ -51,7 +51,7 @@
# Small Plate # Small Plate
- type: entity - type: entity
name: plate name: small plate
parent: Plate parent: Plate
id: FoodPlateSmall id: FoodPlateSmall
description: A small plate. Delicate. description: A small plate. Delicate.
@@ -87,45 +87,6 @@
state: plate-small-trash state: plate-small-trash
netsync: false netsync: false
# A second small plate for different purposes.
- type: entity
name: plate
parent: Plate
id: FoodPlateSmall2
description: A small plate, excellent for a tart.
components:
- type: Sprite
sprite: Objects/Consumable/Food/plates.rsi
state: plate-tart
# Needs the full thing because inherting is dumb sometimes.
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 5
behaviors:
- !type:PlaySoundCollectionBehavior
soundCollection: GlassBreak
- !type:SpawnEntitiesBehavior
spawn:
PlateSmall2Trash:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: entity
name: broken plate
parent: BaseItem
id: FoodPlateSmall2Trash
description: A broken plate. Useless.
components:
- type: Sprite
sprite: Objects/Consumable/Food/plates.rsi
state: plate-small-trash
netsync: false
# Plastic Plate # Plastic Plate
- type: entity - type: entity

View File

@@ -13,24 +13,15 @@
{ {
"name": "plate-trash" "name": "plate-trash"
}, },
{
"name": "plate-pizza"
},
{ {
"name": "plate-plastic" "name": "plate-plastic"
}, },
{
"name": "plate-slice-shading"
},
{ {
"name": "plate-small" "name": "plate-small"
}, },
{ {
"name": "plate-small-trash" "name": "plate-small-trash"
}, },
{
"name": "plate-tart"
},
{ {
"name": "plate-small-plastic" "name": "plate-small-plastic"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B