From b707b788aca0d98650b305480ac91224f23897af Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 4 Dec 2022 22:47:23 +0100 Subject: [PATCH] Remove trailing commas from RSIs. (#12865) --- .../Back/Duffels/holding.rsi/meta.json | 6 +-- .../Back/Satchels/holding.rsi/meta.json | 6 +-- .../Neck/Bedsheets/cult.rsi/meta.json | 4 +- Resources/Textures/Decals/dirty.rsi/meta.json | 8 ++-- .../Textures/Effects/speech.rsi/meta.json | 4 +- .../Alerts/essence_counter.rsi/meta.json | 38 +++++++++---------- .../structureinstruments.rsi/meta.json | 4 +- .../Materials/Shards/piece.rsi/meta.json | 6 +-- .../Materials/Shards/shard.rsi/meta.json | 6 +-- .../Materials/Shards/shrapnel.rsi/meta.json | 6 +-- .../Materials/Shards/splinters.rsi/meta.json | 6 +-- .../Misc/fire_extinguisher.rsi/meta.json | 6 +-- .../Textures/Objects/Misc/flare.rsi/meta.json | 4 +- .../Specific/Chemistry/chemg.rsi/meta.json | 4 +- .../item_artifacts.rsi/meta.json | 4 +- .../Weapons/Guns/SMGs/atreides.rsi/meta.json | 2 +- .../Weapons/Melee/armblade.rsi/meta.json | 2 +- .../Objects/Weapons/Melee/gohei.rsi/meta.json | 4 +- .../Weapons/Melee/stunbaton.rsi/meta.json | 18 ++++----- .../Doors/edge_door_hazard.rsi/meta.json | 2 +- .../Machines/microwave.rsi/meta.json | 14 +++---- .../Machines/ore_processor.rsi/meta.json | 4 +- .../Machines/recycling.rsi/meta.json | 22 +++++------ .../Machines/rndpointsource.rsi/meta.json | 4 +- .../Structures/Machines/server.rsi/meta.json | 10 ++--- .../gascanisterport.rsi/meta.json | 4 +- .../Atmospherics/scrubber.rsi/meta.json | 6 +-- .../Piping/Atmospherics/vent.rsi/meta.json | 6 +-- .../Power/Cables/hv_cable.rsi/meta.json | 32 ++++++++-------- .../Power/Cables/lv_cable.rsi/meta.json | 32 ++++++++-------- .../Power/Cables/mv_cable.rsi/meta.json | 32 ++++++++-------- .../Power/cell_recharger.rsi/meta.json | 4 +- .../Structures/Power/recharger.rsi/meta.json | 6 +-- .../Power/wall_recharger.rsi/meta.json | 6 +-- 34 files changed, 161 insertions(+), 161 deletions(-) diff --git a/Resources/Textures/Clothing/Back/Duffels/holding.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/holding.rsi/meta.json index e5e5eb78fa..b867224a6d 100644 --- a/Resources/Textures/Clothing/Back/Duffels/holding.rsi/meta.json +++ b/Resources/Textures/Clothing/Back/Duffels/holding.rsi/meta.json @@ -36,7 +36,7 @@ ] }, { - "name": "broken", + "name": "broken" }, { "name": "equipped-BACKPACK", @@ -78,11 +78,11 @@ }, { "name": "broken-inhand-left", - "directions": 4, + "directions": 4 }, { "name": "broken-inhand-right", - "directions": 4, + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Back/Satchels/holding.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/holding.rsi/meta.json index b114502075..5a4ec2c2ff 100644 --- a/Resources/Textures/Clothing/Back/Satchels/holding.rsi/meta.json +++ b/Resources/Textures/Clothing/Back/Satchels/holding.rsi/meta.json @@ -36,7 +36,7 @@ ] }, { - "name": "broken", + "name": "broken" }, { "name": "equipped-BACKPACK", @@ -82,11 +82,11 @@ }, { "name": "broken-inhand-left", - "directions": 4, + "directions": 4 }, { "name": "broken-inhand-right", - "directions": 4, + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Clothing/Neck/Bedsheets/cult.rsi/meta.json b/Resources/Textures/Clothing/Neck/Bedsheets/cult.rsi/meta.json index a3a72c25ff..077e35440a 100644 --- a/Resources/Textures/Clothing/Neck/Bedsheets/cult.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Bedsheets/cult.rsi/meta.json @@ -39,11 +39,11 @@ }, { "name": "inhand-left", - "directions": 4, + "directions": 4 }, { "name": "inhand-right", - "directions": 4, + "directions": 4 } ] } diff --git a/Resources/Textures/Decals/dirty.rsi/meta.json b/Resources/Textures/Decals/dirty.rsi/meta.json index a0fc84edfd..e178caeb8b 100644 --- a/Resources/Textures/Decals/dirty.rsi/meta.json +++ b/Resources/Textures/Decals/dirty.rsi/meta.json @@ -11,16 +11,16 @@ "name": "dirt" }, { - "name": "dirtlight", + "name": "dirtlight" }, { - "name": "dirtmedium", + "name": "dirtmedium" }, { - "name": "dirtheavy", + "name": "dirtheavy" }, { - "name": "damaged", + "name": "damaged" }, { "name": "remains" diff --git a/Resources/Textures/Effects/speech.rsi/meta.json b/Resources/Textures/Effects/speech.rsi/meta.json index 5a42d7ecfd..39456686a2 100644 --- a/Resources/Textures/Effects/speech.rsi/meta.json +++ b/Resources/Textures/Effects/speech.rsi/meta.json @@ -41,7 +41,7 @@ ] }, { - "name": "alienroyal1", + "name": "alienroyal1" }, { "name": "alienroyal2" @@ -342,4 +342,4 @@ "name": "syndibot2" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Interface/Alerts/essence_counter.rsi/meta.json b/Resources/Textures/Interface/Alerts/essence_counter.rsi/meta.json index e737ca633a..562ef369b4 100644 --- a/Resources/Textures/Interface/Alerts/essence_counter.rsi/meta.json +++ b/Resources/Textures/Interface/Alerts/essence_counter.rsi/meta.json @@ -8,55 +8,55 @@ }, "states": [ { - "name": "essence0", + "name": "essence0" }, { - "name": "essence1", + "name": "essence1" }, { - "name": "essence2", + "name": "essence2" }, { - "name": "essence3", + "name": "essence3" }, { - "name": "essence4", + "name": "essence4" }, { - "name": "essence5", + "name": "essence5" }, { - "name": "essence6", + "name": "essence6" }, { - "name": "essence7", + "name": "essence7" }, { - "name": "essence8", + "name": "essence8" }, { - "name": "essence9", + "name": "essence9" }, { - "name": "essence10", + "name": "essence10" }, { - "name": "essence11", + "name": "essence11" }, { - "name": "essence12", + "name": "essence12" }, { - "name": "essence13", + "name": "essence13" }, { - "name": "essence14", + "name": "essence14" }, { - "name": "essence15", + "name": "essence15" }, { - "name": "essence16", - }, + "name": "essence16" + } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Fun/Instruments/structureinstruments.rsi/meta.json b/Resources/Textures/Objects/Fun/Instruments/structureinstruments.rsi/meta.json index 03ce80b13f..ee4215faa6 100644 --- a/Resources/Textures/Objects/Fun/Instruments/structureinstruments.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Instruments/structureinstruments.rsi/meta.json @@ -40,10 +40,10 @@ "directions": 4 }, { - "name": "harp", + "name": "harp" }, { - "name": "contrabass", + "name": "contrabass" }, { "name": "taiko" diff --git a/Resources/Textures/Objects/Materials/Shards/piece.rsi/meta.json b/Resources/Textures/Objects/Materials/Shards/piece.rsi/meta.json index 8423a17bd7..38af5d3aab 100644 --- a/Resources/Textures/Objects/Materials/Shards/piece.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Shards/piece.rsi/meta.json @@ -8,13 +8,13 @@ }, "states": [ { - "name": "piecelarge", + "name": "piecelarge" }, { - "name": "piecemedium", + "name": "piecemedium" }, { - "name": "piecesmall", + "name": "piecesmall" } ] } diff --git a/Resources/Textures/Objects/Materials/Shards/shard.rsi/meta.json b/Resources/Textures/Objects/Materials/Shards/shard.rsi/meta.json index 7a5849b7c5..7b064f0f29 100644 --- a/Resources/Textures/Objects/Materials/Shards/shard.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Shards/shard.rsi/meta.json @@ -16,13 +16,13 @@ "directions": 4 }, { - "name": "shard3", + "name": "shard3" }, { - "name": "shard2", + "name": "shard2" }, { - "name": "shard1", + "name": "shard1" } ] } diff --git a/Resources/Textures/Objects/Materials/Shards/shrapnel.rsi/meta.json b/Resources/Textures/Objects/Materials/Shards/shrapnel.rsi/meta.json index 03cb986d25..3562bf0203 100644 --- a/Resources/Textures/Objects/Materials/Shards/shrapnel.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Shards/shrapnel.rsi/meta.json @@ -8,13 +8,13 @@ }, "states": [ { - "name": "shrapnellarge", + "name": "shrapnellarge" }, { - "name": "shrapnelmedium", + "name": "shrapnelmedium" }, { - "name": "shrapnelsmall", + "name": "shrapnelsmall" } ] } diff --git a/Resources/Textures/Objects/Materials/Shards/splinters.rsi/meta.json b/Resources/Textures/Objects/Materials/Shards/splinters.rsi/meta.json index 3cea1504f2..724495e4bf 100644 --- a/Resources/Textures/Objects/Materials/Shards/splinters.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Shards/splinters.rsi/meta.json @@ -8,13 +8,13 @@ }, "states": [ { - "name": "splinterslarge", + "name": "splinterslarge" }, { - "name": "splintersmedium", + "name": "splintersmedium" }, { - "name": "splinterssmall", + "name": "splinterssmall" } ] } diff --git a/Resources/Textures/Objects/Misc/fire_extinguisher.rsi/meta.json b/Resources/Textures/Objects/Misc/fire_extinguisher.rsi/meta.json index be587fee3a..eeddeb3119 100644 --- a/Resources/Textures/Objects/Misc/fire_extinguisher.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/fire_extinguisher.rsi/meta.json @@ -1,4 +1,4 @@ -{ +{ "version": 1, "license": "CC BY-SA 3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at commit 9bebd81ae0b0a7f952b59886a765c681205de31f", @@ -8,10 +8,10 @@ }, "states": [ { - "name": "fire_extinguisher_open", + "name": "fire_extinguisher_open" }, { - "name": "fire_extinguisher_closed", + "name": "fire_extinguisher_closed" }, { "name": "inhand-right", diff --git a/Resources/Textures/Objects/Misc/flare.rsi/meta.json b/Resources/Textures/Objects/Misc/flare.rsi/meta.json index 83f2a049b8..a9a45480b8 100644 --- a/Resources/Textures/Objects/Misc/flare.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/flare.rsi/meta.json @@ -14,10 +14,10 @@ "name": "flare_base" }, { - "name": "flare_spent", + "name": "flare_spent" }, { - "name": "flare_unlit", + "name": "flare_unlit" }, { "name": "flare_burn", diff --git a/Resources/Textures/Objects/Specific/Chemistry/chemg.rsi/meta.json b/Resources/Textures/Objects/Specific/Chemistry/chemg.rsi/meta.json index e99f30446d..e714e4dd5e 100644 --- a/Resources/Textures/Objects/Specific/Chemistry/chemg.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Chemistry/chemg.rsi/meta.json @@ -20,10 +20,10 @@ ] }, { - "name": "chemg_ass", + "name": "chemg_ass" }, { - "name": "chemg_locked", + "name": "chemg_locked" } ] } diff --git a/Resources/Textures/Objects/Specific/Xenoarchaeology/item_artifacts.rsi/meta.json b/Resources/Textures/Objects/Specific/Xenoarchaeology/item_artifacts.rsi/meta.json index 245a64a8c9..4a13058714 100644 --- a/Resources/Textures/Objects/Specific/Xenoarchaeology/item_artifacts.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Xenoarchaeology/item_artifacts.rsi/meta.json @@ -261,6 +261,6 @@ { "name": "ano11-inhand-right", "directions": 4 - }, + } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/meta.json index 0c845e1aeb..ea2a077cb4 100644 --- a/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/meta.json @@ -30,6 +30,6 @@ { "name": "equipped-BACKPACK", "directions": 4 - }, + } ] } diff --git a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json index a628242cc0..56198c464d 100644 --- a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json @@ -17,6 +17,6 @@ { "name": "inhand-right", "directions": 4 - }, + } ] } diff --git a/Resources/Textures/Objects/Weapons/Melee/gohei.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/gohei.rsi/meta.json index 5641efbb3a..074df0c044 100644 --- a/Resources/Textures/Objects/Weapons/Melee/gohei.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/gohei.rsi/meta.json @@ -8,11 +8,11 @@ "states": [ { "name": "inhand-left", - "directions": 4, + "directions": 4 }, { "name": "inhand-right", - "directions": 4, + "directions": 4 }, { "name": "gohei" diff --git a/Resources/Textures/Objects/Weapons/Melee/stunbaton.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/stunbaton.rsi/meta.json index 16b94ac0a8..fc15bfadef 100644 --- a/Resources/Textures/Objects/Weapons/Melee/stunbaton.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/stunbaton.rsi/meta.json @@ -23,7 +23,7 @@ 0.1, 0.1, 0.1, - 0.1, + 0.1 ] ] }, @@ -47,25 +47,25 @@ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ] ] }, @@ -77,25 +77,25 @@ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ], [ 0.1, 0.1, 0.1, - 0.1, + 0.1 ] ] } diff --git a/Resources/Textures/Structures/Doors/edge_door_hazard.rsi/meta.json b/Resources/Textures/Structures/Doors/edge_door_hazard.rsi/meta.json index 563e7750ab..3462a1492a 100644 --- a/Resources/Textures/Structures/Doors/edge_door_hazard.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/edge_door_hazard.rsi/meta.json @@ -268,7 +268,7 @@ ] }, { - "name": "panel_open", + "name": "panel_open" }, { "name": "panel_opening", diff --git a/Resources/Textures/Structures/Machines/microwave.rsi/meta.json b/Resources/Textures/Structures/Machines/microwave.rsi/meta.json index e2c51c0ce3..baa953e938 100644 --- a/Resources/Textures/Structures/Machines/microwave.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/microwave.rsi/meta.json @@ -8,15 +8,15 @@ "copyright": "Taken from https://github.com/discordia-space/CEV-Eris", "states": [ { - "name": "mw", + "name": "mw" }, { - "name": "mw_unlit", + "name": "mw_unlit" - }, + }, { - "name": "mw0", + "name": "mw0" }, { @@ -29,15 +29,15 @@ ] }, { - "name": "mwb", + "name": "mwb" }, { - "name": "mwbloody", + "name": "mwbloody" }, { - "name": "mwbloody0", + "name": "mwbloody0" }, { diff --git a/Resources/Textures/Structures/Machines/ore_processor.rsi/meta.json b/Resources/Textures/Structures/Machines/ore_processor.rsi/meta.json index c821ed3075..ead2953b67 100644 --- a/Resources/Textures/Structures/Machines/ore_processor.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/ore_processor.rsi/meta.json @@ -45,6 +45,6 @@ }, { "name": "unlit" - }, + } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Machines/recycling.rsi/meta.json b/Resources/Textures/Structures/Machines/recycling.rsi/meta.json index f03ecd6d27..e176651d17 100644 --- a/Resources/Textures/Structures/Machines/recycling.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/recycling.rsi/meta.json @@ -8,7 +8,7 @@ "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/01f7518e0f8177734a6579aba2bbf76024aa96c4/icons/obj/recycling.dmi", "states": [ { - "name": "grinder-a0", + "name": "grinder-a0" }, { @@ -23,7 +23,7 @@ ] }, { - "name": "grinder-b0", + "name": "grinder-b0" }, { @@ -40,11 +40,11 @@ ] }, { - "name": "grinder-o0", + "name": "grinder-o0" }, { - "name": "grinder-o0bld", + "name": "grinder-o0bld" }, { @@ -70,15 +70,15 @@ ] }, { - "name": "separator-", + "name": "separator-" }, { - "name": "separator-0", + "name": "separator-0" }, { - "name": "separator-A0", + "name": "separator-A0" }, { @@ -93,7 +93,7 @@ ] }, { - "name": "separator-AO0", + "name": "separator-AO0" }, { @@ -107,12 +107,12 @@ ] }, { - "name": "separator-B0", + "name": "separator-B0" }, { - "name": "separator-BO0", + "name": "separator-BO0" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Machines/rndpointsource.rsi/meta.json b/Resources/Textures/Structures/Machines/rndpointsource.rsi/meta.json index 33d1355b57..10d695bb51 100644 --- a/Resources/Textures/Structures/Machines/rndpointsource.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/rndpointsource.rsi/meta.json @@ -40,11 +40,11 @@ ] }, { - "name": "rndpointsource-off", + "name": "rndpointsource-off" }, { - "name": "rndpointsource-icon", + "name": "rndpointsource-icon" } ] diff --git a/Resources/Textures/Structures/Machines/server.rsi/meta.json b/Resources/Textures/Structures/Machines/server.rsi/meta.json index 2843953a7e..1dc63798ab 100644 --- a/Resources/Textures/Structures/Machines/server.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/server.rsi/meta.json @@ -8,23 +8,23 @@ "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/machines/excelsior/autolathe.dmi at 40b254106b46981b8ad95ccd5589deb8fa56e765", "states": [ { - "name": "server", + "name": "server" }, { - "name": "server-nopower", + "name": "server-nopower" }, { - "name": "server-off", + "name": "server-off" }, { - "name": "server-on", + "name": "server-on" }, { - "name": "server_o", + "name": "server_o" } ] diff --git a/Resources/Textures/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json b/Resources/Textures/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json index da02e91ee9..8b705142ef 100644 --- a/Resources/Textures/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json +++ b/Resources/Textures/Structures/Piping/Atmospherics/gascanisterport.rsi/meta.json @@ -8,7 +8,7 @@ "copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da", "states":[ { - "name":"gasCanisterPort", + "name":"gasCanisterPort" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Piping/Atmospherics/scrubber.rsi/meta.json b/Resources/Textures/Structures/Piping/Atmospherics/scrubber.rsi/meta.json index 3c43fab8d5..191aa398a9 100644 --- a/Resources/Textures/Structures/Piping/Atmospherics/scrubber.rsi/meta.json +++ b/Resources/Textures/Structures/Piping/Atmospherics/scrubber.rsi/meta.json @@ -9,11 +9,11 @@ "states":[ { "name":"scrub_off", - "directions": 4, + "directions": 4 }, { "name":"scrub_welded", - "directions": 4, + "directions": 4 }, { "name":"scrub_on", @@ -29,6 +29,6 @@ "name": "scrub_wide", "directions": 4, "delays": [[0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04]] - }, + } ] } diff --git a/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json index 2229d6a6ae..0d11425210 100644 --- a/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json +++ b/Resources/Textures/Structures/Piping/Atmospherics/vent.rsi/meta.json @@ -9,11 +9,11 @@ "states":[ { "name":"vent_off", - "directions" : 4, + "directions" : 4 }, { "name":"vent_welded", - "directions" : 4, + "directions" : 4 }, { "name":"vent_out", @@ -26,4 +26,4 @@ "delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ] } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Power/Cables/hv_cable.rsi/meta.json b/Resources/Textures/Structures/Power/Cables/hv_cable.rsi/meta.json index f31c816f02..65869af7f7 100644 --- a/Resources/Textures/Structures/Power/Cables/hv_cable.rsi/meta.json +++ b/Resources/Textures/Structures/Power/Cables/hv_cable.rsi/meta.json @@ -8,67 +8,67 @@ "copyright": "Made by PJB3005", "states": [ { - "name": "hvcable_0", + "name": "hvcable_0" }, { - "name": "hvcable_1", + "name": "hvcable_1" }, { - "name": "hvcable_2", + "name": "hvcable_2" }, { - "name": "hvcable_3", + "name": "hvcable_3" }, { - "name": "hvcable_4", + "name": "hvcable_4" }, { - "name": "hvcable_5", + "name": "hvcable_5" }, { - "name": "hvcable_6", + "name": "hvcable_6" }, { - "name": "hvcable_7", + "name": "hvcable_7" }, { - "name": "hvcable_8", + "name": "hvcable_8" }, { - "name": "hvcable_9", + "name": "hvcable_9" }, { - "name": "hvcable_10", + "name": "hvcable_10" }, { - "name": "hvcable_11", + "name": "hvcable_11" }, { - "name": "hvcable_12", + "name": "hvcable_12" }, { - "name": "hvcable_13", + "name": "hvcable_13" }, { - "name": "hvcable_14", + "name": "hvcable_14" }, { - "name": "hvcable_15", + "name": "hvcable_15" } ] diff --git a/Resources/Textures/Structures/Power/Cables/lv_cable.rsi/meta.json b/Resources/Textures/Structures/Power/Cables/lv_cable.rsi/meta.json index 3c7cdae791..8553163720 100644 --- a/Resources/Textures/Structures/Power/Cables/lv_cable.rsi/meta.json +++ b/Resources/Textures/Structures/Power/Cables/lv_cable.rsi/meta.json @@ -8,67 +8,67 @@ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fcf375d7d9ce6ceed5c7face899725e5655ab640", "states": [ { - "name": "lvcable_0", + "name": "lvcable_0" }, { - "name": "lvcable_1", + "name": "lvcable_1" }, { - "name": "lvcable_2", + "name": "lvcable_2" }, { - "name": "lvcable_3", + "name": "lvcable_3" }, { - "name": "lvcable_4", + "name": "lvcable_4" }, { - "name": "lvcable_5", + "name": "lvcable_5" }, { - "name": "lvcable_6", + "name": "lvcable_6" }, { - "name": "lvcable_7", + "name": "lvcable_7" }, { - "name": "lvcable_8", + "name": "lvcable_8" }, { - "name": "lvcable_9", + "name": "lvcable_9" }, { - "name": "lvcable_10", + "name": "lvcable_10" }, { - "name": "lvcable_11", + "name": "lvcable_11" }, { - "name": "lvcable_12", + "name": "lvcable_12" }, { - "name": "lvcable_13", + "name": "lvcable_13" }, { - "name": "lvcable_14", + "name": "lvcable_14" }, { - "name": "lvcable_15", + "name": "lvcable_15" } ] diff --git a/Resources/Textures/Structures/Power/Cables/mv_cable.rsi/meta.json b/Resources/Textures/Structures/Power/Cables/mv_cable.rsi/meta.json index a1e0096703..76b5eb294a 100644 --- a/Resources/Textures/Structures/Power/Cables/mv_cable.rsi/meta.json +++ b/Resources/Textures/Structures/Power/Cables/mv_cable.rsi/meta.json @@ -8,67 +8,67 @@ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fcf375d7d9ce6ceed5c7face899725e5655ab640", "states": [ { - "name": "mvcable_0", + "name": "mvcable_0" }, { - "name": "mvcable_1", + "name": "mvcable_1" }, { - "name": "mvcable_2", + "name": "mvcable_2" }, { - "name": "mvcable_3", + "name": "mvcable_3" }, { - "name": "mvcable_4", + "name": "mvcable_4" }, { - "name": "mvcable_5", + "name": "mvcable_5" }, { - "name": "mvcable_6", + "name": "mvcable_6" }, { - "name": "mvcable_7", + "name": "mvcable_7" }, { - "name": "mvcable_8", + "name": "mvcable_8" }, { - "name": "mvcable_9", + "name": "mvcable_9" }, { - "name": "mvcable_10", + "name": "mvcable_10" }, { - "name": "mvcable_11", + "name": "mvcable_11" }, { - "name": "mvcable_12", + "name": "mvcable_12" }, { - "name": "mvcable_13", + "name": "mvcable_13" }, { - "name": "mvcable_14", + "name": "mvcable_14" }, { - "name": "mvcable_15", + "name": "mvcable_15" } ] diff --git a/Resources/Textures/Structures/Power/cell_recharger.rsi/meta.json b/Resources/Textures/Structures/Power/cell_recharger.rsi/meta.json index 124b4052a5..e6d4c04a8f 100644 --- a/Resources/Textures/Structures/Power/cell_recharger.rsi/meta.json +++ b/Resources/Textures/Structures/Power/cell_recharger.rsi/meta.json @@ -47,6 +47,6 @@ 0.5 ] ] - }, + } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Power/recharger.rsi/meta.json b/Resources/Textures/Structures/Power/recharger.rsi/meta.json index 7d869724cb..1aee0099ef 100644 --- a/Resources/Textures/Structures/Power/recharger.rsi/meta.json +++ b/Resources/Textures/Structures/Power/recharger.rsi/meta.json @@ -8,11 +8,11 @@ "copyright": "https://github.com/discordia-space/CEV-Eris/raw/9ea3eccbe22e18d24653949067f3d7dd12194ea9/icons/obj/stationobjs.dmi", "states": [ { - "name": "empty", + "name": "empty" }, { - "name": "full", + "name": "full" }, { @@ -57,4 +57,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Structures/Power/wall_recharger.rsi/meta.json b/Resources/Textures/Structures/Power/wall_recharger.rsi/meta.json index f2a6396cc9..5928ef7cf5 100644 --- a/Resources/Textures/Structures/Power/wall_recharger.rsi/meta.json +++ b/Resources/Textures/Structures/Power/wall_recharger.rsi/meta.json @@ -8,11 +8,11 @@ "copyright": "https://github.com/discordia-space/CEV-Eris/raw/9ea3eccbe22e18d24653949067f3d7dd12194ea9/icons/obj/stationobjs.dmi", "states": [ { - "name": "empty", + "name": "empty" }, { - "name": "full", + "name": "full" }, { @@ -54,4 +54,4 @@ ] } ] -} \ No newline at end of file +}