Add/improve descriptions (#3221)

This commit is contained in:
Visne
2021-02-16 09:44:40 +01:00
committed by GitHub
parent 9965cbdc2f
commit 94edc0600a
13 changed files with 25 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
parent: Clothing parent: Clothing
id: ClothingBackpackDuffel id: ClothingBackpackDuffel
name: duffel bag name: duffel bag
description: "A large duffel bag for holding extra things." description: A large duffel bag for holding extra things.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/duffel.rsi sprite: Clothing/Back/Duffels/duffel.rsi
@@ -21,7 +21,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelEngineering id: ClothingBackpackDuffelEngineering
name: engineering duffel bag name: engineering duffel bag
description: description: A large duffel bag for holding extra tools and supplies.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/engineering.rsi sprite: Clothing/Back/Duffels/engineering.rsi
@@ -32,7 +32,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMedical id: ClothingBackpackDuffelMedical
name: medical duffel bag name: medical duffel bag
description: "A large duffel bag for holding extra medical supplies." description: A large duffel bag for holding extra medical supplies.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/medical.rsi sprite: Clothing/Back/Duffels/medical.rsi
@@ -43,7 +43,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelCaptain id: ClothingBackpackDuffelCaptain
name: captain's duffel bag name: captain's duffel bag
description: "A large duffel bag for holding extra captainly goods." description: A large duffel bag for holding extra captainly goods.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/captain.rsi sprite: Clothing/Back/Duffels/captain.rsi
@@ -54,7 +54,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelClown id: ClothingBackpackDuffelClown
name: clown duffel bag name: clown duffel bag
description: "A large duffel bag for holding extra honk goods." description: A large duffel bag for holding extra honk goods.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/clown.rsi sprite: Clothing/Back/Duffels/clown.rsi
@@ -65,7 +65,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSecurity id: ClothingBackpackDuffelSecurity
name: security duffel bag name: security duffel bag
description: "A large duffel bag for holding extra security related goods." description: A large duffel bag for holding extra security related goods.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/security.rsi sprite: Clothing/Back/Duffels/security.rsi
@@ -76,7 +76,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelChemistry id: ClothingBackpackDuffelChemistry
name: chemistry duffel bag name: chemistry duffel bag
description: "A large duffel bag for holding extra beakers and test tubes." description: A large duffel bag for holding extra beakers and test tubes.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/chemistry.rsi sprite: Clothing/Back/Duffels/chemistry.rsi
@@ -87,7 +87,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelMime id: ClothingBackpackDuffelMime
name: mime duffel bag name: mime duffel bag
description: "A large duffel bag for holding... mime... stuff." description: A large duffel bag for holding... mime... stuff.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/mime.rsi sprite: Clothing/Back/Duffels/mime.rsi
@@ -98,7 +98,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelScience id: ClothingBackpackDuffelScience
name: science duffel bag name: science duffel bag
description: "A large duffel bag for holding extra science related goods." description: A large duffel bag for holding extra science related goods.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/science.rsi sprite: Clothing/Back/Duffels/science.rsi
@@ -109,7 +109,7 @@
parent: ClothingBackpackDuffel parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSyndicate id: ClothingBackpackDuffelSyndicate
name: syndicate duffel bag name: syndicate duffel bag
description: "A large duffel bag for holding various traitor goods." description: A large duffel bag for holding various traitor goods.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi sprite: Clothing/Back/Duffels/syndicate.rsi

View File

@@ -13,7 +13,7 @@
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHelmetCosmonaut id: ClothingHeadHelmetCosmonaut
name: cosmonaut name: cosmonaut
description: description: A deceptively well armored space helmet. Ancient design, but advanced manufacturing.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Head/Helmets/cosmonaut.rsi sprite: Clothing/Head/Helmets/cosmonaut.rsi
@@ -79,7 +79,7 @@
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHelmetSpaceNinja id: ClothingHeadHelmetSpaceNinja
name: space ninja helmet name: space ninja helmet
description: description: What may appear to be a simple black garment is in fact a highly sophisticated nano-weave helmet. Standard issue ninja gear.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Head/Helmets/spaceninja.rsi sprite: Clothing/Head/Helmets/spaceninja.rsi

View File

@@ -3,7 +3,6 @@
id: ClothingNeckBase id: ClothingNeckBase
abstract: true abstract: true
name: neck name: neck
description:
components: components:
- type: Clothing - type: Clothing
size: 10 size: 10

View File

@@ -60,7 +60,7 @@
- type: entity - type: entity
parent: ClothingOuterBase parent: ClothingOuterBase
id: ClothingOuterSuitSpaceninja id: ClothingOuterSuitSpaceninja
name: S ninja name: space ninja suit
description: This black technologically advanced, cybernetically-enhanced suit provides good protection and many abilities like invisibility or teleportation. description: This black technologically advanced, cybernetically-enhanced suit provides good protection and many abilities like invisibility or teleportation.
components: components:
- type: Sprite - type: Sprite

View File

@@ -49,8 +49,8 @@
- type: entity - type: entity
parent: ClothingShoesBase parent: ClothingShoesBase
id: ClothingShoesSNinja id: ClothingShoesSNinja
name: S ninja shoes name: space ninja shoes
description: A pair of nano-enhanced oots with built-in magnetic suction cups. description: A pair of nano-enhanced boots with built-in magnetic suction cups.
components: components:
- type: Sprite - type: Sprite
sprite: Clothing/Shoes/Specific/spaceninja.rsi sprite: Clothing/Shoes/Specific/spaceninja.rsi

View File

@@ -34,7 +34,6 @@
id: Carpet id: Carpet
parent: CarpetBase parent: CarpetBase
name: "carpet" name: "carpet"
description:
components: components:
- type: Sprite - type: Sprite
sprite: Constructible/Carpets/red_carpet.rsi sprite: Constructible/Carpets/red_carpet.rsi
@@ -45,7 +44,6 @@
id: CarpetBlack id: CarpetBlack
parent: CarpetBase parent: CarpetBase
name: "black carpet" name: "black carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -57,7 +55,6 @@
id: CarpetGay id: CarpetGay
parent: CarpetBase parent: CarpetBase
name: "pink carpet" name: "pink carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -69,7 +66,6 @@
id: CarpetBlue id: CarpetBlue
parent: CarpetBase parent: CarpetBase
name: "blue carpet" name: "blue carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -81,7 +77,6 @@
id: CarpetGreen id: CarpetGreen
parent: CarpetBase parent: CarpetBase
name: "green carpet" name: "green carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -93,7 +88,6 @@
id: CarpetOrange id: CarpetOrange
parent: CarpetBase parent: CarpetBase
name: "orange carpet" name: "orange carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -105,7 +99,6 @@
id: CarpetSBlue id: CarpetSBlue
parent: CarpetBase parent: CarpetBase
name: "skyblue carpet" name: "skyblue carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
@@ -117,7 +110,6 @@
id: CarpetPurple id: CarpetPurple
parent: CarpetBase parent: CarpetBase
name: "purple carpet" name: "purple carpet"
description:
components: components:
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite

View File

@@ -200,6 +200,7 @@
state: direction_supply state: direction_supply
# Regular Signs # Regular Signs
# Descriptions intentionally left empty.
- type: entity - type: entity
parent: BaseSign parent: BaseSign
@@ -685,7 +686,6 @@
parent: BaseSign parent: BaseSign
id: SignPrison id: SignPrison
name: prison sign name: prison sign
description:
components: components:
- type: Physics - type: Physics
shapes: shapes:

View File

@@ -297,7 +297,7 @@
name: Science PDA name: Science PDA
parent: BasePDA parent: BasePDA
id: SciencePDA id: SciencePDA
description: description: It's covered with an unknown gooey substance.
components: components:
- type: PDA - type: PDA
idCard: ResearchIDCard idCard: ResearchIDCard

View File

@@ -3,7 +3,7 @@
parent: BaseItem parent: BaseItem
id: BaseHandheldInstrument id: BaseHandheldInstrument
abstract: true abstract: true
description: That's an Instrument. description: That's an instrument.
components: components:
- type: Instrument - type: Instrument
handheld: true handheld: true

View File

@@ -440,7 +440,6 @@
name: foam weapon base name: foam weapon base
parent: BaseItem parent: BaseItem
id: FoamWeaponBase id: FoamWeaponBase
description:
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite

View File

@@ -2,7 +2,6 @@
name: lantern name: lantern
parent: BaseItem parent: BaseItem
id: BaseLamp id: BaseLamp
description:
abstract: true abstract: true
components: components:
- type: HandheldLight - type: HandheldLight
@@ -79,7 +78,7 @@
name: torch name: torch
id: Torch id: Torch
parent: BaseLamp parent: BaseLamp
description: description: A torch fashioned from some leaves and a log.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Misc/torch.rsi sprite: Objects/Misc/torch.rsi
@@ -105,7 +104,7 @@
name: floodlight name: floodlight
id: Floodlight id: Floodlight
parent: BaseLamp parent: BaseLamp
description: description: A pole with powerful mounted lights on it.
components: components:
- type: Sprite - type: Sprite
layers: layers:
@@ -152,7 +151,7 @@
name: broken floodlight name: broken floodlight
id: FloodlightBroken id: FloodlightBroken
parent: BaseItem parent: BaseItem
description: description: A pole with powerful mounted lights on it. It's broken.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Misc/lights.rsi sprite: Objects/Misc/lights.rsi

View File

@@ -12,7 +12,7 @@
id: BulletDonkSoft id: BulletDonkSoft
name: foam dart name: foam dart
parent: BulletDonkSoftBase parent: BulletDonkSoftBase
description: description: I hope you're wearing eye protection.
components: components:
- type: Ammo - type: Ammo
caliber: Rocket caliber: Rocket

View File

@@ -51,7 +51,7 @@
name: clarissa name: clarissa
parent: PistolBase parent: PistolBase
id: PistolClarissa id: PistolClarissa
description: description: A small, easily concealable, but somewhat underpowered gun.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Pistols/clarissa.rsi sprite: Objects/Weapons/Guns/Pistols/clarissa.rsi
@@ -76,7 +76,7 @@
name: colt M1911 name: colt M1911
parent: PistolBase parent: PistolBase
id: PistolColt id: PistolColt
description: description: An outdated but classic pistol.
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Pistols/colt.rsi sprite: Objects/Weapons/Guns/Pistols/colt.rsi