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:
@@ -79,6 +79,7 @@
|
||||
id: ThiefObjectiveGroupItem
|
||||
weights:
|
||||
ForensicScannerStealObjective: 1 #sec
|
||||
FlippoEngravedLighterStealObjective: 0.5
|
||||
AmmoTechFabCircuitboardStealObjective: 1
|
||||
ClothingHeadHatWardenStealObjective: 1
|
||||
ClothingOuterHardsuitVoidParamedStealObjective: 1 #med
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user