Added items to products.yml and corresponding crates to crate_ty… (#725)

* Added fire_extinguisher, light_bulb, pen, bike_horn, light_bulb, and cleaver to crate_types.yml and products.yml.

* Added fuel tank, medical scanner, glass stack, and cable stack to products.yml, and corresponding values to crate_types.yml.

Co-authored-by: Check your git settings! <chris@chris-laptop>
This commit is contained in:
CC-4477
2020-02-22 15:42:51 -08:00
committed by GitHub
parent 2ec4ee2ca7
commit 2c49aaa93f
2 changed files with 229 additions and 3 deletions

View File

@@ -118,3 +118,125 @@
- type: Icon
state: o2crate
- type: entity
id: crate_flashlight
name: Flashlight Crate (x5)
parent: crate_generic
components:
- type: StorageFill
contents:
- Flashlight
- Flashlight
- Flashlight
- Flashlight
- Flashlight
- type: entity
id: crate_light_bulb
name: Light Bulb Crate (x10)
parent: crate_generic
components:
- type: StorageFill
contents:
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- Light Bulb
- type: entity
id: crate_fire_extinguisher
name: Fire Extinguisher Crate (x3)
parent: crate_generic
components:
- type: StorageFill
contents:
- Fire Extinguisher
- Fire Extinguisher
- Fire Extinguisher
- type: entity
id: crate_pen
name: Pen Crate (x10)
parent: crate_generic
components:
- type: StorageFill
contents:
- Pen
- Pen
- Pen
- Pen
- Pen
- Pen
- Pen
- Pen
- Pen
- Pen
- type: entity
id: crate_bikehorn
name: Bike Horn Crate (x5)
parent: crate_generic
components:
- type: StorageFill
contents:
- Bike Horn
- Bike Horn
- Bike Horn
- Bike Horn
- Bike Horn
- type: entity
id: crate_cleaver
name: Cleaver Crate (x5)
parent: crate_generic
components:
- type: StorageFill
contents:
- Cleaver
- Cleaver
- Cleaver
- Cleaver
- Cleaver
- type: entity
id: crate_fueltank
name: Fuel Tank
parent: crate_generic
components:
- type: StorageFill
contents:
- Fuel Tank
- type: entity
id: crate_medscanner
name: Medical Scanner
parent: crate_generic
components:
- type: StorageFill
contents:
- Medical Scanner
- type: entity
id: crate_glass
name: Glass Sheet Crate (x50)
parent: crate_generic
components:
- type: StorageFill
contents:
- GlassStack
- type: entity
id: crate_cable
name: Cable Coil Crate (x50)
parent: crate_generic
components:
- type: StorageFill
contents:
- CableStack