Add appraisal tool to startinggear and lathe (#11379)
This commit is contained in:
@@ -17,25 +17,3 @@
|
||||
prob: 0.8
|
||||
- id: SurvivalKnife
|
||||
- id: WeaponProtoKineticAccelerator
|
||||
|
||||
- type: entity
|
||||
id: LockerCargoTechnicianFilled
|
||||
suffix: Filled
|
||||
parent: LockerCargoTechnician
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingHeadHatCargosoft
|
||||
amount: 1
|
||||
- id: ClothingUniformJumpsuitCargo
|
||||
amount: 1
|
||||
- id: ClothingBackpack
|
||||
amount: 1
|
||||
- id: ClothingShoesColorBlack
|
||||
amount: 1
|
||||
- id: ClothingUniformJumpskirtCargo
|
||||
amount: 1
|
||||
- id: ClothingHandsGlovesFingerless
|
||||
amount: 1
|
||||
- id: AppraisalTool
|
||||
amount: 1
|
||||
|
||||
@@ -221,6 +221,7 @@
|
||||
requiredTechnologies:
|
||||
- BasicResearch
|
||||
unlockedRecipes:
|
||||
- AppraisalTool
|
||||
- ConveyorBeltAssembly
|
||||
- RCD
|
||||
- RCDAmmo
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
- CableMVStack
|
||||
- CableHVStack
|
||||
- ConveyorBeltAssembly
|
||||
- AppraisalTool
|
||||
- RCDAmmo
|
||||
- HydroponicsToolScythe
|
||||
- HydroponicsToolHatchet
|
||||
|
||||
@@ -49,21 +49,6 @@
|
||||
- type: AccessReader
|
||||
access: [["Salvage"]]
|
||||
|
||||
- type: entity
|
||||
id: LockerCargoTechnician
|
||||
parent: LockerBase
|
||||
name: cargo technician's equipment
|
||||
description: All the basics for a Cargonian resident.
|
||||
components:
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: StorageVisualizer
|
||||
state: cargo
|
||||
state_open: cargo_open
|
||||
state_closed: cargo_door
|
||||
- type: AccessReader
|
||||
access: [["Cargo"]]
|
||||
|
||||
# Command
|
||||
- type: entity
|
||||
id: LockerCaptain
|
||||
|
||||
@@ -8,3 +8,13 @@
|
||||
materials:
|
||||
Steel: 500
|
||||
Plastic: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: AppraisalTool
|
||||
icon:
|
||||
sprite: Objects/Tools/appraisal-tool.rsi
|
||||
state: icon
|
||||
result: AppraisalTool
|
||||
completetime: 4
|
||||
materials:
|
||||
Steel: 500
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
shoes: ClothingShoesColorBlack
|
||||
id: CargoPDA
|
||||
ears: ClothingHeadsetCargo
|
||||
pocket1: AppraisalTool
|
||||
innerclothingskirt: ClothingUniformJumpskirtCargo
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: QuartermasterPDA
|
||||
ears: ClothingHeadsetQM
|
||||
pocket1: AppraisalTool
|
||||
innerclothingskirt: ClothingUniformJumpskirtQM
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
Reference in New Issue
Block a user