Add appraisal tool to startinggear and lathe (#11379)

This commit is contained in:
Kara
2022-09-17 09:16:36 -07:00
committed by GitHub
parent 7751781c13
commit 7d17d4001c
7 changed files with 14 additions and 37 deletions

View File

@@ -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

View File

@@ -221,6 +221,7 @@
requiredTechnologies:
- BasicResearch
unlockedRecipes:
- AppraisalTool
- ConveyorBeltAssembly
- RCD
- RCDAmmo

View File

@@ -168,6 +168,7 @@
- CableMVStack
- CableHVStack
- ConveyorBeltAssembly
- AppraisalTool
- RCDAmmo
- HydroponicsToolScythe
- HydroponicsToolHatchet

View File

@@ -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

View File

@@ -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

View File

@@ -19,6 +19,7 @@
shoes: ClothingShoesColorBlack
id: CargoPDA
ears: ClothingHeadsetCargo
pocket1: AppraisalTool
innerclothingskirt: ClothingUniformJumpskirtCargo
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

View File

@@ -31,6 +31,7 @@
shoes: ClothingShoesColorBrown
id: QuartermasterPDA
ears: ClothingHeadsetQM
pocket1: AppraisalTool
innerclothingskirt: ClothingUniformJumpskirtQM
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled