Add cigarettes and matches to SS14 (#2522)
* Add resources for cigs/matches * Add files for cigarettes * Remove Shared Components * Applied some of the suggestions * Change priority to allow matches to be set alight by matchbox * Added item for pack of cigars * Add swepts resources. Fix naming * Fix naming, implement suggestions. * Addressed Paul's suggestions * Remove unused resources * Fix Paul's suggestions
BIN
Resources/Textures/Objects/Tools/matches.rsi/match_burnt.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/match_lit.png
Normal file
|
After Width: | Height: | Size: 518 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/match_unlit.png
Normal file
|
After Width: | Height: | Size: 194 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox.png
Normal file
|
After Width: | Height: | Size: 532 B |
|
After Width: | Height: | Size: 524 B |
|
After Width: | Height: | Size: 524 B |
BIN
Resources/Textures/Objects/Tools/matches.rsi/matchbox_e.png
Normal file
|
After Width: | Height: | Size: 511 B |
46
Resources/Textures/Objects/Tools/matches.rsi/meta.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "match_burnt",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "match_lit",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "match_unlit",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "matchbox",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "matchbox_almostempty",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "matchbox_almostfull",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "matchbox_e",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||