Skip to content

Commit

Permalink
Merge pull request #3 from Temoffy/telosshipping2
Browse files Browse the repository at this point in the history
sprites step one
  • Loading branch information
Alkheemist authored Jan 19, 2025
2 parents 50687ec + aa9550b commit 06068a3
Show file tree
Hide file tree
Showing 15 changed files with 139 additions and 0 deletions.
73 changes: 73 additions & 0 deletions Resources/Prototypes/_NF/Entities/Structures/Shipping/Shipping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
- type: entity
id: ShippingBox1
parent: BaseStructure
#suffix: container
name: shipping container
description: A load of cargo to be delivered.
# placement:
# mode: AlignTileAny
components:
#- type: SpriteFade
- type: Sprite
sprite: _NF/Structures/Shipping/shippingboxes.rsi
offset: 0,.5
drawdepth: Mobs
state: box1
noRot: true

#barrels pallets and spawner
- type: entity
id: BarrelPallet1
parent: ShippingBox1
name: shipping pallete
components:
- type: Sprite
drawdepth: Mobs
offset: 0,0
layers:
- sprite: _NF/Structures/Shipping/shippingpallet.rsi
state: base
offset: 0,.5
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi
state: red
offset: -0.25,0.3125 #top left, options are -0.25,0.3125 and -0.21875,0.3125
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi
state: black
offset: 0.25,0.3125 #top right, options are 0.25,0.3125 and 0.21875,0.3125
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi
state: green
offset: -0.25,-0.03125 #bottom left, options are -0.25,0 and -0.25,-0.03125
- sprite: _NF/Structures/Shipping/shippingbarrels.rsi
state: white
offset: 0.25,0 #bottom right, options are 0.25,0 and 0.25,-0.03125
- sprite: _NF/Structures/Shipping/shippingpallet.rsi
state: barrel_straps
offset: 0,.5
noRot: true

#crate pallets and spawner
- type: entity
id: CratePallet1
parent: ShippingBox1
name: shipping pallete
components:
- type: Sprite
drawdepth: Mobs
offset: 0,0
layers:
- sprite: _NF/Structures/Shipping/shippingpallet.rsi
state: base
offset: 0,.5
- sprite: Structures/Storage/Crates/electrical.rsi
state: icon
offset: 0,0.65625
- sprite: Structures/Storage/Crates/engineering.rsi
state: icon
offset: 0,-0.03125
- sprite: Structures/Storage/Crates/chemcrate_secure.rsi
state: icon
offset: 0,0.34375
- sprite: _NF/Structures/Shipping/shippingpallet.rsi
state: crate_straps
offset: 0,.5
noRot: true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": 1,
"license": "CC-BY-4.0",
"copyright": "Taken from tgstation PR https://github.com/tgstation/tgstation/pull/38977, modified by rosieposieeee, whatston3, & Telos",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "black"
},
{
"name": "blue"
},
{
"name": "gray"
},
{
"name": "green"
},
{
"name": "red"
},
{
"name": "white"
},
{
"name": "yellow"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-4.0",
"copyright": "https://github.com/Temoffy, Discord: @telos2387",
"size": {
"x": 32,
"y": 64
},
"states": [
{
"name": "box1"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"license": "CC-BY-4.0",
"copyright": "https://github.com/Temoffy, Discord: @telos2387",
"size": {
"x": 32,
"y": 64
},
"states": [
{
"name": "barrel_straps"
},
{
"name": "crate_straps"
},
{
"name": "base"
}
]
}

0 comments on commit 06068a3

Please sign in to comment.