Golden toilet (#31049)

* golden toilet

* Destructible

* sprite

* fix

* copyright
This commit is contained in:
Nim
2024-08-15 22:23:59 +03:00
committed by GitHub
parent 03f9dee244
commit 84af71eb7c
19 changed files with 332 additions and 7 deletions

View File

@@ -99,6 +99,7 @@
BoozeDispenserStealObjective: 1
AltarNanotrasenStealObjective: 1
PlantRDStealObjective: 1
ToiletGoldenStealObjective: 1
- type: weightedRandom
id: ThiefObjectiveGroupAnimal

View File

@@ -142,8 +142,6 @@
sprite: Objects/Misc/id_cards.rsi
state: default
- type: stealTargetGroup
id: LAMP
name: LAMPS
@@ -344,6 +342,13 @@
sprite: Structures/Furniture/potted_plants.rsi
state: plant-25
- type: stealTargetGroup
id: ToiletGoldenDirtyWater
name: golden toilet
sprite:
sprite: Structures/Furniture/golden_toilet.rsi
state: condisposal
# Thief Animal
- type: stealTargetGroup

View File

@@ -428,6 +428,17 @@
- type: Objective
difficulty: 0.8
- type: entity
parent: BaseThiefStealStructureObjective
id: ToiletGoldenStealObjective
components:
- type: NotJobRequirement
job: Captain
- type: StealCondition
stealGroup: ToiletGoldenDirtyWater
- type: Objective
difficulty: 2
# Animal
- type: entity