Syndicate Decoy Bundle + Snap Pops (#25333)
* it works halilujeah * toggleable lights removes a redundant flashlight since you can turn on the balloons to cast light * final touches syndicate decoys :trollface: * touches it works now * minor spelling mistake ⭐ * minor spelling mistake 2 darn * adds whistle commanders now spawn with a whistle around their neck * yaml linter luv you linter baby * smallify the whistle it was way too big, this has been addressed * sprite fix am dummy 👍 * netsync errors wouldn't compile properly * forgor * i suck at yaml smh * decoys for all now both syndicate and traitors can use the decoys, yippee! * Update meta.json credit my discord username * Update uplink-catalog.ftl * Update decoys.yml base decoy no longer shows in the entity browser * immortal gone balloons have gained mortality
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modified from existing sprites.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "folded"
|
||||
},
|
||||
{
|
||||
"name": "aballoon",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modified from existing sprites.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "folded"
|
||||
},
|
||||
{
|
||||
"name": "cballoon",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modified from existing sprites.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "folded"
|
||||
},
|
||||
{
|
||||
"name": "eballoon",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modified from existing sprites.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "folded"
|
||||
},
|
||||
{
|
||||
"name": "jballoon",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Modified from existing sprites.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "folded"
|
||||
},
|
||||
{
|
||||
"name": "oballoon",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
BIN
Resources/Textures/Objects/Tools/greenlight.rsi/flashlight.png
Normal file
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Objects/Tools/greenlight.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 2.1 KiB |
BIN
Resources/Textures/Objects/Tools/greenlight.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 424 B |
40
Resources/Textures/Objects/Tools/greenlight.rsi/meta.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from vgstation and modified by Swept at https://github.com/vgstation-coders/vgstation13/blob/Bleeding-Edge/icons/obj/lighting.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "flashlight"
|
||||
},
|
||||
{
|
||||
"name": "flashlight-on"
|
||||
},
|
||||
{
|
||||
"name": "flashlight-overlay"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left-light",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right-light",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||