suffix additions: Pinpointer, thruster, gyro (#20818)

* seperates the anchored and unachored versions of the gyro and thruster with a suffix.

* add station suffix for station pinpointer

* more suffixes for briefcases
This commit is contained in:
Whisper
2023-10-08 16:37:45 -04:00
committed by GitHub
parent 1a5cf370e7
commit 7adbf78b12
4 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
id: BriefcaseBrownFilled
name: brown briefcase
parent: BriefcaseBrown
suffix: Filled
suffix: Filled, Paper
components:
- type: StorageFill
contents:
@@ -27,7 +27,7 @@
id: BriefcaseSyndieLobbyingBundleFilled
name: brown briefcase
parent: BriefcaseSyndie
suffix: Filled, Spesos
suffix: Syndicate, Spesos
components:
- type: StorageFill
contents:

View File

@@ -58,6 +58,7 @@
- type: entity
parent: PinpointerBase
id: PinpointerStation
suffix: Station
components:
- type: Pinpointer
component: BecomesStation

View File

@@ -28,6 +28,7 @@
parent: BaseStorageItem
abstract: true
id: BriefcaseSyndieBase
suffix: Syndicate, Empty
description: Useful for carrying items in your hands.
components:
- type: Item

View File

@@ -68,6 +68,7 @@
- type: entity
id: ThrusterUnanchored
parent: Thruster
suffix: Unanchored
components:
- type: Transform
anchored: false
@@ -147,6 +148,7 @@
- type: entity
id: GyroscopeUnanchored
parent: Gyroscope
suffix: Unanchored
components:
- type: Transform
anchored: false