From a89e806a50b0e17d674b964d5a48b88b862074a6 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Thu, 4 Jun 2020 12:45:07 -0400 Subject: [PATCH] Making improper nouns lower case. (#1020) Co-authored-by: Hugo Laloge --- .../Sound/SharedLoopingSoundComponent.cs | 2 +- Content.Shared/SharedGameTicker.cs | 2 +- .../BodySystem/BodyParts/humanoid_parts.yml | 26 +- .../BodySystem/BodyPresets/basic_human.yml | 2 +- .../BodySystem/BodyTemplates/humanoid.yml | 12 +- .../BodySystem/BodyTemplates/quadrupedal.yml | 16 +- .../Mechanisms/basic_human_organs.yml | 16 +- .../BodySystem/Mechanisms/basic_tests.yml | 14 +- .../BodySystem/Surgery/surgery_tools.yml | 52 +- .../body_system_dropped_items_default.yml | 8 +- Resources/Prototypes/Cargo/products.yml | 26 +- .../Prototypes/Construction/machines.yml | 2 +- Resources/Prototypes/Construction/misc.yml | 2 +- Resources/Prototypes/Construction/power.yml | 4 +- .../Prototypes/Construction/structures.yml | 10 +- Resources/Prototypes/Construction/weapons.yml | 4 +- .../Storage/StorageTanks/fuel_tank.yml | 4 +- .../Storage/StorageTanks/storage_tank.yml | 2 +- .../Storage/StorageTanks/water_tank.yml | 2 +- .../Entities/Buildings/Storage/closet.yml | 2 +- .../Entities/Buildings/Storage/crate_base.yml | 4 +- .../Buildings/Storage/crate_types.yml | 32 +- .../Entities/Buildings/asteroid.yml | 2 +- .../Entities/Buildings/booze_dispenser.yml | 2 +- .../Prototypes/Entities/Buildings/catwalk.yml | 2 +- .../Entities/Buildings/chem_dispenser.yml | 2 +- .../Entities/Buildings/computers.yml | 20 +- .../Entities/Buildings/emergency_light.yml | 2 +- .../Entities/Buildings/furniture.yml | 10 +- .../Prototypes/Entities/Buildings/girder.yml | 2 +- .../Entities/Buildings/gravity_generator.yml | 2 +- .../Entities/Buildings/instruments.yml | 8 +- .../Prototypes/Entities/Buildings/lathe.yml | 6 +- .../Entities/Buildings/lighting.yml | 8 +- .../Entities/Buildings/low_wall.yml | 4 +- .../Entities/Buildings/medical_scanner.yml | 2 +- .../Prototypes/Entities/Buildings/mirror.yml | 2 +- .../Prototypes/Entities/Buildings/power.yml | 18 +- .../Buildings/reagent_dispenser_base.yml | 2 +- .../Prototypes/Entities/Buildings/shuttle.yml | 12 +- .../Entities/Buildings/soda_dispenser.yml | 2 +- .../Prototypes/Entities/Buildings/table.yml | 2 +- .../Prototypes/Entities/Buildings/turret.yml | 6 +- .../Prototypes/Entities/Buildings/walls.yml | 38 +- .../Prototypes/Entities/Buildings/windows.yml | 4 +- .../Prototypes/Entities/Fluids/puddle.yml | 18 +- .../Entities/Items/Clothing/OuterClothing.yml | 262 +++++----- .../Entities/Items/Clothing/backpacks.yml | 52 +- .../Entities/Items/Clothing/belts.yml | 4 +- .../Entities/Items/Clothing/clothing_base.yml | 2 +- .../Entities/Items/Clothing/ears.yml | 2 +- .../Entities/Items/Clothing/eyes.yml | 6 +- .../Entities/Items/Clothing/gloves.yml | 118 ++--- .../Entities/Items/Clothing/hats.yml | 488 +++++++++--------- .../Items/Clothing/identification_cards.yml | 36 +- .../Entities/Items/Clothing/masks.yml | 12 +- .../Entities/Items/Clothing/shoes.yml | 144 +++--- .../Entities/Items/Clothing/shoes/clown.yml | 4 +- .../Items/Clothing/shoes/jackboots.yml | 4 +- .../Entities/Items/Clothing/uniforms.yml | 32 +- .../Entities/Items/Consumables/drinks.yml | 286 +++++----- .../Items/Consumables/drinks_bottles.yml | 32 +- .../Items/Consumables/drinks_cans.yml | 16 +- .../Items/Consumables/drinks_cups.yml | 24 +- .../Entities/Items/Consumables/food.yml | 360 ++++++------- .../Items/Consumables/food_containers.yml | 58 +-- .../kitchen_reagent_containers.yml | 2 +- .../Entities/Items/Consumables/trash.yml | 36 +- .../Items/Consumables/trash_drinks.yml | 40 +- .../Prototypes/Entities/Items/Instruments.yml | 26 +- .../Entities/Items/Weapons/kitchen.yml | 2 +- .../Entities/Items/Weapons/mining.yml | 4 +- .../Entities/Items/Weapons/security.yml | 2 +- .../Entities/Items/Weapons/spear.yml | 2 +- .../Prototypes/Entities/Items/bike_horn.yml | 2 +- .../Prototypes/Entities/Items/chemistry.yml | 8 +- Resources/Prototypes/Entities/Items/dice.yml | 4 +- .../Prototypes/Entities/Items/explosives.yml | 4 +- .../Entities/Items/fire_extinguisher.yml | 2 +- .../Prototypes/Entities/Items/flashlight.yml | 4 +- .../Prototypes/Entities/Items/item_base.yml | 2 +- .../Prototypes/Entities/Items/light_bulb.yml | 8 +- .../Prototypes/Entities/Items/materials.yml | 18 +- .../Prototypes/Entities/Items/medical.yml | 8 +- Resources/Prototypes/Entities/Items/paper.yml | 4 +- Resources/Prototypes/Entities/Items/pda.yml | 2 +- .../Prototypes/Entities/Items/power_debug.yml | 2 +- .../Prototypes/Entities/Items/powercells.yml | 14 +- Resources/Prototypes/Entities/Items/skub.yml | 4 +- .../Prototypes/Entities/Items/teleporters.yml | 10 +- Resources/Prototypes/Entities/Items/tiles.yml | 10 +- .../Prototypes/Entities/Items/toolbox.yml | 18 +- Resources/Prototypes/Entities/Items/tools.yml | 18 +- .../Entities/Markers/spawn_points.yml | 6 +- .../Entities/Markers/spawn_points_jobs.yml | 32 +- .../Entities/Markers/warp_point.yml | 2 +- .../Prototypes/Entities/Mobs/observer.yml | 2 +- .../Weapons/Ammunition/10mm/ammunition.yml | 32 +- .../Weapons/Ammunition/10mm/boxes.yml | 10 +- .../Weapons/Ammunition/10mm/projectiles.yml | 12 +- .../Weapons/Ammunition/12g/ammunition.yml | 6 +- .../Entities/Weapons/Ammunition/12g/boxes.yml | 4 +- .../Weapons/Ammunition/12g/projectiles.yml | 2 +- .../Weapons/Ammunition/20mm/ammunition.yml | 2 +- .../Weapons/Ammunition/20mm/projectiles.yml | 2 +- .../Weapons/Ammunition/24mm/ammunition.yml | 2 +- .../Weapons/Ammunition/24mm/boxes.yml | 2 +- .../Weapons/Ammunition/24mm/projectiles.yml | 12 +- .../Weapons/Ammunition/45mm/ammunition.yml | 32 +- .../Weapons/Ammunition/45mm/boxes.yml | 6 +- .../Weapons/Ammunition/45mm/projectiles.yml | 12 +- .../Weapons/Ammunition/5.56mm/ammunition.yml | 18 +- .../Weapons/Ammunition/5.56mm/boxes.yml | 4 +- .../Weapons/Ammunition/5.56mm/projectiles.yml | 12 +- .../Weapons/Ammunition/6.5mm/ammunition.yml | 20 +- .../Weapons/Ammunition/6.5mm/boxes.yml | 4 +- .../Weapons/Ammunition/6.5mm/projectiles.yml | 12 +- .../Weapons/Ammunition/7.62mm/ammunition.yml | 42 +- .../Weapons/Ammunition/7.62mm/boxes.yml | 2 +- .../Weapons/Ammunition/7.62mm/projectiles.yml | 12 +- .../Weapons/Ammunition/9mm/ammunition.yml | 36 +- .../Entities/Weapons/Ammunition/9mm/boxes.yml | 10 +- .../Weapons/Ammunition/9mm/projectiles.yml | 12 +- .../Weapons/Ammunition/Point32/ammunition.yml | 20 +- .../Weapons/Ammunition/Point32/boxes.yml | 10 +- .../Ammunition/Point32/projectiles.yml | 12 +- .../Ammunition/Point357/ammunition.yml | 8 +- .../Weapons/Ammunition/Point357/boxes.yml | 10 +- .../Ammunition/Point357/projectiles.yml | 12 +- .../Weapons/Ammunition/Point44/ammunition.yml | 20 +- .../Weapons/Ammunition/Point44/boxes.yml | 10 +- .../Ammunition/Point44/projectiles.yml | 12 +- .../Weapons/Ammunition/Point50/ammunition.yml | 20 +- .../Weapons/Ammunition/Point50/boxes.yml | 8 +- .../Ammunition/Point50/projectiles.yml | 12 +- .../Prototypes/Entities/Weapons/LMGs/lmgs.yml | 10 +- .../Entities/Weapons/Laser/laserguns.yml | 6 +- .../Entities/Weapons/Pistols/pistols.yml | 66 +-- .../Weapons/Projectiles/projectiles.yml | 14 +- .../Entities/Weapons/Revolvers/pistols.yml | 26 +- .../Entities/Weapons/Rifles/rifles.yml | 28 +- .../Prototypes/Entities/Weapons/SMGs/smgs.yml | 28 +- .../Entities/Weapons/Shotguns/shotguns.yml | 6 +- Resources/Prototypes/Entities/chemistry.yml | 4 +- Resources/Prototypes/Entities/janitor.yml | 8 +- Resources/Prototypes/Entities/kitchen.yml | 4 +- Resources/Prototypes/Entities/research.yml | 4 +- .../Prototypes/Jobs/Cargo/CargoTechnician.yml | 2 +- .../Prototypes/Jobs/Civilian/Assistant.yml | 2 +- .../Prototypes/Jobs/Civilian/Bartender.yml | 2 +- Resources/Prototypes/Jobs/Civilian/Chef.yml | 2 +- Resources/Prototypes/Jobs/Civilian/Clown.yml | 2 +- .../Prototypes/Jobs/Civilian/Janitor.yml | 2 +- Resources/Prototypes/Jobs/Command/captain.yml | 2 +- .../Jobs/Command/head_of_personnel.yml | 2 +- .../Jobs/Engineering/chief_engineer.yml | 2 +- .../Jobs/Engineering/station_engineer.yml | 2 +- .../Jobs/Medical/chief_medical_officer.yml | 2 +- .../Jobs/Medical/medical_doctor.yml | 2 +- .../Jobs/Science/research_director.yml | 2 +- .../Prototypes/Jobs/Science/scientist.yml | 2 +- .../Jobs/Security/head_of_security.yml | 2 +- .../Jobs/Security/security_officer.yml | 2 +- Resources/Prototypes/Kitchen/meal_recipes.yml | 62 +-- Resources/Prototypes/Reagents/chemicals.yml | 36 +- Resources/Prototypes/Reagents/drinks.yml | 44 +- Resources/Prototypes/Reagents/elements.yml | 38 +- .../Prototypes/Reagents/food_reagents.yml | 2 +- Resources/Prototypes/Reagents/medicine.yml | 82 +-- .../Prototypes/Technologies/technologies.yml | 14 +- Resources/Prototypes/VendingMachines/ammo.yml | 2 +- .../Prototypes/VendingMachines/boozeomat.yml | 2 +- .../Prototypes/VendingMachines/chapel.yml | 2 +- Resources/Prototypes/VendingMachines/cigs.yml | 2 +- .../Prototypes/VendingMachines/coffee.yml | 2 +- Resources/Prototypes/VendingMachines/cola.yml | 2 +- .../Prototypes/VendingMachines/dinnerware.yml | 2 +- .../Prototypes/VendingMachines/discount.yml | 2 +- .../Prototypes/VendingMachines/engivend.yml | 2 +- Resources/Prototypes/VendingMachines/hats.yml | 2 +- .../Prototypes/VendingMachines/magivend.yml | 2 +- .../Prototypes/VendingMachines/medical.yml | 2 +- .../Prototypes/VendingMachines/mining.yml | 2 +- .../Prototypes/VendingMachines/nutri.yml | 2 +- .../Prototypes/VendingMachines/robotics.yml | 2 +- Resources/Prototypes/VendingMachines/sale.yml | 2 +- Resources/Prototypes/VendingMachines/sec.yml | 2 +- .../Prototypes/VendingMachines/seeds.yml | 2 +- .../Prototypes/VendingMachines/shoes.yml | 2 +- .../VendingMachines/smartfridge.yml | 2 +- .../Prototypes/VendingMachines/snack.yml | 2 +- .../Prototypes/VendingMachines/soviet.yml | 2 +- .../Prototypes/VendingMachines/suits.yml | 2 +- .../Prototypes/VendingMachines/theater.yml | 2 +- .../Prototypes/VendingMachines/vendomat.yml | 2 +- Resources/Prototypes/VendingMachines/vox.yml | 2 +- .../Prototypes/VendingMachines/wallmed.yml | 2 +- .../Prototypes/VendingMachines/youtool.yml | 2 +- Resources/Prototypes/materials.yml | 6 +- 199 files changed, 1855 insertions(+), 1855 deletions(-) diff --git a/Content.Shared/GameObjects/Components/Sound/SharedLoopingSoundComponent.cs b/Content.Shared/GameObjects/Components/Sound/SharedLoopingSoundComponent.cs index da3a6cdccc..18f7a9ff7e 100644 --- a/Content.Shared/GameObjects/Components/Sound/SharedLoopingSoundComponent.cs +++ b/Content.Shared/GameObjects/Components/Sound/SharedLoopingSoundComponent.cs @@ -8,7 +8,7 @@ namespace Content.Shared.GameObjects.Components.Sound { public class SharedLoopingSoundComponent : Component { - public override string Name => "Sound"; + public override string Name => "LoopingSound"; public override uint? NetID => ContentNetIDs.SOUND; /// diff --git a/Content.Shared/SharedGameTicker.cs b/Content.Shared/SharedGameTicker.cs index 565a39ee70..0aa4ea4b4c 100644 --- a/Content.Shared/SharedGameTicker.cs +++ b/Content.Shared/SharedGameTicker.cs @@ -12,7 +12,7 @@ namespace Content.Shared // See ideally these would be pulled from the job definition or something. // But this is easier, and at least it isn't hardcoded. public const string OverflowJob = "Assistant"; - public const string OverflowJobName = "Assistant"; + public const string OverflowJobName = "assistant"; protected class MsgTickerJoinLobby : NetMessage { diff --git a/Resources/Prototypes/BodySystem/BodyParts/humanoid_parts.yml b/Resources/Prototypes/BodySystem/BodyParts/humanoid_parts.yml index a7c2f70500..7b81552a62 100644 --- a/Resources/Prototypes/BodySystem/BodyParts/humanoid_parts.yml +++ b/Resources/Prototypes/BodySystem/BodyParts/humanoid_parts.yml @@ -29,7 +29,7 @@ destroyThreshold: -120 resistance: 7.0 size: 7 - compatibility: Biological + compatibility: Biological surgeryDataType: BiologicalsurgeryDataType mechanisms: - mechanism.Brain.BasicHuman @@ -48,14 +48,14 @@ destroyThreshold: -80 resistance: 3.0 size: 5 - compatibility: Biological + compatibility: Biological surgeryDataType: BiologicalsurgeryDataType properties: - !type:ArmLength length: 2.4 - - - + + + - type: bodyPart id: bodyPart.Hand.BasicHuman name: "human hand" @@ -67,10 +67,10 @@ destroyThreshold: -60 resistance: 2.0 size: 3 - compatibility: Biological + compatibility: Biological surgeryDataType: BiologicalsurgeryDataType - - + + - type: bodyPart id: bodyPart.Leg.BasicHuman name: "human leg" @@ -82,10 +82,10 @@ destroyThreshold: -90 resistance: 2.0 size: 6 - compatibility: Biological + compatibility: Biological surgeryDataType: BiologicalsurgeryDataType - - + + - type: bodyPart id: bodyPart.Foot.BasicHuman name: "human foot" @@ -97,6 +97,6 @@ destroyThreshold: -60 resistance: 3.0 size: 2 - compatibility: Biological + compatibility: Biological surgeryDataType: BiologicalsurgeryDataType - \ No newline at end of file + diff --git a/Resources/Prototypes/BodySystem/BodyPresets/basic_human.yml b/Resources/Prototypes/BodySystem/BodyPresets/basic_human.yml index fca83e5392..032a315804 100644 --- a/Resources/Prototypes/BodySystem/BodyPresets/basic_human.yml +++ b/Resources/Prototypes/BodySystem/BodyPresets/basic_human.yml @@ -12,4 +12,4 @@ left leg: bodyPart.Leg.BasicHuman right foot: bodyPart.Foot.BasicHuman left foot: bodyPart.Foot.BasicHuman - \ No newline at end of file + diff --git a/Resources/Prototypes/BodySystem/BodyTemplates/humanoid.yml b/Resources/Prototypes/BodySystem/BodyTemplates/humanoid.yml index cbd22d75a1..f583a7781a 100644 --- a/Resources/Prototypes/BodySystem/BodyTemplates/humanoid.yml +++ b/Resources/Prototypes/BodySystem/BodyTemplates/humanoid.yml @@ -2,7 +2,7 @@ id: bodyTemplate.Humanoid name: "humanoid" centerSlot: "torso" - slots: + slots: head: Head torso: Torso left arm: Arm @@ -23,11 +23,11 @@ - right leg left arm: - left hand - right arm: + right arm: - right hand - left leg: + left leg: - left foot - right leg: + right leg: - right foot - - \ No newline at end of file + + diff --git a/Resources/Prototypes/BodySystem/BodyTemplates/quadrupedal.yml b/Resources/Prototypes/BodySystem/BodyTemplates/quadrupedal.yml index 7b1001c48f..6229e57c69 100644 --- a/Resources/Prototypes/BodySystem/BodyTemplates/quadrupedal.yml +++ b/Resources/Prototypes/BodySystem/BodyTemplates/quadrupedal.yml @@ -1,8 +1,8 @@ - type: bodyTemplate id: bodyTemplate.Quadrupedal - name: "Quadrupedal" + name: "quadrupedal" centerSlot: "torso" - slots: + slots: head: Head torso: Torso left front leg: Leg @@ -11,7 +11,7 @@ right front paw: Foot left hind leg: Leg left hind paw: Foot - right hind leg: Leg + right hind leg: Leg right hind paw: Foot connections: head: @@ -23,11 +23,11 @@ - right hind paw left front leg: - left front paw - right front leg: + right front leg: - right front paw - left hind leg: + left hind leg: - left hind paw - right hind leg: + right hind leg: - right hind paw - - \ No newline at end of file + + diff --git a/Resources/Prototypes/BodySystem/Mechanisms/basic_human_organs.yml b/Resources/Prototypes/BodySystem/Mechanisms/basic_human_organs.yml index a975c20462..2baa834a70 100644 --- a/Resources/Prototypes/BodySystem/Mechanisms/basic_human_organs.yml +++ b/Resources/Prototypes/BodySystem/Mechanisms/basic_human_organs.yml @@ -1,16 +1,16 @@ - type: mechanism id: mechanism.Brain.BasicHuman - name: "Human Brain" + name: "human brain" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "brain_human" description: "The source of incredible, unending intelligence. Honk." durability: 10 size: 1 compatibility: Biological - + - type: mechanism id: mechanism.Eyes.BasicHuman - name: "Human Eyes" + name: "human eyes" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "eyes_human" description: "Ocular organ capable of turning light into a colorful visual." @@ -20,7 +20,7 @@ - type: mechanism id: mechanism.Heart.BasicHuman - name: "Human Heart" + name: "human heart" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "heart_human" description: "Pumps blood throughout a body. Essential for any entity with blood." @@ -30,7 +30,7 @@ - type: mechanism id: mechanism.Lungs.BasicHuman - name: "Human Lungs" + name: "human lungs" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "lungs_human" description: "Filters oxygen from an atmosphere, which is then sent into the bloodstream to be used as an electron carrier." @@ -40,7 +40,7 @@ - type: mechanism id: mechanism.Liver.BasicHuman - name: "Human Liver" + name: "human liver" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "liver_human" description: "Filters impurities out of a bloodstream and provides other important functionality to a human." @@ -50,10 +50,10 @@ - type: mechanism id: mechanism.Kidneys.BasicHuman - name: "Human Kidneys" + name: "human kidneys" rsiPath: Objects/BodySystem/Organs/basic_human.rsi rsiState: "kidneys_human" description: "Filters toxins out of a bloodstream." durability: 20 size: 1 - compatibility: Biological \ No newline at end of file + compatibility: Biological diff --git a/Resources/Prototypes/BodySystem/Mechanisms/basic_tests.yml b/Resources/Prototypes/BodySystem/Mechanisms/basic_tests.yml index 43aa45ee95..4114a322f6 100644 --- a/Resources/Prototypes/BodySystem/Mechanisms/basic_tests.yml +++ b/Resources/Prototypes/BodySystem/Mechanisms/basic_tests.yml @@ -1,20 +1,20 @@ - type: mechanism id: mechanism.EMPStriker - name: "EMP Striker" + name: "EMP striker" description: "When activated, this arm implant will apply a small EMP on the target of a physical strike for 10 watts per use." durability: 80 size: 4 compatibility: Universal - implantableParts: + implantableParts: - Arm - Hand - - + + - type: mechanism id: mechanism.HonkModule - name: "HONK Module 3000" + name: "HONK module 3000" description: "Mandatory implant for all clowns after the Genevo Convention of 2459." durability: 50 size: 3 - compatibility: Universal - \ No newline at end of file + compatibility: Universal + diff --git a/Resources/Prototypes/BodySystem/Surgery/surgery_tools.yml b/Resources/Prototypes/BodySystem/Surgery/surgery_tools.yml index 9ad96961d4..b8a52c6948 100644 --- a/Resources/Prototypes/BodySystem/Surgery/surgery_tools.yml +++ b/Resources/Prototypes/BodySystem/Surgery/surgery_tools.yml @@ -1,5 +1,5 @@ - type: entity - name: Scalpel + name: scalpel parent: BaseItem id: scalpel desc: A surgical tool used to make incisions into flesh. @@ -7,7 +7,7 @@ - type: SurgeryTool surgeryToolClass: Incision baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: scalpel @@ -17,11 +17,11 @@ - type: ItemCooldown - type: MeleeWeapon - - - + + + - type: entity - name: Retractor + name: retractor parent: BaseItem id: retractor desc: A surgical tool used to hold open incisions. @@ -29,7 +29,7 @@ - type: SurgeryTool surgeryToolClass: Retraction baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: retractor @@ -39,11 +39,11 @@ - type: ItemCooldown - type: MeleeWeapon - - - + + + - type: entity - name: Cautery + name: cautery parent: BaseItem id: cautery desc: A surgical tool used to cauterize open wounds. @@ -51,7 +51,7 @@ - type: SurgeryTool surgeryToolClass: Cauterization baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: cautery @@ -61,11 +61,11 @@ - type: ItemCooldown - type: MeleeWeapon - - - + + + - type: entity - name: Drill + name: drill parent: BaseItem id: drill desc: A surgical drill for making holes into hard material. @@ -73,7 +73,7 @@ - type: SurgeryTool surgeryToolClass: Drilling baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: drill @@ -83,11 +83,11 @@ - type: ItemCooldown - type: MeleeWeapon - - - + + + - type: entity - name: Bone Saw + name: bone saw parent: BaseItem id: bone_saw desc: A surgical tool used to cauterize open wounds. @@ -95,7 +95,7 @@ - type: SurgeryTool surgeryToolClass: BoneSawing baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: bone_saw @@ -105,9 +105,9 @@ - type: ItemCooldown - type: MeleeWeapon - + - type: entity - name: Hemostat + name: hemostat parent: BaseItem id: hemostat desc: A surgical tool used to compress blood vessels to prevent bleeding. @@ -115,7 +115,7 @@ - type: SurgeryTool surgeryToolClass: VesselCompression baseOperateTime: 3 - + - type: Sprite sprite: Objects/Surgery/surgery_tools.rsi state: hemostat @@ -125,4 +125,4 @@ - type: ItemCooldown - type: MeleeWeapon - \ No newline at end of file + diff --git a/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml b/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml index 8b210eeabe..82fb378b16 100644 --- a/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml +++ b/Resources/Prototypes/BodySystem/body_system_dropped_items_default.yml @@ -1,5 +1,5 @@ - type: entity - name: "BaseDroppedBodyPart" + name: "basedroppedbodypart" parent: BaseItem id: BaseDroppedBodyPart components: @@ -7,13 +7,13 @@ - type: Sprite texture: Objects\BodySystem\Organs\eyes_grey.png - type: Icon - + - type: entity - name: "BaseDroppedMechanism" + name: "basedroppedmechanism" parent: BaseItem id: BaseDroppedMechanism components: - type: DroppedMechanism - type: Sprite texture: Objects\BodySystem\Organs\eyes_grey.png - - type: Icon \ No newline at end of file + - type: Icon diff --git a/Resources/Prototypes/Cargo/products.yml b/Resources/Prototypes/Cargo/products.yml index 4eb0002c73..311e79269b 100644 --- a/Resources/Prototypes/Cargo/products.yml +++ b/Resources/Prototypes/Cargo/products.yml @@ -1,5 +1,5 @@ -- type: cargoProduct - name: "Dice" +- type: cargoProduct + name: "dice" id: cargo.dice description: "Some dice" icon: @@ -11,7 +11,7 @@ group: market - type: cargoProduct - name: "Medkit" + name: "medkit" id: cargo.Medkit description: "Everything you need to patch someone up." icon: Objects/Medical/medkit_r.png @@ -21,7 +21,7 @@ group: market - type: cargoProduct - name: "Flashlight" + name: "flashlight" id: cargo.flashlight description: "Shine a light in the dark." icon: @@ -33,7 +33,7 @@ group: market - type: cargoProduct - name: "Light Bulb" + name: "light bulb" id: cargo.lightbulb description: "Light up a room, anywhere, anytime. Electricity not included." icon: @@ -45,7 +45,7 @@ group: market - type: cargoProduct - name: "Fire Extinguisher" + name: "fire extinguisher" id: cargo.fireextinguisher description: "Puts out fires. Or propels you in space." icon: Objects/Misc/fire_extinguisher.png @@ -55,7 +55,7 @@ group: market - type: cargoProduct - name: "Pen" + name: "pen" id: cargo.pen description: "Expels ink. Use it to write, or stab someone." icon: @@ -67,7 +67,7 @@ group: market - type: cargoProduct - name: "Bike Horn" + name: "bike horn" id: cargo.bikehorn description: "HONK!" icon: @@ -79,7 +79,7 @@ group: market - type: cargoProduct - name: "Cleaver" + name: "cleaver" id: cargo.cleaver description: "That's not a knife, THAT'S a knife." icon: @@ -91,7 +91,7 @@ group: blackmarket - type: cargoProduct - name: "Fuel Tank" + name: "fuel tank" id: cargo.fueltank description: "Movable fuel tank for welders. No boom boom." icon: Buildings/weldtank.png @@ -101,7 +101,7 @@ group: market - type: cargoProduct - name: "Medical Scanner" + name: "medical scanner" id: cargo.medscanner description: "Scans patients. First we stick this probe..." icon: @@ -113,7 +113,7 @@ group: market - type: cargoProduct - name: "Glass Crate" + name: "glass crate" id: cargo.glass description: "50 sheets of glass." icon: Objects/Materials/sheet_glass.png @@ -123,7 +123,7 @@ group: market - type: cargoProduct - name: "Cable Crate" + name: "cable crate" id: cargo.cable description: "50 coils of cable." icon: Objects/Tools/cable_coil.png diff --git a/Resources/Prototypes/Construction/machines.yml b/Resources/Prototypes/Construction/machines.yml index 1c4af0d1b0..8e6b9799f4 100644 --- a/Resources/Prototypes/Construction/machines.yml +++ b/Resources/Prototypes/Construction/machines.yml @@ -1,5 +1,5 @@ - type: construction - name: Wall Light + name: wall light id: WallLight keywords: [fixture, lamp] category: Machines diff --git a/Resources/Prototypes/Construction/misc.yml b/Resources/Prototypes/Construction/misc.yml index d2cd4a1b5c..3e3aa9d16a 100644 --- a/Resources/Prototypes/Construction/misc.yml +++ b/Resources/Prototypes/Construction/misc.yml @@ -1,5 +1,5 @@ - type: construction - name: Skub + name: skub id: skub category: Items/Misc keywords: [misc] diff --git a/Resources/Prototypes/Construction/power.yml b/Resources/Prototypes/Construction/power.yml index 2fcda4d312..51d3733e81 100644 --- a/Resources/Prototypes/Construction/power.yml +++ b/Resources/Prototypes/Construction/power.yml @@ -20,7 +20,7 @@ amount: 2 - type: construction - name: Generator + name: generator id: generator category: Machines/Power placementmode: SnapgridCenter @@ -37,7 +37,7 @@ - type: construction name: APC - id: apc + id: APC category: Machines/Power placementmode: SnapgridCenter description: Provides power from the grid wirelessly to other machines in the area. diff --git a/Resources/Prototypes/Construction/structures.yml b/Resources/Prototypes/Construction/structures.yml index 6a4f6de0f1..ec4ab72967 100644 --- a/Resources/Prototypes/Construction/structures.yml +++ b/Resources/Prototypes/Construction/structures.yml @@ -1,5 +1,5 @@ - type: construction - name: Wall + name: wall id: wall category: Structures description: Keeps the air in and the greytide out. @@ -22,7 +22,7 @@ tool: Anchoring - type: construction - name: Table + name: table id: Table category: Structures icon: @@ -35,7 +35,7 @@ amount: 2 - type: construction - name: Window + name: window id: Window category: Structures description: Clear. @@ -50,7 +50,7 @@ amount: 2 - type: construction - name: Low Wall + name: low wall id: LowWall category: Structures description: A low wall used for mounting windows. @@ -73,7 +73,7 @@ tool: Anchoring - type: construction - name: Rein Window + name: rein window id: ReinforcedWindow category: Structures description: Clear but tough. diff --git a/Resources/Prototypes/Construction/weapons.yml b/Resources/Prototypes/Construction/weapons.yml index d563418fce..5633572957 100644 --- a/Resources/Prototypes/Construction/weapons.yml +++ b/Resources/Prototypes/Construction/weapons.yml @@ -1,5 +1,5 @@ - type: construction - name: Crude Spear + name: crude spear id: spear category: Items/Weapons keywords: [melee] @@ -16,4 +16,4 @@ # Should probably use a shard but y'know. - material: Glass - amount: 1 \ No newline at end of file + amount: 1 diff --git a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/fuel_tank.yml b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/fuel_tank.yml index 267a29403c..0f032dcf45 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/fuel_tank.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/fuel_tank.yml @@ -1,7 +1,7 @@ - type: entity parent: StorageTank id: WeldingFuelTank - name: Fueltank + name: fuel tank description: A storage tank containing welding fuel. components: - type: Sprite @@ -17,4 +17,4 @@ contents: reagents: - ReagentId: chem.WeldingFuel - Quantity: 1500 \ No newline at end of file + Quantity: 1500 diff --git a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/storage_tank.yml b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/storage_tank.yml index 0ee9a7a0ec..f51fc68250 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/storage_tank.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/storage_tank.yml @@ -1,6 +1,6 @@ - type: entity id: StorageTank - name: Storage Tank + name: storage tank description: "A liquids storage tank" abstract: true components: diff --git a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/water_tank.yml b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/water_tank.yml index 20f2bad950..b63944885b 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/water_tank.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/StorageTanks/water_tank.yml @@ -1,7 +1,7 @@ - type: entity parent: StorageTank id: WaterTank - name: Water Tank + name: water tank suffix: Empty description: "A water tank. It is used to store high amounts of water." components: diff --git a/Resources/Prototypes/Entities/Buildings/Storage/closet.yml b/Resources/Prototypes/Entities/Buildings/Storage/closet.yml index 52f4d0a703..f07e2fe9cb 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/closet.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/closet.yml @@ -47,7 +47,7 @@ - type: StorageVisualizer2D state_open: generic_open state_closed: generic_door - - type: Sound + - type: LoopingSound placement: snap: - Wall diff --git a/Resources/Prototypes/Entities/Buildings/Storage/crate_base.yml b/Resources/Prototypes/Entities/Buildings/Storage/crate_base.yml index 900250027b..feb5123131 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/crate_base.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/crate_base.yml @@ -1,6 +1,6 @@ - type: entity id: CrateGeneric - name: Crate + name: crate description: A large container for items. components: - type: Sprite @@ -46,4 +46,4 @@ - type: StorageVisualizer2D state_open: crate_open state_closed: crate_door - - type: Sound + - type: LoopingSound diff --git a/Resources/Prototypes/Entities/Buildings/Storage/crate_types.yml b/Resources/Prototypes/Entities/Buildings/Storage/crate_types.yml index 41e15b0823..03ad54ccad 100644 --- a/Resources/Prototypes/Entities/Buildings/Storage/crate_types.yml +++ b/Resources/Prototypes/Entities/Buildings/Storage/crate_types.yml @@ -1,6 +1,6 @@ - type: entity id: CratePlastic - name: Plastic Crate + name: plastic crate parent: CrateGeneric components: - type: Sprite @@ -18,7 +18,7 @@ - type: entity id: CrateFreezer - name: Freezer + name: freezer parent: CrateGeneric components: - type: Sprite @@ -36,7 +36,7 @@ - type: entity id: CrateHydroponics - name: Hydroponics Crate + name: hydroponics crate parent: CrateGeneric components: - type: Sprite @@ -54,7 +54,7 @@ - type: entity id: CrateMedical - name: Medical Crate + name: medical crate parent: CrateGeneric components: - type: Sprite @@ -72,7 +72,7 @@ - type: entity id: CrateRadiation - name: Radiation Gear Crate + name: radiation gear crate description: Is not actually lead lined. Do not store your plutonium in this. parent: CrateGeneric components: @@ -91,7 +91,7 @@ - type: entity id: CrateInternals - name: Internals Crate + name: internals crate parent: CrateGeneric components: - type: Sprite @@ -109,7 +109,7 @@ - type: entity id: CrateFlashlights - name: Flashlight Crate (x5) + name: flashlight crate (x5) parent: CrateGeneric components: - type: StorageFill @@ -122,7 +122,7 @@ - type: entity id: CrateLightBulb - name: Light Bulb Crate (x10) + name: light bulb crate (x10) parent: CrateGeneric components: - type: StorageFill @@ -140,7 +140,7 @@ - type: entity id: CrateFireExtinguisher - name: Fire Extinguisher Crate (x3) + name: fire extinguisher crate (x3) parent: CrateGeneric components: - type: StorageFill @@ -151,7 +151,7 @@ - type: entity id: CratePen - name: Pen Crate (x10) + name: pen crate (x10) parent: CrateGeneric components: - type: StorageFill @@ -169,7 +169,7 @@ - type: entity id: CrateBikeHorn - name: Bike Horn Crate (x5) + name: bike horn crate (x5) parent: CrateGeneric components: - type: StorageFill @@ -182,7 +182,7 @@ - type: entity id: CrateCleaver - name: Cleaver Crate (x5) + name: cleaver crate (x5) parent: CrateGeneric components: - type: StorageFill @@ -195,7 +195,7 @@ - type: entity id: CrateFuelTank - name: Fuel Tank + name: fuel tank parent: CrateGeneric components: - type: StorageFill @@ -204,7 +204,7 @@ - type: entity id: CrateMedicalScanner - name: Medical Scanner + name: medical scanner parent: CrateGeneric components: - type: StorageFill @@ -213,7 +213,7 @@ - type: entity id: CrateGlass - name: Glass Sheet Crate (x50) + name: glass sheet crate (x50) parent: CrateGeneric components: - type: StorageFill @@ -222,7 +222,7 @@ - type: entity id: CrateCable - name: Cable Coil Crate (x50) + name: cable coil crate (x50) parent: CrateGeneric components: - type: StorageFill diff --git a/Resources/Prototypes/Entities/Buildings/asteroid.yml b/Resources/Prototypes/Entities/Buildings/asteroid.yml index 4e44795dd3..a1edeb307d 100644 --- a/Resources/Prototypes/Entities/Buildings/asteroid.yml +++ b/Resources/Prototypes/Entities/Buildings/asteroid.yml @@ -1,6 +1,6 @@ - type: entity id: AsteroidRock - name: Asteroid Rock + name: asteroid rock components: - type: AsteroidRock - type: Clickable diff --git a/Resources/Prototypes/Entities/Buildings/booze_dispenser.yml b/Resources/Prototypes/Entities/Buildings/booze_dispenser.yml index fc55ba17dd..e090da8187 100644 --- a/Resources/Prototypes/Entities/Buildings/booze_dispenser.yml +++ b/Resources/Prototypes/Entities/Buildings/booze_dispenser.yml @@ -1,6 +1,6 @@ - type: entity id: BoozeDispenser - name: Booze Dispenser + name: booze dispenser description: A booze dispenser with a single slot for a container to be filled. parent: ReagentDispenserBase components: diff --git a/Resources/Prototypes/Entities/Buildings/catwalk.yml b/Resources/Prototypes/Entities/Buildings/catwalk.yml index b63a68633c..12a9c453f9 100644 --- a/Resources/Prototypes/Entities/Buildings/catwalk.yml +++ b/Resources/Prototypes/Entities/Buildings/catwalk.yml @@ -1,6 +1,6 @@ - type: entity id: Catwalk - name: Catwalk + name: catwalk components: - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Buildings/chem_dispenser.yml b/Resources/Prototypes/Entities/Buildings/chem_dispenser.yml index 5971c9400d..f10e1d080d 100644 --- a/Resources/Prototypes/Entities/Buildings/chem_dispenser.yml +++ b/Resources/Prototypes/Entities/Buildings/chem_dispenser.yml @@ -1,6 +1,6 @@ - type: entity id: chem_dispenser - name: Chemical Dispenser + name: chemical dispenser parent: ReagentDispenserBase description: An industrial grade chemical dispenser with a sizeable chemical supply. components: diff --git a/Resources/Prototypes/Entities/Buildings/computers.yml b/Resources/Prototypes/Entities/Buildings/computers.yml index 611bd5c2cb..4eb5de57f9 100644 --- a/Resources/Prototypes/Entities/Buildings/computers.yml +++ b/Resources/Prototypes/Entities/Buildings/computers.yml @@ -1,6 +1,6 @@ - type: entity id: ComputerBase - name: Computer + name: computer abstract: true components: - type: Physics @@ -50,7 +50,7 @@ - type: entity id: ComputerAlert parent: ComputerBase - name: Alerts Computer + name: alerts computer components: - type: Appearance visuals: @@ -62,7 +62,7 @@ - type: entity id: ComputerPowerMonitoring parent: ComputerBase - name: Power Monitoring Computer + name: power monitoring computer components: - type: Appearance visuals: @@ -74,7 +74,7 @@ - type: entity id: ComputerSupplyOrdering parent: ComputerBase - name: Cargo Ordering Computer + name: cargo ordering computer components: - type: Appearance visuals: @@ -106,7 +106,7 @@ - type: entity id: ComputerSupplyRequest parent: ComputerSupplyOrdering - name: Cargo Request Computer + name: cargo request computer components: - type: Appearance visuals: @@ -119,7 +119,7 @@ - type: entity id: ComputerMedicalRecords parent: ComputerBase - name: Medical Records Computer + name: medical records computer components: - type: Appearance visuals: @@ -131,7 +131,7 @@ - type: entity id: ComputerResearchAndDevelopment parent: ComputerBase - name: R&D Computer + name: R&D computer components: - type: Appearance visuals: @@ -155,7 +155,7 @@ - type: entity id: ComputerId parent: ComputerBase - name: ID Card Computer + name: ID card computer components: - type: AccessReader access: [["HeadOfPersonnel"]] @@ -173,7 +173,7 @@ - type: entity id: computerBodyScanner parent: ComputerBase - name: Body Scanner Computer + name: body scanner computer components: - type: BodyScanner - type: UserInterface @@ -189,7 +189,7 @@ - type: entity id: ComputerComms parent: ComputerBase - name: Communications Computer + name: communications computer components: - type: Appearance visuals: diff --git a/Resources/Prototypes/Entities/Buildings/emergency_light.yml b/Resources/Prototypes/Entities/Buildings/emergency_light.yml index b2e1877669..c3253d28d8 100644 --- a/Resources/Prototypes/Entities/Buildings/emergency_light.yml +++ b/Resources/Prototypes/Entities/Buildings/emergency_light.yml @@ -1,6 +1,6 @@ - type: entity id: EmergencyLight - name: "Emergency Light" + name: "emergency light" parent: WallLight components: - type: PointLight diff --git a/Resources/Prototypes/Entities/Buildings/furniture.yml b/Resources/Prototypes/Entities/Buildings/furniture.yml index 34c0f61a27..1d3fdd96c5 100644 --- a/Resources/Prototypes/Entities/Buildings/furniture.yml +++ b/Resources/Prototypes/Entities/Buildings/furniture.yml @@ -1,5 +1,5 @@ - type: entity - name: Stool + name: stool id: Stool components: - type: Clickable @@ -25,7 +25,7 @@ state: bar_stool - type: entity - name: White Office Chair + name: white office chair id: ChairOfficeLight components: - type: Rotatable @@ -40,7 +40,7 @@ state: officechair_white - type: entity - name: Dark Office Chair + name: dark office chair id: ChairOfficeDark components: - type: Rotatable @@ -55,7 +55,7 @@ state: officechair_dark - type: entity - name: Chair + name: chair id: Chair components: - type: Clickable @@ -71,7 +71,7 @@ - type: entity - name: Wooden Chair + name: wooden chair id: ChairWood parent: Chair components: diff --git a/Resources/Prototypes/Entities/Buildings/girder.yml b/Resources/Prototypes/Entities/Buildings/girder.yml index cc0835dec6..390f708a62 100644 --- a/Resources/Prototypes/Entities/Buildings/girder.yml +++ b/Resources/Prototypes/Entities/Buildings/girder.yml @@ -1,6 +1,6 @@ - type: entity id: Girder - name: Girder + name: girder components: - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Buildings/gravity_generator.yml b/Resources/Prototypes/Entities/Buildings/gravity_generator.yml index d168bfd61a..4f61a8ea01 100644 --- a/Resources/Prototypes/Entities/Buildings/gravity_generator.yml +++ b/Resources/Prototypes/Entities/Buildings/gravity_generator.yml @@ -1,6 +1,6 @@ - type: entity id: GravityGenerator - name: Gravity Generator + name: gravity generator description: It's what keeps you to the floor. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Buildings/instruments.yml b/Resources/Prototypes/Entities/Buildings/instruments.yml index 9cff161db0..12c69481c7 100644 --- a/Resources/Prototypes/Entities/Buildings/instruments.yml +++ b/Resources/Prototypes/Entities/Buildings/instruments.yml @@ -1,5 +1,5 @@ - type: entity - name: BaseInstrument + name: baseinstrument id: BaseInstrument abstract: true components: @@ -27,7 +27,7 @@ type: InstrumentBoundUserInterface - type: entity - name: Piano + name: piano parent: BaseInstrument id: PianoInstrument description: Play Needles Piano Now. @@ -42,7 +42,7 @@ state: piano - type: entity - name: Minimoog + name: minimoog parent: BaseInstrument id: MinimoogInstrument components: @@ -56,7 +56,7 @@ state: minimoog - type: entity - name: Xylophone + name: xylophone parent: BaseInstrument id: XylophoneInstrument components: diff --git a/Resources/Prototypes/Entities/Buildings/lathe.yml b/Resources/Prototypes/Entities/Buildings/lathe.yml index 3b981380e8..9d448ef0f0 100644 --- a/Resources/Prototypes/Entities/Buildings/lathe.yml +++ b/Resources/Prototypes/Entities/Buildings/lathe.yml @@ -1,6 +1,6 @@ - type: entity id: BaseLathe - name: "Lathe" + name: "lathe" abstract: true components: - type: Clickable @@ -19,7 +19,7 @@ - type: entity parent: BaseLathe id: Autolathe - name: "Autolathe" + name: "autolathe" components: - type: Sprite sprite: Buildings/autolathe.rsi @@ -66,7 +66,7 @@ - type: entity parent: BaseLathe id: Protolathe - name: "Protolathe" + name: "protolathe" components: - type: Sprite sprite: Buildings/research.rsi diff --git a/Resources/Prototypes/Entities/Buildings/lighting.yml b/Resources/Prototypes/Entities/Buildings/lighting.yml index fd7f22ef65..faecf97864 100644 --- a/Resources/Prototypes/Entities/Buildings/lighting.yml +++ b/Resources/Prototypes/Entities/Buildings/lighting.yml @@ -1,11 +1,11 @@ - type: entity id: WallLight - name: "Unpowered Light" + name: "unpowered light" components: - type: Clickable - type: InteractionOutline - type: Collidable - - type: Sound + - type: LoopingSound - type: Sprite sprite: Buildings/light_tube.rsi state: on @@ -22,7 +22,7 @@ - Wallmount - type: entity - name: Light + name: light id: Poweredlight parent: WallLight components: @@ -43,7 +43,7 @@ bulb: Tube - type: entity - name: Small Light + name: small light id: PoweredSmallLight parent: WallLight components: diff --git a/Resources/Prototypes/Entities/Buildings/low_wall.yml b/Resources/Prototypes/Entities/Buildings/low_wall.yml index 92c96f5177..b578c64004 100644 --- a/Resources/Prototypes/Entities/Buildings/low_wall.yml +++ b/Resources/Prototypes/Entities/Buildings/low_wall.yml @@ -1,6 +1,6 @@ - type: entity id: LowWall - name: Low Wall + name: low wall description: Goes up to about your waist. placement: mode: SnapgridCenter @@ -36,7 +36,7 @@ - type: entity id: LowWallOverlay - name: Low Wall Overlay + name: low wall overlay abstract: true components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Buildings/medical_scanner.yml b/Resources/Prototypes/Entities/Buildings/medical_scanner.yml index 5597407d29..31fcb3cd7e 100644 --- a/Resources/Prototypes/Entities/Buildings/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Buildings/medical_scanner.yml @@ -1,6 +1,6 @@ - type: entity id: MedicalScanner - name: Medical Scanner + name: medical scanner description: A bulky medical scanner. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Buildings/mirror.yml b/Resources/Prototypes/Entities/Buildings/mirror.yml index 6747e0fc32..6643418e8e 100644 --- a/Resources/Prototypes/Entities/Buildings/mirror.yml +++ b/Resources/Prototypes/Entities/Buildings/mirror.yml @@ -1,6 +1,6 @@ - type: entity id: Mirror - name: Mirror + name: mirror components: - type: Sprite sprite: Buildings/mirror.rsi diff --git a/Resources/Prototypes/Entities/Buildings/power.yml b/Resources/Prototypes/Entities/Buildings/power.yml index a48ec9b0c6..2e791b4b4c 100644 --- a/Resources/Prototypes/Entities/Buildings/power.yml +++ b/Resources/Prototypes/Entities/Buildings/power.yml @@ -1,6 +1,6 @@ - type: entity id: Wire - name: Wire + name: wire description: Transfers power, avoid letting things come down it placement: mode: SnapgridCenter @@ -34,7 +34,7 @@ - type: entity parent: Wire id: BlueWire - name: BlueWire + name: bluewire description: Transfers power, and puts on a good show of it components: - type: Sprite @@ -42,7 +42,7 @@ - type: entity id: Generator - name: Generator + name: generator description: A portal to hell which summons power from the nether placement: mode: SnapgridCenter @@ -64,7 +64,7 @@ - type: entity id: SolarPanel - name: Solar Panel + name: solar panel description: Generates power from sunlight. Usually used to power replacements for sunlight. Fragile. placement: mode: SnapgridCenter @@ -92,7 +92,7 @@ - type: entity id: WPPnobattery - name: WPPnobattery + name: wppnobattery description: Supplies power directly to nearby objects placement: mode: SnapgridCenter @@ -149,11 +149,11 @@ shapes: - !type:PhysShapeAabb bounds: "-0.25, -0.25, 0.25, 0.3" - - type: Sound + - type: LoopingSound - type: entity id: SMES - name: Smes + name: smes description: Stores power in its super-magnetic cells placement: mode: SnapgridCenter @@ -197,7 +197,7 @@ - type: entity id: WiredMachine - name: WiredMachine + name: wiredmachine description: A monstrosity that does nothing but suck up power from the nearby wires placement: mode: SnapgridCenter @@ -222,7 +222,7 @@ - type: entity id: WirelessMachine - name: WirelessMachine + name: wirelessmachine description: A terrifying monstrosity that sucks up power from the wireless transmitters, Tesla would be proud placement: mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Buildings/reagent_dispenser_base.yml b/Resources/Prototypes/Entities/Buildings/reagent_dispenser_base.yml index b173e53d4c..57f6479509 100644 --- a/Resources/Prototypes/Entities/Buildings/reagent_dispenser_base.yml +++ b/Resources/Prototypes/Entities/Buildings/reagent_dispenser_base.yml @@ -25,5 +25,5 @@ interfaces: - key: enum.ReagentDispenserUiKey.Key type: ReagentDispenserBoundUserInterface - - type: Sound + - type: LoopingSound diff --git a/Resources/Prototypes/Entities/Buildings/shuttle.yml b/Resources/Prototypes/Entities/Buildings/shuttle.yml index 9a51eb4e5a..35590dbd45 100644 --- a/Resources/Prototypes/Entities/Buildings/shuttle.yml +++ b/Resources/Prototypes/Entities/Buildings/shuttle.yml @@ -1,5 +1,5 @@ - type: entity - name: Pilot Chair + name: pilot chair description: The driver seat of a prestigious battle cruiser. id: PilotSeatChair components: @@ -12,17 +12,17 @@ state: chair - type: Collidable - + - type: Clickable - type: InteractionOutline - + - type: EntityStorage showContents: true noDoor: true - + - type: Damageable - type: Destructible thresholdvalue: 100 - + - type: Physics - - type: ShuttleController \ No newline at end of file + - type: ShuttleController diff --git a/Resources/Prototypes/Entities/Buildings/soda_dispenser.yml b/Resources/Prototypes/Entities/Buildings/soda_dispenser.yml index f9148f949e..b5ecbf1b52 100644 --- a/Resources/Prototypes/Entities/Buildings/soda_dispenser.yml +++ b/Resources/Prototypes/Entities/Buildings/soda_dispenser.yml @@ -1,6 +1,6 @@ - type: entity id: soda_dispenser - name: Soda Dispenser + name: soda dispenser parent: ReagentDispenserBase description: A beverage dispenser with a selection of soda and several other common beverages. Has a single fill slot for containers. components: diff --git a/Resources/Prototypes/Entities/Buildings/table.yml b/Resources/Prototypes/Entities/Buildings/table.yml index d6a5eee98f..8582324e67 100644 --- a/Resources/Prototypes/Entities/Buildings/table.yml +++ b/Resources/Prototypes/Entities/Buildings/table.yml @@ -1,6 +1,6 @@ - type: entity id: Table - name: "Table" + name: "table" components: - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Buildings/turret.yml b/Resources/Prototypes/Entities/Buildings/turret.yml index 14f8e7a064..2077f7f18b 100644 --- a/Resources/Prototypes/Entities/Buildings/turret.yml +++ b/Resources/Prototypes/Entities/Buildings/turret.yml @@ -1,6 +1,6 @@ - type: entity id: TurretBase - name: Turret Base + name: turret base components: - type: Clickable - type: InteractionOutline @@ -10,7 +10,7 @@ - type: entity id: TurretTopGun - name: Turret (Gun) + name: turret (gun) components: - type: Clickable - type: InteractionOutline @@ -25,7 +25,7 @@ - type: entity id: TurretTopLight - name: Turret (Light) + name: turret (light) components: - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Buildings/walls.yml b/Resources/Prototypes/Entities/Buildings/walls.yml index ee15d688d2..82c2a78c99 100644 --- a/Resources/Prototypes/Entities/Buildings/walls.yml +++ b/Resources/Prototypes/Entities/Buildings/walls.yml @@ -1,6 +1,6 @@ - type: entity id: base_wall - name: BaseWall + name: basewall description: Keeps the air in and the greytide out. abstract: true placement: @@ -43,7 +43,7 @@ - type: entity id: brick_wall - name: Brick wall + name: brick wall parent: base_wall components: - type: Sprite @@ -59,7 +59,7 @@ - type: entity id: clock_wall - name: Clock wall + name: clock wall parent: base_wall components: - type: Sprite @@ -75,7 +75,7 @@ - type: entity id: clown_wall - name: Clown wall + name: clown wall parent: base_wall components: - type: Sprite @@ -92,7 +92,7 @@ - type: entity id: cult_wall - name: Cult wall + name: cult wall parent: base_wall components: - type: Sprite @@ -108,7 +108,7 @@ - type: entity id: debug_wall - name: Debug wall + name: debug wall parent: base_wall components: - type: Sprite @@ -124,7 +124,7 @@ - type: entity id: diamond_wall - name: Diamond wall + name: diamond wall parent: base_wall components: - type: Sprite @@ -141,7 +141,7 @@ - type: entity id: gold_wall - name: Gold wall + name: gold wall parent: base_wall components: - type: Sprite @@ -157,7 +157,7 @@ - type: entity id: ice_wall - name: Ice wall + name: ice wall parent: base_wall components: - type: Sprite @@ -173,7 +173,7 @@ - type: entity id: metal_wall - name: Metal wall + name: metal wall parent: base_wall components: - type: Sprite @@ -189,7 +189,7 @@ - type: entity id: plasma_wall - name: Plasma wall + name: plasma wall parent: base_wall components: - type: Sprite @@ -205,7 +205,7 @@ - type: entity id: plastic_wall - name: Plastic wall + name: plastic wall parent: base_wall components: - type: Sprite @@ -221,7 +221,7 @@ - type: entity id: reinforced_wall - name: Reinforced wall + name: reinforced wall parent: base_wall components: - type: Sprite @@ -241,7 +241,7 @@ # Riveting - type: entity id: riveted_wall - name: Riveted wall + name: riveted wall parent: base_wall components: - type: Sprite @@ -257,7 +257,7 @@ - type: entity id: sandstone_wall - name: Sandstone wall + name: sandstone wall parent: base_wall components: - type: Sprite @@ -273,7 +273,7 @@ - type: entity id: silver_wall - name: Silver wall + name: silver wall parent: base_wall components: - type: Sprite @@ -289,7 +289,7 @@ - type: entity id: solid_wall - name: Solid wall + name: solid wall parent: base_wall components: - type: Sprite @@ -307,7 +307,7 @@ - type: entity id: uranium_wall - name: Uranium wall + name: uranium wall parent: base_wall components: - type: Sprite @@ -323,7 +323,7 @@ - type: entity id: wood_wall - name: Wood wall + name: wood wall parent: base_wall components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Buildings/windows.yml b/Resources/Prototypes/Entities/Buildings/windows.yml index 7352c5ce97..c1e8435ed3 100644 --- a/Resources/Prototypes/Entities/Buildings/windows.yml +++ b/Resources/Prototypes/Entities/Buildings/windows.yml @@ -1,6 +1,6 @@ - type: entity id: Window - name: Window + name: window description: Don't smudge up the glass down there. placement: mode: SnapgridCenter @@ -36,7 +36,7 @@ - type: entity id: ReinforcedWindow - name: Reinforced Window + name: reinforced window parent: Window components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Fluids/puddle.yml b/Resources/Prototypes/Entities/Fluids/puddle.yml index dfedada852..3f9717ec95 100644 --- a/Resources/Prototypes/Entities/Fluids/puddle.yml +++ b/Resources/Prototypes/Entities/Fluids/puddle.yml @@ -12,7 +12,7 @@ - type: Puddle spill_sound: /Audio/effects/Fluids/splat.ogg recolor: true - - type: Sound + - type: LoopingSound - type: InteractionOutline - type: Clickable - type: Collidable @@ -22,12 +22,12 @@ hard: false - type: entity - name: Puddle + name: puddle id: PuddleGeneric parent: PuddleSmear - type: entity - name: Gibblets + name: gibblets id: PuddleGibblet parent: PuddleBase description: Holds spilt milk @@ -42,7 +42,7 @@ variants: 5 - type: entity - name: Smear + name: smear id: PuddleSmear parent: PuddleBase description: Holds spilt milk @@ -57,7 +57,7 @@ variants: 7 - type: entity - name: Splatter + name: splatter id: PuddleSplatter parent: PuddleBase description: Holds spilt milk @@ -72,10 +72,10 @@ variants: 6 - type: entity - name: Vomit + name: vomit id: PuddleVomit parent: PuddleBase - description: + description: components: - type: Sprite sprite: Fluids/vomit.rsi @@ -88,7 +88,7 @@ recolor: false - type: entity - name: Toxins vomit + name: toxins vomit id: PuddleVomitToxin parent: PuddleBase description: You probably don't want to get too close to this @@ -104,7 +104,7 @@ recolor: false - type: entity - name: Writing + name: writing id: PuddleWriting parent: PuddleBase description: Holds spilt milk diff --git a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml index 90a92ab8a4..79e6e48df7 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml @@ -14,7 +14,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingAcolyte - name: Acolyte + name: acolyte description: '' components: - type: Sprite @@ -27,7 +27,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingAnomalysuit - name: Anomaly suit + name: anomaly suit description: '' components: - type: Sprite @@ -40,7 +40,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingApron - name: Apron + name: apron description: '' components: - type: Sprite @@ -53,7 +53,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingApronchef - name: Apron (chef) + name: apron (chef) description: '' components: - type: Sprite @@ -66,7 +66,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingArmorreflec - name: Armor (reflective) + name: armor (reflective) description: '' components: - type: Sprite @@ -79,7 +79,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingAssjacket - name: Ass jacket + name: ass jacket description: '' components: - type: Sprite @@ -92,7 +92,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBedsheet - name: Bedsheet + name: bedsheet description: '' components: - type: Sprite @@ -105,7 +105,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBio - name: Bio + name: bio description: '' components: - type: Sprite @@ -118,7 +118,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBiocmo - name: Bio (CMO) + name: bio (CMO) description: '' components: - type: Sprite @@ -131,7 +131,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBiogeneral - name: Bio (General) + name: bio (general) description: '' components: - type: Sprite @@ -144,7 +144,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBiojanitor - name: Bio (Janitor) + name: bio (janitor) description: '' components: - type: Sprite @@ -157,7 +157,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBioscientist - name: Bio (Scientist) + name: bio (scientist) description: '' components: - type: Sprite @@ -170,7 +170,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBiosecurity - name: Bio (Security) + name: bio (security) description: '' components: - type: Sprite @@ -183,7 +183,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBiovirology - name: Bio (Virology) + name: bio (virology) description: '' components: - type: Sprite @@ -196,7 +196,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBlackhoodie - name: Black hoodie + name: black hoodie description: '' components: - type: Sprite @@ -209,7 +209,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBlackhoodieopen - name: Black hoodie (open) + name: black hoodie (open) description: '' components: - type: Sprite @@ -222,7 +222,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBluetag - name: Bluetag + name: bluetag description: '' components: - type: Sprite @@ -235,7 +235,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBomber - name: Bomber + name: bomber description: '' components: - type: Sprite @@ -248,7 +248,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBomberopen - name: Bomber (open) + name: bomber (open) description: '' components: - type: Sprite @@ -261,7 +261,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBombsuit - name: Bombsuit + name: bombsuit description: '' components: - type: Sprite @@ -274,7 +274,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBombsuitsec - name: Bombsuit (Security) + name: bombsuit (security) description: '' components: - type: Sprite @@ -287,7 +287,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBombsuitwhite - name: Bombsuit + name: bombsuit description: '' components: - type: Sprite @@ -300,7 +300,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBotanist - name: Botanist + name: botanist description: '' components: - type: Sprite @@ -313,7 +313,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingBulletproof - name: Bulletproof + name: bulletproof description: '' components: - type: Sprite @@ -326,7 +326,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCaparmor - name: Captain's armor + name: captain's armor description: '' components: - type: Sprite @@ -339,7 +339,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCardborg - name: Cardborg + name: cardborg description: '' components: - type: Sprite @@ -352,7 +352,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCargojacket - name: Cargo jacket + name: cargo jacket description: '' components: - type: Sprite @@ -365,7 +365,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCerig - name: Chief Engineer's rig + name: chief engineer's rig description: '' components: - type: Sprite @@ -378,7 +378,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCerigsealed - name: Chief Engineer's rig (sealed) + name: chief engineer's rig (sealed) description: '' components: - type: Sprite @@ -391,7 +391,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingChaplainhoodie - name: Chaplain hoodie + name: chaplain hoodie description: '' components: - type: Sprite @@ -404,7 +404,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingChef - name: Chef + name: chef description: '' components: - type: Sprite @@ -417,7 +417,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingChickensuit - name: Chicken suit + name: chicken suit description: '' components: - type: Sprite @@ -430,7 +430,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingChurchcoat - name: Church coat + name: church coat description: '' components: - type: Sprite @@ -443,7 +443,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingClassicponcho - name: Classic poncho + name: classic poncho description: '' components: - type: Sprite @@ -456,7 +456,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCultrobes - name: Cult robes + name: cult robes description: '' components: - type: Sprite @@ -469,7 +469,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCultrobesalt - name: Cult robes + name: cult robes description: '' components: - type: Sprite @@ -482,7 +482,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCultarmour - name: Cult armor + name: cult armor description: '' components: - type: Sprite @@ -495,7 +495,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingCustodian - name: Custodian + name: custodian description: '' components: - type: Sprite @@ -508,7 +508,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingDeathsquad - name: Deathsquad + name: deathsquad description: '' components: - type: Sprite @@ -521,7 +521,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingDetective - name: Detective + name: detective description: '' components: - type: Sprite @@ -534,7 +534,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingDetvest - name: Detective's vest + name: detective's vest description: '' components: - type: Sprite @@ -547,7 +547,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingEmergencysuit - name: Emergency suit + name: emergency suit description: '' components: - type: Sprite @@ -560,7 +560,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingEngineeringrig - name: Engineering rig + name: engineering rig description: '' components: - type: Sprite @@ -573,7 +573,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingEngineeringrigsealed - name: Engineering rig (sealed) + name: engineering rig (sealed) description: '' components: - type: Sprite @@ -612,7 +612,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingFiresuit - name: Fire suit + name: fire suit description: '' components: - type: Sprite @@ -625,7 +625,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingGentlecoat - name: Gentle coat + name: gentle coat description: '' components: - type: Sprite @@ -638,7 +638,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingGolem - name: Golem + name: golem description: '' components: - type: Sprite @@ -651,7 +651,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingGreyhoodie - name: Grey hoodie + name: grey hoodie description: '' components: - type: Sprite @@ -664,7 +664,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingGreyhoodieopen - name: Grey hoodie (open) + name: grey hoodie (open) description: '' components: - type: Sprite @@ -677,7 +677,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHackerrig - name: Hacker rig + name: hacker rig description: '' components: - type: Sprite @@ -690,7 +690,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHackerrigsealed - name: Hacker rig (sealed) + name: hacker rig (sealed) description: '' components: - type: Sprite @@ -703,7 +703,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHazard - name: Hazard + name: hazard description: '' components: - type: Sprite @@ -716,7 +716,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHazardrig - name: Hazard rig + name: hazard rig description: '' components: - type: Sprite @@ -729,7 +729,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHazardrigsealed - name: Hazard rig (sealed) + name: hazard rig (sealed) description: '' components: - type: Sprite @@ -742,7 +742,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHeavy - name: Heavy + name: heavy description: '' components: - type: Sprite @@ -820,7 +820,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingInspcoat - name: Inspector coat + name: inspector coat description: '' components: - type: Sprite @@ -833,7 +833,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingJensencoat - name: Jensen coat + name: jensen coat description: '' components: - type: Sprite @@ -846,7 +846,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingJudge - name: Judge + name: judge description: '' components: - type: Sprite @@ -859,7 +859,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingKvest - name: Kvest + name: kvest description: '' components: - type: Sprite @@ -872,7 +872,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoat - name: Lab coat + name: lab coat description: '' components: - type: Sprite @@ -885,7 +885,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatchem - name: Lab coat (Chem) + name: lab coat (chem) description: '' components: - type: Sprite @@ -898,7 +898,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatchemopen - name: Lab coat (Chem open) + name: lab coat (chem open) description: '' components: - type: Sprite @@ -911,7 +911,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatcmo - name: Lab coat (CMO) + name: lab coat (CMO) description: '' components: - type: Sprite @@ -924,7 +924,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatcmoopen - name: Lab coat (CMO open) + name: lab coat (CMO open) description: '' components: - type: Sprite @@ -937,7 +937,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatgen - name: Lab coat (General) + name: lab coat (general) description: '' components: - type: Sprite @@ -950,7 +950,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatgenopen - name: Labcoat (General open) + name: labcoat (general open) description: '' components: - type: Sprite @@ -963,7 +963,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatmedspec - name: Lab coat (Medical) + name: lab coat (medical) description: '' components: - type: Sprite @@ -976,7 +976,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatmedspecopen - name: Lab coat (Medical open) + name: lab coat (medical open) description: '' components: - type: Sprite @@ -989,7 +989,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatopen - name: Lab coat (open) + name: lab coat (open) description: '' components: - type: Sprite @@ -1002,7 +1002,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoattox - name: Lab coat (Tox) + name: lab coat (tox) description: '' components: - type: Sprite @@ -1015,7 +1015,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoattoxopen - name: Lab coat (Tox open) + name: lab coat (tox open) description: '' components: - type: Sprite @@ -1028,7 +1028,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatvir - name: Lab coat (Virology) + name: lab coat (virology) description: '' components: - type: Sprite @@ -1041,7 +1041,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLabcoatviropen - name: Lab coat (Virology open) + name: lab coat (virology open) description: '' components: - type: Sprite @@ -1054,7 +1054,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingLeatherjacket - name: Leather jacket + name: leather jacket description: '' components: - type: Sprite @@ -1067,7 +1067,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMagusblue - name: Magus blue + name: magus blue description: '' components: - type: Sprite @@ -1080,7 +1080,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMagusred - name: Magus red + name: magus red description: '' components: - type: Sprite @@ -1093,7 +1093,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMarisa - name: Marisa + name: marisa description: '' components: - type: Sprite @@ -1106,7 +1106,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMedicalrig - name: Medical rig + name: medical rig description: '' components: - type: Sprite @@ -1119,7 +1119,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMedicalrigsealed - name: Medical rig (sealed) + name: medical rig (sealed) description: '' components: - type: Sprite @@ -1132,7 +1132,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMercwebvest - name: Merc web vest + name: merc web vest description: '' components: - type: Sprite @@ -1145,7 +1145,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMercrig - name: Merc rig + name: merc rig description: '' components: - type: Sprite @@ -1158,7 +1158,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMercrigsealed - name: Merc rig (sealed) + name: merc rig (sealed) description: '' components: - type: Sprite @@ -1171,7 +1171,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingMonkeysuit - name: Monkey suit + name: monkey suit description: '' components: - type: Sprite @@ -1184,7 +1184,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingNinjarig - name: Ninja rig + name: ninja rig description: '' components: - type: Sprite @@ -1197,7 +1197,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingNinjarigsealed - name: Ninja rig (sealed) + name: ninja rig (sealed) description: '' components: - type: Sprite @@ -1210,7 +1210,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingNun - name: Nun + name: nun description: '' components: - type: Sprite @@ -1223,7 +1223,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingNymph - name: Nymph + name: nymph description: '' components: - type: Sprite @@ -1236,7 +1236,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingPirate - name: Pirate + name: pirate description: '' components: - type: Sprite @@ -1249,7 +1249,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingPlaguedoctor - name: Plague doctor + name: plague doctor description: '' components: - type: Sprite @@ -1262,7 +1262,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingPoncho - name: Poncho + name: poncho description: '' components: - type: Sprite @@ -1275,7 +1275,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingPsyamp - name: Psyamp + name: psyamp description: '' components: - type: Sprite @@ -1301,7 +1301,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRad - name: Rad + name: rad description: '' components: - type: Sprite @@ -1314,7 +1314,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingReactive - name: Reactive + name: reactive description: '' components: - type: Sprite @@ -1327,7 +1327,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingReactiveoff - name: Reactive (off) + name: reactive (off) description: '' components: - type: Sprite @@ -1340,7 +1340,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRedtag - name: Red tag + name: red tag description: '' components: - type: Sprite @@ -1353,7 +1353,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRedwizard - name: Red wizard + name: red wizard description: '' components: - type: Sprite @@ -1366,7 +1366,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigatmos - name: Rig atmos + name: rig atmos description: '' components: - type: Sprite @@ -1379,7 +1379,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigengineering - name: Rig engineering + name: rig engineering description: '' components: - type: Sprite @@ -1392,7 +1392,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRighazardhardsuit - name: Rig hazard hardsuit + name: rig hazard hardsuit description: '' components: - type: Sprite @@ -1405,7 +1405,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigmedical - name: Rig medical + name: rig medical description: '' components: - type: Sprite @@ -1418,7 +1418,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigmining - name: Rig mining + name: rig mining description: '' components: - type: Sprite @@ -1431,7 +1431,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigsectg - name: Rig sectg + name: rig sectg description: '' components: - type: Sprite @@ -1444,7 +1444,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigsyndie - name: Rig syndie + name: rig syndie description: '' components: - type: Sprite @@ -1457,7 +1457,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigwhite - name: Rig white + name: rig white description: '' components: - type: Sprite @@ -1470,7 +1470,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRigwiz - name: Rig wiz + name: rig wiz description: '' components: - type: Sprite @@ -1483,7 +1483,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRiot - name: Riot + name: riot description: '' components: - type: Sprite @@ -1496,7 +1496,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingRobotechjacket - name: Robotech jacket + name: robotech jacket description: '' components: - type: Sprite @@ -1509,7 +1509,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSanta - name: Santa + name: santa description: '' components: - type: Sprite @@ -1522,7 +1522,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingScaf - name: Scaf + name: scaf description: '' components: - type: Sprite @@ -1535,7 +1535,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSciencerig - name: Science rig + name: science rig description: '' components: - type: Sprite @@ -1548,7 +1548,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSciencerigsealed - name: Science rig (sealed) + name: science rig (sealed) description: '' components: - type: Sprite @@ -1561,7 +1561,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSecurityrig - name: Security rig + name: security rig description: '' components: - type: Sprite @@ -1574,7 +1574,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSecurityrigsealed - name: Security rig (sealed) + name: security rig (sealed) description: '' components: - type: Sprite @@ -1600,7 +1600,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSovietskaf - name: Soviet skaf + name: soviet skaf description: '' components: - type: Sprite @@ -1613,7 +1613,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSpace - name: Space + name: space description: '' components: - type: Sprite @@ -1626,7 +1626,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingStealthrig - name: Stealth rig + name: stealth rig description: '' components: - type: Sprite @@ -1639,7 +1639,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingStealthrigsealed - name: Stealth rig (sealed) + name: stealth rig (sealed) description: '' components: - type: Sprite @@ -1652,7 +1652,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingStraightjacket - name: Straight jacket + name: straight jacket description: '' components: - type: Sprite @@ -1665,7 +1665,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSurgeon - name: Surgeon + name: surgeon description: '' components: - type: Sprite @@ -1678,7 +1678,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSwat - name: Swat + name: swat description: '' components: - type: Sprite @@ -1691,7 +1691,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSwatarmor - name: Swat armor + name: swat armor description: '' components: - type: Sprite @@ -1704,7 +1704,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingSyndicate - name: Syndicate + name: syndicate description: '' components: - type: Sprite @@ -1730,7 +1730,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingTdgreen - name: Td green + name: td green description: '' components: - type: Sprite @@ -1743,7 +1743,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingTdred - name: Td red + name: td red description: '' components: - type: Sprite @@ -1756,7 +1756,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingVest - name: Vest + name: vest description: '' components: - type: Sprite @@ -1769,7 +1769,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingVioletwizard - name: Violet wizard + name: violet wizard description: '' components: - type: Sprite @@ -1782,7 +1782,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingVoid - name: Void + name: void description: '' components: - type: Sprite @@ -1795,7 +1795,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingWebvest - name: Web vest + name: web vest description: '' components: - type: Sprite @@ -1808,7 +1808,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingWizard - name: Wizard + name: wizard description: '' components: - type: Sprite @@ -1821,7 +1821,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingXenos - name: Xenos + name: xenos description: '' components: - type: Sprite @@ -1834,7 +1834,7 @@ - type: entity parent: OuterclothingBase id: OuterclothingHoSTrenchcoat - name: Head of Security Trenchcoat + name: head of security trenchcoat description: '' components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/backpacks.yml b/Resources/Prototypes/Entities/Items/Clothing/backpacks.yml index f32e389ab2..b8127ec936 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/backpacks.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/backpacks.yml @@ -1,7 +1,7 @@ - type: entity parent: Clothing id: BackpackClothing - name: Backpack + name: backpack description: A convenient storage pack components: - type: Sprite @@ -23,7 +23,7 @@ - type: entity parent: BackpackClothing id: ClownPack - name: Giggles Von Honkerton + name: giggles von honkerton description: It's a backpack made by Honk! Co. components: - type: Sprite @@ -38,7 +38,7 @@ - type: entity parent: BackpackClothing id: SecPack - name: Security Backpack + name: security backpack description: It's a very robust backpack. components: - type: Sprite @@ -54,7 +54,7 @@ - type: entity parent: BackpackClothing id: BackpackEngineering - name: Engineering Backpack + name: engineering backpack components: - type: Sprite state: engineering @@ -69,7 +69,7 @@ - type: entity parent: BackpackClothing id: BackpackMedical - name: Medical Backpack + name: medical backpack components: - type: Sprite state: medical @@ -84,7 +84,7 @@ - type: entity parent: BackpackClothing id: BackpackCaptain - name: Captain's Backpack + name: captain's backpack components: - type: Sprite state: captain @@ -99,7 +99,7 @@ - type: entity parent: BackpackClothing id: BackpackHolding - name: Bag of Holding + name: bag of holding components: - type: Sprite layers: @@ -117,7 +117,7 @@ - type: entity parent: BackpackClothing id: Satchel - name: Satchel + name: satchel components: - type: Sprite state: satchel @@ -135,7 +135,7 @@ - type: entity parent: BackpackClothing id: SatchelEngineering - name: Engineering Satchel + name: engineering satchel components: - type: Sprite state: satchel-engineering @@ -151,7 +151,7 @@ - type: entity parent: BackpackClothing id: SatchelMedical - name: Medical Satchel + name: medical satchel components: - type: Sprite state: satchel-medical @@ -167,7 +167,7 @@ - type: entity parent: BackpackClothing id: SatchelChemistry - name: Chemistry Satchel + name: chemistry satchel components: - type: Sprite state: satchel-chemistry @@ -183,7 +183,7 @@ - type: entity parent: BackpackClothing id: SatchelGenetics - name: Genetics Satchel + name: genetics satchel components: - type: Sprite state: satchel-genetics @@ -199,7 +199,7 @@ - type: entity parent: BackpackClothing id: SatchelVirology - name: Virology Satchel + name: virology satchel components: - type: Sprite state: satchel-virology @@ -215,7 +215,7 @@ - type: entity parent: BackpackClothing id: SatchelScience - name: Science Satchel + name: science satchel components: - type: Sprite state: satchel-science @@ -230,7 +230,7 @@ - type: entity parent: BackpackClothing id: SatchelSecurity - name: Security Satchel + name: security satchel components: - type: Sprite state: satchel-security @@ -246,7 +246,7 @@ - type: entity parent: BackpackClothing id: SatchelCaptain - name: Captain's Satchel + name: captain's satchel components: - type: Sprite state: satchel-captain @@ -262,7 +262,7 @@ - type: entity parent: BackpackClothing id: SatchelHydroponics - name: Hydroponics Satchel + name: hydroponics satchel components: - type: Sprite state: satchel-hydroponics @@ -277,7 +277,7 @@ - type: entity parent: BackpackClothing id: MessengerBag - name: Messenger Bag + name: messenger bag components: - type: Sprite state: courier @@ -292,7 +292,7 @@ - type: entity parent: BackpackClothing id: MessengerBagChemistry - name: Chemistry Messenger Bag + name: chemistry messenger bag components: - type: Sprite state: courier-chemistry @@ -308,7 +308,7 @@ - type: entity parent: BackpackClothing id: MessengerBagMedical - name: Medical Messenger Bag + name: medical messenger bag components: - type: Sprite state: courier-medical @@ -324,7 +324,7 @@ - type: entity parent: BackpackClothing id: MessengerBagVirology - name: Virology Messenger Bag + name: virology messenger bag components: - type: Sprite state: courier-virology @@ -340,7 +340,7 @@ - type: entity parent: BackpackClothing id: MessengerBagEngineering - name: Engineering Messenger Bag + name: engineering messenger bag components: - type: Sprite state: courier-engineering @@ -356,7 +356,7 @@ - type: entity parent: BackpackClothing id: MessengerBagScience - name: Science Messenger Bag + name: science messenger bag components: - type: Sprite state: courier-science @@ -371,7 +371,7 @@ - type: entity parent: BackpackClothing id: MessengerBagCaptain - name: Captain's Messenger Bag + name: captain's messenger bag components: - type: Sprite state: courier-captain @@ -387,7 +387,7 @@ - type: entity parent: BackpackClothing id: MessengerBagHydroponics - name: Hydroponics Messenger Bag + name: hydroponics messenger bag components: - type: Sprite state: courier-hydroponics @@ -402,7 +402,7 @@ - type: entity parent: BackpackClothing id: MessengerBagSecurity - name: Security Messenger Bag + name: security messenger bag components: - type: Sprite state: courier-security diff --git a/Resources/Prototypes/Entities/Items/Clothing/belts.yml b/Resources/Prototypes/Entities/Items/Clothing/belts.yml index b7f889c6bf..6dd8aaaa07 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/belts.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/belts.yml @@ -9,7 +9,7 @@ - type: entity parent: BeltBase id: UtilityBeltClothing - name: Utility Belt + name: utility belt description: Belt for holding all your usual tools components: - type: Sprite @@ -35,7 +35,7 @@ - type: entity parent: BeltBase id: SuspendersClothing - name: Suspenders + name: suspenders description: For holding your pants up. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/clothing_base.yml b/Resources/Prototypes/Entities/Items/Clothing/clothing_base.yml index 9bce815c0b..ee7872d6e2 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/clothing_base.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/clothing_base.yml @@ -1,5 +1,5 @@ - type: entity - name: "Clothing" + name: "clothing" id: Clothing parent: BaseItem abstract: true diff --git a/Resources/Prototypes/Entities/Items/Clothing/ears.yml b/Resources/Prototypes/Entities/Items/Clothing/ears.yml index 79bcf9e2d1..2ff3acadea 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/ears.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/ears.yml @@ -1,7 +1,7 @@ - type: entity parent: Clothing id: RadioHeadsetEars - name: Headset Radio + name: headset radio description: The radio to keep up to date in real time with fun onboard station activities components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/eyes.yml b/Resources/Prototypes/Entities/Items/Clothing/eyes.yml index d18d06a3fa..61297a9011 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/eyes.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/eyes.yml @@ -10,7 +10,7 @@ - type: entity parent: GlassesBase id: MesonGlasses - name: Optical Meson Scanners + name: optical meson scanners description: The pinnacle of modern science, wallhacks in real life components: - type: Sprite @@ -26,7 +26,7 @@ - type: entity parent: GlassesBase id: SunGlasses - name: Sun Glasses + name: sun glasses description: Useful both for security and cargonia components: - type: Sprite @@ -41,7 +41,7 @@ - type: entity parent: GlassesBase id: SecGlasses - name: Security Sunglasses + name: security sunglasses description: Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes. Often worn by budget security officers. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/gloves.yml b/Resources/Prototypes/Entities/Items/Clothing/gloves.yml index d05475b187..2600f11f1f 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/gloves.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/gloves.yml @@ -14,7 +14,7 @@ - type: entity parent: GlovesBase id: GlovesAssetProtectionRig - name: Asset Protection Rig gloves + name: asset protection rig gloves description: '' components: - type: Sprite @@ -27,7 +27,7 @@ - type: entity parent: GlovesBase id: GlovesAssetProtectionRigSealed - name: Asset Protection Rig Sealed gloves + name: asset protection rig sealed gloves description: '' components: - type: Sprite @@ -40,7 +40,7 @@ - type: entity parent: GlovesBase id: GlovesBlack - name: Black gloves + name: black gloves description: Regular gloves that do not keep you from frying components: - type: Sprite @@ -53,7 +53,7 @@ - type: entity parent: GlovesBase id: GlovesBlue - name: Blue gloves + name: blue gloves description: '' components: - type: Sprite @@ -66,7 +66,7 @@ - type: entity parent: GlovesBase id: GlovesBoxingRed - name: Boxing gloves (red) + name: boxing gloves (red) description: '' components: - type: Sprite @@ -79,7 +79,7 @@ - type: entity parent: GlovesBase id: GlovesBoxingBlue - name: Boxing gloves (blue) + name: boxing gloves (blue) description: '' components: - type: Sprite @@ -92,7 +92,7 @@ - type: entity parent: GlovesBase id: GlovesBoxingGreen - name: Boxing gloves (green) + name: boxing gloves (green) description: '' components: - type: Sprite @@ -105,7 +105,7 @@ - type: entity parent: GlovesBase id: GlovesBoxingYellow - name: Boxing gloves (yellow) + name: boxing gloves (yellow) description: '' components: - type: Sprite @@ -118,7 +118,7 @@ - type: entity parent: GlovesBase id: GlovesBrown - name: Brown gloves + name: brown gloves description: '' components: - type: Sprite @@ -131,7 +131,7 @@ - type: entity parent: GlovesBase id: GlovesCaptain - name: Captain gloves + name: captain gloves description: '' components: - type: Sprite @@ -144,7 +144,7 @@ - type: entity parent: GlovesBase id: GlovesCeRig - name: CE Rig gloves + name: ce rig gloves description: '' components: - type: Sprite @@ -157,7 +157,7 @@ - type: entity parent: GlovesBase id: GlovesCeRigSealed - name: CE Rig Sealed gloves + name: ce rig sealed gloves description: '' components: - type: Sprite @@ -170,7 +170,7 @@ - type: entity parent: GlovesBase id: GlovesEngineeringRig - name: Engineering Rig gloves + name: engineering rig gloves description: '' components: - type: Sprite @@ -183,7 +183,7 @@ - type: entity parent: GlovesBase id: GlovesEngineeringRigSealed - name: Engineering Rig Sealed gloves + name: engineering rig sealed gloves description: '' components: - type: Sprite @@ -196,7 +196,7 @@ - type: entity parent: GlovesBase id: GlovesErtCommanderRig - name: ERT Commander Rig gloves + name: ert commander rig gloves description: '' components: - type: Sprite @@ -209,7 +209,7 @@ - type: entity parent: GlovesBase id: GlovesErtCommanderRigSealed - name: ERT Commander Rig Sealed gloves + name: ert commander rig sealed gloves description: '' components: - type: Sprite @@ -222,7 +222,7 @@ - type: entity parent: GlovesBase id: GlovesErtEngineerRig - name: ERT Engineer Rig gloves + name: ert engineer rig gloves description: '' components: - type: Sprite @@ -235,7 +235,7 @@ - type: entity parent: GlovesBase id: GlovesErtEngineerRigSealed - name: ERT Engineer Rig Sealed gloves + name: ert engineer rig sealed gloves description: '' components: - type: Sprite @@ -248,7 +248,7 @@ - type: entity parent: GlovesBase id: GlovesErtMedicalRig - name: ERT Medical Rig gloves + name: ert medical rig gloves description: '' components: - type: Sprite @@ -261,7 +261,7 @@ - type: entity parent: GlovesBase id: GlovesErtMedicalRigSealed - name: ERT Medical Rig Sealed gloves + name: ert medical rig sealed gloves description: '' components: - type: Sprite @@ -274,7 +274,7 @@ - type: entity parent: GlovesBase id: GlovesErtSecurityRig - name: ERT Security Rig gloves + name: ert security rig gloves description: '' components: - type: Sprite @@ -287,7 +287,7 @@ - type: entity parent: GlovesBase id: GlovesErtSecurityRigSealed - name: ERT Security Rig Sealed gloves + name: ert security rig sealed gloves description: '' components: - type: Sprite @@ -300,7 +300,7 @@ - type: entity parent: GlovesBase id: GlovesEvaRig - name: Eva Rig gloves + name: EVA rig gloves description: '' components: - type: Sprite @@ -313,7 +313,7 @@ - type: entity parent: GlovesBase id: GlovesEvaRigSealed - name: Eva Rig Sealed gloves + name: EVA rig sealed gloves description: '' components: - type: Sprite @@ -326,7 +326,7 @@ - type: entity parent: GlovesBase id: GlovesGray - name: Gray gloves + name: gray gloves description: '' components: - type: Sprite @@ -339,7 +339,7 @@ - type: entity parent: GlovesBase id: GlovesGreen - name: Green gloves + name: green gloves description: '' components: - type: Sprite @@ -352,7 +352,7 @@ - type: entity parent: GlovesBase id: GlovesHackerRig - name: Hacker Rig gloves + name: hacker rig gloves description: '' components: - type: Sprite @@ -365,7 +365,7 @@ - type: entity parent: GlovesBase id: GlovesHackerRigSealed - name: Hacker Rig Sealed gloves + name: hacker rig sealed gloves description: '' components: - type: Sprite @@ -378,7 +378,7 @@ - type: entity parent: GlovesBase id: GlovesHazardRig - name: Hazard Rig gloves + name: hazard rig gloves description: '' components: - type: Sprite @@ -391,7 +391,7 @@ - type: entity parent: GlovesBase id: GlovesHazardRigSealed - name: Hazard Rig Sealed gloves + name: hazard rig sealed gloves description: '' components: - type: Sprite @@ -417,7 +417,7 @@ - type: entity parent: GlovesBase id: GlovesIhsRig - name: IHS Rig gloves + name: IHS rig gloves description: '' components: - type: Sprite @@ -430,7 +430,7 @@ - type: entity parent: GlovesBase id: GlovesIhsRigSealed - name: IHS Rig Sealed gloves + name: IHS rig sealed gloves description: '' components: - type: Sprite @@ -443,7 +443,7 @@ - type: entity parent: GlovesBase id: GlovesLatex - name: Latex gloves + name: latex gloves description: '' components: - type: Sprite @@ -456,7 +456,7 @@ - type: entity parent: GlovesBase id: GlovesLeather - name: 'Botanist''s leather gloves' + name: 'botanist''s leather gloves' description: 'These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They''re also quite warm.' components: - type: Sprite @@ -470,7 +470,7 @@ - type: entity parent: GlovesBase id: GlovesLightBrown - name: Light brown gloves + name: light brown gloves description: '' components: - type: Sprite @@ -483,7 +483,7 @@ - type: entity parent: GlovesBase id: GlovesMedicalRig - name: Medical Rig gloves + name: medical rig gloves description: '' components: - type: Sprite @@ -496,7 +496,7 @@ - type: entity parent: GlovesBase id: GlovesMedicalRigSealed - name: Medical Rig Sealed gloves + name: medical rig sealed gloves description: '' components: - type: Sprite @@ -509,7 +509,7 @@ - type: entity parent: GlovesBase id: GlovesMercRig - name: Merc Rig gloves + name: merc rig gloves description: '' components: - type: Sprite @@ -522,7 +522,7 @@ - type: entity parent: GlovesBase id: GlovesMercRigSealed - name: Merc Rig Sealed gloves + name: merc rig sealed gloves description: '' components: - type: Sprite @@ -535,7 +535,7 @@ - type: entity parent: GlovesBase id: GlovesNinjaRig - name: Ninja Rig gloves + name: ninja rig gloves description: '' components: - type: Sprite @@ -548,7 +548,7 @@ - type: entity parent: GlovesBase id: GlovesNinjaRigSealed - name: Ninja Rig Sealed gloves + name: ninja rig sealed gloves description: '' components: - type: Sprite @@ -561,7 +561,7 @@ - type: entity parent: GlovesBase id: GlovesOrange - name: Orange gloves + name: orange gloves description: '' components: - type: Sprite @@ -574,7 +574,7 @@ - type: entity parent: GlovesBase id: GlovesPowerglove - name: Power gloves + name: power gloves description: '' components: - type: Sprite @@ -587,7 +587,7 @@ - type: entity parent: GlovesBase id: GlovesPowergloveActive - name: Powergloves (Active) + name: powergloves (active) description: '' components: - type: Sprite @@ -600,7 +600,7 @@ - type: entity parent: GlovesBase id: GlovesPurple - name: Purple gloves + name: purple gloves description: '' components: - type: Sprite @@ -613,7 +613,7 @@ - type: entity parent: GlovesBase id: GlovesRainbow - name: Rainbow gloves + name: rainbow gloves description: '' components: - type: Sprite @@ -626,7 +626,7 @@ - type: entity parent: GlovesBase id: GlovesRed - name: Red gloves + name: red gloves description: '' components: - type: Sprite @@ -639,7 +639,7 @@ - type: entity parent: GlovesBase id: GlovesRobohands - name: Robohands gloves + name: robohands gloves description: '' components: - type: Sprite @@ -652,7 +652,7 @@ - type: entity parent: GlovesBase id: GlovesScienceRig - name: Science Rig gloves + name: science rig gloves description: '' components: - type: Sprite @@ -665,7 +665,7 @@ - type: entity parent: GlovesBase id: GlovesScienceRigSealed - name: Science Rig Sealed gloves + name: science rig sealed gloves description: '' components: - type: Sprite @@ -678,7 +678,7 @@ - type: entity parent: GlovesBase id: GlovesSecurityRig - name: Security Rig gloves + name: security rig gloves description: '' components: - type: Sprite @@ -691,7 +691,7 @@ - type: entity parent: GlovesBase id: GlovesSecurityRigSealed - name: Security Rig Sealed gloves + name: security rig sealed gloves description: '' components: - type: Sprite @@ -704,7 +704,7 @@ - type: entity parent: GlovesBase id: GlovesStealthRig - name: Stealth Rig gloves + name: stealth rig gloves description: '' components: - type: Sprite @@ -717,7 +717,7 @@ - type: entity parent: GlovesBase id: GlovesStealthRigSealed - name: Stealth Rig Sealed gloves + name: stealth rig sealed gloves description: '' components: - type: Sprite @@ -730,7 +730,7 @@ - type: entity parent: GlovesBase id: GlovesSNinja - name: S Ninja gloves + name: S ninja gloves description: '' components: - type: Sprite @@ -743,7 +743,7 @@ - type: entity parent: GlovesBase id: GlovesSNinjak - name: S Ninjak gloves + name: S ninjak gloves description: '' components: - type: Sprite @@ -756,7 +756,7 @@ - type: entity parent: GlovesBase id: GlovesSNinjan - name: S Ninjan gloves + name: S ninjan gloves description: '' components: - type: Sprite @@ -769,7 +769,7 @@ - type: entity parent: GlovesBase id: GlovesWhite - name: White Gloves + name: white gloves description: components: - type: Sprite @@ -782,7 +782,7 @@ - type: entity parent: GlovesBase id: GlovesYellow - name: Insulated gloves + name: insulated gloves description: Electrical gloves that keep you from frying components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/hats.yml b/Resources/Prototypes/Entities/Items/Clothing/hats.yml index f02b39bae8..9f221a1962 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/hats.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/hats.yml @@ -14,7 +14,7 @@ - type: entity id: HatAliceMccrea - name: Alice Mccrea + name: alice mccrea description: '' components: - sprite: Clothing/Head/alice_mccrea_1.rsi @@ -27,7 +27,7 @@ - type: entity id: HatAliceMccreaup - name: Alice Mccrea (up) + name: alice mccrea (up) description: '' components: - sprite: Clothing/Head/alice_mccrea_1up.rsi @@ -40,7 +40,7 @@ - type: entity id: HatAmp - name: Amp + name: amp description: '' components: - sprite: Clothing/Head/amp.rsi @@ -53,7 +53,7 @@ - type: entity id: HatAssetProtectionRig - name: Asset Protection Rig + name: asset protection rig description: '' components: - sprite: Clothing/Head/asset_protection_rig.rsi @@ -66,7 +66,7 @@ - type: entity id: HatAssetProtectionRigSealed - name: Asset Protection Rig (Sealed) + name: asset protection rig (sealed) description: '' components: - sprite: Clothing/Head/asset_protection_rig_sealed.rsi @@ -79,7 +79,7 @@ - type: entity id: HatAtmosHelm - name: Atmos Helm + name: atmos helm description: '' components: - sprite: Clothing/Head/atmos_helm.rsi @@ -92,7 +92,7 @@ - type: entity id: HatBandana - name: Bandana + name: bandana description: '' components: - sprite: Clothing/Head/bandana.rsi @@ -105,7 +105,7 @@ - type: entity id: HatBandblack - name: Bandana black + name: bandana black description: '' components: - sprite: Clothing/Head/bandblack.rsi @@ -118,7 +118,7 @@ - type: entity id: HatBandblue - name: Bandana blue + name: bandana blue description: '' components: - sprite: Clothing/Head/bandblue.rsi @@ -131,7 +131,7 @@ - type: entity id: HatBandbotany - name: Bandana botany + name: bandana botany description: '' components: - sprite: Clothing/Head/bandbotany.rsi @@ -144,7 +144,7 @@ - type: entity id: HatBandcamo - name: Bandana camo + name: bandana camo description: '' components: - sprite: Clothing/Head/bandcamo.rsi @@ -157,7 +157,7 @@ - type: entity id: HatBandgold - name: Bandana gold + name: bandana gold description: '' components: - sprite: Clothing/Head/bandgold.rsi @@ -170,7 +170,7 @@ - type: entity id: HatBandgreen - name: Bandana green + name: bandana green description: '' components: - sprite: Clothing/Head/bandgreen.rsi @@ -183,7 +183,7 @@ - type: entity id: HatBandorange - name: Bandana orange + name: bandana orange description: '' components: - sprite: Clothing/Head/bandorange.rsi @@ -196,7 +196,7 @@ - type: entity id: HatBandpurple - name: Bandana purple + name: bandana purple description: '' components: - sprite: Clothing/Head/bandpurple.rsi @@ -209,7 +209,7 @@ - type: entity id: HatBandred - name: Bandana red + name: bandana red description: '' components: - sprite: Clothing/Head/bandred.rsi @@ -222,7 +222,7 @@ - type: entity id: HatBandskull - name: Bandana skull + name: bandana skull description: '' components: - sprite: Clothing/Head/bandskull.rsi @@ -235,7 +235,7 @@ - type: entity id: HatBearpelt - name: Bear pelt + name: bear pelt description: '' components: - sprite: Clothing/Head/bearpelt.rsi @@ -248,7 +248,7 @@ - type: entity id: HatBeaverHat - name: Beaver hat + name: beaver hat description: '' components: - sprite: Clothing/Head/beaver_hat.rsi @@ -261,7 +261,7 @@ - type: entity id: HatBeret - name: Beret + name: beret description: '' components: - sprite: Clothing/Head/beret.rsi @@ -274,7 +274,7 @@ - type: entity id: HatBeretBadge - name: Beret Badge + name: beret badge description: '' components: - sprite: Clothing/Head/beret_badge.rsi @@ -287,7 +287,7 @@ - type: entity id: HatBeretEngineering - name: Beret Engineering + name: beret engineering description: '' components: - sprite: Clothing/Head/beret_engineering.rsi @@ -300,7 +300,7 @@ - type: entity id: HatBeretHoS - name: Beret HoS + name: beret HoS description: '' components: - sprite: Clothing/Head/beret_hos.rsi @@ -315,7 +315,7 @@ - type: entity id: HatBeretNavyHos - name: Beret Navy HoS + name: beret navy HoS description: '' components: - sprite: Clothing/Head/beret_navy_hos.rsi @@ -328,7 +328,7 @@ - type: entity id: HatBeretNavyOfficer - name: Beret Navy Officer + name: beret navy officer description: '' components: - sprite: Clothing/Head/beret_navy_officer.rsi @@ -341,7 +341,7 @@ - type: entity id: HatBeretNavyWarden - name: Beret Navy Warden + name: beret navy warden description: '' components: - sprite: Clothing/Head/beret_navy_warden.rsi @@ -354,7 +354,7 @@ - type: entity id: HatBeretPurple - name: Beret Purple + name: beret purple description: '' components: - sprite: Clothing/Head/beret_purple.rsi @@ -367,7 +367,7 @@ - type: entity id: HatBioCmo - name: Bio - CMO + name: bio - cmo description: '' components: - sprite: Clothing/Head/bio_cmo.rsi @@ -380,7 +380,7 @@ - type: entity id: HatBioGeneral - name: Bio - General + name: bio - general description: '' components: - sprite: Clothing/Head/bio_general.rsi @@ -393,7 +393,7 @@ - type: entity id: HatBioJanitor - name: Bio - Janitor + name: bio - janitor description: '' components: - sprite: Clothing/Head/bio_janitor.rsi @@ -406,7 +406,7 @@ - type: entity id: HatBioScientist - name: Bio - Scientist + name: bio - scientist description: '' components: - sprite: Clothing/Head/bio_scientist.rsi @@ -419,7 +419,7 @@ - type: entity id: HatBioSecurity - name: Bio - Security + name: bio - security description: '' components: - sprite: Clothing/Head/bio_security.rsi @@ -432,7 +432,7 @@ - type: entity id: HatBioVirology - name: Bio - Virology + name: bio - virology description: '' components: - sprite: Clothing/Head/bio_virology.rsi @@ -445,7 +445,7 @@ - type: entity id: HatBluesoft - name: Bluesoft + name: bluesoft description: '' components: - sprite: Clothing/Head/bluesoft.rsi @@ -458,7 +458,7 @@ - type: entity id: HatBluesoftFlipped - name: Bluesoft Flipped + name: bluesoft flipped description: '' components: - sprite: Clothing/Head/bluesoft_flipped.rsi @@ -471,7 +471,7 @@ - type: entity id: HatBoaterHat - name: Boater Hat + name: boater hat description: '' components: - sprite: Clothing/Head/boater_hat.rsi @@ -484,7 +484,7 @@ - type: entity id: HatBombsuit - name: Bombsuit + name: bombsuit description: '' components: - sprite: Clothing/Head/bombsuit.rsi @@ -497,7 +497,7 @@ - type: entity id: HatBombsuitold - name: Bombsuit old + name: bombsuit old description: '' components: - sprite: Clothing/Head/bombsuitold.rsi @@ -510,7 +510,7 @@ - type: entity id: HatBombsuitsec - name: Bombsuit sec + name: bombsuit sec description: '' components: - sprite: Clothing/Head/bombsuitsec.rsi @@ -523,7 +523,7 @@ - type: entity id: HatBombsuitsecold - name: Bombsuit sec old + name: bombsuit sec old description: '' components: - sprite: Clothing/Head/bombsuitsecold.rsi @@ -536,7 +536,7 @@ - type: entity id: HatBombsuitWhite - name: Bombsuit White + name: bombsuit white description: '' components: - sprite: Clothing/Head/bombsuit_white.rsi @@ -549,7 +549,7 @@ - type: entity id: HatBowler - name: Bowler + name: bowler description: '' components: - sprite: Clothing/Head/bowler.rsi @@ -562,7 +562,7 @@ - type: entity id: HatBowlerHat - name: Bowler Hat + name: bowler hat description: '' components: - sprite: Clothing/Head/bowler_hat.rsi @@ -575,7 +575,7 @@ - type: entity id: HatBrucehachert - name: Bruce hachert + name: bruce hachert description: '' components: - sprite: Clothing/Head/brucehachert.rsi @@ -588,7 +588,7 @@ - type: entity id: HatBunny - name: Bunny + name: bunny description: '' components: - sprite: Clothing/Head/bunny.rsi @@ -601,7 +601,7 @@ - type: entity id: HatCake - name: Cake + name: cake description: '' components: - sprite: Clothing/Head/cake0.rsi @@ -614,7 +614,7 @@ - type: entity id: HatCakeLit - name: Cake (lit) + name: cake (lit) description: '' components: - sprite: Clothing/Head/cake1.rsi @@ -627,7 +627,7 @@ - type: entity id: HatCapcap - name: Cap cap + name: cap cap description: '' components: - sprite: Clothing/Head/capcap.rsi @@ -640,7 +640,7 @@ - type: entity id: HatCapspace - name: Cap space + name: cap space description: '' components: - sprite: Clothing/Head/capspace.rsi @@ -653,7 +653,7 @@ - type: entity id: HatCaptain - name: Captain + name: captain description: '' components: - sprite: Clothing/Head/captain.rsi @@ -666,7 +666,7 @@ - type: entity id: HatCardborgH - name: Cardborg H + name: cardborg h description: '' components: - sprite: Clothing/Head/cardborg_h.rsi @@ -679,7 +679,7 @@ - type: entity id: HatCargosoft - name: Cargosoft + name: cargosoft description: '' components: - sprite: Clothing/Head/cargosoft.rsi @@ -692,7 +692,7 @@ - type: entity id: HatCargosoftFlipped - name: Cargosoft Flipped + name: cargosoft flipped description: '' components: - sprite: Clothing/Head/cargosoft_flipped.rsi @@ -705,7 +705,7 @@ - type: entity id: HatCat - name: Cat + name: cat description: '' components: - sprite: Clothing/Head/cat.rsi @@ -718,7 +718,7 @@ - type: entity id: HatCat2 - name: Cat2 + name: cat2 description: '' components: - sprite: Clothing/Head/cat2.rsi @@ -731,7 +731,7 @@ - type: entity id: HatCat3 - name: Cat3 + name: cat3 description: '' components: - sprite: Clothing/Head/cat3.rsi @@ -744,7 +744,7 @@ - type: entity id: HatCentcom - name: Centcom + name: centcom description: '' components: - sprite: Clothing/Head/centcom.rsi @@ -757,7 +757,7 @@ - type: entity id: HatCespaceHelmet - name: CE space Helmet + name: ce space helmet description: '' components: - sprite: Clothing/Head/cespace_helmet.rsi @@ -770,7 +770,7 @@ - type: entity id: HatCeRig - name: CE Rig + name: ce rig description: '' components: - sprite: Clothing/Head/ce_rig.rsi @@ -783,7 +783,7 @@ - type: entity id: HatCeRigSealed - name: CE Rig (Sealed) + name: ce rig (sealed) description: '' components: - sprite: Clothing/Head/ce_rig_sealed.rsi @@ -796,7 +796,7 @@ - type: entity id: HatChaplainHood - name: Chaplain Hood + name: chaplain hood description: '' components: - sprite: Clothing/Head/chaplain_hood.rsi @@ -809,7 +809,7 @@ - type: entity id: HatChefhat - name: Chef hat + name: chef hat description: '' components: - sprite: Clothing/Head/chefhat.rsi @@ -822,7 +822,7 @@ - type: entity id: HatChickenhead - name: Chicken head + name: chicken head description: '' components: - sprite: Clothing/Head/chickenhead.rsi @@ -835,7 +835,7 @@ - type: entity id: HatConstructiondrone - name: Construction drone + name: construction drone description: '' components: - sprite: Clothing/Head/constructiondrone.rsi @@ -848,7 +848,7 @@ - type: entity id: HatCorpsoft - name: Corpsoft + name: corpsoft description: '' components: - sprite: Clothing/Head/corpsoft.rsi @@ -861,7 +861,7 @@ - type: entity id: HatCorpsoftFlipped - name: Corpsoft Flipped + name: corpsoft flipped description: '' components: - sprite: Clothing/Head/corpsoft_flipped.rsi @@ -874,7 +874,7 @@ - type: entity id: HatCosmo - name: Cosmo + name: cosmo description: '' components: - sprite: Clothing/Head/cosmo.rsi @@ -887,7 +887,7 @@ - type: entity id: HatCowboy - name: Cowboy + name: cowboy description: '' components: - sprite: Clothing/Head/cowboy.rsi @@ -900,7 +900,7 @@ - type: entity id: HatCulthood - name: Cult hood + name: cult hood description: '' components: - sprite: Clothing/Head/culthood.rsi @@ -913,7 +913,7 @@ - type: entity id: HatCultHelmet - name: Cult Helmet + name: cult helmet description: '' components: - sprite: Clothing/Head/cult_helmet.rsi @@ -926,7 +926,7 @@ - type: entity id: HatCultHoodalt - name: Cult Hood alt + name: cult hood alt description: '' components: - sprite: Clothing/Head/cult_hoodalt.rsi @@ -939,7 +939,7 @@ - type: entity id: HatDeathsquad - name: Deathsquad + name: deathsquad description: '' components: - sprite: Clothing/Head/deathsquad.rsi @@ -952,7 +952,7 @@ - type: entity id: HatDetective - name: Detective + name: detective description: '' components: - sprite: Clothing/Head/detective.rsi @@ -965,7 +965,7 @@ - type: entity id: HatDetective2 - name: Detective2 + name: detective2 description: '' components: - sprite: Clothing/Head/detective2.rsi @@ -978,7 +978,7 @@ - type: entity id: HatEdvinTelephosphor - name: Edvin Telephosphor + name: edvin telephosphor description: '' components: - sprite: Clothing/Head/edvin_telephosphor_1.rsi @@ -991,7 +991,7 @@ - type: entity id: HatEmergencyhelm - name: Emergency helm + name: emergency helm description: '' components: - sprite: Clothing/Head/emergencyhelm.rsi @@ -1004,7 +1004,7 @@ - type: entity id: HatEngineeringRig - name: Engineering Rig + name: engineering rig description: '' components: - sprite: Clothing/Head/engineering_rig.rsi @@ -1017,7 +1017,7 @@ - type: entity id: HatEngineeringRigSealed - name: Engineering Rig (Sealed) + name: engineering rig (sealed) description: '' components: - sprite: Clothing/Head/engineering_rig_sealed.rsi @@ -1030,7 +1030,7 @@ - type: entity id: HatEngspaceHelmet - name: Engspace Helmet + name: engspace helmet description: '' components: - sprite: Clothing/Head/engspace_helmet.rsi @@ -1043,7 +1043,7 @@ - type: entity id: HatEngHelm - name: Eng Helm + name: eng helm description: '' components: - sprite: Clothing/Head/eng_helm.rsi @@ -1056,7 +1056,7 @@ - type: entity id: HatEnosAdlai - name: Enos Adlai + name: enos adlai description: '' components: - sprite: Clothing/Head/enos_adlai_1.rsi @@ -1069,7 +1069,7 @@ - type: entity id: HatEvaRig - name: Eva Rig + name: EVA rig description: '' components: - sprite: Clothing/Head/eva_rig.rsi @@ -1082,7 +1082,7 @@ - type: entity id: HatEvaRigSealed - name: Eva Rig Sealed + name: EVA rig sealed description: '' components: - sprite: Clothing/Head/eva_rig_sealed.rsi @@ -1095,7 +1095,7 @@ - type: entity id: HatFeatherTrilby - name: Feather Trilby + name: feather trilby description: '' components: - sprite: Clothing/Head/feather_trilby.rsi @@ -1108,7 +1108,7 @@ - type: entity id: HatFedora - name: Fedora + name: fedora description: '' components: - sprite: Clothing/Head/fedora.rsi @@ -1121,7 +1121,7 @@ - type: entity id: HatFez - name: Fez + name: fez description: '' components: - sprite: Clothing/Head/fez.rsi @@ -1134,7 +1134,7 @@ - type: entity id: HatFlatCap - name: Flat Cap + name: flat cap description: '' components: - sprite: Clothing/Head/flat_cap.rsi @@ -1147,7 +1147,7 @@ - type: entity id: HatGentcap - name: Gent cap + name: gent cap description: '' components: - sprite: Clothing/Head/gentcap.rsi @@ -1160,7 +1160,7 @@ - type: entity id: HatGladiator - name: Gladiator + name: gladiator description: '' components: - sprite: Clothing/Head/gladiator.rsi @@ -1173,7 +1173,7 @@ - type: entity id: HatGreenbandana - name: Greenbandana + name: greenbandana description: '' components: - sprite: Clothing/Head/greenbandana.rsi @@ -1186,7 +1186,7 @@ - type: entity id: HatGreensoft - name: Greensoft + name: greensoft description: '' components: - sprite: Clothing/Head/greensoft.rsi @@ -1199,7 +1199,7 @@ - type: entity id: HatGreensoftFlipped - name: Greensoft Flipped + name: greensoft flipped description: '' components: - sprite: Clothing/Head/greensoft_flipped.rsi @@ -1212,7 +1212,7 @@ - type: entity id: HatGreysoft - name: Greysoft + name: greysoft description: '' components: - sprite: Clothing/Head/greysoft.rsi @@ -1225,7 +1225,7 @@ - type: entity id: HatGreysoftFlipped - name: Greysoft Flipped + name: greysoft flipped description: '' components: - sprite: Clothing/Head/greysoft_flipped.rsi @@ -1238,7 +1238,7 @@ - type: entity id: HatHackerRig - name: Hacker Rig + name: hacker rig description: '' components: - sprite: Clothing/Head/hacker_rig.rsi @@ -1251,7 +1251,7 @@ - type: entity id: HatHackerRigSealed - name: Hacker Rig Sealed + name: hacker rig sealed description: '' components: - sprite: Clothing/Head/hacker_rig_sealed.rsi @@ -1264,7 +1264,7 @@ - type: entity id: HatHairflower - name: Hairflower + name: hairflower description: '' components: - sprite: Clothing/Head/hairflower.rsi @@ -1277,7 +1277,7 @@ - type: entity id: HatHardhatDblue - name: Hardhat Dblue + name: hardhat dblue description: '' components: - sprite: Clothing/Head/hardhat0_dblue.rsi @@ -1290,7 +1290,7 @@ - type: entity id: HatHardhat Orange - name: Hardhat Orange + name: hardhat orange description: '' components: - sprite: Clothing/Head/hardhat0_orange.rsi @@ -1303,7 +1303,7 @@ - type: entity id: HatHardhatPumpkin - name: Hardhat Pumpkin + name: hardhat pumpkin description: '' components: - sprite: Clothing/Head/hardhat0_pumpkin.rsi @@ -1316,7 +1316,7 @@ - type: entity id: HatHardhatRed - name: Hardhat Red + name: hardhat red description: '' components: - sprite: Clothing/Head/hardhat0_red.rsi @@ -1329,7 +1329,7 @@ - type: entity id: HatHardhatWhite - name: Hardhat White + name: hardhat white description: '' components: - sprite: Clothing/Head/hardhat0_white.rsi @@ -1342,7 +1342,7 @@ - type: entity id: HatHardhatYellow - name: Hardhat Yellow + name: hardhat yellow description: '' components: - sprite: Clothing/Head/hardhat0_yellow.rsi @@ -1355,7 +1355,7 @@ - type: entity id: HatHardhatPumpkinAlt - name: Hardhat Pumpkin (alt) + name: hardhat pumpkin (alt) description: '' components: - sprite: Clothing/Head/hardhat1_pumpkin.rsi @@ -1368,7 +1368,7 @@ - type: entity id: HatHasturhood - name: Hasturhood + name: hasturhood description: '' components: - sprite: Clothing/Head/hasturhood.rsi @@ -1381,7 +1381,7 @@ - type: entity id: HatHazardRig - name: Hazard Rig + name: hazard rig description: '' components: - sprite: Clothing/Head/hazard_rig.rsi @@ -1394,7 +1394,7 @@ - type: entity id: HatHazardRigSealed - name: Hazard Rig (Sealed) + name: hazard rig (sealed) description: '' components: - sprite: Clothing/Head/hazard_rig_sealed.rsi @@ -1407,7 +1407,7 @@ - type: entity id: HatHeadslime - name: Headslime + name: headslime description: '' components: - sprite: Clothing/Head/headslime.rsi @@ -1420,7 +1420,7 @@ - type: entity id: HatHelmet - name: Helmet + name: helmet description: '' components: - sprite: Clothing/Head/helmet.rsi @@ -1433,7 +1433,7 @@ - type: entity id: HatHelmetold - name: Helmet old + name: helmet old description: '' components: - sprite: Clothing/Head/helmetold.rsi @@ -1446,7 +1446,7 @@ - type: entity id: HatHgpiratecap - name: HG pirate cap + name: hg pirate cap description: '' components: - sprite: Clothing/Head/hgpiratecap.rsi @@ -1459,7 +1459,7 @@ - type: entity id: HatHmHelmet - name: HM Helmet + name: HM helmet description: '' components: - sprite: Clothing/Head/hm_helmet.rsi @@ -1472,7 +1472,7 @@ - type: entity id: HatHopcap - name: HoP cap + name: hop cap description: '' components: - sprite: Clothing/Head/hopcap.rsi @@ -1511,7 +1511,7 @@ - type: entity id: HatIhsvoidhelmOn - name: IHS voidhelm (On) + name: IHS voidhelm (on) description: '' components: - sprite: Clothing/Head/ihsvoidhelm_on.rsi @@ -1524,7 +1524,7 @@ - type: entity id: HatIhsRig - name: IHS Rig + name: IHS rig description: '' components: - sprite: Clothing/Head/ihs_rig.rsi @@ -1537,7 +1537,7 @@ - type: entity id: HatIhsRigSealed - name: IHS Rig (Sealed) + name: IHS rig (sealed) description: '' components: - sprite: Clothing/Head/ihs_rig_sealed.rsi @@ -1550,7 +1550,7 @@ - type: entity id: HatKitten - name: Kitten + name: kitten description: '' components: - sprite: Clothing/Head/kitten.rsi @@ -1563,7 +1563,7 @@ - type: entity id: HatKitty - name: Kitty + name: kitty description: '' components: - sprite: Clothing/Head/kitty.rsi @@ -1576,7 +1576,7 @@ - type: entity id: HatKittyinner - name: Kitty inner + name: kitty inner description: '' components: - sprite: Clothing/Head/kittyinner.rsi @@ -1589,7 +1589,7 @@ - type: entity id: HatKrinnHat - name: Krinn Hat + name: krinn hat description: '' components: - sprite: Clothing/Head/krinn_hat.rsi @@ -1602,7 +1602,7 @@ - type: entity id: HatLightRiot - name: Light Riot + name: light riot description: '' components: - sprite: Clothing/Head/light_riot.rsi @@ -1615,7 +1615,7 @@ - type: entity id: HatLightRiotOn - name: Light Riot (On) + name: light riot (on) description: '' components: - sprite: Clothing/Head/light_riot_on.rsi @@ -1628,7 +1628,7 @@ - type: entity id: HatMagus - name: Magus + name: magus description: '' components: - sprite: Clothing/Head/magus.rsi @@ -1641,7 +1641,7 @@ - type: entity id: HatMailman - name: Mailman + name: mailman description: '' components: - sprite: Clothing/Head/mailman.rsi @@ -1654,7 +1654,7 @@ - type: entity id: HatMarisa - name: Marisa + name: marisa description: '' components: - sprite: Clothing/Head/marisa.rsi @@ -1667,7 +1667,7 @@ - type: entity id: HatMedicalHelm - name: Medical Helm + name: medical helm description: '' components: - sprite: Clothing/Head/medical_helm.rsi @@ -1680,7 +1680,7 @@ - type: entity id: HatMedicalRig - name: Medical Rig + name: medical rig description: '' components: - sprite: Clothing/Head/medical_rig.rsi @@ -1693,7 +1693,7 @@ - type: entity id: HatMedicalRigSealed - name: Medical Rig (Sealed) + name: medical rig (sealed) description: '' components: - sprite: Clothing/Head/medical_rig_sealed.rsi @@ -1706,7 +1706,7 @@ - type: entity id: HatMercRig - name: Merc Rig + name: merc rig description: '' components: - sprite: Clothing/Head/merc_rig.rsi @@ -1719,7 +1719,7 @@ - type: entity id: HatMercRigSealed - name: Merc Rig (Sealed) + name: merc rig (sealed) description: '' components: - sprite: Clothing/Head/merc_rig_sealed.rsi @@ -1732,7 +1732,7 @@ - type: entity id: HatMetroid - name: Metroid + name: metroid description: '' components: - sprite: Clothing/Head/metroid.rsi @@ -1745,7 +1745,7 @@ - type: entity id: HatMimesoft - name: Mimesoft + name: mimesoft description: '' components: - sprite: Clothing/Head/mimesoft.rsi @@ -1758,7 +1758,7 @@ - type: entity id: HatMimesoftFlipped - name: Mimesoft Flipped + name: mimesoft flipped description: '' components: - sprite: Clothing/Head/mimesoft_flipped.rsi @@ -1771,7 +1771,7 @@ - type: entity id: HatMiningHelm - name: Mining Helm + name: mining helm description: '' components: - sprite: Clothing/Head/mining_helm.rsi @@ -1784,7 +1784,7 @@ - type: entity id: HatMonkey - name: Monkey + name: monkey description: '' components: - sprite: Clothing/Head/monkey.rsi @@ -1797,7 +1797,7 @@ - type: entity id: HatMouseBrown - name: Mouse Brown + name: mouse brown description: '' components: - sprite: Clothing/Head/mouse_brown.rsi @@ -1810,7 +1810,7 @@ - type: entity id: HatMouseGray - name: Mouse Gray + name: mouse gray description: '' components: - sprite: Clothing/Head/mouse_gray.rsi @@ -1823,7 +1823,7 @@ - type: entity id: HatMouseWhite - name: Mouse White + name: mouse white description: '' components: - sprite: Clothing/Head/mouse_white.rsi @@ -1836,7 +1836,7 @@ - type: entity id: HatNeilpattersonHat - name: Neil Patterson Hat + name: neil patterson hat description: '' components: - sprite: Clothing/Head/neilpatterson0_hat.rsi @@ -1849,7 +1849,7 @@ - type: entity id: HatNeilpatterson1Hat - name: Neil Patterson1 Hat + name: neil patterson1 hat description: '' components: - sprite: Clothing/Head/neilpatterson1_hat.rsi @@ -1862,7 +1862,7 @@ - type: entity id: HatNinjaRig - name: Ninja Rig + name: ninja rig description: '' components: - sprite: Clothing/Head/ninja_rig.rsi @@ -1875,7 +1875,7 @@ - type: entity id: HatNinjaRigSealed - name: Ninja Rig (Sealed) + name: ninja rig (sealed) description: '' components: - sprite: Clothing/Head/ninja_rig_sealed.rsi @@ -1888,7 +1888,7 @@ - type: entity id: HatNorahBriggs - name: Norah Briggs + name: norah briggs description: '' components: - sprite: Clothing/Head/norah_briggs_1.rsi @@ -1901,7 +1901,7 @@ - type: entity id: HatNorahBriggsup - name: Norah Briggs (up) + name: norah briggs (up) description: '' components: - sprite: Clothing/Head/norah_briggs_1up.rsi @@ -1914,7 +1914,7 @@ - type: entity id: HatNunHood - name: Nun Hood + name: nun hood description: '' components: - sprite: Clothing/Head/nun_hood.rsi @@ -1927,7 +1927,7 @@ - type: entity id: HatNursehat - name: Nurse hat + name: nurse hat description: '' components: - sprite: Clothing/Head/nursehat.rsi @@ -1940,7 +1940,7 @@ - type: entity id: HatNymph - name: Nymph + name: nymph description: '' components: - sprite: Clothing/Head/nymph.rsi @@ -1953,7 +1953,7 @@ - type: entity id: HatOfficercap - name: Officer cap + name: officer cap description: '' components: - sprite: Clothing/Head/officercap.rsi @@ -1966,7 +1966,7 @@ - type: entity id: HatOrangesoft - name: Orangesoft + name: orangesoft description: '' components: - sprite: Clothing/Head/orangesoft.rsi @@ -1979,7 +1979,7 @@ - type: entity id: HatOrangesoftFlipped - name: Orangesoft Flipped + name: orangesoft flipped description: '' components: - sprite: Clothing/Head/orangesoft_flipped.rsi @@ -1992,7 +1992,7 @@ - type: entity id: HatOrangeBandana - name: Orange Bandana + name: orange bandana description: '' components: - sprite: Clothing/Head/orange_bandana.rsi @@ -2005,7 +2005,7 @@ - type: entity id: HatPai-cat - name: Pai-cat + name: pai-cat description: '' components: - sprite: Clothing/Head/pai-cat.rsi @@ -2018,7 +2018,7 @@ - type: entity id: HatPai-monkey - name: Pai-monkey + name: pai-monkey description: '' components: - sprite: Clothing/Head/pai-monkey.rsi @@ -2031,7 +2031,7 @@ - type: entity id: HatPai-mouse - name: Pai-mouse + name: pai-mouse description: '' components: - sprite: Clothing/Head/pai-mouse.rsi @@ -2044,7 +2044,7 @@ - type: entity id: HatPai-repairbot - name: Pai-repairbot + name: pai-repairbot description: '' components: - sprite: Clothing/Head/pai-repairbot.rsi @@ -2057,7 +2057,7 @@ - type: entity id: HatPaintedwelding - name: Painted welding mask + name: painted welding mask description: '' components: - sprite: Clothing/Head/paintedwelding.rsi @@ -2070,7 +2070,7 @@ - type: entity id: HatPaintedweldingup - name: Painted welding mask (up) + name: painted welding mask (up) description: '' components: - sprite: Clothing/Head/paintedweldingup.rsi @@ -2083,7 +2083,7 @@ - type: entity id: HatPaper - name: Paper + name: paper description: '' components: - sprite: Clothing/Head/paper.rsi @@ -2096,7 +2096,7 @@ - type: entity id: HatPetehat - name: Pete hat + name: pete hat description: '' components: - sprite: Clothing/Head/petehat.rsi @@ -2109,7 +2109,7 @@ - type: entity id: HatPhilosopherWig - name: Philosopher Wig + name: philosopher wig description: '' components: - sprite: Clothing/Head/philosopher_wig.rsi @@ -2122,7 +2122,7 @@ - type: entity id: HatPirate - name: Pirate + name: pirate description: '' components: - sprite: Clothing/Head/pirate.rsi @@ -2135,7 +2135,7 @@ - type: entity id: HatPlaguedoctor - name: Plague doctor + name: plague doctor description: '' components: - sprite: Clothing/Head/plaguedoctor.rsi @@ -2148,7 +2148,7 @@ - type: entity id: HatPolicehelm - name: Police helm + name: police helm description: '' components: - sprite: Clothing/Head/policehelm.rsi @@ -2161,7 +2161,7 @@ - type: entity id: HatPurplesoft - name: Purple soft + name: purple soft description: '' components: - sprite: Clothing/Head/purplesoft.rsi @@ -2174,7 +2174,7 @@ - type: entity id: HatPurplesoftFlipped - name: Purplesoft Flipped + name: purplesoft flipped description: '' components: - sprite: Clothing/Head/purplesoft_flipped.rsi @@ -2187,7 +2187,7 @@ - type: entity id: HatPwig - name: Pwig + name: pwig description: '' components: - sprite: Clothing/Head/pwig.rsi @@ -2200,7 +2200,7 @@ - type: entity id: HatRad - name: Rad + name: rad description: '' components: - sprite: Clothing/Head/rad.rsi @@ -2213,7 +2213,7 @@ - type: entity id: HatRainbowsoft - name: Rainbowsoft + name: rainbowsoft description: '' components: - sprite: Clothing/Head/rainbowsoft.rsi @@ -2226,7 +2226,7 @@ - type: entity id: HatRainbowsoftFlipped - name: Rainbowsoft Flipped + name: rainbowsoft flipped description: '' components: - sprite: Clothing/Head/rainbowsoft_flipped.rsi @@ -2239,7 +2239,7 @@ - type: entity id: HatRedcoat - name: Redcoat + name: redcoat description: '' components: - sprite: Clothing/Head/redcoat.rsi @@ -2252,7 +2252,7 @@ - type: entity id: HatRedsoft - name: Redsoft + name: redsoft description: '' components: - sprite: Clothing/Head/redsoft.rsi @@ -2265,7 +2265,7 @@ - type: entity id: HatRedsoftFlipped - name: Redsoft Flipped + name: redsoft flipped description: '' components: - sprite: Clothing/Head/redsoft_flipped.rsi @@ -2278,7 +2278,7 @@ - type: entity id: HatRedwizard - name: Red wizard + name: red wizard description: '' components: - sprite: Clothing/Head/redwizard.rsi @@ -2291,7 +2291,7 @@ - type: entity id: HatRepairbot - name: Repairbot + name: repairbot description: '' components: - sprite: Clothing/Head/repairbot.rsi @@ -2304,7 +2304,7 @@ - type: entity id: HatRichard - name: Richard + name: richard description: '' components: - sprite: Clothing/Head/richard.rsi @@ -2317,7 +2317,7 @@ - type: entity id: HatRig-old - name: Rig-old + name: rig-old description: '' components: - sprite: Clothing/Head/rig-old.rsi @@ -2330,7 +2330,7 @@ - type: entity id: HatRig-atmos - name: Rig-atmos + name: rig-atmos description: '' components: - sprite: Clothing/Head/rig-atmos.rsi @@ -2343,7 +2343,7 @@ - type: entity id: HatRig-engineering - name: Rig-engineering + name: rig-engineering description: '' components: - sprite: Clothing/Head/rig-engineering.rsi @@ -2356,7 +2356,7 @@ - type: entity id: HatRig-hazardhardsuit - name: Rig-hazardhardsuit + name: rig-hazardhardsuit description: '' components: - sprite: Clothing/Head/rig-hazardhardsuit.rsi @@ -2369,7 +2369,7 @@ - type: entity id: HatRig-medical - name: Rig-medical + name: rig-medical description: '' components: - sprite: Clothing/Head/rig-medical.rsi @@ -2382,7 +2382,7 @@ - type: entity id: HatRig-mining - name: Rig-mining + name: rig-mining description: '' components: - sprite: Clothing/Head/rig-mining.rsi @@ -2395,7 +2395,7 @@ - type: entity id: HatRig-sectg - name: Rig-sectg + name: rig-sectg description: '' components: - sprite: Clothing/Head/rig-sectg.rsi @@ -2408,7 +2408,7 @@ - type: entity id: HatRig-syndie - name: Rig-syndie + name: rig-syndie description: '' components: - sprite: Clothing/Head/rig-syndie.rsi @@ -2421,7 +2421,7 @@ - type: entity id: HatRig-white - name: Rig-white + name: rig-white description: '' components: - sprite: Clothing/Head/rig-white.rsi @@ -2434,7 +2434,7 @@ - type: entity id: HatRig-wiz - name: Rig-wiz + name: rig-wiz description: '' components: - sprite: Clothing/Head/rig-wiz.rsi @@ -2447,7 +2447,7 @@ - type: entity id: HatRiot - name: Riot + name: riot description: '' components: - sprite: Clothing/Head/riot.rsi @@ -2460,7 +2460,7 @@ - type: entity id: HatS-ninja - name: S-ninja + name: s-ninja description: '' components: - sprite: Clothing/Head/s-ninja.rsi @@ -2473,7 +2473,7 @@ - type: entity id: HatSantahat - name: Santa hat + name: santa hat description: '' components: - sprite: Clothing/Head/santahat.rsi @@ -2486,7 +2486,7 @@ - type: entity id: HatScaf - name: Scaf + name: scaf description: '' components: - sprite: Clothing/Head/scaf.rsi @@ -2499,7 +2499,7 @@ - type: entity id: HatScienceRig - name: Science Rig + name: science rig description: '' components: - sprite: Clothing/Head/science_rig.rsi @@ -2512,7 +2512,7 @@ - type: entity id: HatScienceRigSealed - name: Science Rig (Sealed) + name: science rig (sealed) description: '' components: - sprite: Clothing/Head/science_rig_sealed.rsi @@ -2525,7 +2525,7 @@ - type: entity id: HatSecsoft - name: Secsoft + name: secsoft description: '' components: - sprite: Clothing/Head/secsoft.rsi @@ -2538,7 +2538,7 @@ - type: entity id: HatSecsoftFlipped - name: Secsoft Flipped + name: secsoft flipped description: '' components: - sprite: Clothing/Head/secsoft_flipped.rsi @@ -2551,7 +2551,7 @@ - type: entity id: HatSecurity - name: Security + name: security description: '' components: - sprite: Clothing/Head/security.rsi @@ -2564,7 +2564,7 @@ - type: entity id: HatSecurityRig - name: Security Rig + name: security rig description: '' components: - sprite: Clothing/Head/security_rig.rsi @@ -2577,7 +2577,7 @@ - type: entity id: HatSecurityRigSealed - name: Security Rig (Sealed) + name: security rig (sealed) description: '' components: - sprite: Clothing/Head/security_rig_sealed.rsi @@ -2590,7 +2590,7 @@ - type: entity id: HatSecHelm - name: Sec Helm + name: sec helm description: '' components: - sprite: Clothing/Head/sec_helm.rsi @@ -2616,7 +2616,7 @@ - type: entity id: HatSombrero - name: Sombrero + name: sombrero description: '' components: - sprite: Clothing/Head/sombrero.rsi @@ -2629,7 +2629,7 @@ - type: entity id: HatSpace - name: Space + name: space description: '' components: - sprite: Clothing/Head/space.rsi @@ -2642,7 +2642,7 @@ - type: entity id: HatSurgcapBlue - name: Surgcap Blue + name: surgcap blue description: '' components: - sprite: Clothing/Head/surgcap_blue.rsi @@ -2655,7 +2655,7 @@ - type: entity id: HatSurgcapGreen - name: Surgcap Green + name: surgcap green description: '' components: - sprite: Clothing/Head/surgcap_green.rsi @@ -2668,7 +2668,7 @@ - type: entity id: HatSurgcapPurple - name: Surgcap Purple + name: surgcap purple description: '' components: - sprite: Clothing/Head/surgcap_purple.rsi @@ -2681,7 +2681,7 @@ - type: entity id: HatSwat-alt - name: Swat-alt + name: swat-alt description: '' components: - sprite: Clothing/Head/swat-alt.rsi @@ -2694,7 +2694,7 @@ - type: entity id: HatSwat - name: Swat + name: swat description: '' components: - sprite: Clothing/Head/swat.rsi @@ -2707,7 +2707,7 @@ - type: entity id: HatSwathelm - name: Swat helm + name: swat helm description: '' components: - sprite: Clothing/Head/swathelm.rsi @@ -2720,7 +2720,7 @@ - type: entity id: HatSwatold - name: Swat old + name: swat old description: '' components: - sprite: Clothing/Head/swatold.rsi @@ -2733,7 +2733,7 @@ - type: entity id: HatSwatup - name: Swat helm (up) + name: swat helm (up) description: '' components: - sprite: Clothing/Head/swatup.rsi @@ -2746,7 +2746,7 @@ - type: entity id: HatSyndicate-helm-black-blue - name: Syndicate-helm-black-blue + name: syndicate-helm-black-blue description: '' components: - sprite: Clothing/Head/syndicate-helm-black-blue.rsi @@ -2759,7 +2759,7 @@ - type: entity id: HatSyndicate-helm-black-engie - name: Syndicate-helm-black-engie + name: syndicate-helm-black-engie description: '' components: - sprite: Clothing/Head/syndicate-helm-black-engie.rsi @@ -2772,7 +2772,7 @@ - type: entity id: HatSyndicate-helm-black-engie1 - name: Syndicate-helm-black-engie1 + name: syndicate-helm-black-engie1 description: '' components: - sprite: Clothing/Head/syndicate-helm-black-engie1.rsi @@ -2785,7 +2785,7 @@ - type: entity id: HatSyndicate-helm-black-green - name: Syndicate-helm-black-green + name: syndicate-helm-black-green description: '' components: - sprite: Clothing/Head/syndicate-helm-black-green.rsi @@ -2798,7 +2798,7 @@ - type: entity id: HatSyndicate-helm-black-med - name: Syndicate-helm-black-med + name: syndicate-helm-black-med description: '' components: - sprite: Clothing/Head/syndicate-helm-black-med.rsi @@ -2811,7 +2811,7 @@ - type: entity id: HatSyndicate-helm-black-orange - name: Syndicate-helm-black-orange + name: syndicate-helm-black-orange description: '' components: - sprite: Clothing/Head/syndicate-helm-black-orange.rsi @@ -2824,7 +2824,7 @@ - type: entity id: HatSyndicate-helm-black-red - name: Syndicate-helm-black-red + name: syndicate-helm-black-red description: '' components: - sprite: Clothing/Head/syndicate-helm-black-red.rsi @@ -2837,7 +2837,7 @@ - type: entity id: HatSyndicate-helm-black - name: Syndicate-helm-black + name: syndicate-helm-black description: '' components: - sprite: Clothing/Head/syndicate-helm-black.rsi @@ -2850,7 +2850,7 @@ - type: entity id: HatSyndicate-helm-blue - name: Syndicate-helm-blue + name: syndicate-helm-blue description: '' components: - sprite: Clothing/Head/syndicate-helm-blue.rsi @@ -2863,7 +2863,7 @@ - type: entity id: HatSyndicate-helm-green-dark - name: Syndicate-helm-green-dark + name: syndicate-helm-green-dark description: '' components: - sprite: Clothing/Head/syndicate-helm-green-dark.rsi @@ -2876,7 +2876,7 @@ - type: entity id: HatSyndicate-helm-green - name: Syndicate-helm-green + name: syndicate-helm-green description: '' components: - sprite: Clothing/Head/syndicate-helm-green.rsi @@ -2889,7 +2889,7 @@ - type: entity id: HatSyndicate-helm-orange - name: Syndicate-helm-orange + name: syndicate-helm-orange description: '' components: - sprite: Clothing/Head/syndicate-helm-orange.rsi @@ -2902,7 +2902,7 @@ - type: entity id: HatSyndicate-helm-orangeLight - name: Syndicate-helm-orange Light + name: syndicate-helm-orange light description: '' components: - sprite: Clothing/Head/syndicate-helm-orange_light.rsi @@ -2915,7 +2915,7 @@ - type: entity id: HatSyndicate-helm-orangeLight1 - name: Syndicate-helm-orange Light1 + name: syndicate-helm-orange light1 description: '' components: - sprite: Clothing/Head/syndicate-helm-orange_light1.rsi @@ -2928,7 +2928,7 @@ - type: entity id: HatSyndicate - name: Syndicate + name: syndicate description: '' components: - sprite: Clothing/Head/syndicate.rsi @@ -2941,7 +2941,7 @@ - type: entity id: HatSyndieHelm - name: Syndie Helm + name: syndie helm description: '' components: - sprite: Clothing/Head/syndie_helm.rsi @@ -2954,7 +2954,7 @@ - type: entity id: HatThunderdome - name: Thunderdome + name: thunderdome description: '' components: - sprite: Clothing/Head/thunderdome.rsi @@ -2967,7 +2967,7 @@ - type: entity id: HatTophat - name: Tophat + name: tophat description: '' components: - sprite: Clothing/Head/tophat.rsi @@ -2980,7 +2980,7 @@ - type: entity id: HatUshankadown - name: Ushanka (down) + name: ushanka (down) description: '' components: - sprite: Clothing/Head/ushankadown.rsi @@ -2993,7 +2993,7 @@ - type: entity id: HatUshankaup - name: Ushanka (up) + name: ushanka (up) description: '' components: - sprite: Clothing/Head/ushankaup.rsi @@ -3006,7 +3006,7 @@ - type: entity id: HatV62 - name: V62 + name: v62 description: '' components: - sprite: Clothing/Head/v62.rsi @@ -3019,7 +3019,7 @@ - type: entity id: HatViking - name: Viking + name: viking description: '' components: - sprite: Clothing/Head/viking.rsi @@ -3032,7 +3032,7 @@ - type: entity id: HatVioletwizard - name: Violetwizard + name: violetwizard description: '' components: - sprite: Clothing/Head/violetwizard.rsi @@ -3045,7 +3045,7 @@ - type: entity id: HatVoid - name: Void + name: void description: '' components: - sprite: Clothing/Head/void.rsi @@ -3058,7 +3058,7 @@ - type: entity id: HatWelding - name: Welding mask + name: welding mask description: '' components: - sprite: Clothing/Head/welding.rsi @@ -3071,7 +3071,7 @@ - type: entity id: HatWeldingup - name: Welding mask (up) + name: welding mask (up) description: '' components: - sprite: Clothing/Head/weldingup.rsi @@ -3084,7 +3084,7 @@ - type: entity id: HatWitch - name: Witch + name: witch description: '' components: - sprite: Clothing/Head/witch.rsi @@ -3097,7 +3097,7 @@ - type: entity id: HatWizard-fake - name: Wizard-fake + name: wizard-fake description: '' components: - sprite: Clothing/Head/wizard-fake.rsi @@ -3110,7 +3110,7 @@ - type: entity id: HatWizard - name: Wizard + name: wizard description: '' components: - sprite: Clothing/Head/wizard.rsi @@ -3123,7 +3123,7 @@ - type: entity id: HatXenom - name: Xenom + name: xenom description: '' components: - sprite: Clothing/Head/xenom.rsi @@ -3136,7 +3136,7 @@ - type: entity id: HatXenos - name: Xenos + name: xenos description: '' components: - sprite: Clothing/Head/xenos.rsi @@ -3149,7 +3149,7 @@ - type: entity id: HatXmashat - name: Xmashat + name: xmashat description: '' components: - sprite: Clothing/Head/xmashat.rsi @@ -3162,7 +3162,7 @@ - type: entity id: HatYellowsoft - name: Yellowsoft + name: yellowsoft description: '' components: - sprite: Clothing/Head/yellowsoft.rsi @@ -3175,7 +3175,7 @@ - type: entity id: HatYellowsoftFlipped - name: Yellowsoft Flipped + name: yellowsoft flipped description: '' components: - sprite: Clothing/Head/yellowsoft_flipped.rsi @@ -3188,7 +3188,7 @@ - type: entity id: HatYukiMatsuda - name: Yuki Matsuda + name: yuki matsuda description: '' components: - sprite: Clothing/Head/yuki_matsuda_1.rsi @@ -3201,7 +3201,7 @@ - type: entity id: HatYukiMatsudaup - name: Yuki Matsuda (up) + name: yuki matsuda (up) description: '' components: - sprite: Clothing/Head/yuki_matsuda_1up.rsi @@ -3214,7 +3214,7 @@ - type: entity id: HatZhanScarf - name: Zhan Scarf + name: zhan scarf description: '' components: - sprite: Clothing/Head/zhan_scarf.rsi diff --git a/Resources/Prototypes/Entities/Items/Clothing/identification_cards.yml b/Resources/Prototypes/Entities/Items/Clothing/identification_cards.yml index a3ca06fd2c..e4f03fcd37 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/identification_cards.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/identification_cards.yml @@ -1,7 +1,7 @@ - type: entity parent: Clothing id: IDCardStandard - name: Identification Card + name: identification card description: A card necessary to access various areas aboard the station abstract: true components: @@ -20,7 +20,7 @@ - type: entity parent: IDCardStandard id: AssistantIDCard - name: Assistant ID Card + name: assistant ID card components: - type: Sprite layers: @@ -37,7 +37,7 @@ - type: entity parent: IDCardStandard id: CaptainIDCard - name: Captain ID Card + name: captain ID card components: - type: Sprite layers: @@ -56,7 +56,7 @@ - type: entity parent: IDCardStandard id: SecurityIDCard - name: Security ID Card + name: security ID card components: - type: Sprite layers: @@ -73,7 +73,7 @@ - type: entity parent: IDCardStandard id: EngineeringIDCard - name: Engineer ID Card + name: engineer ID card components: - type: Sprite layers: @@ -90,7 +90,7 @@ - type: entity parent: IDCardStandard id: MedicalIDCard - name: Medical ID Card + name: medical ID card components: - type: Sprite layers: @@ -107,7 +107,7 @@ - type: entity parent: IDCardStandard id: CargoIDCard - name: Cargo ID Card + name: cargo ID card components: - type: Sprite layers: @@ -124,7 +124,7 @@ - type: entity parent: IDCardStandard id: ResearchIDCard - name: Research ID Card + name: research ID card components: - type: Sprite layers: @@ -141,7 +141,7 @@ - type: entity parent: IDCardStandard id: ClownIDCard - name: Clown ID Card + name: clown ID card components: - type: Sprite layers: @@ -158,7 +158,7 @@ - type: entity parent: IDCardStandard id: JanitorIDCard - name: Janitor ID Card + name: janitor ID card components: - type: Sprite layers: @@ -175,7 +175,7 @@ - type: entity parent: IDCardStandard id: BartenderIDCard - name: Bartender ID Card + name: bartender ID card components: - type: Sprite layers: @@ -192,7 +192,7 @@ - type: entity parent: IDCardStandard id: ChefIDCard - name: Chef ID Card + name: chef ID card components: - type: Sprite layers: @@ -209,7 +209,7 @@ - type: entity parent: IDCardStandard id: HoPIDCard - name: Head of Personnel ID Card + name: head of personnel ID card components: - type: Sprite layers: @@ -228,7 +228,7 @@ - type: entity parent: IDCardStandard id: CEIDCard - name: Chief Engineer ID Card + name: chief engineer ID card components: - type: Sprite layers: @@ -247,7 +247,7 @@ - type: entity parent: IDCardStandard id: CMOIDCard - name: Chief Medical Officer ID Card + name: chief medical officer ID card components: - type: Sprite layers: @@ -266,7 +266,7 @@ - type: entity parent: IDCardStandard id: RDIDCard - name: Research Director ID Card + name: research director ID card components: - type: Sprite layers: @@ -285,7 +285,7 @@ - type: entity parent: IDCardStandard id: HoSIDCard - name: Head of Security ID Card + name: head of security ID card components: - type: Sprite layers: @@ -304,7 +304,7 @@ - type: entity parent: IDCardStandard id: CentcomIDCard - name: Command Officer ID Card + name: command officer ID card components: - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Items/Clothing/masks.yml b/Resources/Prototypes/Entities/Items/Clothing/masks.yml index 599b6451ca..96b0556f18 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/masks.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/masks.yml @@ -9,7 +9,7 @@ - type: entity parent: MasksBase id: OldGasMaskClothing - name: Old Gas Mask + name: old gas mask description: An old, dusty mask. Yet still dutifully functional. components: - type: Sprite @@ -24,7 +24,7 @@ - type: entity parent: MasksBase id: GasMaskClothing - name: Gas Mask + name: gas mask description: Regulations require these to be stocked after the fourth coolant leak components: - type: Sprite @@ -39,7 +39,7 @@ - type: entity parent: MasksBase id: BreathMaskClothing - name: Breath Mask + name: breath mask description: Might as well keep this on 24/7 components: - type: Sprite @@ -54,7 +54,7 @@ - type: entity parent: MasksBase id: MaskClown - name: Clown Wig and Mask + name: clown wig and mask description: A true prankster's facial attire. A clown is incomplete without his wig and mask. components: - type: Sprite @@ -69,7 +69,7 @@ - type: entity parent: MasksBase id: MaskJoy - name: Joy Mask + name: joy mask description: components: - type: Sprite @@ -84,7 +84,7 @@ - type: entity parent: MasksBase id: MaskMime - name: Mime Mask + name: mime mask description: components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/shoes.yml b/Resources/Prototypes/Entities/Items/Clothing/shoes.yml index b6efc8db90..06f1a03c7b 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/shoes.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/shoes.yml @@ -14,7 +14,7 @@ - type: entity parent: ShoesBase id: ShoesAssetProtectionRig - name: Asset Protection Rig shoes + name: asset protection rig shoes description: '' components: - type: Sprite @@ -27,7 +27,7 @@ - type: entity parent: ShoesBase id: ShoesAssetProtectionRigSealed - name: Asset Protection Rig Sealed shoes + name: asset protection rig sealed shoes description: '' components: - type: Sprite @@ -40,7 +40,7 @@ - type: entity parent: ShoesBase id: ShoesAtmosMagboots0 - name: Atmos magboots (off) + name: atmos magboots (off) description: '' components: - type: Sprite @@ -53,7 +53,7 @@ - type: entity parent: ShoesBase id: ShoesAtmosMagboots1 - name: Atmos magboots (on) + name: atmos magboots (on) description: '' components: - type: Sprite @@ -66,7 +66,7 @@ - type: entity parent: ShoesBase id: ShoesBlack - name: Black shoes + name: black shoes description: Don't take them off at your office Christmas party components: - type: Sprite @@ -79,7 +79,7 @@ - type: entity parent: ShoesBase id: ShoesBlue - name: Blue shoes + name: blue shoes description: Don't take them off at your office Christmas party components: - type: Sprite @@ -92,7 +92,7 @@ - type: entity parent: ShoesBase id: ShoesBoots - name: Boots + name: boots description: '' components: - type: Sprite @@ -105,7 +105,7 @@ - type: entity parent: ShoesBase id: ShoesBrown - name: Brown shoes + name: brown shoes description: A pair of brown shoes. components: - type: Sprite @@ -118,7 +118,7 @@ - type: entity parent: ShoesBase id: ShoesCeRig - name: CE Rig shoes + name: ce rig shoes description: '' components: - type: Sprite @@ -131,7 +131,7 @@ - type: entity parent: ShoesBase id: ShoesCeRigSealed - name: CE Rig Sealed shoes + name: ce rig sealed shoes description: '' components: - type: Sprite @@ -144,7 +144,7 @@ - type: entity parent: ShoesBase id: ShoesChef - name: Chef shoes + name: chef shoes description: '' components: - type: Sprite @@ -157,7 +157,7 @@ - type: entity parent: ShoesBase id: ShoesCowboy - name: Cowboy shoes + name: cowboy shoes description: '' components: - type: Sprite @@ -170,7 +170,7 @@ - type: entity parent: ShoesBase id: ShoesCult - name: Cult shoes + name: cult shoes description: '' components: - type: Sprite @@ -183,7 +183,7 @@ - type: entity parent: ShoesBase id: ShoesDetective - name: Detective shoes + name: detective shoes description: '' components: - type: Sprite @@ -196,7 +196,7 @@ - type: entity parent: ShoesBase id: ShoesDigiboots - name: Digiboots + name: digiboots description: '' components: - type: Sprite @@ -209,7 +209,7 @@ - type: entity parent: ShoesBase id: ShoesEngineeringRig - name: Engineering Rig shoes + name: engineering rig shoes description: '' components: - type: Sprite @@ -222,7 +222,7 @@ - type: entity parent: ShoesBase id: ShoesEngineeringRigSealed - name: Engineering Rig Sealed shoes + name: engineering rig sealed shoes description: '' components: - type: Sprite @@ -235,7 +235,7 @@ - type: entity parent: ShoesBase id: ShoesErtCommanderRig - name: ERT Commander Rig shoes + name: ert commander rig shoes description: '' components: - type: Sprite @@ -248,7 +248,7 @@ - type: entity parent: ShoesBase id: ShoesErtCommanderRigSealed - name: ERT Commander Rig Sealed shoes + name: ert commander rig sealed shoes description: '' components: - type: Sprite @@ -261,7 +261,7 @@ - type: entity parent: ShoesBase id: ShoesErtEngineerRig - name: ERT Engineer Rig shoes + name: ert engineer rig shoes description: '' components: - type: Sprite @@ -274,7 +274,7 @@ - type: entity parent: ShoesBase id: ShoesErtEngineerRigSealed - name: ERT Engineer Rig Sealed shoes + name: ert engineer rig sealed shoes description: '' components: - type: Sprite @@ -287,7 +287,7 @@ - type: entity parent: ShoesBase id: ShoesErtMedicalRig - name: ERT Medical Rig shoes + name: ert medical rig shoes description: '' components: - type: Sprite @@ -300,7 +300,7 @@ - type: entity parent: ShoesBase id: ShoesErtMedicalRigSealed - name: ERT Medical Rig Sealed shoes + name: ert medical rig sealed shoes description: '' components: - type: Sprite @@ -313,7 +313,7 @@ - type: entity parent: ShoesBase id: ShoesErtSecurityRig - name: ERT Security Rig shoes + name: ert security rig shoes description: '' components: - type: Sprite @@ -326,7 +326,7 @@ - type: entity parent: ShoesBase id: ShoesErtSecurityRigSealed - name: ERT Security Rig Sealed shoes + name: ert security rig sealed shoes description: '' components: - type: Sprite @@ -339,7 +339,7 @@ - type: entity parent: ShoesBase id: ShoesEvaRig - name: EVA Rig shoes + name: EVA rig shoes description: '' components: - type: Sprite @@ -352,7 +352,7 @@ - type: entity parent: ShoesBase id: ShoesEvaRigSealed - name: EVA Rig Sealed shoes + name: EVA rig sealed shoes description: '' components: - type: Sprite @@ -365,7 +365,7 @@ - type: entity parent: ShoesBase id: ShoesFlippers - name: Flippers + name: flippers description: '' components: - type: Sprite @@ -378,7 +378,7 @@ - type: entity parent: ShoesBase id: ShoesGaloshes - name: Galoshes shoes + name: galoshes shoes description: '' components: - type: Sprite @@ -391,7 +391,7 @@ - type: entity parent: ShoesBase id: ShoesGreen - name: Green shoes + name: green shoes description: '' components: - type: Sprite @@ -404,7 +404,7 @@ - type: entity parent: ShoesBase id: ShoesHackerRig - name: Hacker Rig shoes + name: hacker rig shoes description: '' components: - type: Sprite @@ -417,7 +417,7 @@ - type: entity parent: ShoesBase id: ShoesHackerRigSealed - name: Hacker Rig Sealed shoes + name: hacker rig sealed shoes description: '' components: - type: Sprite @@ -430,7 +430,7 @@ - type: entity parent: ShoesBase id: ShoesHazardRig - name: Hazard Rig shoes + name: hazard rig shoes description: '' components: - type: Sprite @@ -443,7 +443,7 @@ - type: entity parent: ShoesBase id: ShoesHazardRigSealed - name: Hazard Rig Sealed shoes + name: hazard rig sealed shoes description: '' components: - type: Sprite @@ -456,7 +456,7 @@ - type: entity parent: ShoesBase id: ShoesIhsRig - name: IHS Rig shoes + name: IHS rig shoes description: '' components: - type: Sprite @@ -469,7 +469,7 @@ - type: entity parent: ShoesBase id: ShoesIhsRigOld - name: IHS Rig Old shoes + name: IHS rig old shoes description: '' components: - type: Sprite @@ -482,7 +482,7 @@ - type: entity parent: ShoesBase id: ShoesIhsRigSealed - name: IHS Rig Sealed shoes + name: IHS rig sealed shoes description: '' components: - type: Sprite @@ -495,7 +495,7 @@ - type: entity parent: ShoesBase id: ShoesIhsRigSealedOld - name: IHS Rig Sealed Old shoes + name: IHS rig sealed old shoes description: '' components: - type: Sprite @@ -508,7 +508,7 @@ - type: entity parent: ShoesBase id: ShoesLeather - name: Leather shoes + name: leather shoes description: '' components: - type: Sprite @@ -521,7 +521,7 @@ - type: entity parent: ShoesBase id: ShoesMagboots0 - name: Magboots (off) + name: magboots (off) description: '' components: - type: Sprite @@ -534,7 +534,7 @@ - type: entity parent: ShoesBase id: ShoesMagboots1 - name: Magboots (on) + name: magboots (on) description: '' components: - type: Sprite @@ -547,7 +547,7 @@ - type: entity parent: ShoesBase id: ShoesMedicalRig - name: Medical Rig shoes + name: medical rig shoes description: '' components: - type: Sprite @@ -560,7 +560,7 @@ - type: entity parent: ShoesBase id: ShoesMedicalRigSealed - name: Medical Rig Sealed shoes + name: medical rig sealed shoes description: '' components: - type: Sprite @@ -573,7 +573,7 @@ - type: entity parent: ShoesBase id: ShoesMercboots0 - name: Merc boots + name: merc boots description: '' components: - type: Sprite @@ -586,7 +586,7 @@ - type: entity parent: ShoesBase id: ShoesMercboots1 - name: Merc boots + name: merc boots description: '' components: - type: Sprite @@ -599,7 +599,7 @@ - type: entity parent: ShoesBase id: ShoesMercRig - name: Merc Rig shoes + name: merc rig shoes description: '' components: - type: Sprite @@ -612,7 +612,7 @@ - type: entity parent: ShoesBase id: ShoesMercRigSealed - name: Merc Rig Sealed shoes + name: merc rig sealed shoes description: '' components: - type: Sprite @@ -625,7 +625,7 @@ - type: entity parent: ShoesBase id: ShoesMime - name: Mime shoes + name: mime shoes description: '' components: - type: Sprite @@ -638,7 +638,7 @@ - type: entity parent: ShoesBase id: ShoesNinjaRig - name: Ninja Rig shoes + name: ninja rig shoes description: '' components: - type: Sprite @@ -651,7 +651,7 @@ - type: entity parent: ShoesBase id: ShoesNinjaRigSealed - name: Ninja Rig Sealed shoes + name: ninja rig sealed shoes description: '' components: - type: Sprite @@ -664,7 +664,7 @@ - type: entity parent: ShoesBase id: ShoesOrange - name: Orange shoes + name: orange shoes description: '' components: - type: Sprite @@ -677,7 +677,7 @@ - type: entity parent: ShoesBase id: ShoesOrange1 - name: Orange shoes + name: orange shoes description: '' components: - type: Sprite @@ -690,7 +690,7 @@ - type: entity parent: ShoesBase id: ShoesPurple - name: Purple shoes + name: purple shoes description: '' components: - type: Sprite @@ -703,7 +703,7 @@ - type: entity parent: ShoesBase id: ShoesRainbow - name: Rainbow shoes + name: rainbow shoes description: '' components: - type: Sprite @@ -716,7 +716,7 @@ - type: entity parent: ShoesBase id: ShoesRed - name: Red shoes + name: red shoes description: '' components: - type: Sprite @@ -729,7 +729,7 @@ - type: entity parent: ShoesBase id: ShoesReinforced - name: Reinforced shoes + name: reinforced shoes description: '' components: - type: Sprite @@ -742,7 +742,7 @@ - type: entity parent: ShoesBase id: ShoesScienceRig - name: Science Rig shoes + name: science rig shoes description: '' components: - type: Sprite @@ -755,7 +755,7 @@ - type: entity parent: ShoesBase id: ShoesScienceRigSealed - name: Science Rig Sealed shoes + name: science rig sealed shoes description: '' components: - type: Sprite @@ -768,7 +768,7 @@ - type: entity parent: ShoesBase id: ShoesSecurityRig - name: Security Rig shoes + name: security rig shoes description: '' components: - type: Sprite @@ -781,7 +781,7 @@ - type: entity parent: ShoesBase id: ShoesSecurityRigSealed - name: Security Rig Sealed shoes + name: security rig sealed shoes description: '' components: - type: Sprite @@ -794,7 +794,7 @@ - type: entity parent: ShoesBase id: ShoesSlippers - name: Slippers + name: slippers description: '' components: - type: Sprite @@ -807,7 +807,7 @@ - type: entity parent: ShoesBase id: ShoesSlippersWorn - name: Slippers (Worn) + name: slippers (worn) description: '' components: - type: Sprite @@ -820,7 +820,7 @@ - type: entity parent: ShoesBase id: ShoesSpringjacks - name: Springjacks + name: springjacks description: '' components: - type: Sprite @@ -833,7 +833,7 @@ - type: entity parent: ShoesBase id: ShoesStealthRig - name: Stealth Rig shoes + name: stealth rig shoes description: '' components: - type: Sprite @@ -846,7 +846,7 @@ - type: entity parent: ShoesBase id: ShoesStealthRigSealed - name: Stealth Rig Sealed shoes + name: stealth rig sealed shoes description: '' components: - type: Sprite @@ -859,7 +859,7 @@ - type: entity parent: ShoesBase id: ShoesSwat - name: Swat shoes + name: swat shoes description: '' components: - type: Sprite @@ -872,7 +872,7 @@ - type: entity parent: ShoesBase id: ShoesSNinja - name: S Ninja shoes + name: S ninja shoes description: '' components: - type: Sprite @@ -885,7 +885,7 @@ - type: entity parent: ShoesBase id: ShoesTourist - name: Tourist shoes + name: tourist shoes description: '' components: - type: Sprite @@ -898,7 +898,7 @@ - type: entity parent: ShoesBase id: ShoesWhite - name: White shoes + name: white shoes description: Don't take them off at your office Christmas party components: - type: Sprite @@ -911,7 +911,7 @@ - type: entity parent: ShoesBase id: ShoesWizard - name: Wizard shoes + name: wizard shoes description: '' components: - type: Sprite @@ -924,7 +924,7 @@ - type: entity parent: ShoesBase id: ShoesWorkboots - name: Workboots shoes + name: workboots shoes description: '' components: - type: Sprite @@ -937,7 +937,7 @@ - type: entity parent: ShoesBase id: ShoesYellow - name: Yellow shoes + name: yellow shoes description: '' components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Clothing/shoes/clown.yml b/Resources/Prototypes/Entities/Items/Clothing/shoes/clown.yml index 76a10a415e..055f779684 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/shoes/clown.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/shoes/clown.yml @@ -1,7 +1,7 @@ - type: entity parent: ShoesBase id: ShoesClown - name: Clown shoes + name: clown shoes description: The prankster's standard-issue clowning shoes. Damn they're huge! components: - type: Sprite @@ -10,6 +10,6 @@ sprite: Clothing/Shoes/clown.rsi - type: Clothing sprite: Clothing/Shoes/clown.rsi - - type: Sound + - type: LoopingSound - type: FootstepModifier footstepSoundCollection: footstep_clown diff --git a/Resources/Prototypes/Entities/Items/Clothing/shoes/jackboots.yml b/Resources/Prototypes/Entities/Items/Clothing/shoes/jackboots.yml index 1a62a80f15..5ef46601a7 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/shoes/jackboots.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/shoes/jackboots.yml @@ -1,7 +1,7 @@ - type: entity parent: ShoesBase id: ShoesJackboots - name: Jackboots + name: jackboots description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. components: - type: Sprite @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/jackboots.rsi - type: Clothing sprite: Clothing/Shoes/jackboots.rsi - - type: Sound + - type: LoopingSound - type: FootstepModifier footstepSoundCollection: footstep_heavy diff --git a/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml b/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml index 612e55825c..7caadec27d 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/uniforms.yml @@ -10,7 +10,7 @@ - type: entity parent: UniformBase id: JanitorUniform - name: Janitor Jumpsuit + name: janitor jumpsuit description: The jumpsuit for the poor sop with a mop components: - type: Sprite @@ -27,7 +27,7 @@ - type: entity parent: UniformBase id: UniformEngineering - name: Engineering Jumpsuit + name: engineering jumpsuit components: - type: Sprite sprite: Clothing/Uniforms/uniform_engineering.rsi @@ -44,7 +44,7 @@ - type: entity parent: UniformBase id: UniformAssistant - name: Assistant Jumpsuit + name: assistant jumpsuit components: - type: Sprite sprite: Clothing/Uniforms/uniform_assistant.rsi @@ -60,7 +60,7 @@ - type: entity parent: UniformBase id: UniformClown - name: Clown Suit + name: clown suit description: HONK! components: - type: Sprite @@ -78,7 +78,7 @@ - type: entity parent: UniformBase id: UniformSec - name: Security Jumpsuit + name: security jumpsuit description: A jumpsuit made of strong material, providing robust protection. components: - type: Sprite @@ -95,7 +95,7 @@ - type: entity parent: UniformBase id: UniformCargoTech - name: Cargo Technician Jumpsuit + name: cargo technician jumpsuit description: Shooooorts! They're comfy and easy to wear! components: - type: Sprite @@ -112,7 +112,7 @@ - type: entity parent: UniformBase id: UniformChef - name: Chef's Uniform + name: chef's uniform description: Can't cook without this. components: - type: Sprite @@ -129,7 +129,7 @@ - type: entity parent: UniformBase id: UniformCaptain - name: Captain's Jumpsuit + name: captain's jumpsuit description: It's a blue jumpsuit with some gold markings denoting the rank of "Captain". components: - type: Sprite @@ -146,7 +146,7 @@ - type: entity parent: UniformBase id: UniformHoP - name: Head of Personnel Jumpsuit + name: head of personnel jumpsuit description: It's a jumpsuit worn by someone who works in the position of Head of Personnel. components: - type: Sprite @@ -163,7 +163,7 @@ - type: entity parent: UniformBase id: UniformChiefEngineer - name: Chief Engineer Jumpsuit + name: chief engineer jumpsuit description: It's a high visibility jumpsuit given to those engineers insane enough to achieve the rank of Chief Engineer. It has minor radiation shielding. components: - type: Sprite @@ -180,7 +180,7 @@ - type: entity parent: UniformBase id: UniformCMO - name: Chief Medical Officer Jumpsuit + name: chief medical officer jumpsuit description: It's a jumpsuit worn by those with the experience to be Chief Medical Officer. It provides minor biological protection. components: - type: Sprite @@ -197,7 +197,7 @@ - type: entity parent: UniformBase id: UniformMedicalDoctor - name: Medical Doctor Jumpsuit + name: medical doctor jumpsuit description: It's made of a special fiber that provides minor protection against biohazards. It has a cross on the chest denoting that the wearer is trained medical personnel. components: - type: Sprite @@ -214,7 +214,7 @@ - type: entity parent: UniformBase id: UniformScientist - name: Scientist Jumpsuit + name: scientist jumpsuit description: It's made of a special fiber that provides minor protection against explosives. It has markings that denote the wearer as a scientist. components: - type: Sprite @@ -231,7 +231,7 @@ - type: entity parent: UniformBase id: UniformResearchDirector - name: Research Director Vest Suit + name: research director vest suit description: It's a suit worn by those with the know-how to achieve the position of Research Director. Its fabric provides minor protection from biological contaminants. components: - type: Sprite @@ -248,7 +248,7 @@ - type: entity parent: UniformBase id: UniformMime - name: Mime's Clothes + name: mime's clothes description: ... components: - type: Sprite @@ -265,7 +265,7 @@ - type: entity parent: UniformBase id: UniformHoS - name: Head of Security Jumpsuit + name: head of security jumpsuit description: A security jumpsuit decorated for those few with the dedication to achieve the position of Head of Security. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Consumables/drinks.yml b/Resources/Prototypes/Entities/Items/Consumables/drinks.yml index d7a51be971..b9cc3f8703 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/drinks.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/drinks.yml @@ -45,7 +45,7 @@ - type: entity parent: DrinkGlassBase id: DrinkAleglass - name: Ale + name: ale description: A dark alchoholic beverage made by malted barley and yeast. components: - type: Solution @@ -62,7 +62,7 @@ - type: entity parent: DrinkGlassBase id: DrinkAntifreeze - name: Anti-freeze + name: anti-freeze description: Ultimate refreshment. components: - type: Solution @@ -80,7 +80,7 @@ - type: entity parent: DrinkGlassBase id: DrinkAtomicbombglass - name: Atomic bomb glass + name: atomic bomb glass description: Nuclear proliferation never tasted so good. components: - type: Solution @@ -98,7 +98,7 @@ - type: entity parent: DrinkGlassBase id: DrinkB52Glass - name: B-52 glass + name: b-52 glass description: Coffee, Irish Cream, and cognac. You will get bombed. components: - type: Solution @@ -116,7 +116,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBananahonkglass - name: Bananahonk glass + name: bananahonk glass description: A drink from Clown Heaven. components: - type: Drink @@ -128,7 +128,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBeepskySmashGlass - name: Beepsky smash glass + name: beepsky smash glass description: Deny drinking this and prepare for THE LAW. components: - type: Drink @@ -140,7 +140,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBeer - name: Beer # Beer it is. Coffee. Beer? COFF-EE? BE-ER? C-O... B-E + name: beer # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e description: An alcoholic beverage made from malted grains, hops, yeast, and water. components: - type: Solution @@ -157,7 +157,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBeerglass - name: Beer glass + name: beer glass description: An alcoholic beverage made from malted grains, hops, yeast, and water. components: - type: Solution @@ -174,7 +174,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBerryjJice - name: Berry juice + name: berry juice description: A delicious blend of several different kinds of berries. components: - type: Drink @@ -186,7 +186,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBlackRussianGlass - name: Black russian glass + name: black russian glass description: For the lactose-intolerant. Still as classy as a White Russian. components: - type: Drink @@ -198,7 +198,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBloodyMaryGlass - name: Bloody mary glass + name: bloody mary glass description: A strange yet pleasurable mixture made of vodka, tomato and lime juice. Tastes like liquid murder components: - type: Drink @@ -210,7 +210,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBooger - name: Booger + name: booger description: Ewww... components: - type: Drink @@ -222,7 +222,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBraveBullGlass - name: Brave bull glass + name: brave bull glass description: It's just as effective as Dutch-Courage! components: - type: Drink @@ -234,7 +234,7 @@ - type: entity parent: DrinkGlassBase id: DrinkBrownStar - name: Brown star + name: brown star description: It's not what it sounds like... components: - type: Drink @@ -246,7 +246,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCarafe - name: Pitcher + name: pitcher description: A handled glass pitcher. components: - type: Drink @@ -264,7 +264,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCarrotJuice - name: Carrot juice + name: carrot juice description: Has a uniquely sweet flavour of concentrated carrots. components: - type: Drink @@ -276,7 +276,7 @@ - type: entity parent: DrinkGlassBase id: DrinkChocolateGlass - name: Hot chocolate + name: hot chocolate description: A heated drink consisting melted chocolate and heated milk. components: - type: Drink @@ -288,7 +288,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCafeLatte - name: Cafe latte + name: cafe latte description: A nice, strong and tasty beverage while you are reading. components: - type: Drink @@ -301,7 +301,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCoffee - name: Coffee + name: coffee description: Coffee is a brewed drink prepared from roasted seeds, commonly called coffee beans, of the coffee plant. components: - type: Solution @@ -318,7 +318,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCognacGlass - name: Cognac glass + name: cognac glass description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. Classy as fornication. components: - type: Solution @@ -335,7 +335,7 @@ - type: entity parent: DrinkGlassBase id: DrinkColaBottle - name: Space cola bottle + name: space cola bottle description: Cola. in space components: - type: Solution @@ -352,7 +352,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCream - name: Cream + name: cream description: Dairy product composed of the higher-fat layer skimmed from the top of milk before homogenization. components: - type: Solution @@ -369,7 +369,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCubaLibreGlass - name: Cuba libre glass + name: cuba libre glass description: Rum, mixed with cola. Viva la revolucion. components: - type: Solution @@ -386,7 +386,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCuracaoGlass - name: Blue curacao + name: blue curacao description: Exotically blue, fruity drink, distilled from oranges. components: - type: Drink @@ -398,7 +398,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDemonsBlood - name: Demons blood + name: demons blood description: AHHHH!!!! # AAHHHHHH components: - type: Drink @@ -410,7 +410,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDetFlask - name: Inspector's flask + name: inspector's flask description: A metal flask with a leather band and golden badge belonging to the inspector. components: - type: Drink @@ -422,7 +422,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDevilsKiss - name: Devil's kiss + name: devil's kiss description: Creepy time! components: - type: Drink @@ -434,7 +434,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDoctorsDelightGlass - name: The Doctor's delight + name: the doctor's delight description: A gulp a day keeps the MediBot away. That's probably for the best. components: - type: Drink @@ -446,7 +446,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDriestMartiniGlass - name: Driest martini glass + name: driest martini glass description: Only for the experienced. You think you see sand floating in the glass. components: - type: Drink @@ -458,7 +458,7 @@ - type: entity parent: DrinkGlassBase id: DrinkDrGibbGlass - name: Dr. Gibb Glass + name: Dr. Gibb glass description: A delicious blend of 42 different flavours components: - type: Drink @@ -470,7 +470,7 @@ - type: entity parent: DrinkGlassBase id: DrinkEmeraldGlass - name: Melon liquor + name: melon liquor description: A relatively sweet and fruity 46 proof liquor. components: - type: Drink @@ -482,7 +482,7 @@ - type: entity parent: DrinkGlassBase id: DrinkErikaSurprise - name: Erika surprise + name: erika surprise description: The surprise is, it's green! components: - type: Drink @@ -494,7 +494,7 @@ - type: entity parent: DrinkGlassBase id: DrinkFlask - name: Captain's flask + name: captain's flask description: A metal flask belonging to the captain components: - type: Drink @@ -506,7 +506,7 @@ - type: entity parent: DrinkGlassBase id: DrinkFlaskOld - name: Flask + name: flask description: '' components: - type: Drink @@ -518,7 +518,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGargleBlasterGlass - name: Pan-galactic gargle blaster + name: pan-galactic gargle blaster description: Whoah, this stuff looks volatile! components: - type: Drink @@ -530,7 +530,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGinFizzGlass - name: Gin fizz glass + name: gin fizz glass description: Refreshingly lemony, deliciously dry. components: - type: Drink @@ -542,7 +542,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGinTonicglass - name: Gin and tonic + name: gin and tonic description: An all time classic, mild cocktail. components: - type: Drink @@ -554,7 +554,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGinVodkaGlass - name: Goldschlager + name: goldschlager description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break. components: - type: Drink @@ -566,7 +566,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassBrown - name: Bilk + name: bilk description: This appears to be beer mixed with milk. Disgusting. components: - type: Drink @@ -578,7 +578,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassBrown2 - name: Hooch + name: hooch description: Either someone's failure at cocktail making or attempt in alchohol production. In any case, do you really want to drink that? components: - type: Drink @@ -590,7 +590,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassClear - name: Moonshine + name: moonshine description: You've really hit rock bottom now... your liver packed its bags and left last night. components: - type: Drink @@ -602,7 +602,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassGreen - name: Lime juice + name: lime juice description: The sweet-sour juice of limes. components: - type: Drink @@ -614,7 +614,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassOrange - name: Orange juice + name: orange juice description: Liquid extract of the orange tree fruit, produced by squeezing or reaming oranges. components: - type: Drink @@ -626,7 +626,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassRed - name: Tomato juice + name: tomato juice description: Juice made from tomatoes, usually used as a beverage, either plain or in cocktails components: - type: Drink @@ -638,7 +638,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassWhite - name: Milk + name: milk description: An opaque white liquid produced by the mammary glands of mammals. components: - type: Solution @@ -655,7 +655,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGlassYellow - name: Lemon juice + name: lemon juice description: '' components: - type: Drink @@ -667,7 +667,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGoldschlagerGlass - name: Goldschlager glass + name: goldschlager glass description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break. components: - type: Drink @@ -679,7 +679,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGrapeJuice - name: Grape juice + name: grape juice description: The juice is often sold in stores or fermented and made into wine, brandy, or vinegar. components: - type: Drink @@ -691,7 +691,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGrenadinebottle - name: Briar rose grenadine syrup bottle + name: briar rose grenadine syrup bottle description: Sweet and tangy, a bar syrup used to add color or flavor to drinks. components: - type: Drink @@ -704,7 +704,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGrenadineGlass - name: Grenadine syrup glass + name: grenadine syrup glass description: Made in the modern day with proper pomegranate substitute. Who uses real fruit, anyways? components: - type: Drink @@ -716,7 +716,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGrogGlass - name: Grog glass + name: grog glass description: Watered-down rum, pirate approved! components: - type: Drink @@ -728,7 +728,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGrapeSodaGlass - name: Grape soda glass + name: grape soda glass description: Sweetened drink with a grape flavor and a deep purple color. components: - type: Drink @@ -740,7 +740,7 @@ - type: entity parent: DrinkGlassBase id: DrinkHell - name: Hell ramen + name: hell ramen description: The noodles are boiled, the flavors are artificial, just like being back in school. components: - type: Drink @@ -752,7 +752,7 @@ - type: entity parent: DrinkGlassBase id: DrinkHippiesdelightglass - name: Hippies' delight glass + name: hippies' delight glass description: You just don't get it maaaan. components: - type: Drink @@ -764,7 +764,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIcedCoffeeGlass - name: Iced coffee glass + name: iced coffee glass description: Coffee and ice, refreshing and cool. components: - type: Drink @@ -776,7 +776,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIcedteaglass - name: Long island iced tea + name: long island iced tea description: The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only. components: - type: Drink @@ -788,7 +788,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIcedBeerglass - name: Iced beer glass + name: iced beer glass description: A beer which is so cold the air around it freezes. components: - type: Drink @@ -800,7 +800,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIceGlass - name: Ice glass + name: ice glass description: Water frozen into a solid state. components: - type: Solution @@ -817,7 +817,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIrishcarbomb - name: Irish car bomb + name: irish car bomb description: Mmm, tastes like chocolate cake... components: - type: Solution @@ -834,7 +834,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIrishCoffeeGlass - name: Irish coffee glass + name: irish coffee glass description: Coffee, and alcohol. More fun than a Mimosa to drink in the morning. components: - type: Solution @@ -851,7 +851,7 @@ - type: entity parent: DrinkGlassBase id: DrinkIrishCreamGlass - name: Irish cream glass + name: irish cream glass description: Whiskey-imbued cream, what else would you expect from the Irish. components: - type: Solution @@ -868,7 +868,7 @@ - type: entity parent: DrinkGlassBase id: DrinkJar - name: Jar + name: jar description: The hipster's cup components: - type: Drink @@ -880,7 +880,7 @@ - type: entity parent: DrinkGlassBase id: DrinkJarMetroid - name: Jar metroid + name: jar metroid description: '' components: - type: Drink @@ -892,7 +892,7 @@ - type: entity parent: DrinkGlassBase id: DrinkJarWhat - name: Jar of something + name: jar of something description: You can't really tell what this is. components: - type: Drink @@ -904,7 +904,7 @@ - type: entity parent: DrinkGlassBase id: DrinkKahluaGlass - name: Kahlua glass + name: kahlua glass description: A widely known, Mexican coffee-flavoured liqueur. components: - type: Solution @@ -921,7 +921,7 @@ - type: entity parent: DrinkGlassBase id: DrinkKiraSpecial - name: Kira special + name: kira special description: Long live the guy who everyone had mistaken for a girl. Baka! components: - type: Drink @@ -933,7 +933,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLemonade - name: Lemonade + name: lemonade description: Drink using lemon juice, water, and a sweetener such as cane sugar or honey. components: - type: Drink @@ -945,7 +945,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLemonadeGlass - name: Lemonade glass + name: lemonade glass description: Drink using lemon juice, water, and a sweetener such as cane sugar or honey. components: - type: Drink @@ -957,7 +957,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLemonGlass - name: Lemon glass + name: lemon glass description: '' components: - type: Drink @@ -969,7 +969,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLemonJuice - name: Lemon juice + name: lemon juice description: Used to make lemonade, soft drinks, and cocktails. components: - type: Drink @@ -981,7 +981,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLemonLime - name: Lemon lime + name: lemon lime description: A tangy substance made of lime and lemon. components: - type: Drink @@ -993,7 +993,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLimeJuice - name: Lime juice + name: lime juice description: The sweet-sour juice of limes. components: - type: Drink @@ -1005,7 +1005,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLithiumFlask - name: Lithium flask + name: lithium flask description: A flask with a Lithium Atom symbol on it. components: - type: Drink @@ -1017,7 +1017,7 @@ - type: entity parent: DrinkGlassBase id: DrinkLongIslandIcedTeaGlass - name: Long island iced tea glass + name: long island iced tea glass description: The liquor cabinet, brought together in a delicious mix. Intended for middle-aged alcoholic women only. components: - type: Drink @@ -1029,7 +1029,7 @@ - type: entity parent: DrinkGlassBase id: DrinkManhattanGlass - name: Manhattan glass + name: manhattan glass description: The Detective's undercover drink of choice. He never could stomach gin... components: - type: Drink @@ -1041,7 +1041,7 @@ - type: entity parent: DrinkGlassBase id: DrinkManlyDorfGlass - name: The manly dorf glass + name: the manly dorf glass description: Beer and Ale, brought together in a delicious mix. Intended for true men only. components: - type: Solution @@ -1058,7 +1058,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMargaritaGlass - name: Margarita glass + name: margarita glass description: On the rocks with salt on the rim. Arriba~! components: - type: Drink @@ -1070,7 +1070,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMartiniGlass - name: Vodka martini glass + name: vodka martini glass description: Vodka with Gin. Not quite how 007 enjoyed it, but still delicious. components: - type: Drink @@ -1082,7 +1082,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMeadGlass - name: Mead glass + name: mead glass description: A Viking's drink, though a cheap one. components: - type: Drink @@ -1094,7 +1094,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMilkJug - name: Milk jug + name: milk jug description: An opaque white liquid produced by the mammary glands of mammals. components: - type: Solution @@ -1111,7 +1111,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMilkshake - name: Milkshake + name: milkshake description: Sweet, cold beverage that is usually made from milk components: - type: Drink @@ -1123,7 +1123,7 @@ - type: entity parent: DrinkGlassBase id: DrinkMojito - name: Mojito + name: mojito description: '' components: - type: Drink @@ -1135,7 +1135,7 @@ - type: entity parent: DrinkGlassBase id: DrinkNeurotoxinGlass - name: Neurotoxin glass + name: neurotoxin glass description: A strong neurotoxin that puts the subject into a death-like state. components: - type: Drink @@ -1147,7 +1147,7 @@ - type: entity parent: DrinkGlassBase id: DrinkNothing - name: Nothing + name: nothing description: Absolutely nothing. components: - type: Drink @@ -1159,7 +1159,7 @@ - type: entity parent: DrinkGlassBase id: DrinkNtcahors - name: NeoTheology cahors whine + name: neotheology cahors whine description: Fortified dessert wine made from cabernet sauvignon, saperavi and other grapes. components: - type: Drink @@ -1171,7 +1171,7 @@ - type: entity parent: DrinkGlassBase id: DrinkNukaColaGlass - name: Nuka Cola glass + name: nuka cola glass description: Cola, cola never changes. components: - type: Drink @@ -1183,7 +1183,7 @@ - type: entity parent: DrinkGlassBase id: DrinkOrangeJuice - name: Orange juice + name: orange juice description: Liquid extract of the orange tree fruit, produced by squeezing or reaming oranges. components: - type: Drink @@ -1195,7 +1195,7 @@ - type: entity parent: DrinkGlassBase id: DrinkPatronGlass - name: Patron glass + name: patron glass description: Tequila with silver in it, a favorite of alcoholic women in the club scene. components: - type: Drink @@ -1207,7 +1207,7 @@ - type: entity parent: DrinkGlassBase id: DrinkPoisonBerryJuice - name: Poison berry juice + name: poison berry juice description: A tasty juice blended from various kinds of very deadly and toxic berries. components: - type: Drink @@ -1219,7 +1219,7 @@ - type: entity parent: DrinkGlassBase id: DrinkProjectManhattanGlass - name: Manhattan project glass + name: manhattan project glass description: A scientist's drink of choice, for pondering ways to blow up the station. components: - type: Drink @@ -1231,7 +1231,7 @@ - type: entity parent: DrinkGlassBase id: DrinkPoisonWineGlass - name: Poison wine glass + name: poison wine glass description: Is this even wine? Toxic! Hallucinogenic! Probably consumed in boatloads by your superiors! components: - type: Drink @@ -1243,7 +1243,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRag - name: Rag + name: rag description: '' components: - type: Drink @@ -1255,7 +1255,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRagLit - name: Rag lit + name: rag lit description: '' components: - type: Drink @@ -1267,7 +1267,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRagSmall - name: Rag small + name: rag small description: '' components: - type: Drink @@ -1279,7 +1279,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRagSmallLit - name: Rag small lit + name: rag small lit description: '' components: - type: Drink @@ -1291,7 +1291,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRamen - name: Cup ramen + name: cup ramen description: Just add 10ml water, self heats! A taste that reminds you of your school years. components: - type: Drink @@ -1303,7 +1303,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRedMeadGlass - name: Red mead glass + name: red mead glass description: The true Viking's drink! Even though it has a strange red color. components: - type: Drink @@ -1315,7 +1315,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRewriter - name: Rewriter + name: rewriter description: The secret of the sanctuary of the Libarian... components: - type: Drink @@ -1327,7 +1327,7 @@ - type: entity parent: DrinkGlassBase id: DrinkRumGlass - name: Deadrum glass + name: deadrum glass description: Distilled alcoholic drink made from saltwater. components: - type: Drink @@ -1339,7 +1339,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSbitenGlass - name: Sbiten glass + name: sbiten glass description: A spicy Vodka! Might be a little hot for the little guys! components: - type: Drink @@ -1351,7 +1351,7 @@ - type: entity parent: DrinkGlassBase id: DrinkScrewdriverGlass - name: Screwdriver glass + name: screwdriver glass description: Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious. components: - type: Drink @@ -1363,7 +1363,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSuiDreamGlass - name: Sui dream glass + name: sui dream glass description: 'Comprised of: White soda, blue curacao, melon liquor.' components: - type: Drink @@ -1375,7 +1375,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShakeBlue - name: Blue milkshake + name: blue milkshake description: '' components: - type: Drink @@ -1388,7 +1388,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShakeEmpty - name: ShakeEmpty + name: shakeempty description: '' components: - type: Drink @@ -1400,7 +1400,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShakeMeat - name: Meat shake + name: meat shake description: '' components: - type: Drink @@ -1412,7 +1412,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShakeRobo - name: Robo shake + name: robo shake description: '' components: - type: Drink @@ -1424,7 +1424,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShakeWhite - name: White shake + name: white shake description: '' components: - type: Drink @@ -1437,7 +1437,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShaker - name: Shaker + name: shaker description: '' components: - type: Drink @@ -1449,7 +1449,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShinyFlask - name: Shiny flask + name: shiny flask description: A shiny metal flask. It appears to have a Greek symbol inscribed on it. components: - type: Drink @@ -1461,7 +1461,7 @@ - type: entity parent: DrinkGlassBase id: DrinkShotGlass - name: Shot glass + name: shot glass description: '' components: - type: Drink @@ -1473,7 +1473,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSilencerGlass - name: Silencer glass + name: silencer glass description: A drink from Mime Heaven. components: - type: Drink @@ -1485,7 +1485,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSingulo - name: Singulo + name: singulo description: A blue-space beverage! components: - type: Drink @@ -1497,7 +1497,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSnowwhite - name: Snow White + name: snow white description: A cold refreshment components: - type: Drink @@ -1509,7 +1509,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSodaWater - name: Soda water + name: soda water description: Water containing dissolved carbon dioxide gas. components: - type: Drink @@ -1521,7 +1521,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSoyMilk - name: Soy milk + name: soy milk description: An opaque white liquid made from soybeans. components: - type: Drink @@ -1533,7 +1533,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSoyLatte - name: Soy latte + name: soy latte description: A coffee drink made with espresso and steamed soy milk. components: - type: Drink @@ -1545,7 +1545,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSpaceUpBottle - name: Space-up bottle + name: space-up bottle description: Tastes like a hull breach in your mouth. components: - type: Drink @@ -1557,7 +1557,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSpace-upGlass - name: Space-up Glass + name: space-up glass description: Tastes like a hull breach in your mouth. components: - type: Drink @@ -1569,7 +1569,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSpaceMountainWindBottle - name: Space Mountain Wind Bottle + name: space mountain wind bottle description: Blows right through you like a space wind. components: - type: Drink @@ -1581,7 +1581,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSpaceMountainWindGlass - name: Space Mountain Wind Glass + name: space mountain wind glass description: Blows right through you like a space wind. components: - type: Drink @@ -1593,7 +1593,7 @@ - type: entity parent: DrinkGlassBase id: DrinkSyndicatebomb - name: Syndicate bomb + name: syndicate bomb description: Tastes like terrorism! components: - type: Solution @@ -1610,7 +1610,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTeaGlass - name: Tea glass + name: tea glass description: Tasty black tea. Contains caffeine. components: - type: Solution @@ -1627,7 +1627,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTeapot - name: Teapot # Short and stout + name: teapot # short and stout description: An elegant teapot. It simply oozes class. components: - type: Solution @@ -1644,7 +1644,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTequilaglass - name: Tequila glass + name: tequila glass description: A strong and mildly flavoured, mexican produced spirit. components: - type: Drink @@ -1656,7 +1656,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTequilaSunriseGlass - name: Tequila sunrise glass + name: tequila sunrise glass description: Tequila and orange juice. Much like a Screwdriver, only Mexican~ components: - type: Drink @@ -1668,7 +1668,7 @@ - type: entity parent: DrinkGlassBase id: DrinkThirteenLokoGlass - name: Thirteen Loko Glass + name: thirteen loko glass description: A potent mixture of caffeine and alcohol. components: - type: Drink @@ -1680,7 +1680,7 @@ - type: entity parent: DrinkGlassBase id: DrinkThreeMileIslandGlass - name: Three mile island glass + name: three mile island glass description: Made for a woman, strong enough for a man. components: - type: Drink @@ -1692,7 +1692,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTomatoJuice - name: Tomato juice + name: tomato juice description: Juice made from tomatoes, usually used as a beverage, either plain or in cocktails components: - type: Drink @@ -1704,7 +1704,7 @@ - type: entity parent: DrinkGlassBase id: DrinkTonicWater - name: Tonic water + name: tonic water description: A carbonated soft drink in which quinine is dissolved. components: - type: Drink @@ -1716,7 +1716,7 @@ - type: entity parent: DrinkGlassBase id: DrinkToxinsSpecialGlass - name: Toxins special glass + name: toxins special glass description: This thing is ON FIRE! CALL THE DAMN SHUTTLE!" components: - type: Drink @@ -1728,7 +1728,7 @@ - type: entity parent: DrinkGlassBase id: DrinkVacuumFlask - name: Vacuum flask + name: vacuum flask description: Keeping your drinks at the perfect temperature since 1892. components: - type: Drink @@ -1740,7 +1740,7 @@ - type: entity parent: DrinkGlassBase id: DrinkVermouthglass - name: Vermouth glass + name: vermouth glass description: Aromatized, fortified white wine flavored with various botanicals. components: - type: Drink @@ -1752,7 +1752,7 @@ - type: entity parent: DrinkGlassBase id: DrinkVodkaTonicGlass - name: Vodka tonic glass + name: vodka tonic glass description: For when a gin and tonic isn't russian enough. components: - type: Drink @@ -1764,7 +1764,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWaterJug - name: Water jug + name: water jug description: Stay hydrated components: - type: Drink @@ -1776,7 +1776,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWaterBottle - name: Water bottle + name: water bottle description: Simple clean water of unknown origin. You think that maybe you dont want to know it. components: - type: Drink @@ -1788,7 +1788,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWatermelonJuice - name: Watermelon juice + name: watermelon juice description: Delicious juice made from watermelon. components: - type: Drink @@ -1800,7 +1800,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWaterCup - name: Water Cup + name: water cup description: A paper water cup. components: - type: Drink @@ -1818,7 +1818,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWhiskeyColaGlass - name: Whiskey cola glass + name: whiskey cola glass description: Whiskey, mixed with cola. Surprisingly refreshing. components: - type: Solution @@ -1835,7 +1835,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWhiskeyGlass - name: Special blend whiskey glass + name: special blend whiskey glass description: Just when you thought regular station whiskey was good... This silky, amber goodness has to come along and ruin everything. components: - type: Solution @@ -1852,7 +1852,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWhiskeySodaGlass - name: Whiskey soda glass + name: whiskey soda glass description: For the more refined griffon. components: - type: Drink @@ -1864,7 +1864,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWhiskeySodaGlass2 - name: Whiskey soda glass + name: whiskey soda glass description: For the more refined griffon. components: - type: Drink @@ -1876,7 +1876,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWhiteRussianGlass - name: White Russian glass + name: white russian glass description: That's just, like, your opinion, man... components: - type: Drink @@ -1888,7 +1888,7 @@ - type: entity parent: DrinkGlassBase id: DrinkWineGlass - name: Wine glass + name: wine glass description: An premium alchoholic beverage made from distilled grape juice. components: - type: Solution diff --git a/Resources/Prototypes/Entities/Items/Consumables/drinks_bottles.yml b/Resources/Prototypes/Entities/Items/Consumables/drinks_bottles.yml index 9ba4672af2..a21df8bba8 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/drinks_bottles.yml @@ -16,7 +16,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkAbsintheBottleFull - name: Jailbreaker Verte + name: jailbreaker verte description: One sip of this and you just know you're gonna have a good time. components: - type: Drink @@ -28,7 +28,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkAlcoGreenFull - name: Emeraldine Melon Liquor + name: emeraldine melon liquor description: A bottle of 46 proof Emeraldine Melon Liquor. Sweet and light. components: - type: Drink @@ -40,7 +40,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkAleBottleFull - name: Magm-Ale + name: magm-ale description: A true dorf's drink of choice. components: - type: Solution @@ -57,7 +57,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkBottleOfNothingFull - name: Bottle of nothing + name: bottle of nothing description: A bottle filled with nothing components: - type: Drink @@ -69,7 +69,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkCognacBottleFull - name: Cognac bottle + name: cognac bottle description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. You might as well not scream 'SHITCURITY' this time. components: - type: Solution @@ -86,7 +86,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkGinBottleFull - name: Griffeater gin bottle + name: griffeater gin bottle description: A bottle of high quality gin, produced in the New London Space Station. components: - type: Drink @@ -98,7 +98,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkGoldschlagerBottleFull - name: Goldschlager bottle + name: goldschlager bottle description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break. components: - type: Drink @@ -110,7 +110,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkKahluaBottleFull - name: Kahlua bottle + name: kahlua bottle description: A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK components: - type: Solution @@ -127,7 +127,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkPatronBottleFull - name: Wrapp artiste patron bottle + name: wrapp artiste patron bottle description: Silver laced tequilla, served in space night clubs across the galaxy. components: - type: Drink @@ -139,7 +139,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkPoisonWinebottleFull - name: Warlock's velvet bottle + name: warlock's velvet bottle description: What a delightful packaging for a surely high quality wine! The vintage must be amazing! components: - type: Drink @@ -151,7 +151,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkRumbottleFull - name: Captain Pete's cuban spiced rum + name: captain pete's cuban spiced rum description: This isn't just rum, oh no. It's practically GRIFF in a bottle. components: - type: Drink @@ -163,7 +163,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkTequilabottleFull - name: Caccavo guaranteed quality tequila bottle + name: caccavo guaranteed quality tequila bottle description: Made from premium petroleum distillates, pure thalidomide and other fine quality ingredients! components: - type: Drink @@ -175,7 +175,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkVermouthBottleFull - name: Goldeneye vermouth bottle + name: goldeneye vermouth bottle description: Sweet, sweet dryness~ components: - type: Drink @@ -187,7 +187,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkVodkaBottleFull - name: Vodka bottle + name: vodka bottle description: Aah, vodka. Prime choice of drink AND fuel by Russians worldwide. components: - type: Solution @@ -204,7 +204,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkWhiskeyBottleFull - name: Uncle Git's special reserve + name: uncle git's special reserve description: A premium single-malt whiskey, gently matured inside the tunnels of a nuclear shelter. TUNNEL WHISKEY RULES. components: - type: Solution @@ -221,7 +221,7 @@ - type: entity parent: DrinkBottleBaseFull id: DrinkWineBottleFull - name: Doublebearded bearded special wine bottle + name: doublebearded bearded special wine bottle description: A faint aura of unease and asspainery surrounds the bottle. components: - type: Solution diff --git a/Resources/Prototypes/Entities/Items/Consumables/drinks_cans.yml b/Resources/Prototypes/Entities/Items/Consumables/drinks_cans.yml index d4bb7bbdae..ec61d026dc 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/drinks_cans.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/drinks_cans.yml @@ -21,7 +21,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkColaCan - name: Space cola + name: space cola description: A refreshing beverage. components: - type: Solution @@ -33,7 +33,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkIceTeaCan - name: Ice tea can + name: ice tea can description: '' components: - type: Sprite @@ -44,7 +44,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkLemonLimeCan - name: Lemon-lime can + name: lemon-lime can description: You wanted ORANGE. It gave you Lemon Lime. components: - type: Sprite @@ -55,7 +55,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkPurpleCan - name: Purple Can + name: purple can description: '' components: - type: Sprite @@ -66,7 +66,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkSpaceMountainWindCan - name: Space mountain wind can + name: space mountain wind can description: Blows right through you like a space wind. components: - type: Sprite @@ -77,7 +77,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkSpaceUpCan - name: Space-up can + name: space-up can description: Tastes like a hull breach in your mouth. components: - type: Sprite @@ -88,7 +88,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkStarkistCan - name: Starkist can + name: starkist can description: The taste of a star in liquid form. And, a bit of tuna...? components: - type: Sprite @@ -99,7 +99,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkThirteenLokoCan - name: Thirteen loko can + name: thirteen loko can description: The MBO has advised crew members that consumption of Thirteen Loko may result in seizures, blindness, drunkeness, or even death. Please Drink Responsibly. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml b/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml index 9cbedabfb8..47946147e7 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml @@ -2,7 +2,7 @@ - type: entity parent: BaseItem id: DrinkBaseCup - name: Base cup + name: base cup abstract: true components: - type: Solution @@ -19,7 +19,7 @@ - type: entity parent: DrinkBaseCup id: DrinkGoldenCup - name: Golden cup + name: golden cup description: A golden cup components: - type: Solution @@ -32,7 +32,7 @@ - type: entity parent: DrinkBaseCup id: DrinkPitcher - name: Insulated pitcher + name: insulated pitcher description: A stainless steel insulated pitcher. Everyone's best friend in the morning. components: - type: Solution @@ -51,7 +51,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMug - name: Mug + name: mug description: A plain white mug. components: - type: Solution @@ -70,7 +70,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugBlack - name: Mug Black + name: mug black description: A sleek black mug. components: - type: Solution @@ -89,7 +89,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugBlue - name: Mug Blue + name: mug blue description: A blue and black mug. components: - type: Solution @@ -108,7 +108,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugGreen - name: Mug Green + name: mug green description: A pale green and pink mug. components: - type: Solution @@ -127,7 +127,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugHeart - name: Mug Heart + name: mug heart description: A white mug, it prominently features a red heart. components: - type: Solution @@ -146,7 +146,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugMetal - name: Mug Metal + name: mug metal description: A metal mug. You're not sure which metal. components: - type: Solution @@ -165,7 +165,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugMoebius - name: Mug Moebius + name: mug moebius description: A mug with a Moebius Laboratories logo on it. Not even your morning coffee is safe from corporate advertising. components: - type: Solution @@ -203,7 +203,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugRainbow - name: Mug Rainbow + name: mug rainbow description: A rainbow mug. The colors are almost as blinding as a welder. components: - type: Solution @@ -222,7 +222,7 @@ - type: entity parent: DrinkBaseCup id: DrinkMugRed - name: Mug Red + name: mug red description: A red and black mug. components: - type: Solution diff --git a/Resources/Prototypes/Entities/Items/Consumables/food.yml b/Resources/Prototypes/Entities/Items/Consumables/food.yml index a6c81d8a5a..612056a604 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/food.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/food.yml @@ -3,7 +3,7 @@ id: FoodBase abstract: true components: - - type: Sound + - type: LoopingSound - type: Sprite state: icon netsync: false @@ -19,7 +19,7 @@ # Some of the conversions here have definitely been screwed up # Glorious food - type: entity - name: 4no Raisins + name: 4no raisins parent: FoodBase id: Food4NoRaisins description: Dried raisins @@ -37,7 +37,7 @@ sprite: Objects/Food/4no_raisins.rsi - type: entity - name: Aesir salad + name: aesir salad parent: FoodBase id: FoodAesirSalad description: Probably too incredible for mortal men to fully enjoy. @@ -54,7 +54,7 @@ sprite: Objects/Food/aesirsalad.rsi - type: entity - name: Amanita pie + name: amanita pie parent: FoodBase id: FoodAmanitaPie description: Sweet and tasty poison pie. @@ -70,7 +70,7 @@ sprite: Objects/Food/amanita_pie.rsi - type: entity - name: Amanita jelly + name: amanita jelly parent: FoodBase id: FoodAmanitaJelly description: Looks curiously toxic @@ -88,7 +88,7 @@ sprite: Objects/Food/amanitajelly.rsi #- type: entity -# name: Ambrosia vulgar is crushed +# name: ambrosia vulgar is crushed # parent: FoodBase # id: FoodAmbrosiaVulgarIsCrushed # description: @@ -102,7 +102,7 @@ # sprite: Objects/Food/ambrosiavulgariscrushed.rsi - type: entity - name: Apple cake (slice) + name: apple cake (slice) parent: FoodBase id: FoodAppleCakeSlice description: A slice of heavenly cake. @@ -120,7 +120,7 @@ sprite: Objects/Food/apple_cake_slice.rsi - type: entity - name: Apple pie + name: apple pie parent: FoodBase id: FoodApplePie description: A pie containing sweet sweet love... or apple. @@ -137,7 +137,7 @@ # TODO: BREADSLICE? #- type: entity -# name: Bacon +# name: bacon # parent: FoodBase # id: FoodBacon # description: @@ -151,7 +151,7 @@ # sprite: Objects/Food/bacon.rsi - type: entity - name: Bad recipe + name: bad recipe parent: FoodBase id: FoodBadRecipe description: Someone should be demoted from chef for this. @@ -167,7 +167,7 @@ sprite: Objects/Food/badrecipe.rsi - type: entity - name: Baguette + name: baguette parent: FoodBase id: FoodBaguette description: Bon appetit! @@ -183,7 +183,7 @@ sprite: Objects/Food/baguette.rsi - type: entity - name: Bread (slice) + name: bread (slice) parent: FoodBase id: FoodBreadSlice description: @@ -201,7 +201,7 @@ sprite: Objects/Food/breadslice.rsi - type: entity - name: Banana bread (slice) + name: banana bread (slice) parent: FoodBase id: FoodBananaBreadSlice description: @@ -221,7 +221,7 @@ - type: entity parent: FoodBase id: FoodBananaCreamPie - name: Banana cream pie + name: banana cream pie description: Just like back home, on clown planet! HONK! components: - type: Food @@ -237,7 +237,7 @@ sprite: Objects/Food/pie.rsi #- type: entity -# name: Bear meat +# name: bear meat # parent: FoodBase # id: FoodBearMeat # description: @@ -251,7 +251,7 @@ # sprite: Objects/Food/bearmeat.rsi - type: entity - name: Beet soup + name: beet soup parent: FoodBase id: FoodBeetSoup # Bears, beets, battlestar galactica description: Wait, how do you spell it again..? @@ -269,7 +269,7 @@ sprite: Objects/Food/beetsoup.rsi - type: entity - name: Berry Clafoutis + name: berry clafoutis parent: FoodBase id: FoodBerryClafoutis description: No black birds, this is a good sign. @@ -287,7 +287,7 @@ sprite: Objects/Food/berryclafoutis.rsi - type: entity - name: Birthday cake (slice) + name: birthday cake (slice) parent: FoodBase id: FoodBirthdayCakeSlice description: A slice of your birthday. @@ -307,7 +307,7 @@ - type: entity parent: FoodBase id: FoodSpaghettiBoiled - name: Boiled spaghetti + name: boiled spaghetti description: A plain dish of noodles, this sucks. components: - type: Food @@ -323,7 +323,7 @@ sprite: Objects/Food/spaghettiboiled.rsi - type: entity - name: Brain cake (slice) + name: brain cake (slice) parent: FoodBase id: FoodBrainCakeSlice description: '' @@ -341,7 +341,7 @@ sprite: Objects/Food/brain_cake_slice.rsi - type: entity - name: Candy + name: candy parent: FoodBase id: FoodCandy description: Nougat, love it or hate it. @@ -359,7 +359,7 @@ sprite: Objects/Food/candy.rsi - type: entity - name: Candy corn + name: candy corn parent: FoodBase id: FoodCandyCorn description: It's a handful of candy corn. Cannot be stored in a detective's hat, alas. @@ -375,7 +375,7 @@ sprite: Objects/Food/candy_corn.rsi - type: entity - name: Carrot cake (slice) + name: carrot cake (slice) parent: FoodBase id: FoodCarrotCakeSlice description: Carrotty slice of Carrot Cake, carrots are good for your eyes! Also not a lie. @@ -393,7 +393,7 @@ sprite: Objects/Food/carrotcake_slice.rsi - type: entity - name: Carrot fries + name: carrot fries parent: FoodBase id: FoodCarrotFries description: Tasty fries from fresh Carrots. @@ -411,7 +411,7 @@ sprite: Objects/Food/carrotfries.rsi - type: entity - name: Chawan Mushi + name: chawan mushi parent: FoodBase id: FoodChawanMushi description: A legendary egg custard that makes friends out of enemies. Probably too hot for a cat to eat. @@ -429,7 +429,7 @@ sprite: Objects/Food/chawanmushi.rsi - type: entity - name: Cheeseburger + name: cheeseburger parent: FoodBase id: FoodCheeseburger description: The cheese adds a good flavor. @@ -445,7 +445,7 @@ sprite: Objects/Food/cheeseburger.rsi - type: entity - name: Cheesecake (slice) + name: cheesecake (slice) parent: FoodBase id: FoodCheeseCakeSlice description: Slice of pure cheestisfaction @@ -463,7 +463,7 @@ sprite: Objects/Food/cheesecake_slice.rsi - type: entity - name: Cheese wedge + name: cheese wedge parent: FoodBase id: FoodCheeseWedge description: A wedge of delicious Cheddar. The cheese wheel it was cut from can't have gone far. @@ -479,7 +479,7 @@ sprite: Objects/Food/cheesewedge.rsi - type: entity - name: Cheesie honkers + name: cheesie honkers parent: FoodBase id: FoodCheesieHonkers description: Bite sized cheesie snacks that will honk all over your mouth @@ -497,7 +497,7 @@ sprite: Objects/Food/cheesie_honkers.rsi - type: entity - name: Cheesy fries + name: cheesy fries parent: FoodBase id: FoodCheesyFries description: Fries. Covered in cheese. Duh. @@ -515,7 +515,7 @@ sprite: Objects/Food/cheesyfries.rsi - type: entity - name: Cherry pie + name: cherry pie parent: FoodBase id: FoodCherryPie description: Taste so good, make a grown man cry. @@ -531,7 +531,7 @@ sprite: Objects/Food/cherrypie.rsi - type: entity - name: Chips + name: chips parent: FoodBase id: FoodChips description: Commander Riker's What-The-Crisps @@ -549,7 +549,7 @@ sprite: Objects/Food/chips.rsi - type: entity - name: Chocolate bar + name: chocolate bar parent: FoodBase id: FoodChocolateBar description: Such sweet, fattening food. @@ -565,7 +565,7 @@ sprite: Objects/Food/chocolatebar.rsi - type: entity - name: Chocolate cake (slice) + name: chocolate cake (slice) parent: FoodBase id: FoodChocolateCakeSlice description: A cake with added chocolate @@ -583,7 +583,7 @@ sprite: Objects/Food/chocolatecake_slice.rsi - type: entity - name: Chocolate egg + name: chocolate egg parent: FoodBase id: FoodChocolateEgg description: Such sweet, fattening food. @@ -599,7 +599,7 @@ sprite: Objects/Food/chocolateegg.rsi - type: entity - name: Clown burger + name: clown burger parent: FoodBase id: FoodClownBurger description: This tastes funny... @@ -615,7 +615,7 @@ sprite: Objects/Food/clownburger.rsi - type: entity - name: Clown's tears + name: clown's tears parent: FoodBase id: FoodClownsTears description: Not very funny. @@ -631,7 +631,7 @@ sprite: Objects/Food/clownstears.rsi #- type: entity -# name: Cocoa +# name: cocoa # parent: FoodBase # id: FoodCocoa # description: @@ -648,7 +648,7 @@ - type: entity parent: FoodBase id: FoodColdchili - name: Cold chili + name: cold chili description: This slush is barely a liquid! components: - type: Food @@ -666,7 +666,7 @@ #- type: entity # parent: FoodBase # id: FoodColdsauce -# name: Coldsauce +# name: coldsauce # description: '' # components: # - type: Food @@ -681,7 +681,7 @@ - type: entity parent: FoodBase id: FoodCookie - name: Cookie!!! + name: cookie!!! description: COOKIE!!! components: - type: Solution @@ -697,7 +697,7 @@ - type: entity parent: FoodBase id: FoodCracker - name: Cracker + name: cracker description: It's a salted cracker. components: - type: Solution @@ -713,7 +713,7 @@ - type: entity parent: FoodBase id: FoodCreamCheeseBreadSlice - name: Cream cheese bread (slice) + name: cream cheese bread (slice) description: A slice of yum! components: - type: Food @@ -731,7 +731,7 @@ - type: entity parent: FoodBase id: FoodCubanCarp - name: Cuban carp + name: cuban carp description: A sandwich that burns your tongue and then leaves it numb! components: - type: Food @@ -749,7 +749,7 @@ #- type: entity # parent: FoodBase # id: FoodDionaRoast -# name: Diona roast +# name: diona roast # description: '' # components: # - type: Food @@ -764,7 +764,7 @@ - type: entity parent: FoodBase id: FoodDonkPocket - name: Donk-pocket + name: donk-pocket description: The food of choice for the seasoned traitor. components: - type: Solution @@ -780,7 +780,7 @@ - type: entity parent: FoodBase id: FoodDonut - name: Donut + name: donut description: Goes great with Robust Coffee. components: - type: Solution @@ -796,7 +796,7 @@ - type: entity parent: FoodBase id: FoodFrostedDonut - name: Frosted Donut + name: frosted donut description: Goes great with Robust Coffee. components: - type: Solution @@ -812,7 +812,7 @@ - type: entity parent: FoodBase id: FoodEgg-blue - name: Egg-blue + name: egg-blue description: An egg! components: - type: Solution @@ -828,7 +828,7 @@ - type: entity parent: FoodBase id: FoodEgg-green - name: Egg-green + name: egg-green description: An egg! components: - type: Solution @@ -844,7 +844,7 @@ - type: entity parent: FoodBase id: FoodEgg-mime - name: Egg-mime + name: egg-mime description: An egg! components: - type: Solution @@ -860,7 +860,7 @@ - type: entity parent: FoodBase id: FoodEgg-orange - name: Egg-orange + name: egg-orange description: An egg! components: - type: Solution @@ -876,7 +876,7 @@ - type: entity parent: FoodBase id: FoodEgg-purple - name: Egg-purple + name: egg-purple description: An egg! components: - type: Solution @@ -892,7 +892,7 @@ - type: entity parent: FoodBase id: FoodEgg-rainbow - name: Egg-rainbow + name: egg-rainbow description: An egg! components: - type: Solution @@ -908,7 +908,7 @@ - type: entity parent: FoodBase id: FoodEgg-red - name: Egg-red + name: egg-red description: An egg! components: - type: Solution @@ -924,7 +924,7 @@ - type: entity parent: FoodBase id: FoodEgg-yellow - name: Egg-yellow + name: egg-yellow description: An egg! components: - type: Solution @@ -940,7 +940,7 @@ - type: entity parent: FoodBase id: FoodEgg - name: Egg + name: egg description: An egg! components: - type: Solution @@ -956,7 +956,7 @@ - type: entity parent: FoodBase id: FoodEggplantparm - name: Eggplant parmigiana # Parma or parmi + name: eggplant parmigiana # parma or parmi description: The only good recipe for eggplant. components: - type: Food @@ -974,7 +974,7 @@ #- type: entity # parent: FoodBase # id: FoodEmptycondiment -# name: Empty condiment +# name: empty condiment # description: '' # components: # - type: Food @@ -989,7 +989,7 @@ - type: entity parent: FoodBase id: FoodEnchiladas - name: Enchiladas + name: enchiladas description: Viva La Mexico! components: - type: Food @@ -1007,7 +1007,7 @@ #- type: entity # parent: FoodBase # id: FoodEnchiladasold -# name: Enchiladas (old) +# name: enchiladas (old) # description: '' # components: # - type: Food @@ -1022,7 +1022,7 @@ #- type: entity # parent: FoodBase # id: FoodEnzyme -# name: Enzyme +# name: enzyme # description: '' # components: # - type: Food @@ -1037,7 +1037,7 @@ - type: entity parent: FoodBase id: FoodFishAndChips - name: Fish and chips + name: fish and chips description: I do say so myself chap. components: - type: Solution @@ -1053,7 +1053,7 @@ - type: entity parent: FoodBase id: FoodFishBurger - name: Fillet -o- Carp Sandwich + name: fillet -o- carp sandwich description: Almost like a carp is yelling somewhere... Give me back that fillet -o- carp, give me that carp. components: - type: Solution @@ -1069,7 +1069,7 @@ #- type: entity # parent: FoodBase # id: FoodFishfillet -# name: Fishfillet +# name: fishfillet # description: '' # components: # - type: Food @@ -1084,7 +1084,7 @@ - type: entity parent: FoodBase id: FoodFishfingers - name: Fish fingers + name: fish fingers description: A finger of fish. components: - type: Solution @@ -1100,7 +1100,7 @@ #- type: entity # parent: FoodBase # id: FoodFlour -# name: Flour +# name: flour # description: '' # components: # - type: Food @@ -1115,7 +1115,7 @@ - type: entity parent: FoodBase id: FoodFortuneCookie - name: Fortune cookie + name: fortune cookie description: A true prophecy in each cookie! components: - type: Solution @@ -1131,7 +1131,7 @@ - type: entity parent: FoodBase id: FoodFriedegg - name: Fried egg + name: fried egg description: A fried egg, with a touch of salt and pepper. components: - type: Solution @@ -1147,7 +1147,7 @@ - type: entity parent: FoodBase id: FoodFries - name: Space fries + name: space fries description: "AKA: French Fries, Freedom Fries, etc." components: - type: Food @@ -1165,7 +1165,7 @@ - type: entity parent: FoodBase id: FoodGappleTart - name: Golden apple streusel tart + name: golden apple streusel tart description: A tasty dessert that won't make it through a metal detector. components: - type: Food @@ -1183,7 +1183,7 @@ - type: entity parent: FoodBase id: FoodGrilledCheese - name: Grilled cheese sandwich + name: grilled cheese sandwich description: Goes great with Tomato soup! components: - type: Food @@ -1201,7 +1201,7 @@ - type: entity parent: FoodBase id: FoodHumanBurger - name: Human-burger + name: human-burger description: A bloody burger. components: - type: Solution @@ -1217,7 +1217,7 @@ - type: entity parent: FoodBase id: FoodHerbSalad - name: Tossed salad + name: tossed salad description: A proper salad, basic and simple, with little bits of carrot, tomato and apple intermingled. Vegan! components: - type: Food @@ -1235,7 +1235,7 @@ #- type: entity # parent: FoodBase # id: FoodHoneycomb -# name: Honeycomb +# name: honeycomb # description: '' # components: # - type: Food @@ -1250,7 +1250,7 @@ - type: entity parent: FoodBase id: FoodHotchili - name: Hot chili + name: hot chili description: A five alarm Texan Chili! components: - type: Food @@ -1268,7 +1268,7 @@ - type: entity parent: FoodBase id: FoodHotdog - name: Hotdog + name: hotdog description: Unrelated to dogs, maybe. components: - type: Solution @@ -1284,7 +1284,7 @@ #- type: entity # parent: FoodBase # id: FoodHotsauce -# name: Hotsauce +# name: hotsauce # description: '' # components: # - type: Food @@ -1299,7 +1299,7 @@ - type: entity parent: FoodBase id: FoodHugeMushroomSlice - name: Huge mushroom (slice) + name: huge mushroom (slice) description: A slice from a huge mushroom. components: - type: Solution @@ -1315,7 +1315,7 @@ - type: entity parent: FoodBase id: FoodKabobHuman - name: Human-Kabob + name: human-kabob description: A human meat, on a stick. components: - type: Food @@ -1333,7 +1333,7 @@ - type: entity parent: FoodBase id: FoodJellyDonut - name: Jelly donut + name: jelly donut description: You jelly? components: - type: Solution @@ -1349,7 +1349,7 @@ - type: entity parent: FoodBase id: FoodFrostedJellyDonut - name: Frosted Jelly Donut + name: frosted jelly donut description: You jelly? components: - type: Solution @@ -1365,7 +1365,7 @@ - type: entity parent: FoodBase id: FoodJellyBurger - name: Jelly burger + name: jelly burger description: Culinary delight..? components: - type: Solution @@ -1381,7 +1381,7 @@ - type: entity parent: FoodBase id: FoodJellySandwich - name: Jelly sandwich + name: jelly sandwich description: You wish you had some peanut butter to go with this... components: - type: Food @@ -1399,7 +1399,7 @@ - type: entity parent: FoodBase id: FoodJellyToast - name: Jellied toast + name: jellied toast description: A slice of bread covered with delicious jam. components: - type: Food @@ -1418,7 +1418,7 @@ - type: entity parent: FoodBase id: FoodKabobMeat - name: Meat-Kabob + name: meat-kabob description: Delicious meat, on a stick. components: - type: Food @@ -1436,7 +1436,7 @@ #- type: entity # parent: FoodBase # id: FoodKetchup -# name: Ketchup +# name: ketchup # description: '' # components: # - type: Food @@ -1451,7 +1451,7 @@ #- type: entity # parent: FoodBase # id: FoodKetchupold -# name: Ketchup (old) +# name: ketchup (old) # description: '' # components: # - type: Food @@ -1466,7 +1466,7 @@ - type: entity parent: FoodBase id: FoodLemonCakeSlice - name: Lemon cake (Slice) + name: lemon cake (slice) description: Just a slice of cake, it is enough for everyone. components: - type: Food @@ -1484,7 +1484,7 @@ - type: entity parent: FoodBase id: FoodLimeCakeSlice - name: Lime cake (Slice) + name: lime cake (slice) description: Just a slice of cake, it is enough for everyone. components: - type: Food @@ -1502,7 +1502,7 @@ - type: entity parent: FoodBase id: FoodLiquidFood - name: LiquidFood ration #\improper? + name: liquidfood ration #\improper? description: A prepackaged grey slurry of all the essential nutrients for a spacefarer on the go. Should this be crunchy? components: - type: Solution @@ -1518,7 +1518,7 @@ - type: entity parent: FoodBase id: FoodLoadedBakedPotato - name: Loaded baked potato + name: loaded baked potato description: Totally baked. components: - type: Solution @@ -1534,7 +1534,7 @@ - type: entity parent: FoodBase id: FoodMeat - name: Meat + name: meat description: A slab of meat. components: - type: Solution @@ -1550,7 +1550,7 @@ - type: entity parent: FoodBase id: FoodMeatball - name: Meatball + name: meatball description: A great meal all round. components: - type: Solution @@ -1566,7 +1566,7 @@ - type: entity parent: FoodBase id: FoodMeatballSoup - name: Meatball soup + name: meatball soup description: You've got balls kid, BALLS! components: - type: Food @@ -1584,7 +1584,7 @@ - type: entity parent: FoodBase id: FoodMeatballSpaghetti - name: Spaghetti & meatballs + name: spaghetti & meatballs description: Now thats a nic'e meatball! components: - type: Food @@ -1602,7 +1602,7 @@ - type: entity parent: FoodBase id: FoodMeatBreadSlice - name: Meat bread (slice) + name: meat bread (slice) description: A slice of delicious meatbread. components: - type: Food @@ -1620,7 +1620,7 @@ - type: entity parent: FoodBase id: FoodMeatpie - name: Meat pie + name: meat pie description: An old barber recipe, very delicious! components: - type: Food @@ -1638,7 +1638,7 @@ - type: entity parent: FoodBase id: FoodMeatPizzaSlice - name: Meat pizza (slice) + name: meat pizza (slice) description: A slice of a meaty pizza. components: - type: Solution @@ -1654,7 +1654,7 @@ - type: entity parent: FoodBase id: FoodMeatSteak - name: Meat steak + name: meat steak description: A piece of hot spicy meat. components: - type: Food @@ -1672,7 +1672,7 @@ - type: entity parent: FoodBase id: FoodMiloSoup - name: Milo soup + name: milo soup description: The universes best soup! Yum!!! components: - type: Food @@ -1690,7 +1690,7 @@ - type: entity parent: FoodBase id: FoodMimeBurger - name: Mime burger + name: mime burger description: Its taste defies language. components: - type: Solution @@ -1706,7 +1706,7 @@ - type: entity parent: FoodBase id: FoodMint - name: Mint + name: mint description: It is only wafer thin. components: - type: Solution @@ -1722,7 +1722,7 @@ #- type: entity # parent: FoodBase # id: FoodMixedcondiments -# name: Mixedcondiments +# name: mixedcondiments # description: '' # components: # - type: Food @@ -1737,7 +1737,7 @@ - type: entity parent: FoodBase id: FoodMonkeyBurger - name: Monkey-burger + name: monkey-burger description: The cornerstone of every nutritious breakfast. components: - type: Solution @@ -1753,7 +1753,7 @@ - type: entity parent: FoodBase id: FoodMonkeyCube - name: Monkey cube + name: monkey cube description: Just add water! components: - type: Solution @@ -1769,7 +1769,7 @@ - type: entity parent: FoodBase id: FoodMonkeysDelight - name: Monkey's delight + name: monkey's delight description: Eeee Eee! components: - type: Food @@ -1787,7 +1787,7 @@ - type: entity parent: FoodBase id: FoodMonkiesDelightOld - name: Monkies delight (old) + name: monkies delight (old) description: '' components: - type: Solution @@ -1803,7 +1803,7 @@ #- type: entity # parent: FoodBase # id: FoodMtearp -# name: Mtearp +# name: mtearp # description: '' # components: # - type: Food @@ -1818,7 +1818,7 @@ #- type: entity # parent: FoodBase # id: FoodMuffin -# name: Muffin +# name: muffin # description: '' # components: # - type: Food @@ -1833,7 +1833,7 @@ - type: entity parent: FoodBase id: FoodMushroomPizzaSlice - name: Mushroom pizza slice + name: mushroom pizza slice description: Maybe it is the last slice of pizza in your life. components: - type: Solution @@ -1849,7 +1849,7 @@ - type: entity parent: FoodBase id: FoodMushroomSoup - name: Mushroom soup + name: mushroom soup description: A delicious and hearty mushroom soup. components: - type: Food @@ -1868,7 +1868,7 @@ - type: entity parent: FoodBase id: FoodMysterySoup - name: Mystery soup + name: mystery soup description: The mystery is, why aren't you eating it? components: - type: Food @@ -1886,7 +1886,7 @@ - type: entity parent: FoodBase id: FoodNettlesoup - name: Nettlesoup + name: nettlesoup description: To think, the botanist would've beat you to death with one of these. components: - type: Food @@ -1904,7 +1904,7 @@ #- type: entity # parent: FoodBase # id: FoodOliveoil -# name: Oliveoil +# name: oliveoil # description: '' # components: # - type: Food @@ -1919,7 +1919,7 @@ - type: entity parent: FoodBase id: FoodOmelette - name: Omelette du fromage + name: omelette du fromage description: That's all you can say! components: - type: Food @@ -1937,7 +1937,7 @@ - type: entity parent: FoodBase id: FoodOrangeCakeSlice - name: Orange cake (slice) + name: orange cake (slice) description: Just a slice of cake, it is enough for everyone. components: - type: Food @@ -1955,7 +1955,7 @@ - type: entity parent: FoodBase id: FoodPastaTomato - name: Spaghetti + name: spaghetti description: Spaghetti and crushed tomatoes. Just like your abusive father used to make! components: - type: Food @@ -1973,7 +1973,7 @@ #- type: entity # parent: FoodBase # id: FoodPeppermillsmall -# name: Peppermillsmall +# name: peppermillsmall # description: '' # components: # - type: Food @@ -1988,7 +1988,7 @@ - type: entity parent: FoodBase id: FoodPhelmbiscuit - name: Plump helm biscuit + name: plump helm biscuit description: This is a finely-prepared plump helmet biscuit. The ingredients are exceptionally minced plump helmet, and well-minced dwarven wheat flour. components: - type: Solution @@ -2004,7 +2004,7 @@ - type: entity parent: FoodBase id: FoodMargheritaPizzaSlice - name: Margherita pizza (slice) + name: margherita pizza (slice) description: A slice of the classic pizza. components: - type: Solution @@ -2020,7 +2020,7 @@ - type: entity parent: FoodBase id: FoodPlainCakeSlice - name: Plain cake (Slice) + name: plain cake (slice) description: Just a slice of cake, it is enough for everyone. components: - type: Food @@ -2038,7 +2038,7 @@ - type: entity parent: FoodBase id: FoodPlumpPie - name: Plump Pie + name: plump pie description: I bet you love stuff made out of plump helmets! components: - type: Solution @@ -2054,7 +2054,7 @@ - type: entity parent: FoodBase id: FoodPopcorn - name: Popcorn + name: popcorn description: Now let's find some cinema. components: - type: Food @@ -2073,7 +2073,7 @@ - type: entity parent: FoodBase id: FoodPoppyPretzel - name: Poppy pretzel + name: poppy pretzel description: It's all twisted up! components: - type: Solution @@ -2089,7 +2089,7 @@ - type: entity parent: FoodBase id: FoodPumpkinPieSlice - name: Pumpkin pie (slice) + name: pumpkin pie (slice) description: A slice of pumpkin pie, with whipped cream on top. Perfection. components: - type: Food @@ -2108,7 +2108,7 @@ #- type: entity # parent: FoodBase # id: FoodRice -# name: Rice +# name: rice # description: '' # components: # - type: Food @@ -2123,7 +2123,7 @@ - type: entity parent: FoodBase id: FoodRoburger - name: Roburger + name: roburger description: The lettuce is the only organic component. Beep. components: - type: Solution @@ -2139,7 +2139,7 @@ - type: entity parent: FoodBase id: FoodRoffleWaffles - name: Roffle waffles + name: roffle waffles description: Waffles from Roffle. Co. components: - type: Food @@ -2157,7 +2157,7 @@ #- type: entity # parent: FoodBase # id: FoodRoroSoup -# name: Roro soup +# name: roro soup # description: '' # components: # - type: Food @@ -2172,7 +2172,7 @@ #- type: entity # parent: FoodBase # id: FoodRottenmeat -# name: Rottenmeat +# name: rottenmeat # description: '' # components: # - type: Food @@ -2187,7 +2187,7 @@ - type: entity parent: FoodBase id: FoodRicePudding - name: Rice pudding + name: rice pudding description: Where's the jam? components: - type: Food @@ -2205,7 +2205,7 @@ - type: entity parent: FoodBase id: FoodSandwich - name: Sandwich + name: sandwich description: A grand creation of meat, cheese, bread, and several leaves of lettuce! Arthur Dent would be proud. components: - type: Food @@ -2223,7 +2223,7 @@ #- type: entity # parent: FoodBase # id: FoodSandwichFilling -# name: Sandwich Filling +# name: sandwich filling # description: '' # components: # - type: Food @@ -2238,7 +2238,7 @@ #- type: entity # parent: FoodBase # id: FoodSandwichTop -# name: Sandwich Top +# name: sandwich top # description: '' # components: # - type: Food @@ -2253,7 +2253,7 @@ - type: entity parent: FoodBase id: FoodSausage - name: Sausage # Sanga + name: sausage # sanga description: A piece of mixed, long meat. components: - type: Solution @@ -2269,7 +2269,7 @@ #- type: entity # parent: FoodBase # id: FoodShandp -# name: Shandp +# name: shandp # description: '' # components: # - type: Food @@ -2284,7 +2284,7 @@ #- type: entity # parent: FoodBase # id: FoodSkrellsnacks -# name: Skrellsnacks +# name: skrellsnacks # description: '' # components: # - type: Food @@ -2299,7 +2299,7 @@ - type: entity parent: FoodBase id: FoodSosJerky - name: Scaredy's Private Reserve Beef Jerky + name: scaredy's private reserve beef jerky description: Beef jerky made from the finest space cows. components: - type: Solution @@ -2316,7 +2316,7 @@ - type: entity parent: FoodBase id: FoodSoyDope - name: Soy dope + name: soy dope description: Dope from a soy. components: - type: Food @@ -2334,7 +2334,7 @@ - type: entity parent: FoodBase id: FoodSoylentGreen - name: Soylent green + name: soylent green description: Not made of people. Honest. components: - type: Food @@ -2349,11 +2349,11 @@ - type: Icon sprite: Objects/Food/soylent_green.rsi -# Why these were named different I have no idea +# why these were named different i have no idea - type: entity parent: FoodBase id: FoodSoylentYellow - name: Soylen virdians + name: soylen virdians description: Not made of people. Honest. components: - type: Food @@ -2371,7 +2371,7 @@ #- type: entity # parent: FoodBase # id: FoodSoysauce -# name: Soysauce +# name: soysauce # description: '' # components: # - type: Food @@ -2386,7 +2386,7 @@ - type: entity parent: FoodBase id: FoodSpaceTwinkie - name: Space twinkie + name: space twinkie description: Guaranteed to survive longer then you will. components: - type: Solution @@ -2402,7 +2402,7 @@ - type: entity parent: FoodBase id: FoodSpacylibertyDuff - name: Spacy liberty duff + name: spacy liberty duff description: Jello gelatin, from Alfred Hubbard's cookbook components: - type: Food @@ -2420,7 +2420,7 @@ - type: entity parent: FoodBase id: FoodSpaghetti - name: Spaghetti + name: spaghetti description: A bundle of raw spaghetti. components: - type: Solution @@ -2436,7 +2436,7 @@ - type: entity parent: FoodBase id: FoodSpellBurger - name: Spell burger + name: spell burger description: This is absolutely Ei Nath. components: - type: Solution @@ -2452,7 +2452,7 @@ - type: entity parent: FoodBase id: FoodSpellburgerold - name: Spell burger (old) + name: spell burger (old) description: This is absolutely Ei Nath. components: - type: Solution @@ -2468,7 +2468,7 @@ - type: entity parent: FoodBase id: FoodSpesslaw - name: Spesslaw + name: spesslaw description: A lawyers favourite components: - type: Solution @@ -2484,7 +2484,7 @@ - type: entity parent: FoodBase id: FoodStew - name: Stew + name: stew description: A nice and warm stew. Healthy and strong. components: - type: Solution @@ -2500,7 +2500,7 @@ - type: entity parent: FoodBase id: FoodStewedsoymeat - name: Stewed soy meat + name: stewed soy meat description: Even non-vegetarians will LOVE this! components: - type: Food @@ -2518,7 +2518,7 @@ - type: entity parent: FoodBase id: FoodStuffing - name: Stuffing + name: stuffing description: Moist, peppery breadcrumbs for filling the body cavities of dead birds. Dig in! components: - type: Solution @@ -2534,7 +2534,7 @@ #- type: entity # parent: FoodBase # id: FoodSugar -# name: Sugar +# name: sugar # description: '' # components: # - type: Food @@ -2549,7 +2549,7 @@ #- type: entity # parent: FoodBase # id: FoodSugarsmall -# name: Sugarsmall +# name: sugarsmall # description: '' # components: # - type: Food @@ -2564,7 +2564,7 @@ - type: entity parent: FoodBase id: FoodSuperBiteBurger - name: Super bite burger + name: Super Bite Burger description: This is a mountain of a burger. FOOD! components: - type: Solution @@ -2580,7 +2580,7 @@ - type: entity parent: FoodBase id: FoodSyndiCakes - name: Syndi-cakes + name: syndi-cakes description: An extremely moist snack cake that tastes just as good after being nuked. components: - type: Food @@ -2598,7 +2598,7 @@ - type: entity parent: FoodBase id: FoodTaco - name: Taco + name: taco description: Take a bite! components: - type: Solution @@ -2614,7 +2614,7 @@ - type: entity parent: FoodBase id: FoodTastyBread - name: Tasty bread + name: tasty bread description: Bread in a tube. Chewy...and surprisingly tasty. components: - type: Food @@ -2632,7 +2632,7 @@ - type: entity parent: FoodBase id: FoodToastedsandwich - name: Toasted sandwich + name: toasted sandwich description: Now if you only had a pepper bar. components: - type: Food @@ -2650,7 +2650,7 @@ - type: entity parent: FoodBase id: FoodTofu - name: Tofu + name: tofu description: We all love tofu. components: - type: Solution @@ -2666,7 +2666,7 @@ - type: entity parent: FoodBase id: FoodTofuBreadSlice - name: Tofu bread (slice) + name: tofu bread (slice) description: A slice of delicious tofubread. components: - type: Food @@ -2684,7 +2684,7 @@ - type: entity parent: FoodBase id: FoodTofuBurger - name: Tofu burger + name: tofu burger description: What.. is that meat? components: - type: Solution @@ -2700,7 +2700,7 @@ - type: entity parent: FoodBase id: FoodKabobTofu - name: Tofu-Kabob + name: tofu-kabob description: Vegan meat, on a stick. components: - type: Food @@ -2718,7 +2718,7 @@ - type: entity parent: FoodBase id: FoodTofurkey - name: Tofurkey + name: tofurkey description: A fake turkey made from tofu. components: - type: Solution @@ -2734,7 +2734,7 @@ - type: entity parent: FoodBase id: FoodTomatoSlice - name: Tomato slice + name: tomato slice description: A slice from a huge tomato components: - type: Solution @@ -2750,7 +2750,7 @@ - type: entity parent: FoodBase id: FoodTomatoSoup - name: Tomato soup + name: tomato soup description: Smells like copper. components: - type: Food @@ -2768,7 +2768,7 @@ - type: entity parent: FoodBase id: FoodTwoBread - name: Two bread + name: two bread description: It is very bitter and winy. components: - type: Solution @@ -2784,7 +2784,7 @@ - type: entity parent: FoodBase id: FoodValidSalad - name: Valid salad + name: valid salad description: It's just a salad of questionable 'herbs' with meatballs and fried potato slices. Nothing suspicious about it. components: - type: Food @@ -2802,7 +2802,7 @@ - type: entity parent: FoodBase id: FoodVegetablePizzaSlice - name: Vegetable pizza (slice) + name: vegetable pizza (slice) description: A slice of the most green pizza of all pizzas not containing green ingredients components: - type: Solution @@ -2818,7 +2818,7 @@ - type: entity parent: FoodBase id: FoodVegetableSoup - name: Vegetable soup + name: vegetable soup description: A true vegan meal components: - type: Food @@ -2836,7 +2836,7 @@ - type: entity parent: FoodBase id: FoodWaffles - name: Waffles + name: waffles description: Mmm, waffles components: - type: Food @@ -2854,7 +2854,7 @@ - type: entity parent: FoodBase id: FoodWatermelonSlice - name: Watermelon (slice) + name: watermelon (slice) description: A slice of watery goodness. components: - type: Solution @@ -2870,7 +2870,7 @@ - type: entity parent: FoodBase id: FoodWingFangChu - name: Wing fang chu + name: wing fang chu description: A savory dish of alien wing wang in soy. components: - type: Food @@ -2888,7 +2888,7 @@ - type: entity parent: FoodBase id: FoodWishSoup - name: Wish soup + name: wish soup description: I wish this was soup. components: - type: Food @@ -2906,7 +2906,7 @@ - type: entity parent: FoodBase id: FoodXenoburger - name: Xenoburger + name: xenoburger description: Smells caustic. Tastes like heresy. components: - type: Solution @@ -2922,7 +2922,7 @@ - type: entity parent: FoodBase id: FoodXenoMeatbreadslice - name: Xenomeat bread (slice) + name: xenomeat bread (slice) description: A slice of delicious meatbread. Extra Heretical. components: - type: Food @@ -2940,7 +2940,7 @@ - type: entity parent: FoodBase id: FoodXenomeat - name: Xenomeat + name: xenomeat description: Yum. components: - type: Solution @@ -2956,7 +2956,7 @@ - type: entity parent: FoodBase id: FoodXenomeatPie - name: Xeno-pie + name: xeno-pie description: A delicious meatpie. Probably heretical. components: - type: Food @@ -2974,7 +2974,7 @@ - type: entity parent: FoodBase id: DisgustingSweptSoup - name: Salty Sweet Miso Cola Soup + name: salty sweet miso cola soup description: Jesus christ. components: - type: Food diff --git a/Resources/Prototypes/Entities/Items/Consumables/food_containers.yml b/Resources/Prototypes/Entities/Items/Consumables/food_containers.yml index 75337f7035..e9441dde1f 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/food_containers.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/food_containers.yml @@ -13,7 +13,7 @@ # Containers - type: entity parent: FoodContainerBase - name: Apple cake + name: apple cake id: FoodContainerAppleCake components: - type: FoodContainer @@ -27,7 +27,7 @@ - type: entity parent: FoodContainerBase - name: Banana bread + name: banana bread id: FoodContainerBananaBread components: - type: FoodContainer @@ -40,7 +40,7 @@ - type: entity parent: FoodContainerBase - name: Birthday cake + name: birthday cake id: FoodContainerBirthdayCake components: - type: FoodContainer @@ -53,7 +53,7 @@ - type: entity parent: FoodContainerBase - name: Brain cake + name: brain cake id: FoodContainerBrainCake components: - type: FoodContainer @@ -66,7 +66,7 @@ - type: entity parent: FoodContainerBase - name: Bread + name: bread id: FoodContainerBread components: - type: FoodContainer @@ -79,7 +79,7 @@ - type: entity parent: FoodContainerBase - name: Carrot cake + name: carrot cake id: FoodContainerCarrotCake components: - type: FoodContainer @@ -92,7 +92,7 @@ - type: entity parent: FoodContainerBase - name: Cheesecake + name: cheesecake id: FoodContainerCheeseCake components: - type: FoodContainer @@ -105,7 +105,7 @@ - type: entity parent: FoodContainerBase - name: Cheese wheel + name: cheese wheel id: FoodContainerCheeseWheel components: - type: FoodContainer @@ -118,7 +118,7 @@ - type: entity parent: FoodContainerBase - name: Chocolate cake + name: chocolate cake id: FoodContainerChocolateCake components: - type: FoodContainer @@ -131,7 +131,7 @@ - type: entity parent: FoodContainerBase - name: Cream cheese bread + name: cream cheese bread id: FoodContainerCreamCheeseBread components: - type: FoodContainer @@ -144,7 +144,7 @@ - type: entity parent: FoodContainerBase - name: Donut box + name: donut box id: FoodContainerDonutBox components: - type: FoodContainer @@ -165,7 +165,7 @@ - type: entity parent: FoodContainerBase - name: Egg box (shut) + name: egg box (shut) id: FoodContainerEggBoxShut components: - type: FoodContainer @@ -179,7 +179,7 @@ - type: entity parent: FoodContainerBase - name: Egg box + name: egg box id: FoodContainerEggBox components: - type: FoodContainer @@ -201,7 +201,7 @@ - type: entity parent: FoodContainerBase - name: Lemon cake + name: lemon cake id: FoodContainerLemonCake components: - type: FoodContainer @@ -214,7 +214,7 @@ - type: entity parent: FoodContainerBase - name: Lime cake + name: lime cake id: FoodContainerLimeCake components: - type: FoodContainer @@ -227,7 +227,7 @@ - type: entity parent: FoodContainerBase - name: Meat bread + name: meat bread id: FoodContainerMeatBread components: - type: FoodContainer @@ -240,7 +240,7 @@ - type: entity parent: FoodContainerBase - name: Meat pizza + name: meat pizza id: FoodContainerMeatPizza components: - type: FoodContainer @@ -255,7 +255,7 @@ # These two will probably get moved one day - type: entity parent: FoodContainerBase - name: Monkey cube box + name: monkey cube box id: FoodContainerMonkeyCubeBox components: - type: FoodContainer @@ -268,7 +268,7 @@ - type: entity parent: FoodContainerBase - name: Monkey cube wrap + name: monkey cube wrap id: FoodContainerMonkeyCubeWrap components: - type: FoodContainer @@ -281,7 +281,7 @@ - type: entity parent: FoodContainerBase - name: Mushroom pizza + name: mushroom pizza id: FoodContainerMushroomPizza components: - type: FoodContainer @@ -295,7 +295,7 @@ - type: entity parent: FoodContainerBase - name: Orange cake + name: orange cake id: FoodContainerOrangeCake components: - type: FoodContainer @@ -309,7 +309,7 @@ # TODO: Probably replace it with a stacking thing - type: entity parent: FoodContainerBase - name: Pizza box stack + name: pizza box stack id: FoodContainerPizzaBoxStack components: - type: FoodContainer @@ -328,7 +328,7 @@ - type: entity parent: FoodContainerBase - name: Pizza box + name: pizza box id: FoodContainerPizzaBox components: - type: FoodContainer @@ -345,7 +345,7 @@ - type: entity parent: FoodContainerBase - name: Margherita pizza + name: margherita pizza id: FoodContainerMargheritaPizza components: - type: FoodContainer @@ -359,7 +359,7 @@ - type: entity parent: FoodContainerBase - name: Plain cake + name: plain cake id: FoodContainerPlainCake components: - type: FoodContainer @@ -373,7 +373,7 @@ - type: entity parent: FoodContainerBase - name: Pumpkin pie + name: pumpkin pie id: FoodContainerPumpkinPie components: - type: FoodContainer @@ -386,7 +386,7 @@ - type: entity parent: FoodContainerBase - name: Tofu bread + name: tofu bread id: FoodContainerTofuBread components: - type: FoodContainer @@ -399,7 +399,7 @@ - type: entity parent: FoodContainerBase - name: Vegetable pizza + name: vegetable pizza id: FoodContainerVegetablePizza components: - type: FoodContainer @@ -413,7 +413,7 @@ - type: entity parent: FoodContainerBase - name: Xenomeat bread + name: xenomeat bread id: FoodContainerXenomeatBread components: - type: FoodContainer diff --git a/Resources/Prototypes/Entities/Items/Consumables/kitchen_reagent_containers.yml b/Resources/Prototypes/Entities/Items/Consumables/kitchen_reagent_containers.yml index 016007aa78..7ab52bc806 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/kitchen_reagent_containers.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/kitchen_reagent_containers.yml @@ -1,7 +1,7 @@ - type: entity parent: BaseItem id: ReagentContainerFlour - name: Flour + name: flour description: Not to be confused with flower. components: - type: Solution diff --git a/Resources/Prototypes/Entities/Items/Consumables/trash.yml b/Resources/Prototypes/Entities/Items/Consumables/trash.yml index c7818c47ba..838178a434 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/trash.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/trash.yml @@ -21,7 +21,7 @@ sprite: Objects/Trash/4no_raisins.rsi - type: entity - name: Candy (trash) + name: candy (trash) parent: TrashBase id: TrashCandy components: @@ -31,7 +31,7 @@ sprite: Objects/Trash/candy.rsi - type: entity - name: Cheesie honkers (trash) + name: cheesie honkers (trash) parent: TrashBase id: TrashCheesieHonkers components: @@ -41,7 +41,7 @@ sprite: Objects/Trash/cheesie_honkers.rsi - type: entity - name: Chips (trash) + name: chips (trash) parent: TrashBase id: TrashChips components: @@ -51,7 +51,7 @@ sprite: Objects/Trash/chips.rsi - type: entity - name: Corn cob (trash) + name: corn cob (trash) parent: TrashBase id: TrashCornCob components: @@ -61,7 +61,7 @@ sprite: Objects/Trash/corncob.rsi - type: entity - name: Liquid food (trash) + name: liquid food (trash) parent: TrashBase id: TrashLiquidFood components: @@ -71,7 +71,7 @@ sprite: Objects/Trash/liquidfood.rsi - type: entity - name: Pistachos pack (trash) + name: pistachos pack (trash) parent: TrashBase id: TrashPistachiosPack components: @@ -81,7 +81,7 @@ sprite: Objects/Trash/pistachios_pack.rsi - type: entity - name: Messy pizza box (trash) + name: messy pizza box (trash) parent: TrashBase id: TrashPizzaBoxMessy components: @@ -91,7 +91,7 @@ sprite: Objects/Trash/pizzabox_messy.rsi - type: entity - name: Plastic bag (trash) + name: plastic bag (trash) parent: TrashBase id: TrashPlasticBag components: @@ -101,7 +101,7 @@ sprite: Objects/Trash/plasticbag.rsi - type: entity - name: Plate (trash) + name: plate (trash) parent: TrashBase id: TrashPlate components: @@ -111,7 +111,7 @@ sprite: Objects/Trash/plate.rsi - type: entity - name: Popcorn (trash) + name: popcorn (trash) parent: TrashBase id: TrashPopcorn components: @@ -121,7 +121,7 @@ sprite: Objects/Trash/popcorn.rsi - type: entity - name: Semki pack (trash) + name: semki pack (trash) parent: TrashBase id: TrashSemkiPack components: @@ -131,7 +131,7 @@ sprite: Objects/Trash/semki_pack.rsi - type: entity - name: Snack bowl (trash) + name: snack bowl (trash) parent: TrashBase id: TrashSnackBowl components: @@ -151,7 +151,7 @@ sprite: Objects/Trash/sosjerky.rsi - type: entity - name: Syndi cakes (trash) + name: syndi cakes (trash) parent: TrashBase id: TrashSyndiCakes components: @@ -161,7 +161,7 @@ sprite: Objects/Trash/syndi_cakes.rsi - type: entity - name: Tasty bread (trash) + name: tasty bread (trash) parent: TrashBase id: TrashTastyBread components: @@ -172,7 +172,7 @@ # TODO: Container - type: entity - name: Trash bag (trash) + name: trash bag (trash) parent: TrashBase id: TrashBag components: @@ -182,7 +182,7 @@ sprite: Objects/Trash/trashbag.rsi - type: entity - name: Tray (trash) + name: tray (trash) parent: TrashBase id: TrashTray components: @@ -190,9 +190,9 @@ sprite: Objects/Trash/tray.rsi - type: Icon sprite: Objects/Trash/tray.rsi - + - type: entity - name: Waffles (trash) + name: waffles (trash) parent: TrashBase id: TrashWaffles components: diff --git a/Resources/Prototypes/Entities/Items/Consumables/trash_drinks.yml b/Resources/Prototypes/Entities/Items/Consumables/trash_drinks.yml index 325b180225..6cbf5b0be0 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/trash_drinks.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/trash_drinks.yml @@ -1,11 +1,11 @@ # These can still be used as containers - type: entity - name: Base empty bottle + name: base empty bottle parent: BaseItem abstract: true id: DrinkBottleBaseEmpty components: - - type: Sound + - type: LoopingSound - type: Sprite state: icon - type: Icon @@ -20,7 +20,7 @@ # Containers - type: entity - name: Jailbreaker Verte bottle + name: jailbreaker verte bottle parent: DrinkBottleBaseEmpty id: DrinkBottleAbsinthe components: @@ -30,7 +30,7 @@ sprite: Objects/TrashDrinks/absinthebottle_empty.rsi - type: entity - name: Alcohol bottle + name: alcohol bottle parent: DrinkBottleBaseEmpty id: DrinkBottleAlcoClear components: @@ -40,7 +40,7 @@ sprite: Objects/TrashDrinks/alco-clear.rsi - type: entity - name: Ale bottle + name: ale bottle parent: DrinkBottleBaseEmpty id: DrinkBottleAle components: @@ -50,7 +50,7 @@ sprite: Objects/TrashDrinks/alebottle_empty.rsi - type: entity - name: Beer bottle + name: beer bottle parent: DrinkBottleBaseEmpty id: DrinkBottleBeer components: @@ -60,7 +60,7 @@ sprite: Objects/TrashDrinks/beer_empty.rsi - type: entity - name: Broken bottle + name: broken bottle parent: DrinkBottleBaseEmpty # Can't hold liquids id: DrinkBrokenBottle components: @@ -70,7 +70,7 @@ sprite: Objects/TrashDrinks/broken_bottle.rsi - type: entity - name: Cognac bottle + name: cognac bottle parent: DrinkBottleBaseEmpty id: DrinkBottleCognac components: @@ -80,7 +80,7 @@ sprite: Objects/TrashDrinks/cognacbottle_empty.rsi - type: entity - name: Griffeater gin bottle + name: griffeater gin bottle parent: DrinkBottleBaseEmpty id: DrinkBottleGin components: @@ -90,7 +90,7 @@ sprite: Objects/TrashDrinks/ginbottle_empty.rsi - type: entity - name: Goldschlager bottle + name: goldschlager bottle parent: DrinkBottleBaseEmpty id: DrinkBottleGoldschlager components: @@ -100,7 +100,7 @@ sprite: Objects/TrashDrinks/goldschlagerbottle_empty.rsi - type: entity - name: Kahlua bottle + name: kahlua bottle parent: DrinkBottleBaseEmpty id: DrinkBottleKahlua components: @@ -110,7 +110,7 @@ sprite: Objects/TrashDrinks/kahluabottle_empty.rsi - type: entity - name: NT Cahors bottle + name: nt cahors bottle parent: DrinkBottleBaseEmpty id: DrinkBottleNTCahors components: @@ -120,7 +120,7 @@ sprite: Objects/TrashDrinks/ntcahors_empty.rsi - type: entity - name: Patron bottle + name: patron bottle parent: DrinkBottleBaseEmpty id: DrinkBottlePatron components: @@ -130,7 +130,7 @@ sprite: Objects/TrashDrinks/patronbottle_empty.rsi - type: entity - name: Poison wine bottle + name: poison wine bottle parent: DrinkBottleBaseEmpty id: DrinkBottlePoisonWine components: @@ -140,7 +140,7 @@ sprite: Objects/TrashDrinks/pwinebottle_empty.rsi - type: entity - name: Rum bottle + name: rum bottle parent: DrinkBottleBaseEmpty id: DrinkBottleRum components: @@ -150,7 +150,7 @@ sprite: Objects/TrashDrinks/rumbottle_empty.rsi - type: entity - name: Tequila bottle + name: tequila bottle parent: DrinkBottleBaseEmpty id: DrinkBottleTequila components: @@ -160,7 +160,7 @@ sprite: Objects/TrashDrinks/tequillabottle_empty.rsi - type: entity - name: Vermouth bottle + name: vermouth bottle parent: DrinkBottleBaseEmpty id: DrinkBottleVermouth components: @@ -170,7 +170,7 @@ sprite: Objects/TrashDrinks/vermouthbottle_empty.rsi - type: entity - name: Vodka bottle + name: vodka bottle parent: DrinkBottleBaseEmpty id: DrinkBottleVodka components: @@ -180,7 +180,7 @@ sprite: Objects/TrashDrinks/vodkabottle_empty.rsi - type: entity - name: Whiskey bottle + name: whiskey bottle parent: DrinkBottleBaseEmpty id: DrinkBottleWhiskey components: @@ -190,7 +190,7 @@ sprite: Objects/TrashDrinks/whiskeybottle_empty.rsi - type: entity - name: Wine bottle + name: wine bottle parent: DrinkBottleBaseEmpty id: DrinkBottleWine components: diff --git a/Resources/Prototypes/Entities/Items/Instruments.yml b/Resources/Prototypes/Entities/Items/Instruments.yml index 08eac70231..3d66cea3ad 100644 --- a/Resources/Prototypes/Entities/Items/Instruments.yml +++ b/Resources/Prototypes/Entities/Items/Instruments.yml @@ -1,5 +1,5 @@ - type: entity - name: BaseHandheldInstrument + name: basehandheldinstrument parent: BaseItem id: BaseHandheldInstrument abstract: true @@ -12,7 +12,7 @@ type: InstrumentBoundUserInterface - type: entity - name: Synthesizer + name: synthesizer parent: BaseHandheldInstrument id: SynthesizerInstrument components: @@ -30,7 +30,7 @@ - type: entity - name: Acoustic Guitar + name: acoustic guitar parent: BaseHandheldInstrument id: AcousticGuitarInstrument components: @@ -47,7 +47,7 @@ sprite: Objects/Instruments/guitar.rsi - type: entity - name: Violin + name: violin parent: BaseHandheldInstrument id: ViolinInstrument components: @@ -64,7 +64,7 @@ sprite: Objects/Instruments/violin.rsi - type: entity - name: Trumpet + name: trumpet parent: BaseHandheldInstrument id: TrumpetInstrument components: @@ -76,7 +76,7 @@ texture: Objects/Instruments/otherinstruments.rsi/trumpet.png - type: entity - name: Electric Guitar + name: electric guitar parent: BaseHandheldInstrument id: ElectricGuitarInstrument components: @@ -93,7 +93,7 @@ sprite: Objects/Instruments/eguitar.rsi - type: entity - name: Accordion + name: accordion parent: BaseHandheldInstrument id: AccordionInstrument components: @@ -110,7 +110,7 @@ sprite: Objects/Instruments/accordion.rsi - type: entity - name: Harmonica + name: harmonica parent: BaseHandheldInstrument id: HarmonicaInstrument components: @@ -127,7 +127,7 @@ sprite: Objects/Instruments/harmonica.rsi - type: entity - name: Recorder + name: recorder parent: BaseHandheldInstrument id: RecorderInstrument components: @@ -144,7 +144,7 @@ sprite: Objects/Instruments/recorder.rsi - type: entity - name: Trombone + name: trombone parent: BaseHandheldInstrument id: TromboneInstrument components: @@ -161,7 +161,7 @@ sprite: Objects/Instruments/trombone.rsi - type: entity - name: Saxophone + name: saxophone parent: BaseHandheldInstrument id: SaxophoneInstrument components: @@ -178,7 +178,7 @@ sprite: Objects/Instruments/saxophone.rsi - type: entity - name: Glockenspiel + name: glockenspiel parent: BaseHandheldInstrument id: GlockenspielInstrument components: @@ -195,7 +195,7 @@ sprite: Objects/Instruments/glockenspiel.rsi - type: entity - name: Banjo + name: banjo parent: BaseHandheldInstrument id: BanjoInstrument components: diff --git a/Resources/Prototypes/Entities/Items/Weapons/kitchen.yml b/Resources/Prototypes/Entities/Items/Weapons/kitchen.yml index bc40643057..1b495f7984 100644 --- a/Resources/Prototypes/Entities/Items/Weapons/kitchen.yml +++ b/Resources/Prototypes/Entities/Items/Weapons/kitchen.yml @@ -1,5 +1,5 @@ - type: entity - name: Butcher's Cleaver + name: butcher's cleaver parent: BaseItem id: ButchCleaver desc: A huge thing used for chopping and chopping up meat. This includes clowns and clown-by-products. diff --git a/Resources/Prototypes/Entities/Items/Weapons/mining.yml b/Resources/Prototypes/Entities/Items/Weapons/mining.yml index cb0a460380..4ed2bb2a92 100644 --- a/Resources/Prototypes/Entities/Items/Weapons/mining.yml +++ b/Resources/Prototypes/Entities/Items/Weapons/mining.yml @@ -1,5 +1,5 @@ - type: entity - name: Pickaxe + name: pickaxe parent: BaseItem id: Pickaxe components: @@ -18,4 +18,4 @@ Size: 24 sprite: Objects/Melee/pickaxe.rsi prefix: inhand - - type: Sound + - type: LoopingSound diff --git a/Resources/Prototypes/Entities/Items/Weapons/security.yml b/Resources/Prototypes/Entities/Items/Weapons/security.yml index cc0a69562b..43e28a9ef7 100644 --- a/Resources/Prototypes/Entities/Items/Weapons/security.yml +++ b/Resources/Prototypes/Entities/Items/Weapons/security.yml @@ -1,5 +1,5 @@ - type: entity - name: Stun baton + name: stun baton parent: BaseItem id: Stunbaton components: diff --git a/Resources/Prototypes/Entities/Items/Weapons/spear.yml b/Resources/Prototypes/Entities/Items/Weapons/spear.yml index 231b526832..1a9d68dbf9 100644 --- a/Resources/Prototypes/Entities/Items/Weapons/spear.yml +++ b/Resources/Prototypes/Entities/Items/Weapons/spear.yml @@ -1,5 +1,5 @@ - type: entity - name: Spear + name: spear parent: BaseItem id: Spear components: diff --git a/Resources/Prototypes/Entities/Items/bike_horn.yml b/Resources/Prototypes/Entities/Items/bike_horn.yml index 42101afb02..70cb9830cf 100644 --- a/Resources/Prototypes/Entities/Items/bike_horn.yml +++ b/Resources/Prototypes/Entities/Items/bike_horn.yml @@ -1,5 +1,5 @@ - type: entity - name: Bike Horn + name: bike horn parent: BaseItem id: BikeHorn description: A horn off of a bicycle. diff --git a/Resources/Prototypes/Entities/Items/chemistry.yml b/Resources/Prototypes/Entities/Items/chemistry.yml index b13c4bae14..0e68c143a6 100644 --- a/Resources/Prototypes/Entities/Items/chemistry.yml +++ b/Resources/Prototypes/Entities/Items/chemistry.yml @@ -1,5 +1,5 @@ - type: entity - name: Beaker + name: beaker parent: BaseItem description: Used to contain a moderate amount of chemicals and solutions. id: Beaker @@ -16,7 +16,7 @@ transferAmount: 5.0 - type: entity - name: Large Beaker + name: large beaker parent: BaseItem description: Used to contain a large amount of chemicals or solutions. id: LargeBeaker @@ -33,7 +33,7 @@ transferAmount: 5.0 - type: entity - name: Dropper + name: dropper parent: BaseItem description: Used to transfer small amounts of chemical solution between containers. id: Dropper @@ -51,7 +51,7 @@ transferAmount: 5.0 - type: entity - name: Syringe + name: syringe parent: BaseItem description: Used to draw blood samples from mobs, or to inject them with reagents id: Syringe diff --git a/Resources/Prototypes/Entities/Items/dice.yml b/Resources/Prototypes/Entities/Items/dice.yml index acc9d2dbc2..75c6145c96 100644 --- a/Resources/Prototypes/Entities/Items/dice.yml +++ b/Resources/Prototypes/Entities/Items/dice.yml @@ -1,11 +1,11 @@ - type: entity - name: "BaseDice" + name: "basedice" parent: BaseItem id: BaseDice abstract: true components: - type: Dice - - type: Sound + - type: LoopingSound - type: entity name: "d100" diff --git a/Resources/Prototypes/Entities/Items/explosives.yml b/Resources/Prototypes/Entities/Items/explosives.yml index b896b4fbe2..8d41acd272 100644 --- a/Resources/Prototypes/Entities/Items/explosives.yml +++ b/Resources/Prototypes/Entities/Items/explosives.yml @@ -1,5 +1,5 @@ - type: entity - name: Explosive Grenade + name: explosive grenade description: Grenade that creates small devastating explosion parent: BaseItem id: ExGrenade @@ -36,7 +36,7 @@ countdown_sound: /Audio/effects/countdown.ogg - type: entity - name: Syndicate Minibomb + name: syndicate minibomb description: A syndicate manufactured explosive used to sow destruction and chaos. parent: BaseItem id: SyndieMiniBomb diff --git a/Resources/Prototypes/Entities/Items/fire_extinguisher.yml b/Resources/Prototypes/Entities/Items/fire_extinguisher.yml index 71e5b68602..aa344d7af6 100644 --- a/Resources/Prototypes/Entities/Items/fire_extinguisher.yml +++ b/Resources/Prototypes/Entities/Items/fire_extinguisher.yml @@ -1,5 +1,5 @@ - type: entity - name: Fire Extinguisher + name: fire extinguisher parent: BaseItem id: FireExtinguisher description: Extinguishes fires. diff --git a/Resources/Prototypes/Entities/Items/flashlight.yml b/Resources/Prototypes/Entities/Items/flashlight.yml index c0b21b011a..de0eba2b17 100644 --- a/Resources/Prototypes/Entities/Items/flashlight.yml +++ b/Resources/Prototypes/Entities/Items/flashlight.yml @@ -1,5 +1,5 @@ - type: entity - name: Flashlight + name: flashlight parent: BaseItem id: FlashlightLantern description: They light the way to freedom @@ -18,4 +18,4 @@ - type: PointLight enabled: false radius: 3 - - type: Sound + - type: LoopingSound diff --git a/Resources/Prototypes/Entities/Items/item_base.yml b/Resources/Prototypes/Entities/Items/item_base.yml index 6bed236950..b3a9d04858 100644 --- a/Resources/Prototypes/Entities/Items/item_base.yml +++ b/Resources/Prototypes/Entities/Items/item_base.yml @@ -1,5 +1,5 @@ - type: entity - name: "Item" + name: "item" id: BaseItem abstract: true components: diff --git a/Resources/Prototypes/Entities/Items/light_bulb.yml b/Resources/Prototypes/Entities/Items/light_bulb.yml index 219f6d1043..e3e250ab6f 100644 --- a/Resources/Prototypes/Entities/Items/light_bulb.yml +++ b/Resources/Prototypes/Entities/Items/light_bulb.yml @@ -1,6 +1,6 @@ - type: entity parent: BaseLightbulb - name: Light Bulb + name: light bulb id: LightBulb components: - type: LightBulb @@ -16,7 +16,7 @@ - type: entity parent: BaseItem - name: BaseLightbulb + name: baselightbulb id: BaseLightbulb abstract: true components: @@ -24,7 +24,7 @@ - type: entity parent: BaseLightbulb - name: Light Tube + name: light tube id: LightTube components: - type: LightBulb @@ -40,7 +40,7 @@ - type: entity parent: BaseLightbulb - name: LED Light Tube + name: led light tube id: LedLightTube components: - type: LightBulb diff --git a/Resources/Prototypes/Entities/Items/materials.yml b/Resources/Prototypes/Entities/Items/materials.yml index fd0fc0cff9..f2e0c0d0eb 100644 --- a/Resources/Prototypes/Entities/Items/materials.yml +++ b/Resources/Prototypes/Entities/Items/materials.yml @@ -1,5 +1,5 @@ - type: entity - name: Material Stack + name: material stack id: MaterialStack abstract: true parent: BaseItem @@ -9,7 +9,7 @@ - type: ItemStatus - type: entity - name: Steel Sheet + name: steel sheet id: MetalStack parent: MaterialStack components: @@ -26,14 +26,14 @@ - type: entity id: SteelSheet1 - name: Steel Sheet 1 + name: steel sheet 1 parent: MetalStack components: - type: Stack count: 1 - type: entity - name: Glass Sheet + name: glass sheet id: GlassStack parent: MaterialStack components: @@ -50,14 +50,14 @@ - type: entity id: GlassSheet1 - name: Glass Sheet 1 + name: glass sheet 1 parent: GlassStack components: - type: Stack count: 1 - type: entity - name: Cable Coil + name: cable coil id: CableStack parent: BaseItem components: @@ -72,14 +72,14 @@ - type: entity id: CableStack1 - name: Cable Stack 1 + name: cable stack 1 parent: CableStack components: - type: Stack count: 1 - type: entity - name: Gold Bar + name: gold bar id: GoldStack parent: MaterialStack components: @@ -96,7 +96,7 @@ - type: entity id: GoldStack1 - name: Gold Bar 1 + name: gold bar 1 parent: GoldStack components: - type: Stack diff --git a/Resources/Prototypes/Entities/Items/medical.yml b/Resources/Prototypes/Entities/Items/medical.yml index c107778546..9156430828 100644 --- a/Resources/Prototypes/Entities/Items/medical.yml +++ b/Resources/Prototypes/Entities/Items/medical.yml @@ -1,5 +1,5 @@ - type: entity - name: Emergency Medical Kit + name: emergency medical kit description: An emergency medical kit for those serious boo-boos. parent: BaseItem id: Medkit @@ -20,7 +20,7 @@ - type: MedkitFill # 3 Ointment, 3 Roll of Gauze. TODO 1 Health Analyzer once it exists - type: entity - name: Medical Stack + name: medical stack id: MedicalStack parent: BaseItem abstract: true @@ -30,7 +30,7 @@ - type: Healing - type: entity - name: Ointment + name: ointment description: Used to treat those nasty burns. parent: MedicalStack id: Ointment @@ -48,7 +48,7 @@ stacktype: enum.StackType.Ointment - type: entity - name: Roll of Gauze + name: roll of gauze description: Some sterile gauze to wrap around bloody stumps. parent: MedicalStack id: Brutepack diff --git a/Resources/Prototypes/Entities/Items/paper.yml b/Resources/Prototypes/Entities/Items/paper.yml index 6c248a2615..7785ba5504 100644 --- a/Resources/Prototypes/Entities/Items/paper.yml +++ b/Resources/Prototypes/Entities/Items/paper.yml @@ -1,5 +1,5 @@ - type: entity - name: Paper + name: paper parent: BaseItem id: Paper description: 'A piece of white paper' @@ -19,7 +19,7 @@ type: PaperBoundUserInterface - type: entity - name: Pen + name: pen parent: BaseItem id: Pen description: 'A dark ink pen' diff --git a/Resources/Prototypes/Entities/Items/pda.yml b/Resources/Prototypes/Entities/Items/pda.yml index 95a399130f..a9b0f8913e 100644 --- a/Resources/Prototypes/Entities/Items/pda.yml +++ b/Resources/Prototypes/Entities/Items/pda.yml @@ -19,7 +19,7 @@ interfaces: - key: enum.PDAUiKey.Key type: PDABoundUserInterface - - type: Sound + - type: LoopingSound - type: entity diff --git a/Resources/Prototypes/Entities/Items/power_debug.yml b/Resources/Prototypes/Entities/Items/power_debug.yml index 5539563c1a..9d48151e3f 100644 --- a/Resources/Prototypes/Entities/Items/power_debug.yml +++ b/Resources/Prototypes/Entities/Items/power_debug.yml @@ -1,5 +1,5 @@ - type: entity - name: Power Debug Tool + name: power debug tool parent: BaseItem id: PowerDebug description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines diff --git a/Resources/Prototypes/Entities/Items/powercells.yml b/Resources/Prototypes/Entities/Items/powercells.yml index 20c0bf95fe..979b4708ec 100644 --- a/Resources/Prototypes/Entities/Items/powercells.yml +++ b/Resources/Prototypes/Entities/Items/powercells.yml @@ -15,7 +15,7 @@ netsync: false - type: entity - name: Small Standard Power Cell + name: small standard power cell id: PowerCellSmallStandard parent: PowerCellSmallBase components: @@ -36,7 +36,7 @@ - type: entity - name: Small High-Capacity Power Cell + name: small high-capacity power cell id: PowerCellSmallHigh parent: PowerCellSmallBase components: @@ -57,7 +57,7 @@ - type: entity - name: Small Super-Capacity Power Cell + name: small super-capacity power cell id: PowerCellSmallSuper parent: PowerCellSmallBase components: @@ -78,7 +78,7 @@ - type: entity - name: Small Hyper-Capacity Power Cell + name: small hyper-capacity power cell id: PowerCellSmallHyper parent: PowerCellSmallBase components: @@ -98,7 +98,7 @@ prefix: s_hy - type: entity - name: Cell Recharger + name: cell recharger id: PowerCellRecharger components: - type: Sprite @@ -130,7 +130,7 @@ IsScrapingFloor: true - type: entity - name: Recharger + name: recharger id: WeaponCapacitorRecharger components: - type: Sprite @@ -162,7 +162,7 @@ IsScrapingFloor: true - type: entity - name: Wall recharger + name: wall recharger id: WallWeaponCapacitorRecharger components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Items/skub.yml b/Resources/Prototypes/Entities/Items/skub.yml index ff932bbc62..44e56fa08b 100644 --- a/Resources/Prototypes/Entities/Items/skub.yml +++ b/Resources/Prototypes/Entities/Items/skub.yml @@ -1,5 +1,5 @@ - type: entity - name: Skub + name: skub parent: BaseItem id: Skub description: Skub is the fifth Chaos God. @@ -16,7 +16,7 @@ sprite: Objects/Misc/skub.rsi - type: ItemCooldown - - type: Sound + - type: LoopingSound - type: EmitSoundOnUse sound: /Audio/items/skub.ogg diff --git a/Resources/Prototypes/Entities/Items/teleporters.yml b/Resources/Prototypes/Entities/Items/teleporters.yml index 72852fae7a..fec02f082e 100644 --- a/Resources/Prototypes/Entities/Items/teleporters.yml +++ b/Resources/Prototypes/Entities/Items/teleporters.yml @@ -1,5 +1,5 @@ - type: entity - name: "BaseHandTele" + name: "basehandtele" parent: BaseItem id: BaseHandTele abstract: true @@ -16,13 +16,13 @@ - type: Item Size: 12 sprite: Objects/Misc/hand_tele.rsi - - type: Sound + - type: LoopingSound - type: Appearance visuals: - type: HandTeleporterVisualizer2D - type: entity - name: "Hand Teleporter - Random" + name: "hand teleporter - random" parent: BaseHandTele id: RandHandTele description: "Travel to a random spot in range" @@ -34,7 +34,7 @@ charge_time: 1 - type: entity - name: "Hand Teleporter - Direct" + name: "hand teleporter - direct" parent: BaseHandTele id: DirHandTele description: "Travel to a specific spot in a short range" @@ -46,7 +46,7 @@ charge_time: 0.2 - type: entity - name: Portal + name: portal id: Portal abstract: true description: "Portal to another location" diff --git a/Resources/Prototypes/Entities/Items/tiles.yml b/Resources/Prototypes/Entities/Items/tiles.yml index df78d53925..9db491ed44 100644 --- a/Resources/Prototypes/Entities/Items/tiles.yml +++ b/Resources/Prototypes/Entities/Items/tiles.yml @@ -39,7 +39,7 @@ stacktype: FloorTileCarpet - type: entity - name: Wood Floor Tile + name: wood floor tile parent: FloorTileItemBase id: FloorTileItemWood components: @@ -57,7 +57,7 @@ max: 8 - type: entity - name: White Floor Tile + name: white floor tile parent: FloorTileItemBase id: FloorTileItemWhite components: @@ -75,7 +75,7 @@ max: 8 - type: entity - name: Dark Floor Tile + name: dark floor tile parent: FloorTileItemBase id: FloorTileItemDark components: @@ -93,7 +93,7 @@ max: 8 - type: entity - name: Floor Tile Techmaint + name: floor tile techmaint parent: FloorTileItemBase id: FloorTileItemTechmaint components: @@ -107,7 +107,7 @@ output: floor_techmaint - type: entity - name: Floor Tile Freezer + name: floor tile freezer parent: FloorTileItemBase id: FloorTileItemFreezer components: diff --git a/Resources/Prototypes/Entities/Items/toolbox.yml b/Resources/Prototypes/Entities/Items/toolbox.yml index 50873d311c..95fdf7dbeb 100644 --- a/Resources/Prototypes/Entities/Items/toolbox.yml +++ b/Resources/Prototypes/Entities/Items/toolbox.yml @@ -12,7 +12,7 @@ hitSound: "/Audio/weapons/smash.ogg" - type: entity - name: Emergency Toolbox + name: emergency toolbox parent: ToolboxBase id: ToolboxEmergency description: A bright red toolbox, stocked with emergency tools @@ -28,14 +28,14 @@ - type: entity id: ToolboxEmergencyFilled - name: Emergency Toolbox + name: emergency toolbox parent: ToolboxEmergency suffix: Filled components: - type: ToolboxEmergencyFill - type: entity - name: Mechanical Toolbox + name: mechanical toolbox parent: ToolboxBase id: ToolboxMechanical description: A blue box, stocked with mechanical tools @@ -50,7 +50,7 @@ sprite: Objects/Tools/Toolboxes/toolbox_blue.rsi - type: entity - name: Electrical Toolbox + name: electrical toolbox parent: ToolboxBase id: ToolboxElectrical description: A toolbox typically stocked with electrical gear @@ -66,14 +66,14 @@ - type: entity id: ToolboxElectricalFilled - name: Electrical Toolbox + name: electrical toolbox suffix: Filled parent: ToolboxElectrical components: - type: ToolboxElectricalFill - type: entity - name: Artistic Toolbox + name: artistic toolbox parent: ToolboxBase id: ToolboxArtistic description: A toolbox typically stocked with artistic supplies @@ -88,7 +88,7 @@ sprite: Objects/Tools/Toolboxes/toolbox_green.rsi - type: entity - name: Syndicate Toolbox + name: syndicate toolbox parent: ToolboxBase id: ToolboxSyndicate description: A sinister looking toolbox filled with elite syndicate tools. @@ -103,7 +103,7 @@ sprite: Objects/Tools/Toolboxes/toolbox_syn.rsi - type: entity - name: Golden Toolbox + name: golden toolbox parent: ToolboxBase id: ToolboxGolden description: A solid gold toolbox. A rapper would kill for this. @@ -119,7 +119,7 @@ - type: entity id: ToolboxGoldFilled - name: Golden Toolbox + name: golden toolbox parent: ToolboxGolden suffix: Filled components: diff --git a/Resources/Prototypes/Entities/Items/tools.yml b/Resources/Prototypes/Entities/Items/tools.yml index 342ddf0dd0..de96e9da17 100644 --- a/Resources/Prototypes/Entities/Items/tools.yml +++ b/Resources/Prototypes/Entities/Items/tools.yml @@ -1,5 +1,5 @@ - type: entity - name: Wirecutter + name: wirecutter parent: BaseItem id: Wirecutter description: This kills the wire. @@ -32,7 +32,7 @@ sprite: Objects/Tools/wirecutters.rsi - type: entity - name: Screwdriver + name: screwdriver parent: BaseItem id: Screwdriver description: Industrial grade torque in a small screwdriving package @@ -67,7 +67,7 @@ yellow: "#ffa500" - type: entity - name: Welding Tool + name: welding tool parent: BaseItem id: Welder description: Melts anything as long as it's fueled, don't forget your eye protection! @@ -101,7 +101,7 @@ useSoundCollection: Welder - type: entity - name: Wrench + name: wrench parent: BaseItem id: Wrench description: A common tool for assembly and disassembly, righty tighty lefty loosey @@ -122,7 +122,7 @@ useSound: /Audio/items/ratchet.ogg - type: entity - name: Crowbar + name: crowbar parent: BaseItem id: Crowbar description: A multipurpose tool to pry open doors and fight interdimensional invaders @@ -144,7 +144,7 @@ - type: TilePrying - type: entity - name: Emergency Crowbar + name: emergency crowbar parent: BaseItem id: CrowbarRed description: A multipurpose tool to pry open doors and fight interdimensional invaders @@ -166,7 +166,7 @@ - type: TilePrying - type: entity - name: Multitool + name: multitool parent: BaseItem id: Multitool description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines @@ -184,7 +184,7 @@ - Multitool - type: entity - name: Jaws of life + name: jaws of life parent: BaseItem id: JawsOfLife description: A set of jaws of life, compressed through the magic of science. @@ -214,7 +214,7 @@ changeSound: /Audio/items/change_jaws.ogg - type: entity - name: Power Drill + name: power drill parent: BaseItem id: PowerDrill description: A simple powered hand drill. diff --git a/Resources/Prototypes/Entities/Markers/spawn_points.yml b/Resources/Prototypes/Entities/Markers/spawn_points.yml index 91434e63cd..f7f11d98b2 100644 --- a/Resources/Prototypes/Entities/Markers/spawn_points.yml +++ b/Resources/Prototypes/Entities/Markers/spawn_points.yml @@ -1,5 +1,5 @@ - type: entity - name: Spawn Point + name: spawn point id: SpawnPoint abstract: true components: @@ -19,7 +19,7 @@ mode: AlignTileAny - type: entity - name: LateJoin Spawn Point + name: latejoin spawn point id: SpawnPointLatejoin parent: SpawnPoint components: @@ -31,7 +31,7 @@ state: cross_red - type: entity - name: Observer Spawn Point + name: observer spawn point id: SpawnPointObserver parent: SpawnPoint components: diff --git a/Resources/Prototypes/Entities/Markers/spawn_points_jobs.yml b/Resources/Prototypes/Entities/Markers/spawn_points_jobs.yml index b190df0141..3512267b89 100644 --- a/Resources/Prototypes/Entities/Markers/spawn_points_jobs.yml +++ b/Resources/Prototypes/Entities/Markers/spawn_points_jobs.yml @@ -11,7 +11,7 @@ - type: entity id: SpawnPointAssistant parent: SpawnPointJobBase - name: Spawn Point (Assistant) + name: spawn point (assistant) components: - type: SpawnPoint job_id: Assistant @@ -24,7 +24,7 @@ - type: entity id: SpawnPointCargoTechnician parent: SpawnPointJobBase - name: Spawn Point (CargoTechnician) + name: spawn point (cargotechnician) components: - type: SpawnPoint job_id: CargoTechnician @@ -37,7 +37,7 @@ - type: entity id: SpawnPointBartender parent: SpawnPointJobBase - name: Spawn Point (Bartender) + name: spawn point (bartender) components: - type: SpawnPoint @@ -51,7 +51,7 @@ - type: entity id: SpawnPointChef parent: SpawnPointJobBase - name: Spawn Point (Chef) + name: spawn point (chef) components: - type: SpawnPoint @@ -65,7 +65,7 @@ - type: entity id: SpawnPointClown parent: SpawnPointJobBase - name: Spawn Point (Clown) + name: spawn point (clown) components: - type: SpawnPoint @@ -79,7 +79,7 @@ - type: entity id: SpawnPointJanitor parent: SpawnPointJobBase - name: Spawn Point (Janitor) + name: spawn point (janitor) components: - type: SpawnPoint @@ -93,7 +93,7 @@ - type: entity id: SpawnPointCaptain parent: SpawnPointJobBase - name: Spawn Point (Captain) + name: spawn point (captain) components: - type: SpawnPoint @@ -107,7 +107,7 @@ - type: entity id: SpawnPointHeadOfPersonnel parent: SpawnPointJobBase - name: Spawn Point (HeadOfPersonnel) + name: spawn point (headofpersonnel) components: - type: SpawnPoint @@ -121,7 +121,7 @@ - type: entity id: SpawnPointChiefEngineer parent: SpawnPointJobBase - name: Spawn Point (ChiefEngineer) + name: spawn point (chiefengineer) components: - type: SpawnPoint @@ -135,7 +135,7 @@ - type: entity id: SpawnPointStationEngineer parent: SpawnPointJobBase - name: Spawn Point (StationEngineer) + name: spawn point (stationengineer) components: - type: SpawnPoint @@ -149,7 +149,7 @@ - type: entity id: SpawnPointChiefMedicalOfficer parent: SpawnPointJobBase - name: Spawn Point (ChiefMedicalOfficer) + name: spawn point (chiefmedicalofficer) components: - type: SpawnPoint @@ -163,7 +163,7 @@ - type: entity id: SpawnPointMedicalDoctor parent: SpawnPointJobBase - name: Spawn Point (MedicalDoctor) + name: spawn point (medicaldoctor) components: - type: SpawnPoint @@ -177,7 +177,7 @@ - type: entity id: SpawnPointResearchDirector parent: SpawnPointJobBase - name: Spawn Point (ResearchDirector) + name: spawn point (researchdirector) components: - type: SpawnPoint @@ -191,7 +191,7 @@ - type: entity id: SpawnPointScientist parent: SpawnPointJobBase - name: Spawn Point (Scientist) + name: spawn point (scientist) components: - type: SpawnPoint @@ -205,7 +205,7 @@ - type: entity id: SpawnPointHeadOfSecurity parent: SpawnPointJobBase - name: Spawn Point (HeadOfSecurity) + name: spawn point (headofsecurity) components: - type: SpawnPoint @@ -219,7 +219,7 @@ - type: entity id: SpawnPointSecurityOfficer parent: SpawnPointJobBase - name: Spawn Point (SecurityOfficer) + name: spawn point (securityofficer) components: - type: SpawnPoint diff --git a/Resources/Prototypes/Entities/Markers/warp_point.yml b/Resources/Prototypes/Entities/Markers/warp_point.yml index 7d3c75b19e..f961a54c78 100644 --- a/Resources/Prototypes/Entities/Markers/warp_point.yml +++ b/Resources/Prototypes/Entities/Markers/warp_point.yml @@ -1,7 +1,7 @@ - type: entity id: WarpPoint parent: MarkerBase - name: Warp Point + name: warp point components: - type: WarpPoint - type: Sprite diff --git a/Resources/Prototypes/Entities/Mobs/observer.yml b/Resources/Prototypes/Entities/Mobs/observer.yml index 4cfb02728e..13ecc18a3d 100644 --- a/Resources/Prototypes/Entities/Mobs/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/observer.yml @@ -1,6 +1,6 @@ - type: entity id: MobObserver - name: Observer + name: observer save: false description: Boo! components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/ammunition.yml index 88a9130526..82147cac7e 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/ammunition.yml @@ -9,13 +9,13 @@ caliber: A10mm magazine: A10mm capacity: 8 - - type: Sprite + - type: Sprite netsync: false # Magazines - type: entity id: magazine_10mm - name: "10mm Magazine" + name: "10mm magazine" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -36,7 +36,7 @@ - type: entity id: magazine_10mmf - name: "10mm Magazine (Flash)" + name: "10mm magazine (flash)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -57,7 +57,7 @@ - type: entity id: magazine_10mmhv - name: "10mm Magazine (High Velocity)" + name: "10mm magazine (high velocity)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -78,7 +78,7 @@ - type: entity id: magazine_10mml - name: "10mm Magazine (L)" + name: "10mm magazine (L)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -99,7 +99,7 @@ - type: entity id: magazine_10mmp - name: "10mm Magazine (Practice)" + name: "10mm magazine (practice)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -120,7 +120,7 @@ - type: entity id: magazine_10mmr - name: "10mm Magazine (Rubber)" + name: "10mm magazine (rubber)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -141,7 +141,7 @@ - type: entity id: magazine_10mm_smg - name: "10mm SMG Magazine" + name: "10mm SMG magazine" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -163,7 +163,7 @@ - type: entity id: magazine_10mm_smgf - name: "10mm SMG magazine (Flash)" + name: "10mm SMG magazine (flash)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -185,7 +185,7 @@ - type: entity id: magazine_10mm_smghv - name: "10mm SMG magazine (High Velocity)" + name: "10mm SMG magazine (high velocity)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -229,7 +229,7 @@ - type: entity id: magazine_10mm_smgp - name: "10mm SMG magazine (Practice)" + name: "10mm SMG magazine (practice)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -251,7 +251,7 @@ - type: entity id: magazine_10mm_smgr - name: "10mm SMG magazine (Rubber)" + name: "10mm SMG magazine (rubber)" parent: magazine_10mm_empty components: - type: BallisticMagazine @@ -290,7 +290,7 @@ - type: entity id: ammo_casing_10mm_flash - name: "10mm casing (Flash)" + name: "10mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -306,7 +306,7 @@ - type: entity id: ammo_casing_10mm_hv - name: "10mm casing (High Velocity)" + name: "10mm casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -338,7 +338,7 @@ - type: entity id: ammo_casing_10mm_p - name: "10mm casing (Practice)" + name: "10mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -354,7 +354,7 @@ - type: entity id: ammo_casing_10mm_r - name: "10mm casing (Rubber)" + name: "10mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/boxes.yml index a8dd32922b..a06bb0c159 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A10mm capacity: 30 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_10mmf - name: "10mm box (Flash)" + name: "10mm box (flash)" parent: box_10mm_empty components: - type: AmmoBox @@ -56,7 +56,7 @@ - type: entity id: box_10mmhv - name: "10mm box (High-velocity)" + name: "10mm box (high-velocity)" parent: box_10mm_empty components: - type: AmmoBox @@ -77,7 +77,7 @@ - type: entity id: box_10mmp - name: "10mm box (Practice)" + name: "10mm box (practice)" parent: box_10mm_empty components: - type: AmmoBox @@ -98,7 +98,7 @@ - type: entity id: box_10mmr - name: "10mm box (Rubber)" + name: "10mm box (rubber)" parent: box_10mm_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/projectiles.yml index 52cced5db7..d227e364a1 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/10mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_10mm - name: 10mm Bullet + name: 10mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_10mmf - name: 10mm Bullet (Flash) + name: 10mm bullet (flash) parent: BulletBase abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_10mmhv - name: 10mm Bullet (High-Velocity) + name: 10mm bullet (high-velocity) parent: BulletBase abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_10mml - name: 10mm Bullet (L) + name: 10mm bullet (L) parent: BulletBase abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_10mmp - name: 10mm Bullet (Practice) + name: 10mm bullet (practice) parent: BulletBase abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_10mmr - name: 10mm Bullet (Rubber) + name: 10mm bullet (rubber) parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/ammunition.yml index fcc8c63695..e742469d7d 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/ammunition.yml @@ -9,13 +9,13 @@ caliber: A12g magazine: A12g capacity: 8 - - type: Sprite + - type: Sprite netsync: false #Magazines - type: entity id: magazine_12g_shotgun - name: "12g Magazine" + name: "12g magazine" parent: magazine_12g_empty components: - type: BallisticMagazine @@ -51,4 +51,4 @@ drawdepth: FloorObjects - type: Icon sprite: Objects/Guns/Ammunition/ammo_casing.rsi - state: s-casing \ No newline at end of file + state: s-casing diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/boxes.yml index 090417ae78..f0f8f2856e 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A12g capacity: 30 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -31,4 +31,4 @@ visuals: - type: BallisticMagazineVisualizer2D base_state: box10mm - steps: 2 \ No newline at end of file + steps: 2 diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/projectiles.yml index ee03763788..4d7d83acbe 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/12g/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/12g/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: pellet_12g - name: 12g Pellet + name: 12g pellet parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/ammunition.yml index c96bd621d5..aabdfe042b 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_20mm - name: "20mm Magazine" + name: "20mm magazine" parent: magazine_20mm_empty components: - type: BallisticMagazine diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/projectiles.yml index a03fd8a01b..74d9cde237 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/20mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_20mm - name: 20mm Bullet + name: 20mm bullet parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/ammunition.yml index e1f7991fce..83b9f29c4e 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_24mm - name: "24mm Magazine" + name: "24mm magazine" parent: magazine_24mm_empty components: - type: BallisticMagazine diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/boxes.yml index 767f228846..9bd7a1a48e 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A24mm capacity: 200 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/projectiles.yml index 3eb0aa89b3..5768c54888 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/24mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_24mm - name: 24mm Bullet + name: 24mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_24mmf - name: 24mm Bullet (Flash) + name: 24mm bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_24mmhv - name: 24mm Bullet (High-Velocity) + name: 24mm bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_24mml - name: 24mm Bullet (L) + name: 24mm bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_24mmp - name: 24mm Bullet (Practice) + name: 24mm bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_24mmr - name: 24mm Bullet (Rubber) + name: 24mm bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/ammunition.yml index 68a1d87b78..45714d8cb9 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/ammunition.yml @@ -28,7 +28,7 @@ # Magazines - type: entity id: magazine_45mm - name: ".45mm Magazine" + name: ".45mm magazine" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -49,7 +49,7 @@ - type: entity id: magazine_45mmf - name: ".45mm Magazine (Flash)" + name: ".45mm magazine (flash)" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -70,7 +70,7 @@ - type: entity id: magazine_45mmhv - name: ".45mm Magazine (High Velocity)" + name: ".45mm magazine (high velocity)" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -91,7 +91,7 @@ - type: entity id: magazine_45mml - name: ".45mm Magazine (L)" + name: ".45mm magazine (L)" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -112,7 +112,7 @@ - type: entity id: magazine_45mmp - name: ".45mm Magazine (Practice)" + name: ".45mm magazine (practice)" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -133,7 +133,7 @@ - type: entity id: magazine_45mmr - name: ".45mm Magazine (Rubber)" + name: ".45mm magazine (rubber)" parent: magazine_45mm_empty components: - type: BallisticMagazine @@ -154,7 +154,7 @@ - type: entity id: magazine_45mm_smg - name: ".45mm SMG Magazine" + name: ".45mm SMG magazine" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -175,7 +175,7 @@ - type: entity id: magazine_45mmf_smg - name: ".45mm SMG Magazine (Flash)" + name: ".45mm SMG magazine (flash)" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -196,7 +196,7 @@ - type: entity id: magazine_45mmhv_smg - name: ".45mm SMG Magazine (High Velocity)" + name: ".45mm SMG magazine (high velocity)" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -217,7 +217,7 @@ - type: entity id: magazine_45mml_smg - name: ".45mm SMG Magazine (L)" + name: ".45mm SMG magazine (L)" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -238,7 +238,7 @@ - type: entity id: magazine_45mmp_smg - name: ".45mm SMG Magazine (Practice)" + name: ".45mm SMG magazine (practice)" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -259,7 +259,7 @@ - type: entity id: magazine_45mmr_smg - name: ".45mm SMG Magazine (Rubber)" + name: ".45mm SMG magazine (rubber)" parent: magazine_45mm_smg_empty components: - type: BallisticMagazine @@ -297,7 +297,7 @@ - type: entity id: ammo_casing_45mm_flash - name: ".45mm casing (Flash)" + name: ".45mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -313,7 +313,7 @@ - type: entity id: ammo_casing_45mm_hv - name: ".45mm casing (High Velocity)" + name: ".45mm casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -345,7 +345,7 @@ - type: entity id: ammo_casing_45mm_p - name: ".45mm casing (Practice)" + name: ".45mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -361,7 +361,7 @@ - type: entity id: ammo_casing_45mm_r - name: ".45mm casing (Rubber)" + name: ".45mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/boxes.yml index 3729d0d4f8..7eb0e1f799 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/boxes.yml @@ -35,7 +35,7 @@ - type: entity id: box_45f - name: ".45mm box (Flash)" + name: ".45mm box (flash)" parent: box_45_empty components: - type: AmmoBox @@ -58,7 +58,7 @@ - type: entity id: box_45p - name: ".45mm box (Practice)" + name: ".45mm box (practice)" parent: box_45_empty components: - type: AmmoBox @@ -79,7 +79,7 @@ - type: entity id: box_45r - name: ".45mm box (Rubber)" + name: ".45mm box (rubber)" parent: box_45_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/projectiles.yml index 71a9afb082..9935bba79a 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/45mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_45mm - name: .45mm Bullet + name: .45mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_45mmf - name: .45mm Bullet (Flash) + name: .45mm bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_45mmhv - name: .45mm Bullet (High-Velocity) + name: .45mm bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_45mml - name: .45mm Bullet (L) + name: .45mm bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_45mmp - name: .45mm Bullet (Practice) + name: .45mm bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_45mmr - name: .45mm Bullet (Rubber) + name: .45mm bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/ammunition.yml index b02b6acfca..c275cd265b 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_556mm - name: "5.56mm Magazine" + name: "5.56mm magazine" parent: magazine_556mm_empty components: - type: BallisticMagazine @@ -37,7 +37,7 @@ - type: entity id: magazine_556mms - name: "5.56mm Magazine S" + name: "5.56mm magazine S" parent: magazine_556mm_empty components: - type: BallisticMagazine @@ -59,7 +59,7 @@ - type: entity id: magazine_556mm_win - name: "5.56mm Magazine win" + name: "5.56mm magazine win" parent: magazine_556mm_empty components: - type: BallisticMagazine @@ -81,7 +81,7 @@ - type: entity id: magazine_556mm__winhv - name: "5.56mm Magazine (High Velocity)" + name: "5.56mm magazine (high velocity)" parent: magazine_556mm_empty components: - type: BallisticMagazine @@ -103,7 +103,7 @@ - type: entity id: magazine_556mm_winr - name: "5.56mm Magazine (Rubber)" + name: "5.56mm magazine (rubber)" parent: magazine_556mm_empty components: - type: BallisticMagazine @@ -142,7 +142,7 @@ - type: entity id: ammo_casing_556mm_flash - name: "5.56mm casing (Flash)" + name: "5.56mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -158,7 +158,7 @@ - type: entity id: ammo_casing_556mm_highvelocity - name: "5.56mm casing (High-Velocity)" + name: "5.56mm casing (high-velocity)" parent: BaseItem components: - type: BallisticBullet @@ -190,7 +190,7 @@ - type: entity id: ammo_casing_556mm_practice - name: "5.56mm casing (Practice)" + name: "5.56mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -206,7 +206,7 @@ - type: entity id: ammo_casing_556mm_rubber - name: "5.56mm casing (Rubber)" + name: "5.56mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/boxes.yml index aa1b2222b1..e670a0ed60 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A556mm capacity: 80 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_556mmp - name: "5.56mm box (Practice)" + name: "5.56mm box (practice)" parent: box_556mm_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/projectiles.yml index 80af57e134..3e546d1614 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/5.56mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_556mm - name: 5.56mm Bullet + name: 5.56mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_556mmf - name: 5.56mm Bullet (Flash) + name: 5.56mm bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_556mmhv - name: 5.56mm Bullet (High-Velocity) + name: 5.56mm bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_556mml - name: 5.56mm Bullet (L) + name: 5.56mm bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_556mmp - name: 5.56mm Bullet (Practice) + name: 5.56mm bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_556mmr - name: 5.56mm Bullet (Rubber) + name: 5.56mm bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/ammunition.yml index 26bc3add14..815af2fc34 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_65mm - name: "6.5mm Magazine" + name: "6.5mm magazine" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -36,7 +36,7 @@ - type: entity id: magazine_65mmf - name: "6.5mm Magazine (Flash)" + name: "6.5mm magazine (flash)" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -57,7 +57,7 @@ - type: entity id: magazine_65mmhv - name: "6.5mm Magazine (High Velocity)" + name: "6.5mm magazine (high velocity)" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -78,7 +78,7 @@ - type: entity id: magazine_65mml - name: "6.5mm Magazine (L)" + name: "6.5mm magazine (L)" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -99,7 +99,7 @@ - type: entity id: magazine_65mmp - name: "6.5mm Magazine (Practice)" + name: "6.5mm magazine (practice)" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -120,7 +120,7 @@ - type: entity id: magazine_65mmr - name: "6.5mm Magazine (Rubber)" + name: "6.5mm magazine (rubber)" parent: magazine_65mm_empty components: - type: BallisticMagazine @@ -158,7 +158,7 @@ - type: entity id: ammo_casing_65mm_flash - name: "6.5mm casing (Flash)" + name: "6.5mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -174,7 +174,7 @@ - type: entity id: ammo_casing_65mm_hv - name: "6.5mm casing (High Velocity)" + name: "6.5mm casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -206,7 +206,7 @@ - type: entity id: ammo_casing_65mm_p - name: "6.5mm casing (Practice)" + name: "6.5mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -222,7 +222,7 @@ - type: entity id: ammo_casing_65mm_r - name: "6.5mm casing (Rubber)" + name: "6.5mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/boxes.yml index ebf76555c9..1cf4f264ab 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A65mm capacity: 80 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_65mmr - name: "6.5mm box (Rubber)" + name: "6.5mm box (rubber)" parent: box_65mm_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/projectiles.yml index ca32de3765..0ff44a311e 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/6.5mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_65mm - name: 6.5mm Bullet + name: 6.5mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_65mmf - name: 6.5mm Bullet (Flash) + name: 6.5mm bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_65mmhv - name: 6.5mm Bullet (High-Velocity) + name: 6.5mm bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_65mml - name: 6.5mm Bullet (L) + name: 6.5mm bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_65mmp - name: 6.5mm Bullet (Practice) + name: 6.5mm bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_65mmr - name: 6.5mm Bullet (Rubber) + name: 6.5mm bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/ammunition.yml index f30f8a6b14..a9bf608bb6 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/ammunition.yml @@ -9,13 +9,13 @@ caliber: A762mm magazine: A762mm capacity: 20 - - type: Sprite + - type: Sprite netsync: false # Magazines - type: entity id: magazine_a762 - name: "A762 Magazine" + name: "A762 magazine" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -36,7 +36,7 @@ - type: entity id: magazine_aksr - name: "AK Magazine (Short Rubber)" + name: "AK magazine (short rubber)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -57,7 +57,7 @@ - type: entity id: magazine_ak - name: "AK Magazine" + name: "AK magazine" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -78,7 +78,7 @@ - type: entity id: magazine_akf - name: "AK Magazine (Flash)" + name: "AK magazine (flash)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -99,7 +99,7 @@ - type: entity id: magazine_akhv - name: "AK Magazine (High-Velocity)" + name: "AK magazine (high-velocity)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -120,7 +120,7 @@ - type: entity id: magazine_akl - name: "AK Magazine (L)" + name: "AK magazine (L)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -141,7 +141,7 @@ - type: entity id: magazine_akp - name: "AK Magazine (Practice)" + name: "AK magazine (practice)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -162,7 +162,7 @@ - type: entity id: magazine_akr - name: "AK Magazine (Rubber)" + name: "AK magazine (rubber)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -183,7 +183,7 @@ - type: entity id: magazine_c762 - name: "C762 Magazine" + name: "c762 magazine" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -204,7 +204,7 @@ - type: entity id: magazine_c762f - name: "C762 Magazine (Flash)" + name: "c762 magazine (flash)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -225,7 +225,7 @@ - type: entity id: magazine_c762hv - name: "C762 Magazine (High-Velocity)" + name: "c762 magazine (high-velocity)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -246,7 +246,7 @@ - type: entity id: magazine_c762l - name: "C762 Magazine (L)" + name: "c762 magazine (L)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -267,7 +267,7 @@ - type: entity id: magazine_c762p - name: "C762 Magazine (Practice)" + name: "c762 magazine (practice)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -288,7 +288,7 @@ - type: entity id: magazine_c762r - name: "C762 Magazine (Rubber)" + name: "c762 magazine (rubber)" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -309,7 +309,7 @@ - type: entity id: magazine_maxim - name: "Maxim Magazine" + name: "maxim magazine" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -331,7 +331,7 @@ - type: entity id: magazine_pk - name: "PK Box" + name: "pk box" parent: magazine_762mm_empty components: - type: BallisticMagazine @@ -369,7 +369,7 @@ - type: entity id: ammo_casing_762mm_flash - name: "7.62mm casing (Flash)" + name: "7.62mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -385,7 +385,7 @@ - type: entity id: ammo_casing_762mm_highvelocity - name: "7.62mm casing (High Velocity)" + name: "7.62mm casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -417,7 +417,7 @@ - type: entity id: ammo_casing_762mm_practice - name: "7.62mm casing (Practice)" + name: "7.62mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -433,7 +433,7 @@ - type: entity id: ammo_casing_762mm_rubber - name: "7.62mm casing (Rubber)" + name: "7.62mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/boxes.yml index d3570fb613..3f300cbe6b 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A762mm capacity: 80 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/projectiles.yml index 3fe9835a2b..6613919894 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/7.62mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_762mm - name: 7.62mm Bullet + name: 7.62mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_762mmf - name: 7.62mm Bullet (Flash) + name: 7.62mm bullet (flash) parent: BulletBase abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_762mmhv - name: 7.62mm Bullet (High-Velocity) + name: 7.62mm bullet (high-velocity) parent: BulletBase abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_762mml - name: 7.62mm Bullet (L) + name: 7.62mm bullet (L) parent: BulletBase abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_762mmp - name: 7.62mm Bullet (Practice) + name: 7.62mm bullet (practice) parent: BulletBase abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_762mmr - name: 7.62mm Bullet (Rubber) + name: 7.62mm bullet (rubber) parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/ammunition.yml index 9a54ebbddc..0edad4efc5 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/ammunition.yml @@ -9,7 +9,7 @@ caliber: A9mm magazine: A9mm capacity: 10 - - type: Sprite + - type: Sprite netsync: false - type: entity @@ -28,7 +28,7 @@ # Magazines - type: entity id: magazine_9mmtm - name: "9mm Magazine (Top-Mounted)" + name: "9mm magazine (top-mounted)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -50,7 +50,7 @@ - type: entity id: magazine_9mm - name: "9mm Magazine" + name: "9mm magazine" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -71,7 +71,7 @@ - type: entity id: magazine_9mmf - name: "9mm Magazine (Flash)" + name: "9mm magazine (flash)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -92,7 +92,7 @@ - type: entity id: magazine_9mmhv - name: "9mm Magazine (High Velocity)" + name: "9mm magazine (high velocity)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -113,7 +113,7 @@ - type: entity id: magazine_9mml - name: "9mm Magazine (L)" + name: "9mm magazine (L)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -134,7 +134,7 @@ - type: entity id: magazine_9mmp - name: "9mm Magazine (Practice)" + name: "9mm magazine (practice)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -155,7 +155,7 @@ - type: entity id: magazine_9mmr - name: "9mm Magazine (Rubber)" + name: "9mm magazine (rubber)" parent: magazine_9mm_empty components: - type: BallisticMagazine @@ -176,7 +176,7 @@ - type: entity id: magazine_9mm_smg - name: "9mm SMG Magazine" + name: "9mm SMG magazine" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -197,7 +197,7 @@ - type: entity id: magazine_9mmf_smg - name: "9mm SMG Magazine (Flash)" + name: "9mm SMG magazine (flash)" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -218,7 +218,7 @@ - type: entity id: magazine_9mmhv_smg - name: "9mm SMG Magazine (High Velocity)" + name: "9mm SMG magazine (high velocity)" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -239,7 +239,7 @@ - type: entity id: magazine_9mml_smg - name: "9mm SMG Magazine (L)" + name: "9mm SMG magazine (L)" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -260,7 +260,7 @@ - type: entity id: magazine_9mmp_smg - name: "9mm SMG Magazine (Practice)" + name: "9mm SMG magazine (practice)" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -281,7 +281,7 @@ - type: entity id: magazine_9mmr_smg - name: "9mm SMG Magazine (Rubber)" + name: "9mm SMG magazine (rubber)" parent: magazine_9mm_smg_empty components: - type: BallisticMagazine @@ -319,7 +319,7 @@ - type: entity id: ammo_casing_9mm_flash - name: "9mm casing (Flash)" + name: "9mm casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -335,7 +335,7 @@ - type: entity id: ammo_casing_9mm_hv - name: "9mm casing (High Velocity)" + name: "9mm casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -367,7 +367,7 @@ - type: entity id: ammo_casing_9mm_p - name: "9mm casing (Practice)" + name: "9mm casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -383,7 +383,7 @@ - type: entity id: ammo_casing_9mm_r - name: "9mm casing (Rubber)" + name: "9mm casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/boxes.yml index bcb87c4d6e..53743d92f6 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A9mm capacity: 30 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_9mmf - name: "9mm box (Flash)" + name: "9mm box (flash)" parent: box_9mm_empty components: - type: AmmoBox @@ -56,7 +56,7 @@ - type: entity id: box_9mmhv - name: "9mm box (High-velocity)" + name: "9mm box (high-velocity)" parent: box_9mm_empty components: - type: AmmoBox @@ -77,7 +77,7 @@ - type: entity id: box_9mmp - name: "9mm box (Practice)" + name: "9mm box (practice)" parent: box_9mm_empty components: - type: AmmoBox @@ -98,7 +98,7 @@ - type: entity id: box_9mmr - name: "9mm box (Rubber)" + name: "9mm box (rubber)" parent: box_9mm_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/projectiles.yml index 85c60e0336..7ff905ca7d 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/9mm/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_9mm - name: 9mm Bullet + name: 9mm bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_9mmf - name: 9mm Bullet (Flash) + name: 9mm bullet (flash) parent: BulletBase abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_9mmhv - name: 9mm Bullet (High-Velocity) + name: 9mm bullet (high-velocity) parent: BulletBase abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_9mml - name: 9mm Bullet (L) + name: 9mm bullet (L) parent: BulletBase abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_9mmp - name: 9mm Bullet (Practice) + name: 9mm bullet (practice) parent: BulletBase abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_9mmr - name: 9mm Bullet (Rubber) + name: 9mm bullet (rubber) parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/ammunition.yml index a454ce4f5c..5f0bed655a 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_32 - name: ".32 Magazine" + name: ".32 magazine" parent: magazine_32_empty components: - type: BallisticMagazine @@ -36,7 +36,7 @@ - type: entity id: magazine_32f - name: ".32 Magazine (Flash)" + name: ".32 magazine (flash)" parent: magazine_32_empty components: - type: BallisticMagazine @@ -57,7 +57,7 @@ - type: entity id: magazine_32hv - name: ".32 Magazine (High Velocity)" + name: ".32 magazine (high velocity)" parent: magazine_32_empty components: - type: BallisticMagazine @@ -78,7 +78,7 @@ - type: entity id: magazine_32l - name: ".32 Magazine (L)" + name: ".32 magazine (L)" parent: magazine_32_empty components: - type: BallisticMagazine @@ -99,7 +99,7 @@ - type: entity id: magazine_32p - name: ".32 Magazine (Practice)" + name: ".32 magazine (practice)" parent: magazine_32_empty components: - type: BallisticMagazine @@ -120,7 +120,7 @@ - type: entity id: magazine_32r - name: ".32 Magazine (Rubber)" + name: ".32 magazine (rubber)" parent: magazine_32_empty components: - type: BallisticMagazine @@ -158,7 +158,7 @@ - type: entity id: ammo_casing_32_flash - name: ".32 casing (Flash)" + name: ".32 casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -174,7 +174,7 @@ - type: entity id: ammo_casing_32_hv - name: ".32 casing (High Velocity)" + name: ".32 casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -206,7 +206,7 @@ - type: entity id: ammo_casing_32_p - name: ".32 casing (Practice)" + name: ".32 casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -222,7 +222,7 @@ - type: entity id: ammo_casing_32_r - name: ".32 casing (Rubber)" + name: ".32 casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/boxes.yml index f200741511..1260250a1b 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A32 capacity: 40 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_32f - name: ".32 box (Flash)" + name: ".32 box (flash)" parent: box_32_empty components: - type: AmmoBox @@ -56,7 +56,7 @@ - type: entity id: box_32hv - name: ".32 box (High-velocity)" + name: ".32 box (high-velocity)" parent: box_32_empty components: - type: AmmoBox @@ -77,7 +77,7 @@ - type: entity id: box_32p - name: ".32 box (Practice)" + name: ".32 box (practice)" parent: box_32_empty components: - type: AmmoBox @@ -98,7 +98,7 @@ - type: entity id: box_32r - name: ".32 box (Rubber)" + name: ".32 box (rubber)" parent: box_32_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/projectiles.yml index 21c7c6f794..677a4d8f79 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point32/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_32 - name: .32 Bullet + name: .32 bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_32f - name: .32 Bullet (Flash) + name: .32 bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_32hv - name: .32 Bullet (High-Velocity) + name: .32 bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_32l - name: .32 Bullet (L) + name: .32 bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_32p - name: .32 Bullet (Practice) + name: .32 bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_32r - name: .32 Bullet (Rubber) + name: .32 bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/ammunition.yml index 415372ac6d..22eff3b229 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/ammunition.yml @@ -32,7 +32,7 @@ # #- type: entity # id: ammo_casing_357_flash -# name: ".357 casing (Flash)" +# name: ".357 casing (flash)" # parent: BaseItem # components: # - type: BallisticBullet @@ -48,7 +48,7 @@ # #- type: entity # id: ammo_casing_357_hv -# name: ".357 casing (High Velocity)" +# name: ".357 casing (high velocity)" # parent: BaseItem # components: # - type: BallisticBullet @@ -80,7 +80,7 @@ # #- type: entity # id: ammo_casing_357_p -# name: ".357 casing (Practice)" +# name: ".357 casing (practice)" # parent: BaseItem # components: # - type: BallisticBullet @@ -96,7 +96,7 @@ # #- type: entity # id: ammo_casing_357_r -# name: ".357 casing (Rubber)" +# name: ".357 casing (rubber)" # parent: BaseItem # components: # - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/boxes.yml index 20bc25a942..340513b315 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A357 capacity: 40 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_357f - name: ".357 box (Flash)" + name: ".357 box (flash)" parent: box_357_empty components: - type: AmmoBox @@ -56,7 +56,7 @@ - type: entity id: box_357hv - name: ".357 box (High-velocity)" + name: ".357 box (high-velocity)" parent: box_357_empty components: - type: AmmoBox @@ -77,7 +77,7 @@ - type: entity id: box_357p - name: ".357 box (Practice)" + name: ".357 box (practice)" parent: box_357_empty components: - type: AmmoBox @@ -98,7 +98,7 @@ - type: entity id: box_357r - name: ".357 box (Rubber)" + name: ".357 box (rubber)" parent: box_357_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/projectiles.yml index cd2eca7be0..81a3967cbd 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point357/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_357 - name: .357 Bullet + name: .357 bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_357f - name: .357 Bullet (Flash) + name: .357 bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_357hv - name: .357 Bullet (High-Velocity) + name: .357 bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_357l - name: .357 Bullet (L) + name: .357 bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_357p - name: .357 Bullet (Practice) + name: .357 bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_357r - name: .357 Bullet (Rubber) + name: .357 bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/ammunition.yml index 3255dca654..53d2f4e1ce 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_44 - name: ".44 Magazine" + name: ".44 magazine" parent: magazine_44_empty components: - type: BallisticMagazine @@ -36,7 +36,7 @@ - type: entity id: magazine_44f - name: ".44 Magazine (Flash)" + name: ".44 magazine (flash)" parent: magazine_44_empty components: - type: BallisticMagazine @@ -57,7 +57,7 @@ - type: entity id: magazine_44hv - name: ".44 Magazine (High Velocity)" + name: ".44 magazine (high velocity)" parent: magazine_44_empty components: - type: BallisticMagazine @@ -78,7 +78,7 @@ - type: entity id: magazine_44l - name: ".44 Magazine (L)" + name: ".44 magazine (L)" parent: magazine_44_empty components: - type: BallisticMagazine @@ -99,7 +99,7 @@ - type: entity id: magazine_44p - name: ".44 Magazine (Practice)" + name: ".44 magazine (practice)" parent: magazine_44_empty components: - type: BallisticMagazine @@ -120,7 +120,7 @@ - type: entity id: magazine_44r - name: ".44 Magazine (Rubber)" + name: ".44 magazine (rubber)" parent: magazine_44_empty components: - type: BallisticMagazine @@ -158,7 +158,7 @@ - type: entity id: ammo_casing_44_flash - name: ".44 casing (Flash)" + name: ".44 casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -174,7 +174,7 @@ - type: entity id: ammo_casing_44_hv - name: ".44 casing (High Velocity)" + name: ".44 casing (high velocity)" parent: BaseItem components: - type: BallisticBullet @@ -206,7 +206,7 @@ - type: entity id: ammo_casing_44_p - name: ".44 casing (Practice)" + name: ".44 casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -222,7 +222,7 @@ - type: entity id: ammo_casing_44_r - name: ".44 casing (Rubber)" + name: ".44 casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/boxes.yml index d40e9241b2..e12db56a52 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A44 capacity: 20 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_44f - name: ".44 box (Flash)" + name: ".44 box (flash)" parent: box_44_empty components: - type: AmmoBox @@ -56,7 +56,7 @@ - type: entity id: box_44hv - name: ".44 box (High-velocity)" + name: ".44 box (high-velocity)" parent: box_44_empty components: - type: AmmoBox @@ -77,7 +77,7 @@ - type: entity id: box_44p - name: ".44 box (Practice)" + name: ".44 box (practice)" parent: box_44_empty components: - type: AmmoBox @@ -98,7 +98,7 @@ - type: entity id: box_44r - name: ".44 box (Rubber)" + name: ".44 box (rubber)" parent: box_44_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/projectiles.yml index aeef9793a2..a2b77bf3e5 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point44/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_44 - name: .44 Bullet + name: .44 bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_44f - name: .44 Bullet (Flash) + name: .44 bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_44hv - name: .44 Bullet (High-Velocity) + name: .44 bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_44l - name: .44 Bullet (L) + name: .44 bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_44p - name: .44 Bullet (Practice) + name: .44 bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_44r - name: .44 Bullet (Rubber) + name: .44 bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/ammunition.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/ammunition.yml index b557761d45..fbd7abaa24 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/ammunition.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/ammunition.yml @@ -15,7 +15,7 @@ # Magazines - type: entity id: magazine_50 - name: ".50 cal Magazine" + name: ".50 cal magazine" parent: magazine_50_empty components: - type: BallisticMagazine @@ -35,7 +35,7 @@ - type: entity id: magazine_50f - name: ".50 cal Magazine (Flash)" + name: ".50 cal magazine (flash)" parent: magazine_50_empty components: - type: BallisticMagazine @@ -55,7 +55,7 @@ - type: entity id: magazine_50hv - name: ".50 cal Magazine (High-Velocity)" + name: ".50 cal magazine (high-velocity)" parent: magazine_50_empty components: - type: BallisticMagazine @@ -75,7 +75,7 @@ - type: entity id: magazine_50l - name: ".50 cal Magazine (L)" + name: ".50 cal magazine (L)" parent: magazine_50_empty components: - type: BallisticMagazine @@ -95,7 +95,7 @@ - type: entity id: magazine_50p - name: ".50 cal Magazine (Practice)" + name: ".50 cal magazine (practice)" parent: magazine_50_empty components: - type: BallisticMagazine @@ -115,7 +115,7 @@ - type: entity id: magazine_50r - name: ".50 cal Magazine (Rubber)" + name: ".50 cal magazine (rubber)" parent: magazine_50_empty components: - type: BallisticMagazine @@ -152,7 +152,7 @@ - type: entity id: ammo_casing_50_f - name: ".50 cal casing (Flash)" + name: ".50 cal casing (flash)" parent: BaseItem components: - type: BallisticBullet @@ -168,7 +168,7 @@ - type: entity id: ammo_casing_50_hv - name: ".50 cal casing (High-Velocity)" + name: ".50 cal casing (high-velocity)" parent: BaseItem components: - type: BallisticBullet @@ -200,7 +200,7 @@ - type: entity id: ammo_casing_50_p - name: ".50 cal casing (Practice)" + name: ".50 cal casing (practice)" parent: BaseItem components: - type: BallisticBullet @@ -216,7 +216,7 @@ - type: entity id: ammo_casing_50_r - name: ".50 cal casing (Rubber)" + name: ".50 cal casing (rubber)" parent: BaseItem components: - type: BallisticBullet diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/boxes.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/boxes.yml index 8e95540d3d..fa04e59ff1 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/boxes.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/boxes.yml @@ -8,7 +8,7 @@ - type: AmmoBox caliber: A50 capacity: 20 - - type: Sprite + - type: Sprite netsync: false # Ammo boxes @@ -35,7 +35,7 @@ - type: entity id: box_50f - name: ".50 cal box (Flash)" + name: ".50 cal box (flash)" parent: box_50_empty components: - type: AmmoBox @@ -58,7 +58,7 @@ - type: entity id: box_50p - name: ".50 cal box (Practice)" + name: ".50 cal box (practice)" parent: box_50_empty components: - type: AmmoBox @@ -79,7 +79,7 @@ - type: entity id: box_50r - name: ".50 cal box (Rubber)" + name: ".50 cal box (rubber)" parent: box_50_empty components: - type: AmmoBox diff --git a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/projectiles.yml index c1f8b69b92..4ba6b0042c 100644 --- a/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Ammunition/Point50/projectiles.yml @@ -1,6 +1,6 @@ - type: entity id: bullet_50 - name: .50 cal Bullet + name: .50 cal bullet parent: BulletBase abstract: true components: @@ -11,7 +11,7 @@ - type: entity id: bullet_50f - name: .50 cal Bullet (Flash) + name: .50 cal bullet (flash) parent: BulletBaseFlash abstract: true components: @@ -22,7 +22,7 @@ - type: entity id: bullet_50hv - name: .50 cal Bullet (High-Velocity) + name: .50 cal bullet (high-velocity) parent: BulletBaseHighVelocity abstract: true components: @@ -33,7 +33,7 @@ - type: entity id: bullet_50l - name: .50 cal Bullet (L) + name: .50 cal bullet (L) parent: BulletBaseL abstract: true components: @@ -44,7 +44,7 @@ - type: entity id: bullet_50p - name: .50 cal Bullet (Practice) + name: .50 cal bullet (practice) parent: BulletBasePractice abstract: true components: @@ -55,7 +55,7 @@ - type: entity id: bullet_50r - name: .50 cal Bullet (Rubber) + name: .50 cal bullet (rubber) parent: BulletBaseRubber abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/LMGs/lmgs.yml b/Resources/Prototypes/Entities/Weapons/LMGs/lmgs.yml index c3e211e95c..3ab9f26679 100644 --- a/Resources/Prototypes/Entities/Weapons/LMGs/lmgs.yml +++ b/Resources/Prototypes/Entities/Weapons/LMGs/lmgs.yml @@ -1,18 +1,18 @@ - type: entity - name: BaseLMG + name: baselmg parent: BaseItem id: LmgBase description: A rooty tooty point and shooty. abstract: true components: - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 30 automatic: true firerate: 10 - type: BallisticMagazineWeapon caliber: A762mm - magazines: + magazines: - A762mm default_magazine: magazine_pk auto_eject_magazine: false @@ -41,7 +41,7 @@ firerate: 10 - type: BallisticMagazineWeapon caliber: A762mm - magazines: + magazines: - A762mm default_magazine: magazine_a762 - type: Appearance @@ -72,7 +72,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A762mm - magazines: + magazines: - A762mm default_magazine: magazine_pk - type: Appearance diff --git a/Resources/Prototypes/Entities/Weapons/Laser/laserguns.yml b/Resources/Prototypes/Entities/Weapons/Laser/laserguns.yml index 0f2c3b6d84..953737b96c 100644 --- a/Resources/Prototypes/Entities/Weapons/Laser/laserguns.yml +++ b/Resources/Prototypes/Entities/Weapons/Laser/laserguns.yml @@ -1,5 +1,5 @@ - type: entity - name: Retro Laser Gun + name: retro laser gun parent: BaseItem id: LaserGun description: A weapon using light amplified by the stimulated emission of radiation. Ancient inefficient model. @@ -27,10 +27,10 @@ visuals: - type: HitscanWeaponVisualizer2D prefix: laser_retro - - type: Sound + - type: LoopingSound - type: entity - name: Laser Cannon + name: laser cannon parent: LaserGun id: LaserCannon description: With the L.A.S.E.R. cannon, the lasing medium is enclosed in a tube lined with uranium-235 and subjected to high neutron flux in a nuclear reactor core. This incredible technology may help YOU achieve high excitation rates with small laser volumes! diff --git a/Resources/Prototypes/Entities/Weapons/Pistols/pistols.yml b/Resources/Prototypes/Entities/Weapons/Pistols/pistols.yml index b6ab4d6943..99ba8a5416 100644 --- a/Resources/Prototypes/Entities/Weapons/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Weapons/Pistols/pistols.yml @@ -1,14 +1,14 @@ - type: entity - name: BasePistol + name: basepistol parent: BaseItem id: PistolBase description: A rooty tooty point and shooty. abstract: true components: - - type: Sound + - type: LoopingSound - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm auto_eject_magazine: false @@ -37,7 +37,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg @@ -51,7 +51,7 @@ sprite: Objects/Guns/Pistols/clarissa.rsi - type: entity - name: Clarissa (Silenced) + name: clarissa (silenced) parent: PistolBase id: PistolClarissaS description: A rooty tooty point and shooty. @@ -69,7 +69,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm sound_gunshot: /Audio/Guns/Gunshots/silenced.ogg @@ -101,7 +101,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A50 - magazines: + magazines: - A50 default_magazine: magazine_50 sound_auto_eject: /Audio/Guns/MagOut/hpistol_magout.ogg @@ -131,14 +131,14 @@ - type: Icon sprite: Objects/Guns/Pistols/deckard.rsi state: deckard-2 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 2 automatic: false firerate: 8 - type: BallisticMagazineWeapon caliber: A44 - magazines: + magazines: - A44 default_magazine: magazine_44 sound_gunshot: /Audio/Guns/Gunshots/revolver.ogg @@ -154,7 +154,7 @@ sprite: Objects/Guns/Pistols/deckard.rsi - type: entity - name: Giskard + name: giskard parent: PistolBase id: PistolGiskard description: A rooty tooty point and shooty. @@ -172,7 +172,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A32 - magazines: + magazines: - A32 default_magazine: magazine_32 sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg @@ -186,7 +186,7 @@ sprite: Objects/Guns/Pistols/giskard.rsi - type: entity - name: Giskard (Silenced) + name: giskard (silenced) parent: PistolBase id: PistolGiskardS description: A rooty tooty point and shooty. @@ -204,7 +204,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A32 - magazines: + magazines: - A32 default_magazine: magazine_32 sound_gunshot: /Audio/Guns/Gunshots/silenced.ogg @@ -218,7 +218,7 @@ sprite: Objects/Guns/Pistols/giskard_s.rsi - type: entity - name: Gyro pistol + name: gyro pistol parent: PistolBase id: PistolGyro description: A rooty tooty point and shooty. @@ -236,7 +236,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A20mm - magazines: + magazines: - A20mm default_magazine: magazine_20mm auto_eject_magazine: true @@ -273,7 +273,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm - A9mmSMG default_magazine: magazine_9mm_smg @@ -289,7 +289,7 @@ sprite: Objects/Guns/Pistols/ih_mp.rsi - type: entity - name: IH machine pistol (Silenced) + name: IH machine pistol (silenced) parent: PistolBase id: PistolIhmpS description: Pewsh pewsh @@ -307,7 +307,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm - A9mmSMG default_magazine: magazine_9mm_smg @@ -341,7 +341,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm auto_eject_magazine: true @@ -356,7 +356,7 @@ sprite: Objects/Guns/Pistols/ih_sidearm.rsi - type: entity - name: IH sidearm (Silenced) + name: IH sidearm (silenced) parent: PistolBase id: PistolIhSidearmS description: A rooty tooty point and shooty. @@ -374,7 +374,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm auto_eject_magazine: true @@ -389,7 +389,7 @@ sprite: Objects/Guns/Pistols/ih_sidearm_s.rsi - type: entity - name: Lamia + name: lamia parent: PistolBase id: PistolLamia description: A rooty tooty point and shooty. @@ -407,7 +407,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A44 - magazines: + magazines: - A44 default_magazine: magazine_44 auto_eject_magazine: true @@ -426,7 +426,7 @@ sprite: Objects/Guns/Pistols/lamia.rsi - type: entity - name: Makarov + name: makarov parent: PistolBase id: PistolMakarov description: A rooty tooty point and shooty. @@ -444,7 +444,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg @@ -458,7 +458,7 @@ sprite: Objects/Guns/Pistols/makarov.rsi - type: entity - name: Makarov (Silenced) + name: makarov (silenced) parent: PistolBase id: PistolMakarovS description: A rooty tooty point and shooty. @@ -476,7 +476,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mm default_magazine: magazine_9mm sound_gunshot: /Audio/Guns/Gunshots/silenced.ogg @@ -490,7 +490,7 @@ sprite: Objects/Guns/Pistols/makarov_s.rsi - type: entity - name: Mk 58 + name: mk 58 parent: PistolBase id: PistolMk58 description: A rooty tooty point and shooty. @@ -508,7 +508,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A45mm - magazines: + magazines: - A45mm default_magazine: magazine_45mm sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg @@ -522,7 +522,7 @@ sprite: Objects/Guns/Pistols/mk58.rsi - type: entity - name: Mk 58 (Wood) + name: mk 58 (wood) parent: PistolBase id: PistolMk58W description: A rooty tooty point and shooty. @@ -540,7 +540,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A45mm - magazines: + magazines: - A45mm default_magazine: magazine_45mm sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg @@ -554,7 +554,7 @@ sprite: Objects/Guns/Pistols/mk58_wood.rsi - type: entity - name: Olivaw civil + name: olivaw civil parent: PistolBase id: PistolOlivawCivil description: A rooty tooty point and shooty. @@ -572,7 +572,7 @@ firerate: 8 - type: BallisticMagazineWeapon caliber: A32 - magazines: + magazines: - A32 default_magazine: magazine_32 sound_gunshot: /Audio/Guns/Gunshots/pistol.ogg diff --git a/Resources/Prototypes/Entities/Weapons/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Weapons/Projectiles/projectiles.yml index 1b47bddb29..cce43a98a9 100644 --- a/Resources/Prototypes/Entities/Weapons/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Weapons/Projectiles/projectiles.yml @@ -1,7 +1,7 @@ # One bullet to bring them all into the darkness and bind them - type: entity id: BulletBase - name: BulletBase + name: bulletbase description: If you can see this you're probably dead! abstract: true components: @@ -31,13 +31,13 @@ - type: entity id: ProjectileBullet - name: ProjectileBullet + name: projectilebullet parent: BulletBase abstract: true - type: entity id: BulletBaseFlash - name: Base Bullet Flash + name: base bullet flash parent: BulletBase abstract: true components: @@ -48,7 +48,7 @@ - type: entity id: BulletBaseHighVelocity - name: Base Bullet High-Velocity + name: base bullet high-velocity parent: BulletBase abstract: true components: @@ -59,7 +59,7 @@ - type: entity id: BulletBaseL - name: Base Bullet L + name: base bullet l parent: BulletBase abstract: true components: @@ -70,7 +70,7 @@ - type: entity id: BulletBasePractice - name: Base Bullet Practice + name: base bullet practice parent: BulletBase abstract: true components: @@ -81,7 +81,7 @@ - type: entity id: BulletBaseRubber - name: Base Bullet Rubber + name: base bullet rubber parent: BulletBase abstract: true components: diff --git a/Resources/Prototypes/Entities/Weapons/Revolvers/pistols.yml b/Resources/Prototypes/Entities/Weapons/Revolvers/pistols.yml index 2b8c56f35b..4a7ffdae36 100644 --- a/Resources/Prototypes/Entities/Weapons/Revolvers/pistols.yml +++ b/Resources/Prototypes/Entities/Weapons/Revolvers/pistols.yml @@ -1,13 +1,13 @@ #- type: entity -# name: Baserevolver +# name: baserevolver # parent: BaseItem # id: revolver_base # description: A rooty tooty point and shooty. # components: -# - type: Sound +# - type: LoopingSound # - type: BallisticMagazineWeapon # caliber: A357 -# magazines: +# magazines: # - A357 # default_magazine: magazine_9mm # auto_eject_magazine: false @@ -18,7 +18,7 @@ # sound_gunshot: /Audio/Guns/Gunshots/revolver.ogg # #- type: entity -# name: Inspector +# name: inspector # parent: revolver_base # id: revolver_inspector # description: A rooty tooty point and shooty. @@ -30,14 +30,14 @@ # - type: Icon # sprite: Objects/Guns/revolvers/inspector.rsi # state: inspector-0 -# - type: Sound +# - type: LoopingSound # - type: RangedWeapon # spreadstddev: 2 # automatic: false # firerate: 8 # - type: BallisticMagazineWeapon # caliber: A44 -# magazines: +# magazines: # - A44 # default_magazine: magazine_44 # sound_gunshot: /Audio/Guns/Gunshots/revolver.ogg @@ -53,7 +53,7 @@ # sprite: Objects/Guns/revolvers/inspector.rsi # #- type: entity -# name: Mateba +# name: mateba # parent: revolver_base # id: revolver_mateba # description: A rooty tooty point and shooty. @@ -65,14 +65,14 @@ # - type: Icon # sprite: Objects/Guns/revolvers/mateba.rsi # state: mateba-1 -# - type: Sound +# - type: LoopingSound # - type: RangedWeapon # spreadstddev: 2 # automatic: false # firerate: 8 # - type: BallisticMagazineWeapon # caliber: A357 -# magazines: +# magazines: # - A357 # default_magazine: # sound_gunshot: /Audio/Guns/Gunshots/revolver.ogg @@ -88,7 +88,7 @@ # sprite: Objects/Guns/revolvers/mateba.rsi # #- type: entity -# name: Revolver +# name: revolver # parent: revolver_base # id: revolver_revolver # description: A rooty tooty point and shooty. @@ -100,14 +100,14 @@ # - type: Icon # sprite: Objects/Guns/revolvers/revolver.rsi # state: revolver-1 -# - type: Sound +# - type: LoopingSound # - type: RangedWeapon # spreadstddev: 2 # automatic: false # firerate: 8 # - type: BallisticMagazineWeapon # caliber: A357 -# magazines: +# magazines: # - A357 # default_magazine: # sound_gunshot: /Audio/Guns/Gunshots/revolver.ogg @@ -120,4 +120,4 @@ # steps: 2 # - type: Item # Size: 24 -# sprite: Objects/Guns/revolvers/revolver.rsi \ No newline at end of file +# sprite: Objects/Guns/revolvers/revolver.rsi diff --git a/Resources/Prototypes/Entities/Weapons/Rifles/rifles.yml b/Resources/Prototypes/Entities/Weapons/Rifles/rifles.yml index 56df89b763..b59d0c952e 100644 --- a/Resources/Prototypes/Entities/Weapons/Rifles/rifles.yml +++ b/Resources/Prototypes/Entities/Weapons/Rifles/rifles.yml @@ -1,11 +1,11 @@ - type: entity - name: BaseRifle + name: baserifle parent: BaseItem id: RifleBase description: A rooty tooty point and shooty. abstract: true components: - - type: Sound + - type: LoopingSound - type: BallisticMagazineWeapon caliber: A762mm magazines: @@ -18,7 +18,7 @@ sound_gunshot: /Audio/Guns/Gunshots/batrifle.ogg - type: entity - name: AK + name: ak parent: RifleBase id: RifleAk description: A rooty tooty point and shooty. @@ -30,7 +30,7 @@ - type: Icon sprite: Objects/Guns/Rifles/ak.rsi state: ak-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 2 automatic: true @@ -51,7 +51,7 @@ sprite: Objects/Guns/Rifles/ak.rsi - type: entity - name: Black AK + name: black ak parent: RifleBase id: RifleBlackAk description: A rooty tooty point and shooty. @@ -63,7 +63,7 @@ - type: Icon sprite: Objects/Guns/Rifles/black-ak.rsi state: black-ak-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 2 automatic: true @@ -84,7 +84,7 @@ sprite: Objects/Guns/Rifles/black-ak.rsi - type: entity - name: Carbine + name: carbine parent: RifleBase id: RifleCarbine description: A rooty tooty point and shooty. @@ -96,7 +96,7 @@ - type: Icon sprite: Objects/Guns/Rifles/carbine.rsi state: carbine-5 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 1.5 automatic: true @@ -117,7 +117,7 @@ sprite: Objects/Guns/Rifles/carbine.rsi - type: entity - name: Dallas + name: dallas parent: RifleBase id: RifleDallas description: A rooty tooty point and shooty. @@ -129,7 +129,7 @@ - type: Icon sprite: Objects/Guns/Rifles/dallas.rsi state: dallas-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 2 automatic: true @@ -163,7 +163,7 @@ - type: Icon sprite: Objects/Guns/Rifles/ih_heavyrifle.rsi state: ih_heavyrifle-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 1.5 automatic: true @@ -185,7 +185,7 @@ sprite: Objects/Guns/Rifles/ih_heavyrifle.rsi - type: entity - name: Sol-EOT + name: sol-eot parent: RifleBase id: RifleSolEot description: A rooty tooty point and shooty. @@ -220,7 +220,7 @@ sprite: Objects/Guns/Rifles/sol-eot.rsi - type: entity - name: Sol-Para + name: sol-para parent: RifleBase id: RifleSolPara description: A rooty tooty point and shooty. @@ -255,7 +255,7 @@ sprite: Objects/Guns/Rifles/sol-para.rsi - type: entity - name: STS + name: sts parent: RifleBase id: RifleSts description: A rooty tooty point and shooty. diff --git a/Resources/Prototypes/Entities/Weapons/SMGs/smgs.yml b/Resources/Prototypes/Entities/Weapons/SMGs/smgs.yml index cfba9ac129..b91eb4a659 100644 --- a/Resources/Prototypes/Entities/Weapons/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Weapons/SMGs/smgs.yml @@ -1,11 +1,11 @@ - type: entity - name: BaseSMG + name: basesmg parent: BaseItem id: SmgBase description: A rooty tooty point and shooty. abstract: true components: - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: true firerate: 8 @@ -22,7 +22,7 @@ sound_gunshot: /Audio/Guns/Gunshots/smg.ogg - type: entity - name: C-20r Sub Machine Gun + name: c-20r sub machine gun parent: SmgBase id: SmgC20r description: A rooty tooty point and shooty. @@ -65,7 +65,7 @@ - type: Icon sprite: Objects/Guns/SMGs/ih_smg.rsi state: ih_smg-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: true firerate: 16 @@ -85,7 +85,7 @@ sprite: Objects/Guns/SMGs/ih_smg.rsi - type: entity - name: IH SMG (Silenced) + name: IH SMG (silenced) parent: SmgBase id: SmgIhSmgS description: Pewsh pewsh @@ -97,7 +97,7 @@ - type: Icon sprite: Objects/Guns/SMGs/ih_smg_s.rsi state: ih_smg_s-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: true firerate: 16 @@ -118,7 +118,7 @@ sprite: Objects/Guns/SMGs/ih_smg_s.rsi - type: entity - name: Mac + name: mac parent: SmgBase id: SmgMac description: Pla-ket-ket-ket-ket @@ -130,12 +130,12 @@ - type: Icon sprite: Objects/Guns/SMGs/mac.rsi state: mac-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: true firerate: 16 - type: BallisticMagazineWeapon - spreadstddev: 6 + spreadstddev: 6 caliber: A9mm magazines: - A9mmSMG @@ -150,7 +150,7 @@ sprite: Objects/Guns/SMGs/mac.rsi - type: entity - name: Saber + name: saber parent: SmgBase id: SmgSaber description: A rooty tooty point and shooty. @@ -162,7 +162,7 @@ - type: Icon sprite: Objects/Guns/SMGs/saber.rsi state: saber-0 - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: true firerate: 12 @@ -182,7 +182,7 @@ sprite: Objects/Guns/SMGs/saber.rsi - type: entity - name: WT550 + name: wt550 parent: SmgBase id: SmgWt550 description: A rooty tooty point and shooty. @@ -194,14 +194,14 @@ - type: Icon sprite: Objects/Guns/SMGs/wt550.rsi state: wt550-5 - - type: Sound + - type: LoopingSound - type: RangedWeapon spreadstddev: 3.5 automatic: true firerate: 10 - type: BallisticMagazineWeapon caliber: A9mm - magazines: + magazines: - A9mmTopMounted default_magazine: magazine_9mmtm - type: Appearance diff --git a/Resources/Prototypes/Entities/Weapons/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Weapons/Shotguns/shotguns.yml index e99f10a3b6..fffa43a253 100644 --- a/Resources/Prototypes/Entities/Weapons/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Weapons/Shotguns/shotguns.yml @@ -1,11 +1,11 @@ - type: entity - name: Shotgun + name: shotgun parent: BaseItem id: BaseShotgun description: A rooty tooty point and shooty. abstract: true components: - - type: Sound + - type: LoopingSound - type: RangedWeapon automatic: false firerate: 20 @@ -23,7 +23,7 @@ sound_gunshot: /Audio/Guns/Gunshots/smg.ogg - type: entity - name: Magazine Fed Shotgun + name: magazine fed shotgun parent: BaseShotgun id: MagazineFedShotgun components: diff --git a/Resources/Prototypes/Entities/chemistry.yml b/Resources/Prototypes/Entities/chemistry.yml index bd7048b73f..f10a3525e6 100644 --- a/Resources/Prototypes/Entities/chemistry.yml +++ b/Resources/Prototypes/Entities/chemistry.yml @@ -1,8 +1,8 @@ - type: entity parent: BaseItem id: ReagentItem - name: "Reagent Item" + name: "reagent item" abstract: true components: - type: Solution - maxVol: 5 \ No newline at end of file + maxVol: 5 diff --git a/Resources/Prototypes/Entities/janitor.yml b/Resources/Prototypes/Entities/janitor.yml index 63af76b6e0..b425689eba 100644 --- a/Resources/Prototypes/Entities/janitor.yml +++ b/Resources/Prototypes/Entities/janitor.yml @@ -20,11 +20,11 @@ - type: Solution maxVol: 10 caps: 1 - - type: Sound + - type: LoopingSound - type: entity parent: BaseItem - name: Mop Bucket + name: mop bucket id: MopBucket description: Holds water and the tears of the janitor. components: @@ -36,7 +36,7 @@ texture: Objects/Janitorial/mopbucket.png - type: InteractionOutline - type: Bucket - - type: Sound + - type: LoopingSound - type: Solution maxVol: 500 caps: 3 @@ -67,7 +67,7 @@ - type: Icon texture: Objects/Janitorial/bucket.png - type: Bucket - - type: Sound + - type: LoopingSound - type: Solution maxVol: 500 caps: 3 diff --git a/Resources/Prototypes/Entities/kitchen.yml b/Resources/Prototypes/Entities/kitchen.yml index 7d2f69b370..a383574c8a 100644 --- a/Resources/Prototypes/Entities/kitchen.yml +++ b/Resources/Prototypes/Entities/kitchen.yml @@ -1,6 +1,6 @@ - type: entity id: KitchenMicrowave - name: Microwave + name: microwave description: It's magic. placement: mode: SnapgridCenter @@ -16,7 +16,7 @@ - type: Appearance visuals: - type: MicrowaveVisualizer - - type: Sound + - type: LoopingSound - type: UserInterface interfaces: - key: enum.MicrowaveUiKey.Key diff --git a/Resources/Prototypes/Entities/research.yml b/Resources/Prototypes/Entities/research.yml index 8cbb1575a8..bd33f58d57 100644 --- a/Resources/Prototypes/Entities/research.yml +++ b/Resources/Prototypes/Entities/research.yml @@ -1,6 +1,6 @@ - type: entity id: ResearchAndDevelopmentServer - name: "R&D Server" + name: "R&D server" components: - type: Sprite sprite: Buildings/research.rsi @@ -22,7 +22,7 @@ - type: entity id: BaseResearchAndDevelopmentPointSource - name: "Base R&D Point Source" + name: "base R&D point source" # We should make this abstract once there are actual point sources. components: - type: Sprite diff --git a/Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml b/Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml index c74fb14d65..d62b69d882 100644 --- a/Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml +++ b/Resources/Prototypes/Jobs/Cargo/CargoTechnician.yml @@ -1,6 +1,6 @@ - type: job id: CargoTechnician - name: "Cargo Technician" + name: "cargo technician" positions: 2 spawnPositions: 1 startingGear: CargoTechGear diff --git a/Resources/Prototypes/Jobs/Civilian/Assistant.yml b/Resources/Prototypes/Jobs/Civilian/Assistant.yml index c3b355fa28..8e178aadd3 100644 --- a/Resources/Prototypes/Jobs/Civilian/Assistant.yml +++ b/Resources/Prototypes/Jobs/Civilian/Assistant.yml @@ -1,6 +1,6 @@ - type: job id: Assistant - name: "Assistant" + name: "assistant" positions: -1 # Treated as infinite. startingGear: AssistantGear department: diff --git a/Resources/Prototypes/Jobs/Civilian/Bartender.yml b/Resources/Prototypes/Jobs/Civilian/Bartender.yml index 05d3ca32e8..8006ed4416 100644 --- a/Resources/Prototypes/Jobs/Civilian/Bartender.yml +++ b/Resources/Prototypes/Jobs/Civilian/Bartender.yml @@ -1,6 +1,6 @@ - type: job id: Bartender - name: "Bartender" + name: "bartender" positions: 1 startingGear: BartenderGear department: diff --git a/Resources/Prototypes/Jobs/Civilian/Chef.yml b/Resources/Prototypes/Jobs/Civilian/Chef.yml index 649f66e0e1..8cd3ed63e8 100644 --- a/Resources/Prototypes/Jobs/Civilian/Chef.yml +++ b/Resources/Prototypes/Jobs/Civilian/Chef.yml @@ -1,6 +1,6 @@ - type: job id: Chef - name: "Chef" + name: "chef" positions: 1 startingGear: ChefGear department: diff --git a/Resources/Prototypes/Jobs/Civilian/Clown.yml b/Resources/Prototypes/Jobs/Civilian/Clown.yml index 79de53d5ad..185797bcc5 100644 --- a/Resources/Prototypes/Jobs/Civilian/Clown.yml +++ b/Resources/Prototypes/Jobs/Civilian/Clown.yml @@ -1,6 +1,6 @@ - type: job id: Clown - name: "Clown" + name: "clown" positions: 1 startingGear: ClownGear department: diff --git a/Resources/Prototypes/Jobs/Civilian/Janitor.yml b/Resources/Prototypes/Jobs/Civilian/Janitor.yml index a6842cc5d6..c2bdd04d26 100644 --- a/Resources/Prototypes/Jobs/Civilian/Janitor.yml +++ b/Resources/Prototypes/Jobs/Civilian/Janitor.yml @@ -1,6 +1,6 @@ - type: job id: Janitor - name: "Janitor" + name: "janitor" positions: 1 startingGear: JanitorGear department: diff --git a/Resources/Prototypes/Jobs/Command/captain.yml b/Resources/Prototypes/Jobs/Command/captain.yml index 30036b409a..c495133477 100644 --- a/Resources/Prototypes/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Jobs/Command/captain.yml @@ -1,6 +1,6 @@ - type: job id: Captain - name: "Captain" + name: "captain" head: true positions: 1 startingGear: CaptainGear diff --git a/Resources/Prototypes/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Jobs/Command/head_of_personnel.yml index 2ea9e50926..677c8b9a71 100644 --- a/Resources/Prototypes/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Jobs/Command/head_of_personnel.yml @@ -1,6 +1,6 @@ - type: job id: HeadOfPersonnel - name: "Head Of Personnel" + name: "head of personnel" head: true positions: 1 startingGear: HoPGear diff --git a/Resources/Prototypes/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Jobs/Engineering/chief_engineer.yml index b9df28c533..c92118c6f0 100644 --- a/Resources/Prototypes/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Jobs/Engineering/chief_engineer.yml @@ -1,6 +1,6 @@ - type: job id: ChiefEngineer - name: "Chief Engineer" + name: "chief engineer" head: true positions: 1 startingGear: ChiefEngineerGear diff --git a/Resources/Prototypes/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Jobs/Engineering/station_engineer.yml index f3bcae49a3..0f1099d79d 100644 --- a/Resources/Prototypes/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Jobs/Engineering/station_engineer.yml @@ -1,6 +1,6 @@ - type: job id: StationEngineer - name: "Station Engineer" + name: "station engineer" positions: 3 spawnPositions: 2 startingGear: StationEngineerGear diff --git a/Resources/Prototypes/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Jobs/Medical/chief_medical_officer.yml index 7d80df9ead..7629149734 100644 --- a/Resources/Prototypes/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Jobs/Medical/chief_medical_officer.yml @@ -2,7 +2,7 @@ - type: job id: ChiefMedicalOfficer - name: "Chief Medical Officer" + name: "chief medical officer" head: true positions: 1 startingGear: CMOGear diff --git a/Resources/Prototypes/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Jobs/Medical/medical_doctor.yml index b2747a76e3..ba2aac1b52 100644 --- a/Resources/Prototypes/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Jobs/Medical/medical_doctor.yml @@ -1,6 +1,6 @@ - type: job id: MedicalDoctor - name: "Medical Doctor" + name: "medical doctor" positions: 3 spawnPositions: 2 startingGear: DoctorGear diff --git a/Resources/Prototypes/Jobs/Science/research_director.yml b/Resources/Prototypes/Jobs/Science/research_director.yml index a54a646b46..f2ce6266f9 100644 --- a/Resources/Prototypes/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Jobs/Science/research_director.yml @@ -1,6 +1,6 @@ - type: job id: ResearchDirector - name: "Research Director" + name: "research director" head: true positions: 1 startingGear: ResearchDirectorGear diff --git a/Resources/Prototypes/Jobs/Science/scientist.yml b/Resources/Prototypes/Jobs/Science/scientist.yml index 0c97f5e039..c9edc301b2 100644 --- a/Resources/Prototypes/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Jobs/Science/scientist.yml @@ -1,6 +1,6 @@ - type: job id: Scientist - name: "Scientist" + name: "scientist" positions: 3 spawnPositions: 2 startingGear: ScientistGear diff --git a/Resources/Prototypes/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Jobs/Security/head_of_security.yml index 96460d5899..9f567a046f 100644 --- a/Resources/Prototypes/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Jobs/Security/head_of_security.yml @@ -1,6 +1,6 @@ - type: job id: HeadOfSecurity - name: "Head Of Security" + name: "head of security" head: true positions: 1 startingGear: HoSGear diff --git a/Resources/Prototypes/Jobs/Security/security_officer.yml b/Resources/Prototypes/Jobs/Security/security_officer.yml index 20b1ca1d9b..12bbadc7c3 100644 --- a/Resources/Prototypes/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Jobs/Security/security_officer.yml @@ -1,6 +1,6 @@ - type: job id: SecurityOfficer - name: "Security Officer" + name: "security officer" positions: 3 spawnPositions: 2 startingGear: SecurityOfficerGear diff --git a/Resources/Prototypes/Kitchen/meal_recipes.yml b/Resources/Prototypes/Kitchen/meal_recipes.yml index ee16015c50..b3b3dde6bb 100644 --- a/Resources/Prototypes/Kitchen/meal_recipes.yml +++ b/Resources/Prototypes/Kitchen/meal_recipes.yml @@ -2,7 +2,7 @@ #Burgers - type: microwaveMealRecipe id: RecipeCheeseburger - name: Cheeseburger Recipe + name: cheeseburger recipe result: FoodCheeseburger time: 5 reagents: @@ -12,7 +12,7 @@ - type: microwaveMealRecipe id: RecipeClownBurger - name: Clownburger Recipe + name: clownburger recipe result: FoodClownBurger time: 5 reagents: @@ -22,7 +22,7 @@ - type: microwaveMealRecipe id: RecipeTofuBurger - name: Tofu Burger Recipe + name: tofu burger recipe result: FoodTofuBurger time: 5 reagents: @@ -32,7 +32,7 @@ - type: microwaveMealRecipe id: RecipeXenoburger - name: Xenoburger Recipe + name: xenoburger recipe result: FoodXenoburger time: 5 reagents: @@ -42,7 +42,7 @@ - type: microwaveMealRecipe id: RecipeSuperBiteBurger - name: Super Bite Burger Recipe + name: super bite burger recipe result: FoodSuperBiteBurger time: 20 reagents: @@ -58,7 +58,7 @@ #Breads & Sandwiches - type: microwaveMealRecipe id: RecipeBread - name: Bread Recipe + name: bread recipe result: FoodContainerBread time: 15 reagents: @@ -66,7 +66,7 @@ - type: microwaveMealRecipe id: RecipeSandwich - name: Sandwich Recipe + name: sandwich recipe result: FoodSandwich time: 10 solids: @@ -76,7 +76,7 @@ - type: microwaveMealRecipe id: RecipeToastedSandwich - name: Toasted Sandwich Recipe + name: toasted sandwich recipe result: FoodToastedSandwich time: 5 solids: @@ -84,7 +84,7 @@ - type: microwaveMealRecipe id: RecipeGrilledCheese - name: Grilled Cheese Recipe + name: grilled cheese recipe result: FoodGrilledCheese time: 5 solids: @@ -93,7 +93,7 @@ - type: microwaveMealRecipe id: RecipeBaguette - name: Baguette Recipe + name: baguette recipe result: FoodBaguette time: 10 reagents: @@ -103,7 +103,7 @@ - type: microwaveMealRecipe id: RecipeCreamCheeseBread - name: Cream Cheese Bread Recipe + name: cream cheese bread recipe result: FoodContainerCreamCheeseBread time: 20 reagents: @@ -113,7 +113,7 @@ - type: microwaveMealRecipe id: RecipeBananaBread - name: Banana Bread Recipe + name: banana bread recipe result: FoodContainerBananaBread time: 25 reagents: @@ -128,7 +128,7 @@ #Pizzas - type: microwaveMealRecipe id: RecipeMargheritaPizza - name: Margherita Pizza Recipe + name: margherita pizza recipe result: FoodContainerMargheritaPizza time: 30 reagents: @@ -139,7 +139,7 @@ - type: microwaveMealRecipe id: RecipeMushroomPizza - name: Mushroom Pizza Recipe + name: mushroom pizza recipe result: FoodContainerMushroomPizza time: 25 reagents: @@ -149,7 +149,7 @@ - type: microwaveMealRecipe id: RecipeMeatPizza - name: Meat Pizza Recipe + name: meat pizza recipe result: FoodContainerMeatPizza time: 30 reagents: @@ -161,7 +161,7 @@ - type: microwaveMealRecipe id: RecipeVegetablePizza - name: Vegetable Pizza Recipe + name: vegetable pizza recipe result: FoodContainerVegetablePizza time: 30 reagents: @@ -175,7 +175,7 @@ #Italian - type: microwaveMealRecipe id: RecipeSpaghetti - name: Spaghetti Recipe + name: spaghetti recipe result: FoodSpaghetti time: 1 reagents: @@ -183,7 +183,7 @@ - type: microwaveMealRecipe id: RecipeBoiledSpaghetti - name: Boiled Spaghetti Recipe + name: boiled spaghetti recipe result: FoodSpaghettiBoiled time: 5 reagents: @@ -193,7 +193,7 @@ - type: microwaveMealRecipe id: RecipePastaTomato - name: Pasta Tomato Recipe + name: pasta tomato recipe result: FoodPastaTomato time: 10 reagents: @@ -204,7 +204,7 @@ - type: microwaveMealRecipe id: RecipeMeatballSpaghetti - name: Spaghetti & Meatballs Recipe + name: spaghetti & meatballs recipe result: FoodMeatballSpaghetti time: 10 reagents: @@ -215,7 +215,7 @@ - type: microwaveMealRecipe id: RecipeCrabSpaghetti - name: Crab Spaghetti Recipe + name: crab spaghetti recipe result: FoodCrabSpaghetti time: 10 reagents: @@ -225,7 +225,7 @@ - type: microwaveMealRecipe id: RecipeCopypasta - name: Copypasta Recipe + name: copypasta recipe result: FoodCopypasta time: 10 solids: @@ -233,7 +233,7 @@ # - type: microwaveMealRecipe # id: RecipeMoMMISpaghetti -# name: MoMMI Spaghetti Recipe +# name: mommi spaghetti recipe # result: FoodMoMMISpaghetti # time: 10 # reagents: @@ -242,7 +242,7 @@ - type: microwaveMealRecipe id: RecipeRisotto - name: Risotto Recipe + name: risotto recipe result: FoodRisotto time: 10 reagents: @@ -253,7 +253,7 @@ - type: microwaveMealRecipe id: RecipeBruschetta - name: Bruschetta Recipe + name: bruschetta recipe result: FoodBruschetta time: 10 reagents: @@ -266,7 +266,7 @@ - type: microwaveMealRecipe id: RecipeQuiche - name: Quiche Recipe + name: quiche recipe result: FoodQuiche time: 10 solids: @@ -277,7 +277,7 @@ - type: microwaveMealRecipe id: RecipeLasagna - name: Lasagna Recipe + name: lasagna recipe result: FoodLasagna time: 15 # reagents: @@ -291,7 +291,7 @@ #Soups & Stew - type: microwaveMealRecipe id: RecipeMeatballSoup - name: Meatball Soup Recipe + name: meatball soup recipe result: FoodMeatballSoup time: 10 reagents: @@ -303,7 +303,7 @@ - type: microwaveMealRecipe id: RecipeNettleSoup - name: Nettle Soup Recipe + name: nettle soup recipe result: FoodNettleSoup time: 10 reagents: @@ -316,7 +316,7 @@ #Other - type: microwaveMealRecipe id: RecipeMeatSteak - name: Meat Steak Recipe + name: meat steak recipe result: FoodMeatSteak time: 10 reagents: @@ -327,7 +327,7 @@ - type: microwaveMealRecipe id: RecipeMisoColaSoup - name: Salty Sweet MiloCola Soup Recipe + name: salty sweet milocola soup recipe result: DisgustingSweptSoup time: 15 reagents: diff --git a/Resources/Prototypes/Reagents/chemicals.yml b/Resources/Prototypes/Reagents/chemicals.yml index 35129f9d7b..67877f7ea1 100644 --- a/Resources/Prototypes/Reagents/chemicals.yml +++ b/Resources/Prototypes/Reagents/chemicals.yml @@ -1,6 +1,6 @@ - type: reagent id: chem.Nutriment - name: Nutriment + name: nutriment desc: All the vitamins, minerals, and carbohydrates the body needs in pure form. color: "#664330" metabolism: @@ -9,13 +9,13 @@ - type: reagent id: chem.H2SO4 - name: Sulfuric Acid + name: sulfuric acid desc: A highly corrosive, oily, colorless liquid. color: "#BF8C00" - type: reagent id: chem.H2O - name: Water + name: water desc: A tasty colorless liquid. color: "#DEF7F5" metabolism: @@ -24,90 +24,90 @@ - type: reagent id: chem.Ice - name: Ice + name: ice desc: Frozen water. color: "#bed8e6" - type: reagent id: chem.Plasma - name: Plasma + name: plasma desc: Funky, space-magic pixie dust. You probably shouldn't eat this, but we both know you will anyways. color: "#500064" - type: reagent id: chem.Ethanol - name: Ethanol + name: ethanol desc: A simple alcohol, makes you drunk if consumed, flammable. color: "#b05b3c" - type: reagent id: chem.Glucose - name: Glucose + name: glucose desc: A simple sugar found in many foods. color: "#ffffff" - type: reagent id: chem.Ammonia - name: Ammonia + name: ammonia desc: An effective fertilizer which is better than what is available to the botanist initially, though it isn't as powerful as Diethylamine color: "#77b58e" - type: reagent id: chem.Bleach - name: Bleach + name: bleach desc: Heavy duty cleaner that can clean tiles the same as Space Cleaner and also decontaminate clothes. Extremely toxic when ingested. color: "#a1000b" - type: reagent id: chem.Diethylamine - name: Diethylamine + name: diethylamine desc: A very potent fertilizer. color: "#a1000b" - type: reagent id: chem.FoamingAgent - name: Foaming Agent + name: foaming agent desc: Makes foam such as that required in metal foam grenades color: "#215263" - type: reagent id: chem.PolytrinicAcid - name: Polytrinic Acid + name: polytrinic acid desc: An extremely corrosive chemical substance. The slightest touch of it will melt off most masks and headgear, and it deals extreme damage to anyone who comes directly into contact with it. Spraying it on other items will usually melt them too, which does make it useful if the clown has covered the entire hallway in banana peels. color: "#a1000b" - type: reagent id: chem.SpaceCleaner - name: Space Cleaner + name: space cleaner desc: This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills. color: "#215263" - type: reagent id: chem.SpaceLube - name: Space Lube + name: space lube desc: Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip). color: "#77b58e" - type: reagent id: chem.TableSalt - name: Table Salt + name: table salt desc: Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly. color: "#a1000b" - type: reagent id: chem.Thermite - name: Thermite + name: thermite desc: A mixture that becomes extremely hot when ignited, and which can burn straight through walls when applied and ignited. It'll slowly inflict burn damage to anybody dumb enough to ingest it, but can't be ignited inside inside said dumb person. color: "#77b58e" - type: reagent id: chem.UnstableMutagen - name: Unstable Mutagen + name: unstable mutagen desc: Causes mutations when injected into living people or plants. High doses may be lethal, especially in humans. color: "#77b58e" - type: reagent id: chem.WeldingFuel - name: Welding Fuel + name: welding fuel desc: Used by welders to weld. color: "#a76b1c" diff --git a/Resources/Prototypes/Reagents/drinks.yml b/Resources/Prototypes/Reagents/drinks.yml index e044745136..77aaaed3f4 100644 --- a/Resources/Prototypes/Reagents/drinks.yml +++ b/Resources/Prototypes/Reagents/drinks.yml @@ -1,117 +1,117 @@ - type: reagent id: chem.Whiskey - name: Whiskey + name: whiskey desc: An alcoholic beverage made from fermented grain mash color: "#664300" spritePath: whiskeyglass.rsi - type: reagent id: chem.Ale - name: Ale + name: ale desc: A type of beer brewed using a warm fermentation method, resulting in a sweet, full-bodied and fruity taste. color: "#664300" spritePath: aleglass.rsi - type: reagent id: chem.Wine - name: Wine + name: wine desc: An alcoholic drink made from fermented grapes color: "#7E4043" spritePath: wineglass.rsi - type: reagent id: chem.Beer - name: Beer + name: beer desc: A cold pint of pale lager. color: "#664300" spritePath: beerglass.rsi - type: reagent id: chem.Vodka - name: Vodka + name: vodka desc: The glass contain wodka. Xynta. color: "#664300" - type: reagent id: chem.Kahlua - name: Kahlua + name: kahlua desc: A widely known, Mexican coffee-flavoured liqueur. In production since 1936! color: "#664300" spritePath: kahluaglass.rsi - type: reagent id: chem.Cognac - name: Cognac + name: cognac desc: A sweet and strongly alcoholic drink, twice distilled and left to mature for several years. Classy as fornication. color: "#AB3C05" spritePath: cognacglass.rsi - type: reagent id: chem.ManlyDorf - name: Manly Dorf + name: manly dorf desc: A dwarfy concoction made from ale and beer. Intended for stout dwarves only. color: "#664300" spritePath: manlydorfglass.rsi - type: reagent id: chem.CubaLibre - name: Cuba Libre + name: cuba libre desc: A classic mix of rum and cola. color: "#3E1B00" spritePath: cubalibreglass.rsi - type: reagent id: chem.IrishCarBomb - name: Irish Car Bomb + name: irish car bomb desc: A troubling mixture of irish cream and ale. color: "#2E6671" spritePath: irishcarbomb.rsi - type: reagent id: chem.IrishCoffee - name: Irish Coffee + name: irish coffee desc: Coffee served with irish cream. Regular cream just isn't the same! color: "#664300" spritePath: irishcoffeeglass.rsi - type: reagent id: chem.IrishCream - name: Irish Cream + name: irish cream desc: Whiskey-imbued cream. What else could you expect from the Irish. color: "#664300" spritePath: irishcreamglass.rsi - type: reagent id: chem.B52 - name: B-52 + name: b-52 desc: Coffee, irish cream, and cognac. You will get bombed. color: "#664300" spritePath: b52glass.rsi - type: reagent id: chem.AtomicBomb - name: Atomic Bomb + name: atomic bomb desc: Nuclear proliferation never tasted so good. color: "#666300" spritePath: atomicbombglass.rsi - type: reagent id: chem.WhiskeyCola - name: Whiskey Cola + name: whiskey cola desc: An innocent-looking mixture of cola and whiskey. Delicious. color: "#3E1B00" spritePath: whiskeycolaglass.rsi - type: reagent id: chem.SyndicateBomb - name: Syndicate Bomb + name: syndicate bomb desc: Somebody set us up the bomb! color: "#2E6671" spritePath: syndicatebomb.rsi - type: reagent id: chem.Antifreeze - name: Antifreeze + name: antifreeze desc: The ultimate refreshment. color: "#664300" spritePath: antifreeze.rsi @@ -119,7 +119,7 @@ - type: reagent id: chem.Cola - name: Cola + name: cola desc: A sweet, carbonated soft drink. Caffeine free. color: "#100800" metabolism: @@ -128,7 +128,7 @@ - type: reagent id: chem.Coffee - name: Coffee + name: coffee desc: A drink made from brewed coffee beans. Contains a moderate amount of caffeine. color: "#664300" metabolism: @@ -137,7 +137,7 @@ - type: reagent id: chem.Tea - name: Tea + name: tea desc: A made by boiling leaves of the tea tree, Camellia sinensis. color: "#101000" metabolism: @@ -146,7 +146,7 @@ - type: reagent id: chem.Cream - name: Cream + name: cream desc: The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh? color: "#DFD7AF" metabolism: @@ -155,7 +155,7 @@ - type: reagent id: chem.Milk - name: Milk + name: milk desc: An opaque white liquid produced by the mammary glands of mammals. color: "#DFDFDF" metabolism: diff --git a/Resources/Prototypes/Reagents/elements.yml b/Resources/Prototypes/Reagents/elements.yml index f60bb120d0..b84af6b7e3 100644 --- a/Resources/Prototypes/Reagents/elements.yml +++ b/Resources/Prototypes/Reagents/elements.yml @@ -1,107 +1,107 @@ - type: reagent id: chem.H - name: Hydrogen + name: hydrogen desc: A light, flammable gas. color: "#808080" - type: reagent id: chem.O - name: Oxygen + name: oxygen desc: An oxidizing, colorless gas. color: "#808080" - type: reagent id: chem.S - name: Sulfur + name: sulfur desc: A yellow, crystalline solid. color: "#FFFACD" - type: reagent id: chem.C - name: Carbon + name: carbon desc: A black, crystalline solid. color: "#22282b" - type: reagent id: chem.Al - name: Aluminum + name: aluminum desc: A silvery-white, soft, non-magnetic, and ductile metal. color: "#848789" - type: reagent id: chem.Cu - name: Copper + name: copper desc: A soft, malleable, and ductile metal with very high thermal and electrical conductivity. color: "#b05b3c" - type: reagent id: chem.N - name: Nitrogen + name: nitrogen desc: A colorless, odorless unreactive gas. Highly stable. color: "#808080" - type: reagent id: chem.Fe - name: Iron + name: iron desc: A silvery-grey metal which forms iron oxides (rust) with contact with air. Commonly alloyed with other elements to create alloys such as steel. color: "#434b4d" - type: reagent id: chem.F - name: Fluorine + name: fluorine desc: A highly toxic pale yellow gas. Extremely reactive. color: "#808080" - type: reagent id: chem.Si - name: Silicon + name: silicon desc: A hard and brittle crystalline solid with a blue-grey color. color: "#364266" - type: reagent id: chem.Cl - name: Chlorine + name: chlorine desc: A yellow-green gas which is toxic to humans. color: "#a2ff00" - type: reagent id: chem.Li - name: Lithium + name: lithium desc: A soft, silvery-white alkali metal. It is highly reactive, and ignites if it makes contact with water. color: "#c6c8cc" - type: reagent id: chem.Hg - name: Mercury + name: mercury desc: A silver metal which is liquid at room temperature. It is highly toxic to humans. color: "#929296" - type: reagent id: chem.P - name: Phosphorus + name: phosphorus desc: A reactive metal used in pyrotechnics and weapons. color: "#803330" - type: reagent id: chem.K - name: Potassium + name: potassium desc: A soft, silvery-white metal. Even more reactive than lithium. color: "#c6c8cc" - type: reagent id: chem.Ra - name: Radium + name: radium desc: A radioactive metal, silvery-white in it's pure form. It glows due to it's radioactivity and is highly toxic. color: "#00ff04" - type: reagent id: chem.Na - name: Sodium + name: sodium desc: A silvery-white alkali metal. Highly reactive in it's pure form. color: "#c6c8cc" - type: reagent id: chem.U - name: Uranium + name: uranium desc: A silvery-white metallic chemical element in the actinide series, weakly radioactive. - color: "#00ff06" \ No newline at end of file + color: "#00ff06" diff --git a/Resources/Prototypes/Reagents/food_reagents.yml b/Resources/Prototypes/Reagents/food_reagents.yml index 6c838830da..f967c66d30 100644 --- a/Resources/Prototypes/Reagents/food_reagents.yml +++ b/Resources/Prototypes/Reagents/food_reagents.yml @@ -1,6 +1,6 @@ - type: reagent id: chem.Flour - name: Flour + name: flour desc: Used for baking. color: "#FFFFFF" metabolism: diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index fc86317f2d..69ecf8f435 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -1,246 +1,246 @@ - type: reagent id: chem.Alkycosine - name: Alkycosine + name: alkycosine desc: Lessens the damage to neurological tissue. More effective at treating brain damage than alkysine and also a fairly effective painkiller as well. Caution is needed in its creation to avoid mixing bleach and the chlorine needed to make alkysine. color: "#9e232b" - type: reagent id: chem.Alkysine - name: Alkysine + name: alkysine desc: Lessens the damage to neurological tissue, effective even after catastrophic injury. Used for treating brain damage and also a fairly effective painkiller. color: "#a1000b" - type: reagent id: chem.Dylovene - name: Dylovene + name: dylovene desc: A broad-spectrum anti-toxin, which treats toxin damage in the blood stream. Overdosing will cause vomiting, dizzyness and pain. color: "#3a1d8a" - type: reagent id: chem.Arithrazine - name: Arithrazine + name: arithrazine desc: A slightly unstable medication used for the most extreme any serious case of radiation poisoning. Lowers radiation level at over twice the rate Hyronalin does and will heal toxin damage at the same time. Deals very minor brute damage to the patient over time, but the patient's body will typically out-regenerate it easily. color: "#bd5902" - type: reagent id: chem.Bicaridine - name: Bicaridine + name: bicaridine desc: An analgesic which is highly effective at treating brute damage. It is useful for stabilizing people who have been severely beaten, as well as treating less life-threatening injuries. In the case of bleeding (internal or external), bicaridine will slow down the bleeding heavily. If the dosage exceeds the overdose limit, it'll stop it outright. color: "#ffaa00" - type: reagent id: chem.Cryoxadone - name: Cryoxadone + name: cryoxadone desc: Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes. color: "#0091ff" - type: reagent id: chem.Clonexadone - name: Clonexadone + name: clonexadone desc: Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating clone damage, although both can be used simultaneously. Best used in cryo cells. color: "#0091ff" - type: reagent id: chem.Citalopram - name: Citalopram + name: citalopram desc: Prevents hallucination slightly. color: "#21693c" - type: reagent id: chem.Dermaline - name: Dermaline + name: dermaline desc: An advanced chemical that is more effective at treating burns damage than Kelotane. color: "#215263" - type: reagent id: chem.Dexalin - name: Dexalin + name: dexalin desc: Used for treating oxygen deprivation. In most cases where it is likely to be needed, the strength of Dexalin Plus will probably be more useful (Results in 1 unit instead of 2). color: "#0041a8" - type: reagent id: chem.DexalinPlus - name: Dexalin Plus + name: dexalin plus desc: Used in treatment of extreme cases of oxygen deprivation. Even a single unit immediately counters all oxygen loss, which is hugely useful in many circumstances. Any dose beyond this will continue to counter oxygen loss until it is metabolized, essentially removing the need to breathe. color: "#297691" - type: reagent id: chem.Ethylredoxrazine - name: Ethylredoxrazine + name: ethylredoxrazine desc: Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested. color: "#2d5708" - type: reagent id: chem.Hyperzine - name: Hyperzine + name: hyperzine desc: A highly effective, long lasting muscle stimulant. It allows greater freedom of movement in bulky clothing although it has the side effect of causing some twitching. Dangerous in higher doses. color: "#17bd61" - type: reagent id: chem.Hyronalin - name: Hyronalin + name: hyronalin desc: A weak treatment for radiation damage. Considered to be useful mainly for genetic modification, where it reduces radiation levels, and thus the chance of genetic mutations. Largely outclassed by Arithrazine. color: "#17ac61" - type: reagent id: chem.Imidazoline - name: Imidazoline + name: imidazoline desc: Effective in treating eye trauma. It heals damage caused by physical or chemical trauma, though it is ineffective in treating genetic defects in the eyes. color: "#f7ef00" - type: reagent id: chem.Inacusiate - name: Inacusiate + name: inacusiate desc: You only need 1u for Inacusiate work. Cures deafness instantly. Useful after an explosion. color: "#f7ef00" - type: reagent id: chem.Inaprovaline - name: Inaprovaline + name: inaprovaline desc: Inaprovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients- it stops oxygen loss when the patient is in critical health. It'll also slow down bleeding (internal or external) by half while in the body. Acts as a decent painkiller. color: "#73103b" - type: reagent id: chem.Kelotane - name: Kelotane + name: kelotane desc: Treats burn damage and prevents infection. color: "#bf3d19" - type: reagent id: chem.Leporazine - name: Leporazine + name: leporazine desc: This keeps a patient's body temperature stable. High doses can allow short periods of unprotected EVA, but prevents use of the cryogenics tubes. color: "#ff7db5" - type: reagent id: chem.Methylin - name: Methylin + name: methylin desc: An intelligence enhancer, also used in the treatment of attention deficit hyperactivity disorder. Also known as Ritalin. Allows monkeys (not diona nymphs) to understand human speech and improves their dexterity as long as they have some in their system. Causes toxin and brain damage in higher doses. color: "#a700c4" - type: reagent id: chem.Oxycodone - name: Oxycodone + name: oxycodone desc: A very effective painkiller, about 250% as strong as Tramadol. color: "#c4a300" - type: reagent id: chem.Phalanximine - name: Phalanximine + name: phalanximine desc: Used in the treatment of cancer, is as effective as Anti-Toxin. Causes moderate radiation and hair loss. color: "#c8ff75" - type: reagent id: chem.Paroxetine - name: Paroxetine + name: paroxetine desc: Prevents hallucination, but has a 10% chance of causing intense hallucinations. color: "#c8ff75" - type: reagent id: chem.Ryetalyn - name: Ryetalyn + name: ryetalyn desc: You only need 1u for Ryetalin to work. Deactivates genetic defects and powers, restoring a patient to an ideal state. May be useful if genetics is unable to function properly. Deactivated effects return if the patient's genes are modified again. color: "#532fd4" - type: reagent id: chem.Spaceacillin - name: Spaceacillin + name: spaceacillin desc: A theta-lactam antibiotic. A common and very useful medicine, effective against many diseases likely to be encountered in space. Slows progression of diseases. color: "#7f2fd4" - type: reagent id: chem.Synaptizine - name: Synaptizine + name: synaptizine desc: Toxic, but treats hallucinations, drowsiness & halves the duration of paralysis, stuns and knockdowns. It is metabolized very slowly. One unit is enough to treat hallucinations; two units is deadly. color: "#d49a2f" - type: reagent id: chem.Tramadol - name: Tramadol + name: tramadol desc: A simple, yet effective painkiller. Very effective for patients in shock. color: "#2f6ed4" - type: reagent id: chem.Tricordrazine - name: Tricordrazine + name: tricordrazine desc: A wide-spectrum stimulant, originally derived from Cordrazine. Is capable of healing all four main damage types simultaneously, however it only heals at half the rate of conventional healing chemicals. Because of its low potency, it's best used as a supplement to other medicines. color: "#00e5ff" - type: reagent id: chem.Vaccine - name: Vaccine + name: vaccine desc: Introduces antigens to the body, allowing the immune system to produce enough antibodies to combat present or future infections. Is blank by default, vaccine carrying antigen is produced at a centrifuge. Each unit raises the associated antibody concentration by 20% so at most 5 units are needed to cure the strongest diseases. color: "#ba0b60" - type: reagent id: chem.Albuterol - name: Albuterol + name: albuterol desc: A bronchodilator that relaxes muscles in the airways and increases air flow to the lungs. It'll remove mucus from your system as long as it's inside your body. Only useful to people with the Asthma disability. color: "#00e5ff" - type: reagent id: chem.ChloralHydrate - name: Chloral Hydrate + name: chloral hydrate desc: A powerful sedative which causes death in doses upwards of 16.2 units. Sends the patient to sleep almost instantly. color: "#00e5ff" - type: reagent id: chem.Creatine - name: Creatine + name: creatine desc: A muscle-building drug that grants the user enormous strength, before their muscles seize and tear their own body to shreds. In practical terms, 1-25 units just causes toxin damage, and 26 units turns you into a hulk with all its associated benefits with the side effect of taking a little toxin damage over time. You'll remain as a hulk until it's all metabolized, at which point you'll take 200 brute damage and gib. With the correct administration, it can be the most potent drug there is, but even at the best of times it is best considered a double-edged sword. color: "#a1000b" - type: reagent id: chem.Cryptobiolin - name: Cryptobiolin + name: cryptobiolin desc: Causes confusion and dizziness. This is essential to make Spaceacillin. color: "#00e5ff" - type: reagent id: chem.HeartbreakerToxin - name: Heartbreaker Toxin + name: heartbreaker toxin desc: A hallucinogenic compound that is illegal under space law. A synthetic drug derived from Mindbreaker toxin, it blocks some neurological signals to the respiratory system which causes choking. color: "#00e5ff" - type: reagent id: chem.Impedrezene - name: Impedrezene + name: impedrezene desc: A narcotic that impedes one's ability by slowing down the higher brain cell functions. Causes massive brain damage. color: "#215263" - type: reagent id: chem.Lexorin - name: Lexorin + name: lexorin desc: Temporarily stops respiration and causes tissue damage. Large doses are fatal, and will cause people to pass out very quickly. Dexalin and Dexalin Plus will both remove it, however. color: "#a1000b" - type: reagent id: chem.Lipozine - name: Lipozine + name: lipozine desc: Causes weight loss upon consumption. color: "#215263" - type: reagent id: chem.MindbreakerToxin - name: Mindbreaker Toxin + name: mindbreaker toxin desc: A potent hallucinogenic compound that is illegal under space law. Formerly known as LSD. color: "#77b58e" - type: reagent id: chem.Soporific - name: Soporific (Sleep-Toxin) + name: soporific (sleep-toxin) desc: A less powerful sedative that takes a while to work, intended to help insomniacs and patients that are too aggressive to be treated normally. Takes roughly 50 seconds to make the patient fall asleep. Is safe in large quantities. Can be counteracted with Anti-Toxin. color: "#215263" - type: reagent id: chem.Sterilizine - name: Sterilizine + name: sterilizine desc: Helps the patient when used during surgery, may also decontaminate objects and surfaces that bear pathogens. Is currently useless due to infections not being a thing. color: "#215263" - type: reagent id: chem.SpaceDrugs - name: Space Drugs + name: space drugs desc: An illegal compound which induces a number of effects such as loss of balance and visual artefacts. color: "#a1000b" diff --git a/Resources/Prototypes/Technologies/technologies.yml b/Resources/Prototypes/Technologies/technologies.yml index b06368c7b0..b71f18716e 100644 --- a/Resources/Prototypes/Technologies/technologies.yml +++ b/Resources/Prototypes/Technologies/technologies.yml @@ -4,7 +4,7 @@ # Base Technology - type: technology - name: "Basic Research Technology" + name: "basic research technology" id: BasicResearch description: Nanotransen basic research technologies. icon: Buildings/research.rsi/server-on.png @@ -13,7 +13,7 @@ # Biological Technology Tree - type: technology - name: "Biological Technology" + name: "biological technology" id: BiologicalTechnology description: Investigations into the natural world. icon: Buildings/plants.rsi/plant_1.png @@ -24,7 +24,7 @@ # Data Theory Technology Tree - type: technology - name: "Data Theory" + name: "data theory" id: DataTheory description: Just like regular data, but in space! icon: Buildings/computer.rsi/computer-datatheory.png @@ -35,7 +35,7 @@ # Industrial Engineering Technology Tree - type: technology - name: "Industrial Engineering" + name: "industrial engineering" id: IndustrialEngineering description: A refresher course on modern engineering technology. icon: Buildings/research.rsi/protolathe.png @@ -44,7 +44,7 @@ - BasicResearch - type: technology - name: Material sheet printing + name: material sheet printing id: Sheets description: Print those sheets! icon: Objects/Materials/sheet_metal.png @@ -58,7 +58,7 @@ # Electromagnetic Theory Technology Tree - type: technology - name: "Electromagnetic Theory" + name: "electromagnetic theory" id: ElectromagneticTheory description: Try not to fry yourself. icon: Buildings/apc.rsi/apcewires.png @@ -69,7 +69,7 @@ # Bluespace Theory Technology Tree - type: technology - name: "Basic Bluespace Theory" + name: "basic bluespace theory" id: BluespaceTheory description: An experimental course on the mysterious technology known as bluespace. icon: Objects/Misc/hand_tele.png diff --git a/Resources/Prototypes/VendingMachines/ammo.yml b/Resources/Prototypes/VendingMachines/ammo.yml index fd39fd31e8..c9c69c5e34 100644 --- a/Resources/Prototypes/VendingMachines/ammo.yml +++ b/Resources/Prototypes/VendingMachines/ammo.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: AmmoVend - name: AmmoVend + name: ammovend description: A generic ammunition vending machine. spriteName: ammo startingInventory: diff --git a/Resources/Prototypes/VendingMachines/boozeomat.yml b/Resources/Prototypes/VendingMachines/boozeomat.yml index 019aca1a1f..4973bcf984 100644 --- a/Resources/Prototypes/VendingMachines/boozeomat.yml +++ b/Resources/Prototypes/VendingMachines/boozeomat.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Booze-O-Mat - name: Booze-O-Mat + name: booze-o-mat description: A vending machine containing multiple drinks for bartending. spriteName: boozeomat startingInventory: diff --git a/Resources/Prototypes/VendingMachines/chapel.yml b/Resources/Prototypes/VendingMachines/chapel.yml index 4e57499f06..b1aad9ad9b 100644 --- a/Resources/Prototypes/VendingMachines/chapel.yml +++ b/Resources/Prototypes/VendingMachines/chapel.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: PietyVend - name: PietyVend + name: pietyvend description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\"" spriteName: chapel startingInventory: diff --git a/Resources/Prototypes/VendingMachines/cigs.yml b/Resources/Prototypes/VendingMachines/cigs.yml index ca514bfba2..d591447f8d 100644 --- a/Resources/Prototypes/VendingMachines/cigs.yml +++ b/Resources/Prototypes/VendingMachines/cigs.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Cigarette machine - name: Cigarette machine + name: cigarette machine description: A vending machine containing smoking supplies. animationDuration: 2.1 spriteName: cigs diff --git a/Resources/Prototypes/VendingMachines/coffee.yml b/Resources/Prototypes/VendingMachines/coffee.yml index 460d590e94..d234f47928 100644 --- a/Resources/Prototypes/VendingMachines/coffee.yml +++ b/Resources/Prototypes/VendingMachines/coffee.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Hot Drinks machine - name: Hot Drinks machine + name: hot drinks machine description: A vending machine that dispenses hot drinks. animationDuration: 3.4 spriteName: coffee diff --git a/Resources/Prototypes/VendingMachines/cola.yml b/Resources/Prototypes/VendingMachines/cola.yml index 4c8232573d..e4ad66842b 100644 --- a/Resources/Prototypes/VendingMachines/cola.yml +++ b/Resources/Prototypes/VendingMachines/cola.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Robust Softdrinks - name: Robust Softdrinks + name: robust softdrinks description: A softdrink vendor provided by Robust Industries, LLC. animationDuration: 1.1 spriteName: cola diff --git a/Resources/Prototypes/VendingMachines/dinnerware.yml b/Resources/Prototypes/VendingMachines/dinnerware.yml index b320cd7f87..fb9ac6d1cc 100644 --- a/Resources/Prototypes/VendingMachines/dinnerware.yml +++ b/Resources/Prototypes/VendingMachines/dinnerware.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Dinnerware - name: Dinnerware + name: dinnerware description: A vending machine containing kitchen and restaurant equipment. spriteName: dinnerware startingInventory: diff --git a/Resources/Prototypes/VendingMachines/discount.yml b/Resources/Prototypes/VendingMachines/discount.yml index bbc2955edb..7c13e78e1b 100644 --- a/Resources/Prototypes/VendingMachines/discount.yml +++ b/Resources/Prototypes/VendingMachines/discount.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Discount Dan's - name: Discount Dan's + name: discount dan's description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise. spriteName: discount startingInventory: diff --git a/Resources/Prototypes/VendingMachines/engivend.yml b/Resources/Prototypes/VendingMachines/engivend.yml index 827161b9f8..d6c9071fb9 100644 --- a/Resources/Prototypes/VendingMachines/engivend.yml +++ b/Resources/Prototypes/VendingMachines/engivend.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Engi-Vend - name: Engi-Vend + name: engi-vend description: Spare tool vending. What? Did you expect some witty description? animationDuration: 2.1 spriteName: engivend diff --git a/Resources/Prototypes/VendingMachines/hats.yml b/Resources/Prototypes/VendingMachines/hats.yml index 05b4783a4c..0a9e2c576b 100644 --- a/Resources/Prototypes/VendingMachines/hats.yml +++ b/Resources/Prototypes/VendingMachines/hats.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Hatlord 9000 - name: Hatlord 9000 + name: hatlord 9000 description: A vending machine containing hats. spriteName: hats startingInventory: diff --git a/Resources/Prototypes/VendingMachines/magivend.yml b/Resources/Prototypes/VendingMachines/magivend.yml index ec7a9abe61..b7f0fef071 100644 --- a/Resources/Prototypes/VendingMachines/magivend.yml +++ b/Resources/Prototypes/VendingMachines/magivend.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: MagiVend - name: MagiVend + name: magivend description: A mystical vending machine containing magical garments and magic supplies. animationDuration: 1.5 spriteName: magivend diff --git a/Resources/Prototypes/VendingMachines/medical.yml b/Resources/Prototypes/VendingMachines/medical.yml index 804a8f2001..f179fba888 100644 --- a/Resources/Prototypes/VendingMachines/medical.yml +++ b/Resources/Prototypes/VendingMachines/medical.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: NanoMed Plus - name: NanoMed Plus + name: nanomed plus description: A vending machine containing medical supplies. animationDuration: 1.8 spriteName: medical diff --git a/Resources/Prototypes/VendingMachines/mining.yml b/Resources/Prototypes/VendingMachines/mining.yml index 205336c487..db63de550f 100644 --- a/Resources/Prototypes/VendingMachines/mining.yml +++ b/Resources/Prototypes/VendingMachines/mining.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Dwarven Mining Equipment - name: Dwarven Mining Equipment + name: dwarven mining equipment description: Get your mining equipment here, and above all keep digging! spriteName: mining startingInventory: diff --git a/Resources/Prototypes/VendingMachines/nutri.yml b/Resources/Prototypes/VendingMachines/nutri.yml index ea7b668bb6..f8e05d516c 100644 --- a/Resources/Prototypes/VendingMachines/nutri.yml +++ b/Resources/Prototypes/VendingMachines/nutri.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: NutriMax - name: NutriMax + name: nutrimax description: A vending machine containing nutritional substances for plants and botanical tools. spriteName: nutri diff --git a/Resources/Prototypes/VendingMachines/robotics.yml b/Resources/Prototypes/VendingMachines/robotics.yml index ed33c75520..1109cef691 100644 --- a/Resources/Prototypes/VendingMachines/robotics.yml +++ b/Resources/Prototypes/VendingMachines/robotics.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: Robotech Deluxe - name: Robotech Deluxe + name: robotech deluxe description: A vending machine containing nutritional substances for plants and botanical tools. spriteName: robotics diff --git a/Resources/Prototypes/VendingMachines/sale.yml b/Resources/Prototypes/VendingMachines/sale.yml index 33550713c9..8cf0504a46 100644 --- a/Resources/Prototypes/VendingMachines/sale.yml +++ b/Resources/Prototypes/VendingMachines/sale.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: Sales - name: Sales + name: sales description: Buy, sell, repeat. spriteName: sale diff --git a/Resources/Prototypes/VendingMachines/sec.yml b/Resources/Prototypes/VendingMachines/sec.yml index 65dfe7a5b7..4b01d1d66e 100644 --- a/Resources/Prototypes/VendingMachines/sec.yml +++ b/Resources/Prototypes/VendingMachines/sec.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: SecTech - name: SecTech + name: sectech description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"." animationDuration: 1.4 spriteName: sec diff --git a/Resources/Prototypes/VendingMachines/seeds.yml b/Resources/Prototypes/VendingMachines/seeds.yml index 2e4e7b63a5..9e5b53bb31 100644 --- a/Resources/Prototypes/VendingMachines/seeds.yml +++ b/Resources/Prototypes/VendingMachines/seeds.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: MegaSeed Servitor - name: MegaSeed Servitor + name: megaseed servitor description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"." animationDuration: 1.3 spriteName: seeds diff --git a/Resources/Prototypes/VendingMachines/shoes.yml b/Resources/Prototypes/VendingMachines/shoes.yml index fc7a4b35bf..1c2f2d0c6b 100644 --- a/Resources/Prototypes/VendingMachines/shoes.yml +++ b/Resources/Prototypes/VendingMachines/shoes.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Shoelord 9000 - name: Shoelord 9000 + name: shoelord 9000 description: A vending machine containing footwear. spriteName: shoes startingInventory: diff --git a/Resources/Prototypes/VendingMachines/smartfridge.yml b/Resources/Prototypes/VendingMachines/smartfridge.yml index 39fb27e203..53907522dc 100644 --- a/Resources/Prototypes/VendingMachines/smartfridge.yml +++ b/Resources/Prototypes/VendingMachines/smartfridge.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: SmartFridge - name: SmartFridge + name: smartfridge description: A refrigerated storage unit for storing medicine and chemicals. spriteName: smartfridge diff --git a/Resources/Prototypes/VendingMachines/snack.yml b/Resources/Prototypes/VendingMachines/snack.yml index fe5d6cd4c5..55a6360a50 100644 --- a/Resources/Prototypes/VendingMachines/snack.yml +++ b/Resources/Prototypes/VendingMachines/snack.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: Getmore Chocolate Corp - name: Getmore Chocolate Corp + name: getmore chocolate corp description: A vending machine containing snacks. spriteName: snack diff --git a/Resources/Prototypes/VendingMachines/soviet.yml b/Resources/Prototypes/VendingMachines/soviet.yml index fa2b9e4656..65373a505e 100644 --- a/Resources/Prototypes/VendingMachines/soviet.yml +++ b/Resources/Prototypes/VendingMachines/soviet.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: soviet - name: Товарищ-vend + name: товарищ-vend description: Rodina-mat' zovyot! spriteName: soviet diff --git a/Resources/Prototypes/VendingMachines/suits.yml b/Resources/Prototypes/VendingMachines/suits.yml index 9d4e4211dc..d9cc3f6c8b 100644 --- a/Resources/Prototypes/VendingMachines/suits.yml +++ b/Resources/Prototypes/VendingMachines/suits.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: Suitlord 9000 - name: Suitlord 9000 + name: suitlord 9000 description: A vending machine containing jumpsuits and dress garments. spriteName: suits startingInventory: diff --git a/Resources/Prototypes/VendingMachines/theater.yml b/Resources/Prototypes/VendingMachines/theater.yml index 74df6265d1..4be3d9fc4e 100644 --- a/Resources/Prototypes/VendingMachines/theater.yml +++ b/Resources/Prototypes/VendingMachines/theater.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: AutoDrobe - name: AutoDrobe + name: autodrobe description: A vending machine containing costumes. spriteName: theater diff --git a/Resources/Prototypes/VendingMachines/vendomat.yml b/Resources/Prototypes/VendingMachines/vendomat.yml index 4c6029f722..c152a7b937 100644 --- a/Resources/Prototypes/VendingMachines/vendomat.yml +++ b/Resources/Prototypes/VendingMachines/vendomat.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: Vendomat - name: Vendomat + name: vendomat description: A vending machine containing generic parts. spriteName: vendomat diff --git a/Resources/Prototypes/VendingMachines/vox.yml b/Resources/Prototypes/VendingMachines/vox.yml index bc01c3f1fa..c9fa6dfa63 100644 --- a/Resources/Prototypes/VendingMachines/vox.yml +++ b/Resources/Prototypes/VendingMachines/vox.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: Trader Supply - name: Trader Supply + name: trader supply description: Make much coin. spriteName: vox diff --git a/Resources/Prototypes/VendingMachines/wallmed.yml b/Resources/Prototypes/VendingMachines/wallmed.yml index 5cc0912e28..0e4a788b4d 100644 --- a/Resources/Prototypes/VendingMachines/wallmed.yml +++ b/Resources/Prototypes/VendingMachines/wallmed.yml @@ -1,5 +1,5 @@ - type: vendingMachineInventory id: NanoMed - name: NanoMed + name: nanomed description: Wall-mounted medical equipment dispenser. spriteName: wallmed diff --git a/Resources/Prototypes/VendingMachines/youtool.yml b/Resources/Prototypes/VendingMachines/youtool.yml index 7d3e2162b4..2592110de6 100644 --- a/Resources/Prototypes/VendingMachines/youtool.yml +++ b/Resources/Prototypes/VendingMachines/youtool.yml @@ -1,6 +1,6 @@ - type: vendingMachineInventory id: YouTool - name: YouTool + name: youtool description: "A vending machine containing standard tools. A label reads: \"Tools for tools.\"" animationDuration: 1.1 spriteName: youtool diff --git a/Resources/Prototypes/materials.yml b/Resources/Prototypes/materials.yml index dbf0460ed6..1686ac7459 100644 --- a/Resources/Prototypes/materials.yml +++ b/Resources/Prototypes/materials.yml @@ -1,6 +1,6 @@ - type: material id: steel - name: Steel + name: steel color: gray icon: Objects/Materials/sheet_metal.png density: 7700 @@ -10,7 +10,7 @@ - type: material id: glass - name: Glass + name: glass color: '#e8f0ff33' icon: Objects/Materials/sheet_glass.png density: 2500 @@ -20,7 +20,7 @@ - type: material id: gold - name: Gold + name: gold icon: Objects/Materials/goldbar_single.png density: 10000 electricresistivity: 8.0e-9