Add a guaranteed cotton pizza to pizza crates (#33997)
* add guaranteed cotton pizza to pizza crates * saner parenting * Use clearer suffix on cotton pizza box
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 4
|
||||
amount: 3
|
||||
- id: FoodBoxPizzaCotton
|
||||
- id: LidSalami
|
||||
prob: 0.01
|
||||
|
||||
@@ -20,7 +21,8 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 16
|
||||
amount: 15
|
||||
- id: FoodBoxPizzaCotton
|
||||
- id: LidSalami
|
||||
prob: 0.04
|
||||
|
||||
|
||||
@@ -274,6 +274,17 @@
|
||||
prob: 0.10
|
||||
orGroup: Pizza
|
||||
- id: KnifePlastic
|
||||
|
||||
- type: entity
|
||||
name: pizza box
|
||||
parent: FoodBoxPizzaFilled
|
||||
id: FoodBoxPizzaCotton
|
||||
suffix: Cotton Pizza
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodPizzaCotton
|
||||
- id: KnifePlastic
|
||||
|
||||
# Nugget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user