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:
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
- type: loadoutEffectGroup
|
||||
id: SeniorJanitorial
|
||||
effects:
|
||||
- !type:JobRequirementLoadoutEffect
|
||||
requirement:
|
||||
!type:RoleTimeRequirement
|
||||
role: JobJanitor
|
||||
time: 187200 #52 hrs (1 hour per week for 1 year)
|
||||
|
||||
# Head
|
||||
- type: loadout
|
||||
id: JanitorHead
|
||||
@@ -64,3 +73,17 @@
|
||||
id: JanitorWintercoat
|
||||
equipment:
|
||||
outerClothing: ClothingOuterWinterJani
|
||||
|
||||
# Misc
|
||||
- type: loadout
|
||||
id: JanitorGoldenPlunger
|
||||
equipment: JanitorGoldenPlunger
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: SeniorJanitorial
|
||||
|
||||
- type: startingGear
|
||||
id: JanitorGoldenPlunger
|
||||
storage:
|
||||
back:
|
||||
- GoldenPlunger
|
||||
@@ -331,6 +331,13 @@
|
||||
loadouts:
|
||||
- JanitorWintercoat
|
||||
|
||||
- type: loadoutGroup
|
||||
id: JanitorPlunger
|
||||
name: loadout-group-janitor-plunger
|
||||
minLimit: 0
|
||||
loadouts:
|
||||
- JanitorGoldenPlunger
|
||||
|
||||
- type: loadoutGroup
|
||||
id: BotanistHead
|
||||
name: loadout-group-botanist-head
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
- JanitorOuterClothing
|
||||
- Glasses
|
||||
- Trinkets
|
||||
- JanitorPlunger
|
||||
- Survival
|
||||
|
||||
- type: roleLoadout
|
||||
|
||||
Reference in New Issue
Block a user