Remove prototypes locale (#24159)

This commit is contained in:
lzk
2024-01-17 00:32:17 +01:00
committed by GitHub
parent eaee9b6896
commit 1db42e048b
48 changed files with 374 additions and 685 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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