From 1ea8bba61347f4e8826c5dad66614e2a046d2140 Mon Sep 17 00:00:00 2001 From: SirSmith148 <64059804+SirSmith148@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:28:02 -0700 Subject: [PATCH] Code formatting changes --- .../DeltaV/Entities/Objects/Misc/paper.yml | 7 +- .../Entities/Objects/Misc/paper.yml | 2 +- .../Prototypes/Objectives/objectiveGroups.yml | 2 +- .../Objects/Misc/rd_clipboard.rsi/meta.json | 66 +++++++++---------- 4 files changed, 38 insertions(+), 39 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml index d856a5849cd..58e569da770 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/paper.yml @@ -32,7 +32,7 @@ description: A bulky electric clipboard, filled with research notes and artifact sketches. With so many compromising documents, you ought to keep this safe. components: - type: Sprite - sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: DeltaV/Objects/Misc/rd_clipboard.rsi layers: - state: rd_clipboard - state: rd_clipboard_paper @@ -51,10 +51,10 @@ - Write insertOnInteract: true - type: Item - sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: DeltaV/Objects/Misc/rd_clipboard.rsi size: Normal - type: Clothing - sprite: /Textures/DeltaV/Objects/Misc/rd_clipboard.rsi + sprite: DeltaV/Objects/Misc/rd_clipboard.rsi - type: Storage grid: - 0,0,4,3 @@ -96,7 +96,6 @@ - type: StealTarget stealGroup: BoxFolderRdClipboard - # contents set by FugitiveRule or a creative admeme - type: entity parent: PaperStationWarrant diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index d0c6cfebce7..e0862b88425 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -603,7 +603,7 @@ - HighRiskItem - type: StealTarget stealGroup: BoxFolderQmClipboard - + - type: entity parent: [Paper, BaseSyndicateContraband] # eat or burn your damn piece of paper damn thieves id: TraitorCodePaper diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index bddea2e7b85..8d88273dace 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -18,7 +18,7 @@ # CorgiMeatStealObjective: 1 # DeltaV - Disable the horrible murder of Ian as an objective MantisKnifeStealObjective: 1 # Nyanotrasen - ForensicMantis steal objective, see Resources/Prototypes/Nyanotrasen/Objectives/traitor.yml ClipboardStealObjective: 1 - RdClipboardStealObjective: 1 #DeltaV - Mysta steal Objective see Resources/Prototypes/DeltaV/Objectives/traitor.yml + RdClipboardStealObjective: 1 # DeltaV - Mysta steal Objective see Resources/Prototypes/DeltaV/Objectives/traitor.yml CaptainGunStealObjective: 0.5 CaptainJetpackStealObjective: 0.5 HandTeleporterStealObjective: 0.5 diff --git a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json index 9cc98d7f88f..3354c4ce1ee 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Misc/rd_clipboard.rsi/meta.json @@ -1,35 +1,35 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Clipboard sprites are by Endecc (Github) for SS14 Wizard's Den, taken from https://github.com/space-wizards/space-station-14/pull/21023 modified version by SirSmith148, qm_clipboard_paper is a modified version of paper from bureaucracy.rsi.", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "rd_clipboard" - }, - { - "name": "rd_clipboard_over" - }, - { - "name": "rd_clipboard_paper" - }, - { - "name": "rd_clipboard_pen" - }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Clipboard sprites are by Endecc (Github) for SS14 Wizard's Den, taken from https://github.com/space-wizards/space-station-14/pull/21023 modified version by SirSmith148, qm_clipboard_paper is a modified version of paper from bureaucracy.rsi.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "rd_clipboard" + }, + { + "name": "rd_clipboard_over" + }, + { + "name": "rd_clipboard_paper" + }, + { + "name": "rd_clipboard_pen" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] }