Blueprint tweaks. (#36609)

* Blueprint tweaks.

* Inhand fixes.

---------

Co-authored-by: RedBookcase <Usualmoves@gmail.com>
This commit is contained in:
RedBookcase
2025-04-16 03:12:22 -07:00
committed by GitHub
parent 9cbcdabcfa
commit ca1e5e0942
5 changed files with 13 additions and 5 deletions

View 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 459 B

View 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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B