Add trash carts and janitorial trash carts (#18996)
* everything * half loot
This commit is contained in:
@@ -1009,6 +1009,22 @@
|
||||
- type: Puller
|
||||
needsHands: true
|
||||
|
||||
- type: entity
|
||||
parent: MobMouse
|
||||
suffix: Dead
|
||||
save: false
|
||||
id: MobMouseDead
|
||||
name: mouse
|
||||
description: Squeak!
|
||||
components:
|
||||
- type: Damageable
|
||||
damage:
|
||||
types:
|
||||
Bloodloss: 6
|
||||
Asphyxiation: 4
|
||||
Slash: 7
|
||||
Blunt: 3
|
||||
|
||||
- type: entity
|
||||
parent: MobMouse
|
||||
id: MobMouseAdmeme
|
||||
|
||||
@@ -57,3 +57,13 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
|
||||
- type: entity
|
||||
name: mousetrap
|
||||
suffix: Armed
|
||||
parent: Mousetrap
|
||||
id: MousetrapArmed
|
||||
description: Useful for catching rodents sneaking into your kitchen.
|
||||
components:
|
||||
- type: Mousetrap
|
||||
isActive: true
|
||||
@@ -90,6 +90,17 @@
|
||||
lightRadius: 6
|
||||
lightSoftness: 1.1
|
||||
|
||||
- type: entity
|
||||
suffix: Broken
|
||||
parent: BaseLightbulb
|
||||
name: incandescent light bulb
|
||||
id: LightBulbBroken
|
||||
description: A light bulb.
|
||||
components:
|
||||
- type: LightBulb
|
||||
startingState: Broken
|
||||
bulb: Bulb
|
||||
|
||||
- type: entity
|
||||
parent: BaseLightTube
|
||||
name: fluorescent light tube
|
||||
@@ -103,6 +114,16 @@
|
||||
lightSoftness: 1
|
||||
PowerUse: 25
|
||||
|
||||
- type: entity
|
||||
suffix: Broken
|
||||
parent: BaseLightTube
|
||||
name: fluorescent light tube
|
||||
id: LightTubeBroken
|
||||
description: A light fixture.
|
||||
components:
|
||||
- type: LightBulb
|
||||
startingState: Broken
|
||||
|
||||
- type: entity
|
||||
parent: BaseLightTube
|
||||
name: led light tube
|
||||
|
||||
@@ -496,3 +496,26 @@
|
||||
sprite: Structures/Storage/Crates/syndicate.rsi
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/syndicate.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
id: CrateTrashCart
|
||||
name: trash cart
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/trashcart.rsi
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/trashcart.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseSecure
|
||||
id: CrateTrashCartJani
|
||||
name: janitorial trash cart
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/trashcart_jani.rsi
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/trashcart_jani.rsi
|
||||
- type: AccessReader
|
||||
access: [["Janitor"]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user