golden plunger (#29043)
* golden plunger * Add wood material (the handle is still wood) * 52 hours --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -248,6 +248,36 @@
|
||||
Blunt: 3
|
||||
- type: Plunger
|
||||
|
||||
- type: entity
|
||||
name: golden plunger
|
||||
id: GoldenPlunger
|
||||
parent: Plunger
|
||||
description: A plunger with a plastic suction cup coated in a thin layer of gold given as a token of appreciation for years of service. Still used to unclog drains.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Janitorial/golden_plunger.rsi
|
||||
state: plunger
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Janitorial/golden_plunger.rsi
|
||||
heldPrefix: plunger
|
||||
- type: Clothing
|
||||
sprite: Objects/Specific/Janitorial/golden_plunger.rsi
|
||||
slots:
|
||||
- HEAD
|
||||
clothingVisuals:
|
||||
head:
|
||||
- state: equipped-HELMET
|
||||
offset: "0, 0.15625"
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 0.75
|
||||
color: "#ffc20e"
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Plastic: 50
|
||||
Gold: 10
|
||||
Wood: 25
|
||||
|
||||
- type: weightedRandomEntity
|
||||
id: PlungerLoot
|
||||
weights:
|
||||
|
||||
Reference in New Issue
Block a user