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:
@@ -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:
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
- type: entity
|
||||
parent: PinpointerBase
|
||||
id: PinpointerStation
|
||||
suffix: Station
|
||||
components:
|
||||
- type: Pinpointer
|
||||
component: BecomesStation
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
parent: BaseStorageItem
|
||||
abstract: true
|
||||
id: BriefcaseSyndieBase
|
||||
suffix: Syndicate, Empty
|
||||
description: Useful for carrying items in your hands.
|
||||
components:
|
||||
- type: Item
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user