Skip to content

Commit

Permalink
refactor: more yaml conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposableCrewmember42 committed Nov 24, 2024
1 parent 5d8343a commit a711c54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
prob: 0.1

- type: entity
id: CrateHydroCoDairy
parent: CratePlastic
id: CrateHydroCoDairy
name: HydroCo Dairy crate
description: A shipment of powdered dairy products from HydroCo. Contains powdered milk and soy milk.
components:
Expand All @@ -47,8 +47,8 @@
amount: 2

- type: entity
id: CrateHydroCoJuice
parent: CratePlastic
id: CrateHydroCoJuice
name: HydroCo Juice crate
description: A variety pack of powdered juice products from HydroCo.
components:
Expand All @@ -70,25 +70,25 @@
id: FillHydroCoJuiceMix
table: !type:AllSelector
children:
#Citrus
# Citrus
- !type:GroupSelector
children:
- id: ReagentTinPowderedJuiceOrange
- id: ReagentTinPowderedJuiceLime
- id: ReagentTinPowderedJuiceLemon
#Berry
# Berry
- !type:GroupSelector
children:
- id: ReagentTinPowderedJuiceBerry
- id: ReagentTinPowderedJuiceGrape
- id: ReagentTinPowderedJuiceCherry
#Tropical
# Tropical
- !type:GroupSelector
children:
- id: ReagentTinPowderedJuicePineapple
- id: ReagentTinPowderedJuiceBanana
- id: ReagentTinPowderedJuiceWatermelon
#Garden
# Garden
- !type:GroupSelector
children:
- id: ReagentTinPowderedJuiceApple
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
abstract: true
parent: ReagentContainerBase
id: ReagentTinBase
abstract: true
components:
- type: Openable
openableByHand: false
Expand Down

0 comments on commit a711c54

Please sign in to comment.