From 4ff34458cff01d04ed96dea7f8187074e7b98d0b Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:16:11 +0200 Subject: [PATCH] Lowercase some prototypes names (#29990) * Lowercase some prototypes names * huh * return altar * apply * meta map --- .../Prototypes/Body/Prototypes/a_ghost.yml | 2 +- .../Prototypes/Body/Prototypes/arachnid.yml | 2 +- Resources/Prototypes/Body/Prototypes/moth.yml | 2 +- .../Entities/Clothing/Head/hats.yml | 2 +- .../Entities/Mobs/NPCs/elemental.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/mimic.yml | 2 +- .../Entities/Mobs/NPCs/regalrat.yml | 4 ++-- .../Prototypes/Entities/Mobs/NPCs/xeno.yml | 16 ++++++------- .../Consumable/Drinks/drinks_bottles.yml | 2 +- .../Objects/Consumable/Drinks/drinks_cups.yml | 2 +- .../Entities/Objects/Decoration/present.yml | 2 +- .../Entities/Objects/Misc/books_author.yml | 2 +- .../Entities/Objects/Misc/kudzu.yml | 2 +- .../Objects/Specific/Kitchen/foodcarts.yml | 2 +- .../Entities/Objects/Tools/jetpacks.yml | 2 +- .../Guns/Ammunition/Projectiles/grenade.yml | 4 ++-- .../Weapons/Guns/Projectiles/magic.yml | 2 +- .../Weapons/Guns/Revolvers/revolvers.yml | 2 -- .../Objects/Weapons/Throwable/clusterbang.yml | 2 +- .../Objects/Weapons/Throwable/grenades.yml | 2 +- .../Structures/Doors/Windoors/assembly.yml | 8 +++---- .../Structures/Doors/Windoors/windoor.yml | 12 +++++----- .../Structures/Furniture/memorial.yml | 2 +- .../Entities/Structures/Specific/xeno.yml | 2 +- .../Structures/Wallmounts/Signs/metamap.yml | 4 ++-- .../Entities/Structures/Walls/walls.yml | 2 +- .../Entities/Virtual/stripping_hidden.yml | 2 +- .../Entities/World/Debris/asteroids.yml | 18 +++++++------- .../Entities/World/Debris/wrecks.yml | 8 +++---- Resources/Prototypes/Entities/World/chunk.yml | 2 +- .../Prototypes/Magic/forcewall_spells.yml | 4 ++-- .../Prototypes/Procedural/salvage_mods.yml | 2 +- .../Graphs/clothing/clown_banana.yml | 24 +++++++++---------- .../Graphs/clothing/clown_hardsuit.yml | 6 ++--- .../Graphs/clothing/mime_hardsuit.yml | 4 ++-- .../Construction/Graphs/fun/bananium_horn.yml | 4 ++-- .../Graphs/structures/blast_door.yml | 4 ++-- .../Graphs/structures/firelock.yml | 4 ++-- .../Graphs/structures/glassbox.yml | 4 ++-- .../Graphs/structures/shutter.yml | 4 ++-- .../Graphs/utilities/disposal_machines.yml | 4 ++-- .../Graphs/utilities/solarpanel.yml | 4 ++-- .../Graphs/weapons/improvised_arrow.yml | 2 +- .../Graphs/weapons/modular_grenade.yml | 8 +++---- .../Graphs/weapons/modular_mine.yml | 2 +- .../Construction/Graphs/weapons/shiv.yml | 8 +++---- .../Construction/Graphs/weapons/spear.yml | 8 +++---- .../Recipes/Construction/structures.yml | 2 +- .../Graphs/improvised/makeshiftstunprod.yml | 4 ++-- .../Recipes/Crafting/Graphs/strawhat.yml | 8 +++---- Resources/Prototypes/holidays.yml | 16 ++++++------- 51 files changed, 121 insertions(+), 123 deletions(-) diff --git a/Resources/Prototypes/Body/Prototypes/a_ghost.yml b/Resources/Prototypes/Body/Prototypes/a_ghost.yml index 09784c3ef53aa0..7d358a57622082 100644 --- a/Resources/Prototypes/Body/Prototypes/a_ghost.yml +++ b/Resources/Prototypes/Body/Prototypes/a_ghost.yml @@ -1,6 +1,6 @@ - type: body id: Aghost - name: "aGhost" + name: "aghost" root: torso slots: torso: diff --git a/Resources/Prototypes/Body/Prototypes/arachnid.yml b/Resources/Prototypes/Body/Prototypes/arachnid.yml index 97af67933cb066..a3caa42a6ebd4d 100644 --- a/Resources/Prototypes/Body/Prototypes/arachnid.yml +++ b/Resources/Prototypes/Body/Prototypes/arachnid.yml @@ -1,6 +1,6 @@ - type: body id: Arachnid - name: "Arachnid" + name: "arachnid" root: torso slots: head: diff --git a/Resources/Prototypes/Body/Prototypes/moth.yml b/Resources/Prototypes/Body/Prototypes/moth.yml index 7ebeda7fefa80d..b327183441770d 100644 --- a/Resources/Prototypes/Body/Prototypes/moth.yml +++ b/Resources/Prototypes/Body/Prototypes/moth.yml @@ -1,6 +1,6 @@ - type: body id: Moth - name: "Moth" + name: "moth" root: torso slots: head: diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 8eeb82cbf4f944..f81ddfc8d021c3 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -28,7 +28,7 @@ - type: entity parent: ClothingHeadBase id: ClothingHeadHatBeretFrench - name: French beret + name: french beret description: A French beret, "vive la France". components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index ba21ca4da23edc..ad5d77f1c1e961 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -223,7 +223,7 @@ acts: [ "Destruction" ] - type: entity - name: Reagent slime + name: reagent slime id: ReagentSlime suffix: Water parent: [ MobAdultSlimes, MobCombat ] diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml b/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml index 285e75bca0a84a..6ef65cc1ae22a0 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/mimic.yml @@ -1,5 +1,5 @@ - type: entity - name: Mimic + name: mimic id: MobMimic parent: [ SimpleMobBase, MobCombat ] description: Surprise. # When this gets a proper write this should use the object's actual description >:) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index c615b8721e010c..004e091c150070 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -1,5 +1,5 @@ - type: entity - name: Rat King + name: rat king id: MobRatKing parent: [ SimpleMobBase, MobCombat ] description: He's da rat. He make da roolz. @@ -158,7 +158,7 @@ - MinorAntagonists - type: entity - name: Rat Servant + name: rat servant id: MobRatServant parent: [ SimpleMobBase, MobCombat ] description: He's da mini rat. He don't make da roolz. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 9fb0be02aec9a5..4bcee8beb4979a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -1,6 +1,6 @@ # Hacky for the stress test so don't even consider adding to this - type: entity - name: Burrower + name: burrower id: MobXeno parent: SimpleSpaceMobBase description: They mostly come at night. Mostly. @@ -121,7 +121,7 @@ speechVerb: LargeMob - type: entity - name: Praetorian + name: praetorian parent: MobXeno id: MobXenoPraetorian components: @@ -154,7 +154,7 @@ - MobLayer - type: entity - name: Drone + name: drone parent: MobXeno id: MobXenoDrone components: @@ -191,7 +191,7 @@ - MobLayer - type: entity - name: Queen + name: queen parent: MobXeno id: MobXenoQueen components: @@ -230,7 +230,7 @@ - CannotSuicide - type: entity - name: Ravager + name: ravager parent: MobXeno id: MobXenoRavager components: @@ -267,7 +267,7 @@ - MobLayer - type: entity - name: Runner + name: runner parent: MobXeno id: MobXenoRunner components: @@ -297,7 +297,7 @@ - MobLayer - type: entity - name: Rouny + name: rouny parent: MobXenoRunner id: MobXenoRouny components: @@ -312,7 +312,7 @@ amount: 3 - type: entity - name: Spitter + name: spitter parent: MobXeno id: MobXenoSpitter components: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index c9e28954be8c8d..f894b170f4f865 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -729,7 +729,7 @@ - type: entity parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkCreamCartonXL - name: Milk Cream XL + name: milk cream XL description: It's cream. Made from milk. What else did you think you'd find in there? components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index 156cd5a767508d..d13c9ad2ca962e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -314,7 +314,7 @@ - type: entity parent: DrinkBaseCup id: DrinkLean - name: grape Juice + name: grape juice description: Damn, no fun allowed. components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 3fb5675f83f192..8a4c33d1c4a1b8 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -425,7 +425,7 @@ id: PresentTrash noSpawn: true parent: BaseItem - name: Wrapping Paper + name: wrapping paper description: Carefully folded, taped, and tied with a bow. Then ceremoniously ripped apart and tossed on the floor. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Misc/books_author.yml b/Resources/Prototypes/Entities/Objects/Misc/books_author.yml index 9adb14f4ebe69f..47e5a9163030ff 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/books_author.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/books_author.yml @@ -318,7 +318,7 @@ - type: entity parent: BookBase id: BookIanMountain - name: the adventures of ian and renault - A mountain expedition + name: the adventures of ian and renault - a mountain expedition description: The book is in new condition. The cover is a stunning mountain landscape with Ian and Renault in the foreground, looking out over the vista of the surrounding peaks and valleys. The title is written in bold, block letters at the top, with the subtitle, "A Mountain Expedition," written underneath. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml index ca56ef5acbb78e..e6b81e7ce40b7c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/kudzu.yml @@ -298,7 +298,7 @@ data: { state: spookysmoke_static } - type: entity - name: Haze + name: haze id: ShadowKudzuWeak parent: ShadowKudzu components: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml index ca74dca8a7b276..1b9f32009a3f2b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml @@ -1,5 +1,5 @@ - type: entity - name: Food Cart + name: food cart id: FoodCartBase abstract: true parent: BaseStructureDynamic diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index d212c500cfac6d..ac0e3b41bf2935 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -22,7 +22,7 @@ parent: GasTankBase abstract: true id: BaseJetpack - name: Jetpack + name: jetpack description: It's a jetpack. It can hold 5 L of gas. components: - type: InputMover diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml index 36d41e391ace8d..6646e268d270cc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/grenade.yml @@ -1,6 +1,6 @@ - type: entity id: PelletClusterRubber - name: pellet (ball, Rubber) + name: pellet (ball, rubber) noSpawn: true parent: BaseBullet components: @@ -19,7 +19,7 @@ - type: entity id: PelletClusterLethal - name: pellet (ball, Lethal) + name: pellet (ball, lethal) noSpawn: true parent: BaseBullet components: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml index d6adcd614e344e..d0ce0808ac28d6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml @@ -191,7 +191,7 @@ - type: entity id: ProjectileIcicle parent: BaseBullet - name: Icicle + name: icicle description: Brrrrr. noSpawn: true components: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml index bd043c997dacf6..0df556a742ffd1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Revolvers/revolvers.yml @@ -129,11 +129,9 @@ volume: 2.25 - type: entity - name: Python parent: WeaponRevolverPython id: WeaponRevolverPythonAP # For the uplink. suffix: armor-piercing - description: A robust revolver favoured by Syndicate agents. Uses .45 magnum ammo. components: - type: RevolverAmmoProvider whitelist: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml index cc55aab237c054..99b50c558b511e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/clusterbang.yml @@ -20,7 +20,7 @@ - type: entity parent: GrenadeBase id: ClusterBangFull - name: ClusterBang + name: clusterbang description: Launches three flashbangs after the timer runs out. suffix: Full components: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index eb382c01e5fc57..79abbd9bc2a217 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -121,7 +121,7 @@ volume: 12 - type: entity - name: Self Destruct + name: self destruct description: Go out on your own terms! parent: GrenadeBase id: SelfDestructSeq diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/assembly.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/assembly.yml index 5d47d9c5c4a3de..24e5db81a92629 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/assembly.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/assembly.yml @@ -107,7 +107,7 @@ #plasma windoor assemblies - type: entity id: WindoorAssemblyPlasma - name: Plasma windoor assembly + name: plasma windoor assembly description: It opens, it closes, and you can see through it! This one looks purp-, no, pink. Wait... parent: WindoorAssembly components: @@ -137,7 +137,7 @@ - type: entity id: WindoorAssemblySecurePlasma - name: Secure Plasma windoor assembly + name: secure plasma windoor assembly description: It opens, it closes, and you can see through it! This one looks strong and pin-, no, purple. Hold on... parent: WindoorAssembly components: @@ -169,7 +169,7 @@ #uranium windoor assemblies - type: entity id: WindoorAssemblyUranium - name: Uranium windoor assembly + name: uranium windoor assembly description: It opens, it closes, and you can see through it! This one looks sickly green... parent: WindoorAssembly components: @@ -199,7 +199,7 @@ - type: entity id: WindoorAssemblySecureUranium - name: Secure Uranium windoor assembly + name: secure uranium windoor assembly description: It opens, it closes, and you can see through it! This one looks strong and radioactive-lime-green! parent: WindoorAssembly components: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml index fcc47bc2e3d334..089d5f81d1bdbd 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/windoor.yml @@ -1,13 +1,13 @@ - type: entity id: Windoor parent: BaseWindoor - name: Windoor + name: windoor description: It's a window and a sliding door. Wow! - type: entity id: WindoorSecure parent: BaseSecureWindoor - name: Secure Windoor + name: secure windoor description: It's a sturdy window and a sliding door. Wow! - type: entity @@ -19,25 +19,25 @@ - type: entity id: WindoorPlasma parent: BasePlasmaWindoor - name: Plasma Windoor + name: plasma windoor description: It's a pink window *and* a sliding door. Amazing! - type: entity id: WindoorSecurePlasma parent: BaseSecurePlasmaWindoor - name: Secure Plasma Windoor + name: secure plasma windoor description: It's a sturdy purple window *and* a sliding door. Spectacular! - type: entity id: WindoorUranium parent: BaseUraniumWindoor - name: Uranium Windoor + name: uranium windoor description: It's a window and a sliding door. Huh? Oh, and it's green! - type: entity id: WindoorSecureUranium parent: BaseSecureUraniumWindoor - name: Secure Uranium Windoor + name: secure uranium windoor description: It's a sturdy window and a sliding door. It's so neon green, it might even taste like limes! # TODO remove these with parameterized prototypes/whatever we end up doing diff --git a/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml b/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml index beabf53c9790b4..24832a28b2ac78 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/memorial.yml @@ -32,7 +32,7 @@ - type: entity id: SS13Memorial parent: BaseStructure - name: Tomb of the Unknown Employee + name: tomb of the unknown employee description: | Here rests an unknown employee Unknown by name or rank diff --git a/Resources/Prototypes/Entities/Structures/Specific/xeno.yml b/Resources/Prototypes/Entities/Structures/Specific/xeno.yml index 0fcca0c1d50c22..2f58e5caea9157 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/xeno.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/xeno.yml @@ -1,6 +1,6 @@ - type: entity id: XenoWardingTower - name: Xeno warding tower + name: xeno warding tower placement: mode: SnapgridCenter snap: diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml index 92850e97e62118..e8daa82632e369 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml @@ -1,9 +1,9 @@ - type: entity parent: PosterBase id: PosterMapMetaRight - name: "Meta Station Map" + name: "Meta Station map" description: "A map of Meta Station. This looks really old." components: - type: Sprite state: metamap64x - sprite: Structures/Wallmounts/metamap.rsi \ No newline at end of file + sprite: Structures/Wallmounts/metamap.rsi diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 1ab770812a65ce..ae7141e9b487fc 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -1189,7 +1189,7 @@ - type: entity id: WallInvisible - name: Invisible Wall + name: invisible wall components: - type: TimedDespawn lifetime: 15 diff --git a/Resources/Prototypes/Entities/Virtual/stripping_hidden.yml b/Resources/Prototypes/Entities/Virtual/stripping_hidden.yml index 538e502a40256d..6eb734c1d36463 100644 --- a/Resources/Prototypes/Entities/Virtual/stripping_hidden.yml +++ b/Resources/Prototypes/Entities/Virtual/stripping_hidden.yml @@ -3,7 +3,7 @@ - type: entity id: StrippingHiddenEntity - name: Hidden Entity + name: hidden entity description: There is something in this pocket. #Or maybe they ar... nah... too obvious a joke. noSpawn: true components: diff --git a/Resources/Prototypes/Entities/World/Debris/asteroids.yml b/Resources/Prototypes/Entities/World/Debris/asteroids.yml index 2817b083bedfbc..ba0539ac89f101 100644 --- a/Resources/Prototypes/Entities/World/Debris/asteroids.yml +++ b/Resources/Prototypes/Entities/World/Debris/asteroids.yml @@ -1,7 +1,7 @@ - type: entity id: BaseAsteroidDebris parent: BaseDebris - name: Asteroid Debris + name: asteroid debris abstract: true components: - type: MapGrid @@ -57,7 +57,7 @@ - type: entity id: AsteroidDebrisSmall parent: BaseAsteroidDebris - name: Asteroid Debris Small + name: asteroid debris small noSpawn: true components: - type: MapGrid @@ -67,7 +67,7 @@ - type: entity id: AsteroidDebrisMedium parent: BaseAsteroidDebris - name: Asteroid Debris Medium + name: asteroid debris medium noSpawn: true components: - type: MapGrid @@ -77,7 +77,7 @@ - type: entity id: AsteroidDebrisLarge parent: BaseAsteroidDebris - name: Asteroid Debris Large + name: asteroid debris large noSpawn: true components: - type: MapGrid @@ -87,7 +87,7 @@ - type: entity id: AsteroidDebrisLarger parent: BaseAsteroidDebris - name: Asteroid Debris Larger + name: asteroid debris larger noSpawn: true components: - type: MapGrid @@ -98,7 +98,7 @@ - type: entity id: AsteroidSalvageSmall parent: BaseAsteroidDebris - name: Salvage Asteroid Small + name: salvage asteroid small noSpawn: true components: - type: MapGrid @@ -110,7 +110,7 @@ - type: entity id: AsteroidSalvageMedium parent: BaseAsteroidDebris - name: Salvage Asteroid Medium + name: salvage asteroid medium noSpawn: true components: - type: MapGrid @@ -122,7 +122,7 @@ - type: entity id: AsteroidSalvageLarge parent: BaseAsteroidDebris - name: Salvage Asteroid Large + name: salvage asteroid large noSpawn: true components: - type: MapGrid @@ -134,7 +134,7 @@ - type: entity id: AsteroidSalvageHuge parent: BaseAsteroidDebris - name: Salvage Asteroid Huge + name: salvage asteroid huge noSpawn: true components: - type: MapGrid diff --git a/Resources/Prototypes/Entities/World/Debris/wrecks.yml b/Resources/Prototypes/Entities/World/Debris/wrecks.yml index 4c5a3be48f7a17..4512ca791708c1 100644 --- a/Resources/Prototypes/Entities/World/Debris/wrecks.yml +++ b/Resources/Prototypes/Entities/World/Debris/wrecks.yml @@ -1,7 +1,7 @@ - type: entity id: BaseScrapDebris parent: BaseDebris - name: Scrap Debris + name: scrap debris abstract: true components: - type: MapGrid @@ -52,7 +52,7 @@ - type: entity id: ScrapDebrisSmall parent: BaseScrapDebris - name: Scrap Debris Small + name: scrap debris small noSpawn: true components: - type: MapGrid @@ -62,7 +62,7 @@ - type: entity id: ScrapDebrisMedium parent: BaseScrapDebris - name: Scrap Debris Medium + name: scrap debris medium noSpawn: true components: - type: MapGrid @@ -72,7 +72,7 @@ - type: entity id: ScrapDebrisLarge parent: BaseScrapDebris - name: Scrap Debris Large + name: scrap debris large noSpawn: true components: - type: MapGrid diff --git a/Resources/Prototypes/Entities/World/chunk.yml b/Resources/Prototypes/Entities/World/chunk.yml index b60fd0d91be902..8f5f91557b4cc0 100644 --- a/Resources/Prototypes/Entities/World/chunk.yml +++ b/Resources/Prototypes/Entities/World/chunk.yml @@ -1,7 +1,7 @@ - type: entity id: WorldChunk parent: MarkerBase - name: World Chunk + name: world chunk description: | It's rude to stare. It's also a bit odd you're looking at the abstract representation of the grid of reality. diff --git a/Resources/Prototypes/Magic/forcewall_spells.yml b/Resources/Prototypes/Magic/forcewall_spells.yml index f1865cf72291cb..3001f71421e478 100644 --- a/Resources/Prototypes/Magic/forcewall_spells.yml +++ b/Resources/Prototypes/Magic/forcewall_spells.yml @@ -1,6 +1,6 @@ -- type: entity +- type: entity id: ActionForceWall - name: Forcewall + name: forcewall description: Creates a magical barrier. components: - type: InstantAction diff --git a/Resources/Prototypes/Procedural/salvage_mods.yml b/Resources/Prototypes/Procedural/salvage_mods.yml index 6c2bf678621669..f03c9263839823 100644 --- a/Resources/Prototypes/Procedural/salvage_mods.yml +++ b/Resources/Prototypes/Procedural/salvage_mods.yml @@ -1,7 +1,7 @@ # Markers - type: entity id: SalvageShuttleMarker - name: Salvage shuttle marker + name: salvage shuttle marker parent: FTLPoint # Biome mods -> at least 1 required diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml index 190293f9d15702..1cada5018cb635 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_banana.yml @@ -7,19 +7,19 @@ - to: jumpsuit steps: - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -28,7 +28,7 @@ amount: 1 doAfter: 1 - tag: ClownSuit - name: A Clown Suit + name: a clown suit icon: sprite: Clothing/Uniforms/Jumpsuit/clown.rsi state: icon @@ -45,19 +45,19 @@ - to: shoes steps: - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -66,7 +66,7 @@ amount: 1 doAfter: 1 - tag: ClownShoes - name: Clown Shoes + name: clown shoes icon: sprite: Clothing/Shoes/Specific/clown.rsi state: icon @@ -83,19 +83,19 @@ - to: mask steps: - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel doAfter: 1 - tag: BananaPeel - name: A Banana Peel + name: a banana peel icon: sprite: Objects/Specific/Hydroponics/banana.rsi state: peel @@ -104,7 +104,7 @@ amount: 1 doAfter: 1 - tag: ClownMask - name: A Clown Mask + name: a clown mask icon: sprite: Clothing/Mask/clown.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml index da5ea21edf5c4f..1600cd4641fb6e 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/clown_hardsuit.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: ClownHardsuit start: start graph: @@ -10,13 +10,13 @@ amount: 5 doAfter: 1 - tag: SuitEVA - name: An EVA suit + name: an EVA suit icon: sprite: Clothing/OuterClothing/Suits/eva.rsi state: icon doAfter: 1 - tag: HelmetEVA - name: An EVA helmet + name: an EVA helmet icon: sprite: Clothing/Head/Helmets/eva.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml index a72a5ccc8c863d..6d3826f701ac18 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/mime_hardsuit.yml @@ -10,13 +10,13 @@ amount: 5 doAfter: 1 - tag: SuitEVA - name: An EVA suit + name: an EVA suit icon: sprite: Clothing/OuterClothing/Suits/eva.rsi state: icon doAfter: 1 - tag: HelmetEVA - name: An EVA helmet + name: an EVA helmet icon: sprite: Clothing/Head/Helmets/eva.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml b/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml index a4d0edc46a6207..e8380d0d2db30b 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/fun/bananium_horn.yml @@ -7,7 +7,7 @@ - to: bananiumHorn steps: - tag: Pipe - name: Pipe + name: pipe icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeStraight @@ -16,7 +16,7 @@ amount: 4 doAfter: 1 - tag: BikeHorn - name: Bike Horn + name: bike horn icon: sprite: Objects/Fun/bikehorn.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml index ad84d830a70963..782e894fe7382a 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/blast_door.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: BlastDoor start: start graph: @@ -47,7 +47,7 @@ steps: - tag: DoorElectronics store: board - name: Door Electronics + name: door electronics icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml index 0d7bdddd2f29a4..74ac16eabd2466 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/firelock.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: Firelock start: start graph: @@ -50,7 +50,7 @@ steps: - tag: FirelockElectronics store: board - name: Firelock Electronics + name: firelock electronics icon: sprite: "Objects/Misc/module.rsi" state: "mainboard" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml index 081f22ea8dd4cb..2a051b46d4eeab 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/glassbox.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: GlassBox start: start graph: @@ -42,7 +42,7 @@ - !type:EntityAnchored steps: - tag: SignalTrigger - name: a Signal Trigger + name: a signal trigger icon: sprite: Objects/Devices/signaltrigger.rsi state: signaltrigger diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml index db53de288a4a6a..7086216cba3a18 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/shutter.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: Shutters start: start graph: @@ -45,7 +45,7 @@ anchored: true steps: - component: DoorElectronics - name: Door Electronics + name: door electronics icon: sprite: "Objects/Misc/module.rsi" state: "door_electronics" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml index 2f151336959dff..8c880d3964109d 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/disposal_machines.yml @@ -1,4 +1,4 @@ -- type: constructionGraph +- type: constructionGraph id: DisposalMachine start: start graph: @@ -64,7 +64,7 @@ - to: frame_mailing steps: - tag: MailingUnitElectronics - name: Mailing Unit Electronics + name: mailing unit electronics icon: sprite: "Objects/Misc/module.rsi" state: "net_wired" diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml index 922e8857c92345..f27b751572bb3a 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/solarpanel.yml @@ -7,7 +7,7 @@ - to: solarassembly steps: - tag: SolarAssemblyFlatpack - name: Solar Assembly Parts + name: solar assembly parts icon: sprite: Objects/Devices/flatpack.rsi state: solar-assembly-part @@ -39,7 +39,7 @@ - !type:EntityAnchored steps: - tag: SolarTrackerElectronics - name: Solar Tracker Electronics + name: solar tracker electronics icon: sprite: Objects/Misc/module.rsi state: id_mod diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml index 346b49cf2f71c7..04b94690467dac 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml @@ -13,7 +13,7 @@ amount: 1 doAfter: 0.5 - tag: GlassShard - name: Glass Shard + name: glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml index 243a030c981089..838a6cdb6c27af 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_grenade.yml @@ -48,13 +48,13 @@ steps: - component: PayloadTrigger store: payloadTrigger - name: Trigger + name: trigger doAfter: 0.5 - to: caseWithPayload steps: - tag: Payload store: payload - name: Payload + name: payload doAfter: 0.5 - node: caseWithTrigger @@ -74,7 +74,7 @@ steps: - tag: Payload store: payload - name: Payload + name: payload doAfter: 0.5 - node: caseWithPayload @@ -94,7 +94,7 @@ steps: - component: PayloadTrigger store: payloadTrigger - name: Trigger + name: trigger doAfter: 0.5 - node: grenade diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml index 820676d1737ec9..39272a9b6109e4 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/modular_mine.yml @@ -52,7 +52,7 @@ steps: - tag: Payload store: payload - name: Payload + name: payload doAfter: 0.5 - node: mine diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml index 28de8e7f7d40c1..51a1f9905e030f 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/shiv.yml @@ -22,7 +22,7 @@ - to: icon steps: - tag: GlassShard - name: Glass Shard + name: glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -57,7 +57,7 @@ - to: icon steps: - tag: ReinforcedGlassShard - name: Reinforced Glass Shard + name: reinforced glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -92,7 +92,7 @@ - to: icon steps: - tag: PlasmaGlassShard - name: Plasma Glass Shard + name: plasma glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -127,7 +127,7 @@ - to: icon steps: - tag: UraniumGlassShard - name: Uranium Glass Shard + name: uranium glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml index f1efe63ff5000d..3d65c13fe268da 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/spear.yml @@ -13,7 +13,7 @@ amount: 3 doAfter: 1 - tag: GlassShard - name: Glass Shard + name: glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -36,7 +36,7 @@ amount: 3 doAfter: 1 - tag: ReinforcedGlassShard - name: Reinforced Glass Shard + name: reinforced glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -59,7 +59,7 @@ amount: 3 doAfter: 1 - tag: PlasmaGlassShard - name: Plasma Glass Shard + name: plasma glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 @@ -82,7 +82,7 @@ amount: 3 doAfter: 1 - tag: UraniumGlassShard - name: Uranium Glass Shard + name: uranium glass shard icon: sprite: Objects/Materials/Shards/shard.rsi state: shard1 diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 86c0002996025e..2adf8c85023174 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -796,7 +796,7 @@ - !type:TileNotBlocked - type: construction - name: Thin firelock + name: thin firelock id: FirelockEdge graph: Firelock startNode: start diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml index 024a7c58763f5e..e928d15933252a 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/makeshiftstunprod.yml @@ -9,7 +9,7 @@ - material: MetalRod amount: 1 - tag: PowerCellSmall - name: Power Cell Small + name: power cell small icon: sprite: Objects/Power/power_cells.rsi state: small @@ -20,7 +20,7 @@ color: red name: cuffs - tag: Igniter - name: Igniter + name: igniter icon: sprite: Objects/Devices/igniter.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml index 7203a4fdfb3a29..be429bb5648c94 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/strawhat.yml @@ -7,22 +7,22 @@ - to: strawhat steps: - tag: Wheat - name: Wheat Bushel + name: wheat bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: Wheat Bushel + name: wheat bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: Wheat Bushel + name: wheat bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce - tag: Wheat - name: Wheat Bushel + name: wheat bushel icon: sprite: Objects/Specific/Hydroponics/wheat.rsi state: produce diff --git a/Resources/Prototypes/holidays.yml b/Resources/Prototypes/holidays.yml index 173999d156b0d7..fae9c13adbda3e 100644 --- a/Resources/Prototypes/holidays.yml +++ b/Resources/Prototypes/holidays.yml @@ -68,8 +68,8 @@ beginMonth: March - type: holiday - id: holiday-name-easter - name: Easter + id: Easter + name: holiday-name-easter shouldCelebrate: !type:Computus { } @@ -320,8 +320,8 @@ weekday: Thursday - type: holiday - id: holiday-name-halloween - name: Halloween + id: Halloween + name: holiday-name-halloween beginDay: 31 beginMonth: October greet: @@ -383,8 +383,8 @@ weekday: Thursday - type: holiday - id: holiday-name-sinterklaas - name: Sinterklaas + id: Sinterklaas + name: holiday-name-sinterklaas beginDay: 5 beginMonth: December @@ -407,8 +407,8 @@ beginMonth: December - type: holiday - id: holiday-name-christmas - name: Christmas + id: Christmas + name: holiday-name-christmas beginDay: 24 endDay: 26 beginMonth: December