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.
components:
- type: Food
trash: FoodPlateSmall2
trash: FoodPlateSmall
- type: Sprite
layers:
- state: plate-tart
@@ -289,7 +289,7 @@
description: "\" \""
components:
- type: Food
trash: FoodPlateSmall2
trash: FoodPlateSmall
- type: Sprite
layers:
- state: plate-tart
@@ -303,7 +303,7 @@
description: A tasty dessert that won't make it through a metal detector.
components:
- type: Food
trash: FoodPlateSmall2
trash: FoodPlateSmall
- type: Sprite
layers:
- state: plate-tart
@@ -317,7 +317,7 @@
description: A tasty dessert made of chocolate, with a liquid core.
components:
- type: Food
trash: FoodPlateSmall2
trash: FoodPlateSmall
- type: Sprite
layers:
- state: plate-tart

View File

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

View File

@@ -4,10 +4,10 @@
# 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.
# Bread Plate
# Large Plate
- type: entity
name: plate
name: large plate
parent: BaseItem
id: FoodPlate
description: A large plate, excellent for bread.
@@ -51,7 +51,7 @@
# Small Plate
- type: entity
name: plate
name: small plate
parent: Plate
id: FoodPlateSmall
description: A small plate. Delicate.
@@ -87,45 +87,6 @@
state: plate-small-trash
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
- type: entity

View File

@@ -13,24 +13,15 @@
{
"name": "plate-trash"
},
{
"name": "plate-pizza"
},
{
"name": "plate-plastic"
},
{
"name": "plate-slice-shading"
},
{
"name": "plate-small"
},
{
"name": "plate-small-trash"
},
{
"name": "plate-tart"
},
{
"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