Skip to content

Commit

Permalink
Revert migration for salvage shuttle console (#1810)
Browse files Browse the repository at this point in the history
* Migration01

* return salvage shuttle entities

* fix skill issue

---------

Co-authored-by: Dexler <[email protected]>
  • Loading branch information
UrPrice and DexlerXD committed Sep 8, 2024
1 parent bca934c commit cb3ed4d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@
state: cpu_command
- type: ComputerBoard
prototype: CentcomComputerComms

#SALVAGE SHUTTLE RETURN
- type: entity
parent: BaseComputerCircuitboard
id: SalvageShuttleConsoleCircuitboard
name: salvage shuttle console board
description: A computer printed circuit board for a salvage shuttle console.
components:
- type: ComputerBoard
prototype: ComputerShuttleSalvage
- type: StealTarget
stealGroup: SalvageShuttleConsoleCircuitboard
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,35 @@
suffix: LoneOps
components:
- type: CommunicationsConsole
title: comms-console-announcement-title-solo-nukie
title: comms-console-announcement-title-solo-nukie

#SALVAGE SHUTTLE RETURN
- type: entity
parent: BaseComputerShuttle
id: ComputerShuttleSalvage
name: salvage shuttle console
description: Used to pilot the salvage shuttle.
components:
- type: Sprite
layers:
- map: ["computerLayerBody"]
state: computer
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: shuttle
- map: ["computerLayerKeys"]
state: generic_keys
- type: DroneConsole
components:
- type: SalvageShuttle
- type: RadarConsole
maxRange: 256
- type: PointLight
radius: 1.5
energy: 1.6
color: "#43ccb5"
- type: Computer
board: SalvageShuttleConsoleCircuitboard
- type: StealTarget
stealGroup: SalvageShuttleConsoleCircuitboard
8 changes: 8 additions & 0 deletions Resources/Prototypes/SS220/Objectives/stealTargetGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@
sprite:
sprite: SS220/Objects/Weapons/Guns/multiphase_energy_gun.rsi
state: icon

#SALVAGE SHUTTLE RETURN
- type: stealTargetGroup
id: SalvageShuttleConsoleCircuitboard
name: salvage shuttle console board
sprite:
sprite: Objects/Misc/module.rsi
state: cpuboard
12 changes: 12 additions & 0 deletions Resources/Prototypes/SS220/Objectives/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@
stealGroup: VehicleSecway
- type: Objective
difficulty: 1

#SALVAGE SHUTTLE RETURN
- type: entity
parent: BaseThiefStealObjective
id: SalvageShuttleCircuitboardStealObjective
components:
- type: NotJobRequirement
job: SalvageSpecialist
- type: StealCondition
stealGroup: SalvageShuttleConsoleCircuitboard
- type: Objective
difficulty: 0.7
8 changes: 4 additions & 4 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ ClothingBeltSuspenders: ClothingBeltSuspendersRed
ClothingNeckShockCollar: ClothingBackpackElectropack

# 2024-08-22
ComputerShuttleSalvage: null
SalvageShuttleConsoleCircuitboard: null
SalvageShuttleCircuitboardStealObjective: null
# ComputerShuttleSalvage: null # SS220 Revert SalvageShuttle
# SalvageShuttleConsoleCircuitboard: null # SS220 Revert SalvageShuttle
# SalvageShuttleCircuitboardStealObjective: null # SS220 Revert SalvageShuttle

# 2024-08-28
ClothingBackpackDuffelSyndicateCostumeCentcom: null
Expand All @@ -488,4 +488,4 @@ AntimovCircuitBoard: null
OverlordCircuitBoard: null

# 2024-09-07 SS220-upstream-merge
Wristwatch: null
Wristwatch: null

0 comments on commit cb3ed4d

Please sign in to comment.