* Blueprint tweaks.
* Inhand fixes.
---------
Co-authored-by: RedBookcase <Usualmoves@gmail.com>
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
- type: Blueprint
providedRecipes:
- Fulton
+ - FultonBeacon
- type: entity
parent: BaseBlueprint
{
"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
{
"name": "inhand-right",
"directions": 4
- },
- {
- "name": "icon"
}
]
}