Added a regular and an engraved zippo (flippo) lighter (#23020)

* Added the zippo and engraved zippo. Added the engraved zippo in the detective's coat.

* Added copyright.

* Renamed to Flippo

* Gave the Flippo new sounds. Moved the lighter sound collections to their own folder in Items.

* Fixed YAML issues that showed up with moving the lighter noises to their own folder.

* Added the detective's Flippo as a thief objective, with half the weight of the forensic scanner.
This commit is contained in:
Darkie
2023-12-28 00:47:35 +02:00
committed by GitHub
parent 78965d1e36
commit 1c8eb2f3de
23 changed files with 155 additions and 10 deletions

View File

@@ -79,6 +79,7 @@
id: ThiefObjectiveGroupItem
weights:
ForensicScannerStealObjective: 1 #sec
FlippoEngravedLighterStealObjective: 0.5
AmmoTechFabCircuitboardStealObjective: 1
ClothingHeadHatWardenStealObjective: 1
ClothingOuterHardsuitVoidParamedStealObjective: 1 #med

View File

@@ -157,6 +157,13 @@
sprite:
sprite: Objects/Devices/forensic_scanner.rsi
state: forensicnew
- type: stealTargetGroup
id: FlippoEngravedLighter
name: detective's Flippo engraved lighter
sprite:
sprite: Objects/Tools/lighters.rsi
state: zippo_engraved_icon_base
- type: stealTargetGroup
id: AmmoTechFabCircuitboard

View File

@@ -199,6 +199,18 @@
- type: Objective
difficulty: 1
- type: entity
noSpawn: true
parent: BaseThiefStealObjective
id: FlippoEngravedLighterStealObjective
components:
- type: NotJobRequirement
job: Detective
- type: StealCondition
stealGroup: FlippoEngravedLighter
- type: Objective
difficulty: 0.8
- type: entity
noSpawn: true
parent: BaseThiefStealObjective