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
|
id: BriefcaseBrownFilled
|
||||||
name: brown briefcase
|
name: brown briefcase
|
||||||
parent: BriefcaseBrown
|
parent: BriefcaseBrown
|
||||||
suffix: Filled
|
suffix: Filled, Paper
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
id: BriefcaseSyndieLobbyingBundleFilled
|
id: BriefcaseSyndieLobbyingBundleFilled
|
||||||
name: brown briefcase
|
name: brown briefcase
|
||||||
parent: BriefcaseSyndie
|
parent: BriefcaseSyndie
|
||||||
suffix: Filled, Spesos
|
suffix: Syndicate, Spesos
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: PinpointerBase
|
parent: PinpointerBase
|
||||||
id: PinpointerStation
|
id: PinpointerStation
|
||||||
|
suffix: Station
|
||||||
components:
|
components:
|
||||||
- type: Pinpointer
|
- type: Pinpointer
|
||||||
component: BecomesStation
|
component: BecomesStation
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
parent: BaseStorageItem
|
parent: BaseStorageItem
|
||||||
abstract: true
|
abstract: true
|
||||||
id: BriefcaseSyndieBase
|
id: BriefcaseSyndieBase
|
||||||
|
suffix: Syndicate, Empty
|
||||||
description: Useful for carrying items in your hands.
|
description: Useful for carrying items in your hands.
|
||||||
components:
|
components:
|
||||||
- type: Item
|
- type: Item
|
||||||
|
|||||||
@@ -68,6 +68,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: ThrusterUnanchored
|
id: ThrusterUnanchored
|
||||||
parent: Thruster
|
parent: Thruster
|
||||||
|
suffix: Unanchored
|
||||||
components:
|
components:
|
||||||
- type: Transform
|
- type: Transform
|
||||||
anchored: false
|
anchored: false
|
||||||
@@ -147,6 +148,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: GyroscopeUnanchored
|
id: GyroscopeUnanchored
|
||||||
parent: Gyroscope
|
parent: Gyroscope
|
||||||
|
suffix: Unanchored
|
||||||
components:
|
components:
|
||||||
- type: Transform
|
- type: Transform
|
||||||
anchored: false
|
anchored: false
|
||||||
|
|||||||
Reference in New Issue
Block a user