Removed unused vending machines (#3553)

This commit is contained in:
Swept
2021-03-09 09:42:26 +00:00
committed by GitHub
parent 851f5925a5
commit deeacce8f7
79 changed files with 947 additions and 1424 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
using Robust.Client.Animations;

View File

@@ -1,8 +1,6 @@
- type: vendingMachineInventory
id: Hatlord 9000
name: Hatlord 9000
description: "Hats for the hatlord. Skulls for the hat-throne!"
spriteName: hats
id: ClothesMate
name: ClothesMate
startingInventory:
HatBandBlack: 3
HatBandBlue: 3
@@ -19,3 +17,14 @@
ClothingHeadHatCargosoft: 3
ClothingHeadHatCentcom: 3
ClothingHeadHatChef: 3
ClothingShoesColorWhite: 3
ClothingShoesClown: 3
ClothingShoesBootsJack: 3
ClothingShoesColorBrown: 3
ClothingUniformJumpsuitJanitor: 3
ClothingUniformJumpsuitColorGrey: 3
ClothingUniformJumpsuitEngineering: 3
ClothingUniformJumpsuitClown: 3
ClothingUniformJumpsuitSec: 3
ClothingUniformJumpsuitChef: 3
ClothingUniformJumpsuitCaptain: 3

View File

@@ -2,7 +2,7 @@
id: SecTech
name: SecTech
description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"."
animationDuration: 1.4
animationDuration: 2.8
spriteName: sec
startingInventory:
Handcuffs: 8
@@ -14,4 +14,3 @@
ClothingEyesGlassesSunglasses: 2
ClothingBeltSecurityWebbing: 5
#box evidence

View File

@@ -1,10 +0,0 @@
- type: vendingMachineInventory
id: Shoelord 9000
name: Shoelord 9000
description: A vending machine containing footwear.
spriteName: shoes
startingInventory:
ClothingShoesColorWhite: 3
ClothingShoesClown: 3
ClothingShoesBootsJack: 3
ClothingShoesColorBrown: 3

View File

@@ -1,14 +0,0 @@
- type: vendingMachineInventory
id: Suitlord 9000
name: Suitlord 9000
description: A vending machine containing jumpsuits and dress garments.
spriteName: suits
startingInventory:
ClothingUniformJumpsuitJanitor: 3
ClothingUniformJumpsuitColorGrey: 3
ClothingUniformJumpsuitEngineering: 3
ClothingUniformJumpsuitClown: 3
ClothingUniformJumpsuitSec: 3
ClothingUniformJumpsuitChef: 3
ClothingUniformJumpsuitCaptain: 3

View File

@@ -1,5 +0,0 @@
- type: vendingMachineInventory
id: Trader Supply
name: Trader Supply
description: Make much coin.
spriteName: vox

View File

@@ -129,31 +129,6 @@
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineChapel
name: PietyVend
components:
- type: VendingMachine
pack: PietyVend
- type: Sprite
sprite: Constructible/Power/VendingMachines/chapel.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineCigs
@@ -180,6 +155,32 @@
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineClothing
name: ClothesMate
components:
- type: VendingMachine
pack: ClothesMate
- type: Sprite
sprite: Constructible/Power/VendingMachines/clothing.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
# slogans = "Dress for success!;Prepare to look swagalicious!;Look at all this swag!;Why leave style up to fate? Use the ClothesMate!"
- type: entity
parent: VendingMachine
id: VendingMachineCoffee
@@ -315,54 +316,6 @@
- type: AccessReader
access: [["Engineering"]]
- type: entity
parent: VendingMachine
id: VendingMachineHats
name: Hatlord 9000
components:
- type: VendingMachine
pack: Hatlord 9000
- type: Sprite
sprite: Constructible/Power/VendingMachines/hats.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineMagivend
name: MagiVend
components:
- type: VendingMachine
pack: MagiVend
- type: Sprite
sprite: Constructible/Power/VendingMachines/magivend.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineMedical
@@ -391,31 +344,6 @@
- type: AccessReader
access: [["Medical"]]
- type: entity
parent: VendingMachine
id: VendingMachineMining
name: Dwarven Mining Equipment
components:
- type: VendingMachine
pack: Dwarven Mining Equipment
- type: Sprite
sprite: Constructible/Power/VendingMachines/mining.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineNutri
@@ -444,33 +372,6 @@
- type: AccessReader
access: [["Service"]]
- type: entity
parent: VendingMachine
id: VendingMachineRobotics
name: Robotech Deluxe
components:
- type: VendingMachine
pack: Robotech Deluxe
- type: Sprite
sprite: Constructible/Power/VendingMachines/robotics.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
- type: AccessReader
access: [["Research"]]
- type: entity
parent: VendingMachine
id: VendingMachineSales
@@ -517,7 +418,6 @@
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
ejectUnshaded: true
denyUnshaded: true
broken: true
- type: WiresVisualizer
@@ -531,7 +431,6 @@
components:
- type: VendingMachine
pack: MegaSeed Servitor
- type: Sprite
sprite: Constructible/Power/VendingMachines/seeds.rsi
layers:
@@ -552,31 +451,6 @@
- type: AccessReader
access: [["Service"]]
- type: entity
parent: VendingMachine
id: VendingMachineShoes
name: Shoelord 9000
components:
- type: VendingMachine
pack: Shoelord 9000
- type: Sprite
sprite: Constructible/Power/VendingMachines/shoes.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineSmartFridge
@@ -584,7 +458,6 @@
components:
- type: VendingMachine
pack: SmartFridge
- type: Sprite
sprite: Constructible/Power/VendingMachines/smartfridge.rsi
layers:
@@ -609,7 +482,6 @@
components:
- type: VendingMachine
pack: Getmore Chocolate Corp
- type: Sprite
sprite: Constructible/Power/VendingMachines/snack.rsi
layers:
@@ -636,7 +508,6 @@
components:
- type: VendingMachine
pack: BODA
- type: Sprite
sprite: Constructible/Power/VendingMachines/sovietsoda.rsi
layers:
@@ -656,31 +527,6 @@
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineSuits
name: Suitlord 9000
components:
- type: VendingMachine
pack: Suitlord 9000
- type: Sprite
sprite: Constructible/Power/VendingMachines/suits.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineTheater
@@ -688,7 +534,6 @@
components:
- type: VendingMachine
pack: AutoDrobe
- type: Sprite
sprite: Constructible/Power/VendingMachines/theater.rsi
layers:
@@ -719,7 +564,6 @@
components:
- type: VendingMachine
pack: Vendomat
- type: Sprite
sprite: Constructible/Power/VendingMachines/vendomat.rsi
layers:
@@ -740,31 +584,6 @@
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineVox
name: Trader Supply
components:
- type: VendingMachine
pack: Trader Supply
- type: Sprite
sprite: Constructible/Power/VendingMachines/vox.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Unlit"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
shader: unshaded
- texture: Constructible/Power/VendingMachines/maintenance_panel.png
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Appearance
visuals:
- type: VendingMachineVisualizer
normalUnshaded: true
broken: true
- type: WiresVisualizer
- type: entity
parent: VendingMachine
id: VendingMachineWallMedical
@@ -772,7 +591,6 @@
components:
- type: VendingMachine
pack: NanoMed
- type: Sprite
sprite: Constructible/Power/VendingMachines/wallmed.rsi
layers:
@@ -800,7 +618,6 @@
components:
- type: VendingMachine
pack: YouTool
- type: Sprite
sprite: Constructible/Power/VendingMachines/youtool.rsi
layers:

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 207 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,122 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken"
},
{
"name": "deny-unshaded",
"delays": [
[
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.1,
0.05,
0.1,
0.05,
0.1,
0.05,
0.1,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05
]
]
},
{
"name": "normal-unshaded",
"delays": [
[
2.0,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
2.0,
0.05,
0.05,
2.0,
0.05,
0.05,
0.05,
2.0,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
2.0,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.5,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
1.0,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05
]
]
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

View File

@@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "normal-unshaded",
"delays": [
[
1,
0.1,
1,
0.1,
1,
0.1,
1,
0.1
]
]
},
{
"name": "deny-unshaded",
"delays": [
[
1,
0.1
]
]
},
{
"name": "off"
},
{
"name": "broken"
},
{
"name": "panel"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

View File

@@ -1,19 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken",
"name": "normal-unshaded"
},
{
"name": "normal",
"name": "broken"
},
{
"name": "normal"
},
{
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "eject-unshaded",
@@ -28,23 +39,10 @@
]
},
{
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1,
0.1
]
]
},
{
"name": "normal-unshaded"
"name": "off"
},
{
"name": "panel"
},
{
"name": "off"
}
]
}

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken"

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
@@ -14,7 +14,7 @@
"name": "normal-unshaded",
"delays": [
[
4.0,
4,
0.1,
0.6
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,20 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded"
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

View File

@@ -1,10 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken"
@@ -41,6 +42,5 @@
{
"name": "panel"
}
],
"version": 1
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

View File

@@ -1,28 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded",
"delays": [
[
2.0,
0.1,
0.2,
0.1
]
]
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1022 B

View File

@@ -1,20 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded"
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 487 B

View File

@@ -1,29 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "normal-unshaded"
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
@@ -17,14 +17,14 @@
"name": "eject-unshaded",
"delays": [
[
1.0,
1,
0.1,
0.1,
0.1,
0.1,
0.5,
0.1,
1.0,
1,
0.1,
0.1,
0.1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,34 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "deny-unshaded",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "normal-unshaded"
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
@@ -14,7 +14,7 @@
"name": "broken-unshaded",
"delays": [
[
1.0,
1,
0.05,
0.1,
0.02

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 B

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

View File

@@ -1,46 +1,61 @@
{
"version": 1,
"copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"license": "CC-BY-SA-3.0",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"
},
{
"name": "broken"
},
{
"name": "deny-unshaded",
"delays": [
[
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.3,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.3,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05
]
]
},
{
"name": "broken"
},
{
"name": "off"
},
{
"name": "panel"
},
{
"name": "eject-unshaded",
"delays": [
[
0.1,
0.4,
0.1
]
]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 212 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
@@ -21,7 +21,7 @@
0.1,
0.1,
0.1,
1.0,
1,
0.1,
0.1
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 B

View File

@@ -1,28 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded",
"delays": [
[
3.0,
0.2,
0.3,
0.1
]
]
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded",

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 B

View File

@@ -1,28 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded",
"delays": [
[
1.9,
0.1,
0.2,
0.05
]
]
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "normal-unshaded"
@@ -30,7 +30,7 @@
"name": "screen",
"delays": [
[
3.0,
3,
0.1
]
]

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "normal-unshaded"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 788 B

View File

@@ -1,20 +0,0 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"
},
{
"name": "normal-unshaded"
},
{
"name": "off"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/commit/a7290010020e541ed6b57817a07023ca6bef26fe",
"states": [
{
"name": "broken"

View File

@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/commit/e107a20eb3e8def075a7d967dbf91426accabcbe",
"states": [
{
"name": "broken"
@@ -54,6 +54,5 @@
{
"name": "panel"
}
],
"version": 1
]
}