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
57
Resources/Prototypes/Catalog/Fills/backpack.yml
Normal 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
|
||||
@@ -95,3 +95,18 @@
|
||||
state: icon
|
||||
- type: Clothing
|
||||
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
|
||||
|
||||
15
Resources/Prototypes/Entities/Objects/Boxes/boxbase.yml
Normal 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
|
||||
26
Resources/Prototypes/Entities/Objects/Boxes/boxes_food.yml
Normal 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
|
||||
149
Resources/Prototypes/Entities/Objects/Boxes/boxes_general.yml
Normal 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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -11,20 +11,16 @@
|
||||
breakoutTime: 20.0
|
||||
cuffedRSI: Objects/Misc/handcuffs.rsi
|
||||
iconState: body-overlay
|
||||
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/handcuffs.rsi
|
||||
state: handcuff
|
||||
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/handcuffs.rsi
|
||||
state: handcuff
|
||||
|
||||
- type: Clothing
|
||||
sprite: Objects/Misc/handcuffs.rsi
|
||||
Slots: [belt]
|
||||
|
||||
|
||||
- type: entity
|
||||
name: makeshift handcuffs
|
||||
description: Homemade handcuffs crafted from spare cables.
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
id: CargoTechGear
|
||||
equipment:
|
||||
innerclothing: UniformCargoTech
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: CargoPDA
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
id: AssistantGear
|
||||
equipment:
|
||||
innerclothing: UniformColorGrey
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: AssistantPDA
|
||||
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
equipment:
|
||||
innerclothing: UniformBartender
|
||||
outerclothing: OuterclothingArmorVest
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: BartenderPDA
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
id: ChefGear
|
||||
equipment:
|
||||
innerclothing: UniformChef
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: ChefPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: ClownGear
|
||||
equipment:
|
||||
innerclothing: UniformClown
|
||||
backpack: ClownPack
|
||||
backpack: ClownPackFilled
|
||||
shoes: ShoesClown
|
||||
mask: MaskClown
|
||||
pocket1: BikeHorn
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
id: JanitorGear
|
||||
equipment:
|
||||
innerclothing: UniformJanitor
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesGaloshes
|
||||
head: HatPurplesoft
|
||||
idcard: JanitorPDA
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
id: CaptainGear
|
||||
equipment:
|
||||
innerclothing: UniformCaptain
|
||||
backpack: BackpackCaptain
|
||||
backpack: BackpackCaptainFilled
|
||||
shoes: ShoesBlack
|
||||
head: HatCaptain
|
||||
eyes: SunGlasses
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
id: HoPGear
|
||||
equipment:
|
||||
innerclothing: UniformHoP
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
head: HatHopcap
|
||||
idcard: HoPPDA
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
equipment:
|
||||
head: HatHardhatWhite
|
||||
innerclothing: UniformChiefEngineer
|
||||
backpack: BackpackEngineering
|
||||
backpack: BackpackEngineeringFilled
|
||||
shoes: ShoesBrown
|
||||
idcard: CEPDA
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
id: StationEngineerGear
|
||||
equipment:
|
||||
innerclothing: UniformEngineering
|
||||
backpack: BackpackEngineering
|
||||
backpack: BackpackEngineeringFilled
|
||||
shoes: ShoesWorkboots
|
||||
outerclothing: OuterclothingHazard
|
||||
idcard: EngineerPDA
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
id: CMOGear
|
||||
equipment:
|
||||
innerclothing: UniformCMO
|
||||
backpack: BackpackMedical
|
||||
backpack: BackpackMedicalFilled
|
||||
shoes: ShoesBrown
|
||||
outerclothing: OuterclothingLabcoatcmo
|
||||
idcard: CMOPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: DoctorGear
|
||||
equipment:
|
||||
innerclothing: UniformMedicalDoctor
|
||||
backpack: BackpackMedical
|
||||
backpack: BackpackMedicalFilled
|
||||
shoes: ShoesWhite
|
||||
outerclothing: OuterclothingLabcoatmedspecopen
|
||||
idcard: MedicalPDA
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
id: ResearchDirectorGear
|
||||
equipment:
|
||||
innerclothing: UniformResearchDirector
|
||||
backpack: BackpackClothing
|
||||
# Note to Swept add science backpacks
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
outerclothing: OuterclothingLabcoatopen
|
||||
idcard: RnDPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: ScientistGear
|
||||
equipment:
|
||||
innerclothing: UniformScientist
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesWhite
|
||||
outerclothing: OuterclothingLabcoat
|
||||
idcard: SciencePDA
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
id: HoSGear
|
||||
equipment:
|
||||
innerclothing: UniformHoS
|
||||
backpack: SecPack
|
||||
backpack: SecPackFilled
|
||||
shoes: ShoesJackboots
|
||||
outerclothing: OuterclothingHoSTrenchcoat
|
||||
eyes: SecGlasses
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
id: SecurityOfficerGear
|
||||
equipment:
|
||||
innerclothing: UniformSec
|
||||
backpack: SecPack
|
||||
backpack: SecPackFilled
|
||||
shoes: ShoesJackboots
|
||||
eyes: SecGlasses
|
||||
outerclothing: OuterclothingArmorVest
|
||||
|
||||
|
After Width: | Height: | Size: 299 B |
BIN
Resources/Textures/Clothing/Masks/mask_sterile.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 145 B |
51
Resources/Textures/Clothing/Masks/mask_sterile.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 297 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/beaker.png
Normal file
|
After Width: | Height: | Size: 165 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/bodybags.png
Normal file
|
After Width: | Height: | Size: 170 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box.png
Normal file
|
After Width: | Height: | Size: 305 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_donk_pocket.png
Normal file
|
After Width: | Height: | Size: 510 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_id.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom.png
Normal file
|
After Width: | Height: | Size: 291 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_of_doom_big.png
Normal file
|
After Width: | Height: | Size: 300 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_security.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/circuit.png
Normal file
|
After Width: | Height: | Size: 189 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/disk.png
Normal file
|
After Width: | Height: | Size: 215 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/flashbang.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/glasses.png
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/handcuff.png
Normal file
|
After Width: | Height: | Size: 114 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/implant.png
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 197 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/latex.png
Normal file
|
After Width: | Height: | Size: 148 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/light.png
Normal file
|
After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/lightmixed.png
Normal file
|
After Width: | Height: | Size: 167 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/lighttube.png
Normal file
|
After Width: | Height: | Size: 177 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/meson.png
Normal file
|
After Width: | Height: | Size: 142 B |
299
Resources/Textures/Objects/Storage/boxes.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/mousetraps.png
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/pda.png
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/pillbox.png
Normal file
|
After Width: | Height: | Size: 182 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/sechud.png
Normal file
|
After Width: | Height: | Size: 134 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/solution_trays.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/sterile.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/syringe.png
Normal file
|
After Width: | Height: | Size: 160 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/writing.png
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/writing_of_doom.png
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/beaker.png
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/bodybags.png
Normal file
|
After Width: | Height: | Size: 406 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/box.png
Normal file
|
After Width: | Height: | Size: 371 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/box_of_doom.png
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/circuit.png
Normal file
|
After Width: | Height: | Size: 388 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/disk_kit.png
Normal file
|
After Width: | Height: | Size: 421 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/donk_kit.png
Normal file
|
After Width: | Height: | Size: 461 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/flashbang.png
Normal file
|
After Width: | Height: | Size: 387 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/glasses.png
Normal file
|
After Width: | Height: | Size: 385 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/handcuff.png
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/implant.png
Normal file
|
After Width: | Height: | Size: 392 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/latex.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/light.png
Normal file
|
After Width: | Height: | Size: 370 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/lightmixed.png
Normal file
|
After Width: | Height: | Size: 416 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/lighttube.png
Normal file
|
After Width: | Height: | Size: 395 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/meson.png
Normal file
|
After Width: | Height: | Size: 399 B |
218
Resources/Textures/Objects/Storage/boxicons.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/mousetraps.png
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/pda.png
Normal file
|
After Width: | Height: | Size: 369 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/pillbox.png
Normal file
|
After Width: | Height: | Size: 392 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/sechud.png
Normal file
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 353 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/sterile.png
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/syringe.png
Normal file
|
After Width: | Height: | Size: 369 B |
BIN
Resources/Textures/Objects/Storage/donkpocket.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 309 B |
|
After Width: | Height: | Size: 320 B |
|
After Width: | Height: | Size: 317 B |
56
Resources/Textures/Objects/Storage/donkpocket.rsi/meta.json
Normal 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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||