From c1e328bf43a31836ec5ee000a5833ec5f483d699 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Wed, 29 Jul 2020 14:44:38 +0200 Subject: [PATCH] Fix casing on physics and collidable data fields (#1537) --- .../Entities/Constructible/Ground/wires.yml | 14 +++++++------- .../Entities/Constructible/Power/chem_master.yml | 2 +- .../Entities/Constructible/Power/computers.yml | 2 +- .../Entities/Constructible/Power/lathe.yml | 2 +- .../Constructible/Power/medical_scanner.yml | 2 +- .../Entities/Constructible/Power/power.yml | 14 +++++++------- .../Constructible/Power/reagent_dispenser_base.yml | 2 +- .../Entities/Constructible/Power/research.yml | 2 +- .../Constructible/Power/vending_machines.yml | 2 +- .../Constructible/Storage/Closets/closet.yml | 2 +- .../Storage/StorageTanks/storage_tank.yml | 2 +- .../Entities/Constructible/Storage/crate_base.yml | 2 +- .../Entities/Constructible/Walls/mirror.yml | 2 +- .../Entities/Objects/Specific/janitor.yml | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Ground/wires.yml b/Resources/Prototypes/Entities/Constructible/Ground/wires.yml index 956bfe3944..1e6dec15e0 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/wires.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/wires.yml @@ -12,15 +12,15 @@ - type: Icon texture: Constructible/Power/eightdirwire.png - type: Sprite - drawdepth: BelowFloor + drawdepth: BelowFloor - type: IconSmooth mode: CardinalFlags - type: Destructible thresholdvalue: 100 - type: SubFloorHide - type: Physics - Anchored: true - + anchored: true + - type: entity parent: WireBase id: HVWire @@ -39,7 +39,7 @@ wireType: HighVoltage - type: Destructible spawnondestroy: HVWireStack1 - + - type: entity parent: WireBase id: MVWire @@ -59,7 +59,7 @@ wireType: MediumVoltage - type: Destructible spawnondestroy: MVWireStack1 - + - type: entity parent: WireBase id: ApcExtensionCable @@ -81,7 +81,7 @@ wireType: Apc - type: Destructible spawnondestroy: ApcExtensionCableStack1 - + #Depriciated, to be removed from maps - type: entity @@ -100,4 +100,4 @@ - type: PowerSupplier voltage: High supplyRate: 100000 - + diff --git a/Resources/Prototypes/Entities/Constructible/Power/chem_master.yml b/Resources/Prototypes/Entities/Constructible/Power/chem_master.yml index f52d5de585..21b654b516 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/chem_master.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/chem_master.yml @@ -24,7 +24,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: true + anchored: true - type: SnapGrid offset: Center - type: UserInterface diff --git a/Resources/Prototypes/Entities/Constructible/Power/computers.yml b/Resources/Prototypes/Entities/Constructible/Power/computers.yml index d922632242..afe37ff724 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/computers.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/computers.yml @@ -5,7 +5,7 @@ components: - type: Physics mass: 25 - Anchored: true + anchored: true - type: Clickable - type: InteractionOutline - type: Collidable diff --git a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml index eb770f26c7..a7a40cedf3 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml @@ -17,7 +17,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: true + anchored: true - type: SnapGrid offset: Center - type: Lathe diff --git a/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml b/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml index bce8deedfe..481080a288 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/medical_scanner.yml @@ -30,7 +30,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: true + anchored: true - type: SnapGrid offset: Center - type: MedicalScanner diff --git a/Resources/Prototypes/Entities/Constructible/Power/power.yml b/Resources/Prototypes/Entities/Constructible/Power/power.yml index f9f6e194e0..fa5ad60928 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/power.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/power.yml @@ -22,7 +22,7 @@ - type: PowerSupplier supplyRate: 3000 - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -52,7 +52,7 @@ - type: Breakable thresholdvalue: 100 - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -80,7 +80,7 @@ - type: PowerConsumer - type: BatteryStorage - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -108,7 +108,7 @@ - type: PowerSupplier - type: BatteryDischarger - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -152,7 +152,7 @@ - type: BatteryDischarger activeSupplyRate: 1000 - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -188,7 +188,7 @@ - type: BatteryDischarger activeSupplyRate: 1000 - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity @@ -255,7 +255,7 @@ texture: Constructible/Power/wirelessmachine.png - type: PowerReceiver - type: Physics - Anchored: true + anchored: true - type: Anchorable - type: entity diff --git a/Resources/Prototypes/Entities/Constructible/Power/reagent_dispenser_base.yml b/Resources/Prototypes/Entities/Constructible/Power/reagent_dispenser_base.yml index 6346bfb218..c4181eca5f 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/reagent_dispenser_base.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/reagent_dispenser_base.yml @@ -17,7 +17,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: true + anchored: true - type: SnapGrid offset: Center - type: ReagentDispenser diff --git a/Resources/Prototypes/Entities/Constructible/Power/research.yml b/Resources/Prototypes/Entities/Constructible/Power/research.yml index 333054bf51..ea0676666a 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/research.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/research.yml @@ -61,4 +61,4 @@ - type: Anchorable - type: Physics mass: 25 - Anchored: true + anchored: true diff --git a/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml b/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml index 93140374a8..642895efc1 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml @@ -3,7 +3,7 @@ name: vending machine components: - type: Physics - Anchored: true + anchored: true - type: Clickable - type: InteractionOutline - type: Sprite diff --git a/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml b/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml index bea3b58d87..bb2500721e 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/Closets/closet.yml @@ -36,7 +36,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: false + anchored: false - type: EntityStorage - type: PlaceableSurface - type: Damageable diff --git a/Resources/Prototypes/Entities/Constructible/Storage/StorageTanks/storage_tank.yml b/Resources/Prototypes/Entities/Constructible/Storage/StorageTanks/storage_tank.yml index b80a3f932c..87a316a0b1 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/StorageTanks/storage_tank.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/StorageTanks/storage_tank.yml @@ -24,7 +24,7 @@ IsScrapingFloor: true - type: Physics mass: 15 - Anchored: false + anchored: false - type: Damageable - type: Destructible thresholdvalue: 10 diff --git a/Resources/Prototypes/Entities/Constructible/Storage/crate_base.yml b/Resources/Prototypes/Entities/Constructible/Storage/crate_base.yml index 8d239a47da..10b4afb31a 100644 --- a/Resources/Prototypes/Entities/Constructible/Storage/crate_base.yml +++ b/Resources/Prototypes/Entities/Constructible/Storage/crate_base.yml @@ -33,7 +33,7 @@ IsScrapingFloor: true - type: Physics mass: 25 - Anchored: false + anchored: false - type: EntityStorage capacity: 60 CanWeldShut: false diff --git a/Resources/Prototypes/Entities/Constructible/Walls/mirror.yml b/Resources/Prototypes/Entities/Constructible/Walls/mirror.yml index 1f11cc2a73..4c9a3fee58 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/mirror.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/mirror.yml @@ -16,7 +16,7 @@ - type: InteractionOutline - type: Physics mass: 25 - Anchored: true + anchored: true - type: SnapGrid offset: Center - type: MagicMirror diff --git a/Resources/Prototypes/Entities/Objects/Specific/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/janitor.yml index 30e5964391..a7d5b15d51 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/janitor.yml @@ -48,7 +48,7 @@ IsScrapingFloor: true - type: Physics mass: 5 - Anchored: false + anchored: false - type: CanSpill - type: Pullable @@ -78,7 +78,7 @@ IsScrapingFloor: true - type: Physics mass: 5 - Anchored: false + anchored: false - type: CanSpill - type: entity