Boxes (and sterile mask) (#1964)

* Added sprites and lights, handcuffs and PDA box.

* Syringe and Beaker

* Adds flashbang latex and a sterile mask

* Adds a box to store those sterile masks

* Adds donkpocket box WHY WASN'T THIS IN ALREADY I'LL KILL YOU ALL AHHHHH

* Makes inhand boxes grey

* Security boxes now have proper layer

* Adds meson, sechud, and better inhands

* Adds survival box (no o2 can or injector because they're not included yet

* Adds survival box sprites

* Blank commit

* Adds filled backpacks for starting-gear

* Moves filled backpacks to a sensible place

* Builds now

* Fixes rsi
This commit is contained in:
Swept
2020-09-03 21:13:45 +00:00
committed by GitHub
parent ae8bde221b
commit e3ace03cad
88 changed files with 1063 additions and 24 deletions

View File

@@ -0,0 +1,57 @@
- type: entity
abstract: true
parent: BackpackClothing
id: BackpackClothingFilled
components:
- type: StorageFill
contents:
- BoxSurvival
- type: entity
abstract: true
parent: ClownPack
id: ClownPackFilled
components:
- type: StorageFill
contents:
- BoxSurvival
- type: entity
abstract: true
parent: SecPack
id: SecPackFilled
components:
- type: StorageFill
contents:
- BoxSurvival
- Stunbaton
- Flash
- type: entity
abstract: true
parent: BackpackMedical
id: BackpackMedicalFilled
components:
- type: StorageFill
contents:
- BoxSurvival
- type: entity
abstract: true
parent: BackpackCaptain
id: BackpackCaptainFilled
components:
- type: StorageFill
contents:
- BoxSurvival
#- StationCharter
#- TelescopicBaton
- type: entity
abstract: true
parent: BackpackEngineering
id: BackpackEngineeringFilled
components:
- type: StorageFill
contents:
- BoxSurvival

View File

@@ -95,3 +95,18 @@
state: icon state: icon
- type: Clothing - type: Clothing
sprite: Clothing/Masks/mask_mime.rsi sprite: Clothing/Masks/mask_mime.rsi
- type: entity
parent: MasksBase
id: MaskSterile
name: sterile mask
description:
components:
- type: Sprite
sprite: Clothing/Masks/mask_sterile.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_sterile.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_sterile.rsi

View File

@@ -0,0 +1,15 @@
- type: entity
id: BoxBase
parent: BaseItem
abstract: true
components:
- type: Sprite
sprite: Objects/Storage/boxes.rsi
- type: Icon
sprite: Objects/Storage/boxicons.rsi
- type: Item
sprite: Objects/Storage/boxes.rsi
size: 9999
- type: Storage
capacity: 60
size: 9999

View File

@@ -0,0 +1,26 @@
- type: entity
name: donkpocket box
parent: BoxBase
id: BoxDonkpocket
description:
components:
- type: StorageFill
contents:
- FoodDonkPocket
- FoodDonkPocket
- FoodDonkPocket
- FoodDonkPocket
- FoodDonkPocket
- FoodDonkPocket
- type: Sprite
sprite: Objects/Storage/donkpocket.rsi
state: icon
- type: Icon
sprite: Objects/Storage/donkpocket.rsi
state: icon
- type: Item
color: "#951710"
sprite: Objects/Storage/donkpocket.rsi
state: icon
- type: Storage
capacity: 30

View File

@@ -0,0 +1,149 @@
- type: entity
name: lightbulb box
parent: BoxBase
id: BoxLightbulb
description:
components:
- type: StorageFill
contents:
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- type: Sprite
layers:
- state: box
- state: light
- type: Icon
state: light
- type: Item
- type: entity
name: lighttube box
parent: BoxBase
id: BoxLighttube
description:
components:
- type: StorageFill
contents:
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- type: Sprite
layers:
- state: box
- state: lighttube
- type: Icon
state: lighttube
- type: Item
- type: entity
name: mixed lights box
parent: BoxBase
id: BoxLightMixed
description:
components:
- type: StorageFill
contents:
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightTube
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- LightBulb
- type: Sprite
layers:
- state: box
- state: lightmixed
- type: Icon
state: lightmixed
- type: Item
- type: entity
name: pda box
parent: BoxBase
id: BoxPDA
description:
components:
- type: StorageFill
contents:
- AssistantPDA
- AssistantPDA
- AssistantPDA
- type: Sprite
layers:
- state: box
- state: pda
- type: Icon
state: pda
- type: Item
- type: Storage
capacity: 3
- type: entity
name: meson box
parent: BoxBase
id: BoxMesonScanners
description:
components:
- type: StorageFill
contents:
- MesonGlasses
- MesonGlasses
- MesonGlasses
- MesonGlasses
- type: Sprite
layers:
- state: box
- state: meson
- type: Icon
state: meson
- type: Item
- type: Storage
capacity: 20
- type: entity
name: survival box
parent: BoxBase
id: BoxSurvival
description:
components:
- type: StorageFill
contents:
- BreathMaskClothing
#- O2 Canister
#- Injector
- type: Sprite
layers:
- state: box
- state: writing
- type: Icon
state: box
- type: Item
size: 15
- type: Storage
capacity: 15
size: 15

View File

@@ -0,0 +1,67 @@
- type: entity
name: syringe box
parent: BoxBase
id: BoxSyringe
description:
components:
- type: StorageFill
contents:
- Syringe
- Syringe
- Syringe
- Syringe
- Syringe
- Syringe
- type: Sprite
layers:
- state: box
- state: syringe
- type: Icon
state: syringe
- type: Item
- type: Storage
capacity: 30
- type: entity
name: sterile box
parent: BoxBase
id: BoxSterile
description:
components:
- type: StorageFill
contents:
- MaskSterile
- MaskSterile
- MaskSterile
- MaskSterile
- type: Sprite
layers:
- state: box
- state: sterile
- type: Icon
state: sterile
- type: Item
- type: Storage
capacity: 20
- type: entity
name: latex box
parent: BoxBase
id: BoxLatex
description:
components:
- type: StorageFill
contents:
- GlovesLatex
- GlovesLatex
- GlovesLatex
- GlovesLatex
- type: Sprite
layers:
- state: box
- state: latex
- type: Icon
state: latex
- type: Item
- type: Storage
capacity: 20

View File

@@ -0,0 +1,23 @@
- type: entity
name: beaker box
parent: BoxBase
id: BoxBeaker
description:
components:
- type: StorageFill
contents:
- Beaker
- Beaker
- Beaker
- LargeBeaker
- LargeBeaker
- LargeBeaker
- type: Sprite
layers:
- state: box
- state: beaker
- type: Icon
state: beaker
- type: Item
- type: Storage
capacity: 30

View File

@@ -0,0 +1,67 @@
- type: entity
name: handcuff box
parent: BoxBase
id: BoxHandcuff
description:
components:
- type: StorageFill
contents:
- Handcuffs
- Handcuffs
- Handcuffs
- Handcuffs
- Handcuffs
- Handcuffs
- type: Sprite
layers:
- state: box_security
- state: handcuff
- type: Icon
state: handcuff
- type: Item
- type: Storage
capacity: 6
- type: entity
name: flashbang box
parent: BoxBase
id: BoxFlashbang
description:
components:
- type: StorageFill
contents:
- GrenadeFlashBang
- GrenadeFlashBang
- GrenadeFlashBang
- GrenadeFlashBang
- type: Sprite
layers:
- state: box_security
- state: flashbang
- type: Icon
state: flashbang
- type: Item
- type: Storage
capacity: 20
- type: entity
name: sechud box
parent: BoxBase
id: BoxSechud
description:
components:
- type: StorageFill
contents:
- SecGlasses
- SecGlasses
- SecGlasses
- SecGlasses
- type: Sprite
layers:
- state: box_security
- state: sechud
- type: Icon
state: sechud
- type: Item
- type: Storage
capacity: 20

View File

@@ -9,22 +9,18 @@
uncuffTime: 3.0 uncuffTime: 3.0
stunBonus: 2.0 stunBonus: 2.0
breakoutTime: 20.0 breakoutTime: 20.0
cuffedRSI: Objects/Misc/handcuffs.rsi cuffedRSI: Objects/Misc/handcuffs.rsi
iconState: body-overlay iconState: body-overlay
- type: Sprite - type: Sprite
sprite: Objects/Misc/handcuffs.rsi sprite: Objects/Misc/handcuffs.rsi
state: handcuff state: handcuff
- type: Icon - type: Icon
sprite: Objects/Misc/handcuffs.rsi sprite: Objects/Misc/handcuffs.rsi
state: handcuff state: handcuff
- type: Clothing - type: Clothing
sprite: Objects/Misc/handcuffs.rsi sprite: Objects/Misc/handcuffs.rsi
Slots: [belt] Slots: [belt]
- type: entity - type: entity
name: makeshift handcuffs name: makeshift handcuffs
description: Homemade handcuffs crafted from spare cables. description: Homemade handcuffs crafted from spare cables.
@@ -36,7 +32,7 @@
uncuffTime: 3.5 uncuffTime: 3.5
stunBonus: 2.0 stunBonus: 2.0
breakoutTime: 15.0 breakoutTime: 15.0
cuffedRSI: Objects/Misc/cablecuffs.rsi cuffedRSI: Objects/Misc/cablecuffs.rsi
bodyIconState: body-overlay bodyIconState: body-overlay
color: red color: red
breakOnRemove: true breakOnRemove: true
@@ -62,4 +58,4 @@
- type: Clothing - type: Clothing
sprite: Objects/Misc/cablecuffs.rsi sprite: Objects/Misc/cablecuffs.rsi
color: red color: red
Slots: [belt] Slots: [belt]

View File

@@ -15,6 +15,6 @@
id: CargoTechGear id: CargoTechGear
equipment: equipment:
innerclothing: UniformCargoTech innerclothing: UniformCargoTech
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesBlack shoes: ShoesBlack
idcard: CargoPDA idcard: CargoPDA

View File

@@ -13,7 +13,6 @@
id: AssistantGear id: AssistantGear
equipment: equipment:
innerclothing: UniformColorGrey innerclothing: UniformColorGrey
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesBlack shoes: ShoesBlack
idcard: AssistantPDA idcard: AssistantPDA

View File

@@ -15,6 +15,6 @@
equipment: equipment:
innerclothing: UniformBartender innerclothing: UniformBartender
outerclothing: OuterclothingArmorVest outerclothing: OuterclothingArmorVest
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesBlack shoes: ShoesBlack
idcard: BartenderPDA idcard: BartenderPDA

View File

@@ -14,6 +14,6 @@
id: ChefGear id: ChefGear
equipment: equipment:
innerclothing: UniformChef innerclothing: UniformChef
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesBlack shoes: ShoesBlack
idcard: ChefPDA idcard: ChefPDA

View File

@@ -15,7 +15,7 @@
id: ClownGear id: ClownGear
equipment: equipment:
innerclothing: UniformClown innerclothing: UniformClown
backpack: ClownPack backpack: ClownPackFilled
shoes: ShoesClown shoes: ShoesClown
mask: MaskClown mask: MaskClown
pocket1: BikeHorn pocket1: BikeHorn

View File

@@ -14,7 +14,7 @@
id: JanitorGear id: JanitorGear
equipment: equipment:
innerclothing: UniformJanitor innerclothing: UniformJanitor
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesGaloshes shoes: ShoesGaloshes
head: HatPurplesoft head: HatPurplesoft
idcard: JanitorPDA idcard: JanitorPDA

View File

@@ -28,7 +28,7 @@
id: CaptainGear id: CaptainGear
equipment: equipment:
innerclothing: UniformCaptain innerclothing: UniformCaptain
backpack: BackpackCaptain backpack: BackpackCaptainFilled
shoes: ShoesBlack shoes: ShoesBlack
head: HatCaptain head: HatCaptain
eyes: SunGlasses eyes: SunGlasses

View File

@@ -23,7 +23,7 @@
id: HoPGear id: HoPGear
equipment: equipment:
innerclothing: UniformHoP innerclothing: UniformHoP
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesBrown shoes: ShoesBrown
head: HatHopcap head: HatHopcap
idcard: HoPPDA idcard: HoPPDA

View File

@@ -19,6 +19,6 @@
equipment: equipment:
head: HatHardhatWhite head: HatHardhatWhite
innerclothing: UniformChiefEngineer innerclothing: UniformChiefEngineer
backpack: BackpackEngineering backpack: BackpackEngineeringFilled
shoes: ShoesBrown shoes: ShoesBrown
idcard: CEPDA idcard: CEPDA

View File

@@ -16,7 +16,7 @@
id: StationEngineerGear id: StationEngineerGear
equipment: equipment:
innerclothing: UniformEngineering innerclothing: UniformEngineering
backpack: BackpackEngineering backpack: BackpackEngineeringFilled
shoes: ShoesWorkboots shoes: ShoesWorkboots
outerclothing: OuterclothingHazard outerclothing: OuterclothingHazard
idcard: EngineerPDA idcard: EngineerPDA

View File

@@ -19,7 +19,7 @@
id: CMOGear id: CMOGear
equipment: equipment:
innerclothing: UniformCMO innerclothing: UniformCMO
backpack: BackpackMedical backpack: BackpackMedicalFilled
shoes: ShoesBrown shoes: ShoesBrown
outerclothing: OuterclothingLabcoatcmo outerclothing: OuterclothingLabcoatcmo
idcard: CMOPDA idcard: CMOPDA

View File

@@ -15,7 +15,7 @@
id: DoctorGear id: DoctorGear
equipment: equipment:
innerclothing: UniformMedicalDoctor innerclothing: UniformMedicalDoctor
backpack: BackpackMedical backpack: BackpackMedicalFilled
shoes: ShoesWhite shoes: ShoesWhite
outerclothing: OuterclothingLabcoatmedspecopen outerclothing: OuterclothingLabcoatmedspecopen
idcard: MedicalPDA idcard: MedicalPDA

View File

@@ -17,7 +17,8 @@
id: ResearchDirectorGear id: ResearchDirectorGear
equipment: equipment:
innerclothing: UniformResearchDirector innerclothing: UniformResearchDirector
backpack: BackpackClothing # Note to Swept add science backpacks
backpack: BackpackClothingFilled
shoes: ShoesBrown shoes: ShoesBrown
outerclothing: OuterclothingLabcoatopen outerclothing: OuterclothingLabcoatopen
idcard: RnDPDA idcard: RnDPDA

View File

@@ -15,7 +15,7 @@
id: ScientistGear id: ScientistGear
equipment: equipment:
innerclothing: UniformScientist innerclothing: UniformScientist
backpack: BackpackClothing backpack: BackpackClothingFilled
shoes: ShoesWhite shoes: ShoesWhite
outerclothing: OuterclothingLabcoat outerclothing: OuterclothingLabcoat
idcard: SciencePDA idcard: SciencePDA

View File

@@ -18,7 +18,7 @@
id: HoSGear id: HoSGear
equipment: equipment:
innerclothing: UniformHoS innerclothing: UniformHoS
backpack: SecPack backpack: SecPackFilled
shoes: ShoesJackboots shoes: ShoesJackboots
outerclothing: OuterclothingHoSTrenchcoat outerclothing: OuterclothingHoSTrenchcoat
eyes: SecGlasses eyes: SecGlasses

View File

@@ -16,7 +16,7 @@
id: SecurityOfficerGear id: SecurityOfficerGear
equipment: equipment:
innerclothing: UniformSec innerclothing: UniformSec
backpack: SecPack backpack: SecPackFilled
shoes: ShoesJackboots shoes: ShoesJackboots
eyes: SecGlasses eyes: SecGlasses
outerclothing: OuterclothingArmorVest outerclothing: OuterclothingArmorVest

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

View File

@@ -0,0 +1,51 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
"states": [
{
"name": "icon",
"directions": 1,
},
{
"name": "equipped-MASK",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "up-equipped-MASK",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

View File

@@ -0,0 +1,299 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA 3",
"copyright": "https://github.com/discordia-space/CEV-Eris/commit/9216a1754b1e1d25b8f771b15fbaf4e086fcade9",
"states": [
{
"name": "beaker",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "bodybags",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "meson",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "sechud",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_donk_pocket",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_id",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_of_doom",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_of_doom_big",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_security",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "circuit",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "disk",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "flashbang",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "glasses",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "handcuff",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "implant",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "latex",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "light",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lightmixed",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lighttube",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "mousetraps",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "pda",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "pillbox",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "solution_trays",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "sterile",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "syringe",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "writing",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "writing_of_doom",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

View File

@@ -0,0 +1,218 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NA 3",
"copyright": "https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43",
"states": [
{
"name": "beaker",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "bodybags",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "meson",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "sechud",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "box_of_doom",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "circuit",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "disk_kit",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "donk_kit",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "flashbang",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "glasses",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "handcuff",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "implant",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "latex",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "light",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lightmixed",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "lighttube",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "mousetraps",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "pda",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "pillbox",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "solution_trays",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "sterile",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "syringe",
"directions": 1,
"delays": [
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-NA 3",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
"states": [
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
}
]
}