forked from SpaceStation14-Shenanigans/Monolith
Random bedsheet spawner. (#2940)
* Initial * Optimized YAML * Probbed * Updates RSIs * Maps them into dorms. * A * Adds descriptions from TG * Addressed reviews
This commit is contained in:
+785
-798
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,36 @@
|
|||||||
|
- type: entity
|
||||||
|
name: Random Sheet Spawner
|
||||||
|
id: BedsheetSpawner
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
visible: false
|
||||||
|
sprite: Objects/Misc/bedsheets.rsi
|
||||||
|
state: random_bedsheet
|
||||||
|
- type: Marker
|
||||||
|
- type: Clickable
|
||||||
|
- type: InteractionOutline
|
||||||
|
- type: Physics
|
||||||
|
- type: TrashSpawner
|
||||||
|
rarePrototypes:
|
||||||
|
- BedsheetIan
|
||||||
|
- BedsheetCosmos
|
||||||
|
rareChance: 0.03
|
||||||
|
prototypes:
|
||||||
|
- BedsheetBlue
|
||||||
|
- BedsheetYellow
|
||||||
|
- BedsheetOrange
|
||||||
|
- BedsheetGreen
|
||||||
|
- BedsheetNT
|
||||||
|
- BedsheetRed
|
||||||
|
- BedsheetUSA
|
||||||
|
- BedsheetBrown
|
||||||
|
- BedsheetBlack
|
||||||
|
- BedsheetPurple
|
||||||
|
- BedsheetGrey
|
||||||
|
- BedsheetWhite
|
||||||
|
- BedsheetRainbow
|
||||||
|
chance: 0.97
|
||||||
|
offset: 0
|
||||||
|
placement:
|
||||||
|
mode: AlignTileAny
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
QuickEquip: true
|
||||||
Slots:
|
Slots:
|
||||||
- back
|
- neck
|
||||||
- type: SnapGrid
|
- type: SnapGrid
|
||||||
offset: Center
|
offset: Center
|
||||||
|
|
||||||
@@ -28,9 +28,6 @@
|
|||||||
state: sheetblack
|
state: sheetblack
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/black.rsi
|
sprite: Clothing/Neck/Bedsheets/black.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -42,9 +39,6 @@
|
|||||||
state: sheetblue
|
state: sheetblue
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/blue.rsi
|
sprite: Clothing/Neck/Bedsheets/blue.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -56,9 +50,6 @@
|
|||||||
state: sheetbrown
|
state: sheetbrown
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/brown.rsi
|
sprite: Clothing/Neck/Bedsheets/brown.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -71,93 +62,78 @@
|
|||||||
state: sheetcaptain
|
state: sheetcaptain
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/captain.rsi
|
sprite: Clothing/Neck/Bedsheets/captain.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetCE
|
id: BedsheetCE
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: ce's bedsheet
|
name: CE's bedsheet
|
||||||
|
description: It is decorated with a wrench emblem. It's highly reflective and stain resistant, so you don't need to worry about ruining it with oil.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetce
|
state: sheetce
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/ce.rsi
|
sprite: Clothing/Neck/Bedsheets/ce.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetCentcom
|
id: BedsheetCentcom
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: centcom bedsheet
|
name: Centcom bedsheet
|
||||||
|
description: Woven with advanced nanothread for warmth as well as being very decorated, essential for all officials.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetcentcom
|
state: sheetcentcom
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/centcom.rsi
|
sprite: Clothing/Neck/Bedsheets/centcom.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetClown
|
id: BedsheetClown
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: clown's bedsheet
|
name: clown's bedsheet
|
||||||
|
description: A rainbow blanket with a clown mask woven in. It smells faintly of bananas.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetclown
|
state: sheetclown
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/rainbow.rsi
|
sprite: Clothing/Neck/Bedsheets/rainbow.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetCMO
|
id: BedsheetCMO
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: cmo's bedsheet
|
name: CMO's bedsheet
|
||||||
|
description: It's a sterilized blanket that has a cross emblem. There's some cat fur on it, likely from Runtime.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetcmo
|
state: sheetcmo
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/cmo.rsi
|
sprite: Clothing/Neck/Bedsheets/cmo.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetCosmos
|
id: BedsheetCosmos
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: cosmos bedsheet
|
name: cosmos bedsheet
|
||||||
|
description: Made from the dreams of those who wonder at the stars.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetcosmos
|
state: sheetcosmos
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/cosmos.rsi
|
sprite: Clothing/Neck/Bedsheets/cosmos.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetCult
|
id: BedsheetCult
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: cult bedsheet
|
name: cult bedsheet
|
||||||
|
description: You might dream of Nar'Sie if you sleep with this. It seems rather tattered and glows of an eldritch presence.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetcult
|
state: sheetcult
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/cult.rsi
|
sprite: Clothing/Neck/Bedsheets/cult.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -169,9 +145,6 @@
|
|||||||
state: sheetgreen
|
state: sheetgreen
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/green.rsi
|
sprite: Clothing/Neck/Bedsheets/green.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -183,93 +156,77 @@
|
|||||||
state: sheetgrey
|
state: sheetgrey
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/grey.rsi
|
sprite: Clothing/Neck/Bedsheets/grey.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetHOP
|
id: BedsheetHOP
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: hop's bedsheet
|
name: HOP's bedsheet
|
||||||
|
description: It is decorated with a key emblem. For those rare moments when you can rest and cuddle with Ian without someone screaming for you over the radio.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheethop
|
state: sheethop
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/hop.rsi
|
sprite: Clothing/Neck/Bedsheets/hop.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetHOS
|
id: BedsheetHOS
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: hos's bedsheet
|
name: HOS's bedsheet
|
||||||
|
description: It is decorated with a shield emblem. While crime doesn't sleep, you do, but you are still THE LAW!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheethos
|
state: sheethos
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/hos.rsi
|
sprite: Clothing/Neck/Bedsheets/hos.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetIan
|
id: BedsheetIan
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: ian bedsheet
|
name: Ian bedsheet
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetian
|
state: sheetian
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/ian.rsi
|
sprite: Clothing/Neck/Bedsheets/ian.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetMedical
|
id: BedsheetMedical
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: medical bedsheet
|
name: medical bedsheet
|
||||||
|
description: It's a sterilized* blanket commonly used in the Medbay. *Sterilization is voided if a virologist is present onboard the station.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetmedical
|
state: sheetmedical
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/medical.rsi
|
sprite: Clothing/Neck/Bedsheets/medical.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetMime
|
id: BedsheetMime
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: mime's bedsheet
|
name: mime's bedsheet
|
||||||
|
description: A very soothing striped blanket. All the noise just seems to fade out when you're under the covers in this.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetmime
|
state: sheetmime
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/mime.rsi
|
sprite: Clothing/Neck/Bedsheets/mime.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetNT
|
id: BedsheetNT
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: nt bedsheet
|
name: NT bedsheet
|
||||||
|
description: It has the Nanotrasen logo on it and an aura of duty.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetNT
|
state: sheetNT
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/NT.rsi
|
sprite: Clothing/Neck/Bedsheets/NT.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -281,9 +238,6 @@
|
|||||||
state: sheetorange
|
state: sheetorange
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/orange.rsi
|
sprite: Clothing/Neck/Bedsheets/orange.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -295,23 +249,17 @@
|
|||||||
state: sheetpurple
|
state: sheetpurple
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/purple.rsi
|
sprite: Clothing/Neck/Bedsheets/purple.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetQM
|
id: BedsheetQM
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: qm's bedsheet
|
name: QM's bedsheet
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetqm
|
state: sheetqm
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/qm.rsi
|
sprite: Clothing/Neck/Bedsheets/qm.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -323,23 +271,18 @@
|
|||||||
state: sheetrainbow
|
state: sheetrainbow
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/rainbow.rsi
|
sprite: Clothing/Neck/Bedsheets/rainbow.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetRD
|
id: BedsheetRD
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: rd's bedsheet
|
name: RD's bedsheet
|
||||||
|
description: It appears to have a beaker emblem, and is made out of fire-resistant material, although it probably won't protect you in the event of fires you're familiar with every day.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetrd
|
state: sheetrd
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/rd.rsi
|
sprite: Clothing/Neck/Bedsheets/rd.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -351,37 +294,29 @@
|
|||||||
state: sheetred
|
state: sheetred
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/red.rsi
|
sprite: Clothing/Neck/Bedsheets/red.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetSyndie
|
id: BedsheetSyndie
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: syndie bedsheet
|
name: Syndie bedsheet
|
||||||
|
description: It has a syndicate emblem and it has an aura of evil.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetsyndie
|
state: sheetsyndie
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/syndie.rsi
|
sprite: Clothing/Neck/Bedsheets/syndie.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetUSA
|
id: BedsheetUSA
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: usa bedsheet
|
name: USA bedsheet
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetUSA
|
state: sheetUSA
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/USA.rsi
|
sprite: Clothing/Neck/Bedsheets/USA.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -393,23 +328,18 @@
|
|||||||
state: sheetwhite
|
state: sheetwhite
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/white.rsi
|
sprite: Clothing/Neck/Bedsheets/white.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BedsheetWiz
|
id: BedsheetWiz
|
||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: wizard's bedsheet
|
name: wizard's bedsheet
|
||||||
|
description: A special fabric enchanted with magic so you can have an enchanted night. It even glows!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetwiz
|
state: sheetwiz
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/wiz.rsi
|
sprite: Clothing/Neck/Bedsheets/wiz.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -421,7 +351,4 @@
|
|||||||
state: sheetyellow
|
state: sheetyellow
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 10
|
size: 10
|
||||||
QuickEquip: true
|
|
||||||
Slots:
|
|
||||||
- neck
|
|
||||||
sprite: Clothing/Neck/Bedsheets/yellow.rsi
|
sprite: Clothing/Neck/Bedsheets/yellow.rsi
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 428 B |
Binary file not shown.
|
After Width: | Height: | Size: 440 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da",
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
@@ -1,110 +1,55 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0ec86b44b11f5e2f45137d9f6c851b8942a26aa3",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CCBYNA3",
|
|
||||||
"copyright": "https://github.com/tgstation/tgstation",
|
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "random_bedsheet",
|
"name": "random_bedsheet",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetNT",
|
"name": "sheetNT",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetUSA",
|
"name": "sheetUSA",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetblack",
|
"name": "sheetblack",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetblue",
|
"name": "sheetblue",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetbrown",
|
"name": "sheetbrown",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetcaptain",
|
"name": "sheetcaptain",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetce",
|
"name": "sheetce",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetcentcom",
|
"name": "sheetcentcom",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetclown",
|
"name": "sheetclown",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetcmo",
|
"name": "sheetcmo",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetcosmos",
|
"name": "sheetcosmos",
|
||||||
@@ -122,165 +67,75 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetcult",
|
"name": "sheetcult",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetgreen",
|
"name": "sheetgreen",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetgrey",
|
"name": "sheetgrey",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheethop",
|
"name": "sheethop",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheethos",
|
"name": "sheethos",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetian",
|
"name": "sheetian",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetmedical",
|
"name": "sheetmedical",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetmime",
|
"name": "sheetmime",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetorange",
|
"name": "sheetorange",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetpurple",
|
"name": "sheetpurple",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetqm",
|
"name": "sheetqm",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetrainbow",
|
"name": "sheetrainbow",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetrd",
|
"name": "sheetrd",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetred",
|
"name": "sheetred",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetsyndie",
|
"name": "sheetsyndie",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetwhite",
|
"name": "sheetwhite",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetwiz",
|
"name": "sheetwiz",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sheetyellow",
|
"name": "sheetyellow",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user