From: RedBookcase Date: Wed, 16 Apr 2025 10:12:22 +0000 (-0700) Subject: Blueprint tweaks. (#36609) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ca1e5e094288391d2e3ce397812d7f03107eaaa1;p=space-station-14.git Blueprint tweaks. (#36609) * Blueprint tweaks. * Inhand fixes. --------- Co-authored-by: RedBookcase --- diff --git a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml index 64aa91c373..82f1ff6725 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml @@ -9,8 +9,12 @@ sprite: Objects/Tools/blueprint.rsi state: icon - type: Item - sprite: Objects/Tools/blueprint.rsi size: Normal + shape: + - 0,0,2,0 + storedSprite: + sprite: Objects/Tools/blueprint.rsi + state: storage - type: Blueprint - type: StaticPrice price: 1000 @@ -27,6 +31,7 @@ - type: Blueprint providedRecipes: - Fulton + - FultonBeacon - type: entity parent: BaseBlueprint diff --git a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png index 8aecdd7268..18eb6991d0 100644 Binary files a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png and b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png index 37dd59e5c3..57882581ca 100644 Binary files a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png and b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Tools/blueprint.rsi/meta.json b/Resources/Textures/Objects/Tools/blueprint.rsi/meta.json index ab9e7fb2a9..98a9f5f9cc 100644 --- a/Resources/Textures/Objects/Tools/blueprint.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/blueprint.rsi/meta.json @@ -1,12 +1,18 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/dd749c36c416a6960782732cecf25e5ebac326e8", + "copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/dd749c36c416a6960782732cecf25e5ebac326e8. Storage sprite by RedBookcase on Github.", "size": { "x": 32, "y": 32 }, "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, { "name": "inhand-left", "directions": 4 @@ -14,9 +20,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "icon" } ] } diff --git a/Resources/Textures/Objects/Tools/blueprint.rsi/storage.png b/Resources/Textures/Objects/Tools/blueprint.rsi/storage.png new file mode 100644 index 0000000000..2ef958dbec Binary files /dev/null and b/Resources/Textures/Objects/Tools/blueprint.rsi/storage.png differ