pizza and pizza box tweaks (#31171)
This commit is contained in:
parent
c636b3b25d
commit
d0bd26d575
|
|
@ -8,7 +8,6 @@
|
|||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 4
|
||||
- id: KnifePlastic
|
||||
- id: LidSalami
|
||||
prob: 0.01
|
||||
|
||||
|
|
@ -22,8 +21,6 @@
|
|||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 16
|
||||
- id: KnifePlastic
|
||||
amount: 4
|
||||
- id: LidSalami
|
||||
prob: 0.04
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
count: 8
|
||||
- type: Item
|
||||
size: Normal
|
||||
shape:
|
||||
- 0,0,2,1
|
||||
- type: Tag
|
||||
tags:
|
||||
- Pizza
|
||||
|
|
|
|||
|
|
@ -209,13 +209,18 @@
|
|||
# TODO make these entitystorage again + placeablesurface after entity storage ECS gets merged.
|
||||
- type: Storage
|
||||
grid:
|
||||
- 0,0,1,1
|
||||
- 0,0,3,1
|
||||
maxItemSize: Normal
|
||||
whitelist:
|
||||
components:
|
||||
- Utensil
|
||||
tags:
|
||||
- Pizza
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Food/Baked/pizza.rsi
|
||||
heldPrefix: box
|
||||
shape:
|
||||
- 0,0,1,1
|
||||
- 0,0,2,1
|
||||
- type: Appearance
|
||||
- type: EntityStorageVisuals
|
||||
stateDoorOpen: box-open
|
||||
|
|
@ -263,6 +268,7 @@
|
|||
- id: FoodPizzaDonkpocket
|
||||
prob: 0.10
|
||||
orGroup: Pizza
|
||||
- id: KnifePlastic
|
||||
|
||||
# Nugget
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue