]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Blueprint tweaks. (#36609)
authorRedBookcase <crazykid1590@gmail.com>
Wed, 16 Apr 2025 10:12:22 +0000 (03:12 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 10:12:22 +0000 (12:12 +0200)
* Blueprint tweaks.

* Inhand fixes.

---------

Co-authored-by: RedBookcase <Usualmoves@gmail.com>
Resources/Prototypes/Entities/Objects/Tools/blueprint.yml
Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png
Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png
Resources/Textures/Objects/Tools/blueprint.rsi/meta.json
Resources/Textures/Objects/Tools/blueprint.rsi/storage.png [new file with mode: 0644]

index 64aa91c3736e988d69830023e9e5cdb6215ad92d..82f1ff6725d085b1f81545be031bb92c887ed730 100644 (file)
@@ -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
index 8aecdd7268f7335ef619706660a6ea676b5096d1..18eb6991d06a55656bdadcd93905e0859df22954 100644 (file)
Binary files a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png and b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-left.png differ
index 37dd59e5c3a6ade73d6c428765d5c01995bda25f..57882581ca09e88e2faadee6232307b9ba96c5ad 100644 (file)
Binary files a/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png and b/Resources/Textures/Objects/Tools/blueprint.rsi/inhand-right.png differ
index ab9e7fb2a9b2b645e4eaa4e92e611fe0c5b0646e..98a9f5f9cce836291198ca2868f9fc77ea2d34f2 100644 (file)
@@ -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 (file)
index 0000000..2ef958d
Binary files /dev/null and b/Resources/Textures/Objects/Tools/blueprint.rsi/storage.png differ