Remove prototypes locale (#24159)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
- type: entity
|
||||
id: CrateArtifactContainer
|
||||
parent: BaseStructureDynamic
|
||||
name: artifact container
|
||||
description: Used to safely contain and move artifacts.
|
||||
components:
|
||||
- type: Transform
|
||||
noRot: true
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
- type: entity
|
||||
id: BaseThruster
|
||||
parent: BaseStructureDynamic
|
||||
name: thruster
|
||||
description: A thruster that allows a shuttle to move.
|
||||
abstract: true
|
||||
components:
|
||||
- type: AmbientSound
|
||||
@@ -102,8 +104,9 @@
|
||||
|
||||
- type: entity
|
||||
id: Gyroscope
|
||||
name: gyroscope
|
||||
parent: [ BaseThruster, ConstructibleMachine ]
|
||||
name: gyroscope
|
||||
description: Increases the shuttle's potential angular rotation.
|
||||
components:
|
||||
- type: Thruster
|
||||
thrusterType: Angular
|
||||
|
||||
@@ -517,7 +517,7 @@
|
||||
isCollidableWhenOpen: false
|
||||
closeSound:
|
||||
path: /Audio/Items/shovel_dig.ogg
|
||||
openSound:
|
||||
openSound:
|
||||
path: /Audio/Items/shovel_dig.ogg
|
||||
|
||||
- type: entity
|
||||
@@ -540,6 +540,8 @@
|
||||
- type: entity
|
||||
parent: CrateGenericSteel
|
||||
id: CrateSyndicate
|
||||
name: Syndicate crate
|
||||
description: A dark steel crate with red bands and a letter S embossed on the front.
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/syndicate.rsi
|
||||
|
||||
Reference in New Issue
Block a user