This commit is contained in:
Swept
2020-05-12 02:08:39 -07:00
parent d1a6933e2e
commit a0e839a6ad
122 changed files with 1326 additions and 79 deletions

View File

@@ -35,10 +35,10 @@
- type: Instrument
program: 1
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: piano
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: piano
- type: entity
@@ -49,10 +49,10 @@
- type: Instrument
program: 7
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: minimoog
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: minimoog
- type: entity
@@ -63,8 +63,8 @@
- type: Instrument
program: 13
- type: Sprite
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: xylophone
- type: Icon
sprite: Objects/Instruments/musician.rsi
sprite: Objects/Instruments/otherinstruments.rsi
state: xylophone

View File

@@ -6,7 +6,6 @@
- type: Clothing
Slots: [belt]
- type: entity
parent: BeltBase
id: UtilityBeltClothing
@@ -14,15 +13,15 @@
description: Belt for holding all your usual tools
components:
- type: Sprite
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
state: utilitybelt
- type: Icon
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
state: utilitybelt
- type: Clothing
Size: 50
QuickEquip: false
sprite: Clothing/belt_utility.rsi
sprite: Clothing/Belts/belt_utility.rsi
- type: Storage
Capacity: 40 # Full tool loadout is 35, plus an extra
@@ -31,4 +30,20 @@
parent: UtilityBeltClothing
components:
- type: UtilityBeltClothingFill
- type: entity
parent: BeltBase
id: SuspendersClothing
name: Suspenders
description: For holding your pants up.
components:
- type: Sprite
sprite: Clothing/Belts/suspenders.rsi
state: icon
- type: Icon
sprite: Clothing/Belts/suspenders.rsi
state: icon
- type: Clothing
Size: 50
QuickEquip: false
sprite: Clothing/Belts/suspenders.rsi

View File

@@ -5,12 +5,12 @@
description: The radio to keep up to date in real time with fun onboard station activities
components:
- type: Sprite
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi
state: headset
- type: Icon
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi
state: headset
- type: Clothing
Slots:
- ears
sprite: Clothing/headset.rsi
sprite: Clothing/Earpieces/headset.rsi

View File

@@ -17,10 +17,10 @@
sprite: Clothing/meson_scanners.rsi
state: meson
- type: Icon
sprite: Clothing/meson_scanners.rsi
sprite: Clothing/Glasses/meson_scanners.rsi
state: meson
- type: Clothing
sprite: Clothing/meson_scanners.rsi
sprite: Clothing/Glasses/meson_scanners.rsi
- type: entity
@@ -30,13 +30,13 @@
description: Useful both for security and cargonia
components:
- type: Sprite
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
state: sunglasses
- type: Icon
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
state: sunglasses
- type: Clothing
sprite: Clothing/sunglasses.rsi
sprite: Clothing/Glasses/sunglasses.rsi
- type: entity
parent: GlassesBase
@@ -45,10 +45,10 @@
description: Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes. Often worn by budget security officers.
components:
- type: Sprite
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi
state: icon
- type: Icon
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi
state: icon
- type: Clothing
sprite: Clothing/sunglasses_sec.rsi
sprite: Clothing/Glasses/sunglasses_sec.rsi

View File

@@ -766,6 +766,19 @@
- type: Clothing
sprite: Clothing/Gloves/s_ninjan.rsi
- type: entity
parent: GlovesBase
id: GlovesWhite
name: White Gloves
description:
components:
- type: Sprite
sprite: Clothing/Gloves/white.rsi
- type: Icon
sprite: Clothing/Gloves/white.rsi
- type: Clothing
sprite: Clothing/Gloves/white.rsi
- type: entity
parent: GlovesBase
id: GlovesYellow

View File

@@ -6,6 +6,20 @@
- type: Clothing
Slots: [mask]
- type: entity
parent: MasksBase
id: OldGasMaskClothing
name: Old Gas Mask
description: An old, dusty mask. Yet still dutifully functional.
components:
- type: Sprite
sprite: Clothing/Masks/mask_gasalt.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_gasalt.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_gasalt.rsi
- type: entity
parent: MasksBase
@@ -14,14 +28,13 @@
description: Regulations require these to be stocked after the fourth coolant leak
components:
- type: Sprite
sprite: Clothing/gas_mask.rsi
state: gas_mask
sprite: Clothing/Masks/mask_gas.rsi
state: icon
- type: Icon
sprite: Clothing/gas_mask.rsi
state: gas_mask
sprite: Clothing/Masks/mask_gas.rsi
state: icon
- type: Clothing
sprite: Clothing/gas_mask.rsi
sprite: Clothing/Masks/mask_gas.rsi
- type: entity
parent: MasksBase
@@ -30,13 +43,13 @@
description: Might as well keep this on 24/7
components:
- type: Sprite
sprite: Clothing/mask_breath.rsi
state: breath
sprite: Clothing/Masks/mask_breath.rsi
state: icon
- type: Icon
sprite: Clothing/mask_breath.rsi
state: breath
sprite: Clothing/Masks/mask_breath.rsi
state: icon
- type: Clothing
sprite: Clothing/mask_breath.rsi
sprite: Clothing/Masks/mask_breath.rsi
- type: entity
parent: MasksBase
@@ -45,10 +58,40 @@
description: A true prankster's facial attire. A clown is incomplete without his wig and mask.
components:
- type: Sprite
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
state: icon
- type: Icon
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
state: icon
- type: Clothing
sprite: Clothing/mask_clown.rsi
sprite: Clothing/Masks/mask_clown.rsi
- type: entity
parent: MasksBase
id: MaskJoy
name: Joy Mask
description:
components:
- type: Sprite
sprite: Clothing/Masks/mask_joy.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_joy.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_joy.rsi
- type: entity
parent: MasksBase
id: MaskMime
name: Mime Mask
description:
components:
- type: Sprite
sprite: Clothing/Masks/mask_mime.rsi
state: icon
- type: Icon
sprite: Clothing/Masks/mask_mime.rsi
state: icon
- type: Clothing
sprite: Clothing/Masks/mask_mime.rsi

View File

@@ -245,6 +245,23 @@
- type: Clothing
sprite: Clothing/Uniforms/uniform_rd.rsi
- type: entity
parent: UniformBase
id: UniformMime
name: Mime's Clothes
description: ...
components:
- type: Sprite
sprite: Clothing/Uniforms/uniform_mime.rsi
state: icon
- type: Icon
sprite: Clothing/Uniforms/uniform_mime.rsi
state: icon
- type: Clothing
sprite: Clothing/Uniforms/uniform_mime.rsi
- type: entity
parent: UniformBase
id: UniformHoS

View File

@@ -19,9 +19,15 @@
- type: Instrument
program: 2
- type: Sprite
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
sprite: Objects/Instruments/h_synthesizer.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/h_synthesizer.png
sprite: Objects/Instruments/h_synthesizer.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/h_synthesizer.rsi
- type: entity
name: Acoustic Guitar
@@ -31,9 +37,14 @@
- type: Instrument
program: 25
- type: Sprite
texture: Objects/Instruments/musician.rsi/guitar.png
sprite: Objects/Instruments/guitar.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/guitar.png
sprite: Objects/Instruments/guitar.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/guitar.rsi
- type: entity
name: Violin
@@ -43,9 +54,14 @@
- type: Instrument
program: 40
- type: Sprite
texture: Objects/Instruments/musician.rsi/violin.png
sprite: Objects/Instruments/violin.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/violin.png
sprite: Objects/Instruments/violin.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/violin.rsi
- type: entity
name: Trumpet
@@ -55,9 +71,9 @@
- type: Instrument
program: 56
- type: Sprite
texture: Objects/Instruments/musician.rsi/trumpet.png
texture: Objects/Instruments/otherinstruments.rsi/trumpet.png
- type: Icon
texture: Objects/Instruments/musician.rsi/trumpet.png
texture: Objects/Instruments/otherinstruments.rsi/trumpet.png
- type: entity
name: Electric Guitar
@@ -67,9 +83,14 @@
- type: Instrument
program: 27
- type: Sprite
texture: Objects/Instruments/musician.rsi/eguitar.png
sprite: Objects/Instruments/eguitar.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/eguitar.png
sprite: Objects/Instruments/eguitar.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/eguitar.rsi
- type: entity
name: Accordion
@@ -79,9 +100,14 @@
- type: Instrument
program: 21
- type: Sprite
texture: Objects/Instruments/musician.rsi/accordion.png
sprite: Objects/Instruments/accordion.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/accordion.png
sprite: Objects/Instruments/accordion.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/accordion.rsi
- type: entity
name: Harmonica
@@ -91,9 +117,14 @@
- type: Instrument
program: 22
- type: Sprite
texture: Objects/Instruments/musician.rsi/harmonica.png
sprite: Objects/Instruments/harmonica.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/harmonica.png
sprite: Objects/Instruments/harmonica.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/harmonica.rsi
- type: entity
name: Recorder
@@ -103,9 +134,14 @@
- type: Instrument
program: 74
- type: Sprite
texture: Objects/Instruments/musician.rsi/recorder.png
sprite: Objects/Instruments/recorder.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/recorder.png
sprite: Objects/Instruments/recorder.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/recorder.rsi
- type: entity
name: Trombone
@@ -115,9 +151,14 @@
- type: Instrument
program: 57
- type: Sprite
texture: Objects/Instruments/musician.rsi/trombone.png
sprite: Objects/Instruments/trombone.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/trombone.png
sprite: Objects/Instruments/trombone.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/trombone.rsi
- type: entity
name: Saxophone
@@ -127,9 +168,14 @@
- type: Instrument
program: 67
- type: Sprite
texture: Objects/Instruments/musician.rsi/saxophone.png
sprite: Objects/Instruments/saxophone.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/saxophone.png
sprite: Objects/Instruments/saxophone.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/saxophone.rsi
- type: entity
name: Glockenspiel
@@ -139,6 +185,11 @@
- type: Instrument
program: 9
- type: Sprite
texture: Objects/Instruments/musician.rsi/glockenspiel.png
sprite: Objects/Instruments/glockenspiel.rsi
state: icon
- type: Icon
texture: Objects/Instruments/musician.rsi/glockenspiel.png
sprite: Objects/Instruments/glockenspiel.rsi
state: icon
- type: Item
Size: 24
sprite: Objects/Instruments/glockenspiel.rsi

View File

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 294 B

View File

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

View File

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

View File

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

View File

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 298 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,60 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/cb5bda251807e38fe5eae6b1def12f0c243b4d0a/icons/inventory/hands/mob.dmi",
"states": [
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 307 B

View File

@@ -0,0 +1,38 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "equipped-MASK",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 528 B

View File

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 292 B

View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 285 B

View File

Before

Width:  |  Height:  |  Size: 597 B

After

Width:  |  Height:  |  Size: 597 B

View File

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 444 B

View File

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View File

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 360 B

View File

@@ -8,7 +8,7 @@
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9f4bd6e0d5e457b6a36f3c505a8194116a666d6f",
"states": [
{
"name": "gas_mask",
"name": "icon",
"directions": 1,
"delays": [ [ 1.0 ] ]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [ [ 1.0 ] ]
},
{
"name": "equipped-MASK",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[ 1.0 ],
[ 1.0 ],
[ 1.0 ],
[ 1.0 ]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

View File

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

View File

@@ -1 +1,74 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/discordia-space/CEV-Eris/raw/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi", "states": [{"name": "equipped-OUTERCLOTHING", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/d71760fe0c0e9ea3a9aa8e9e794daf7e7f892d8c/icons/inventory/suit/mob.dmi",
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "icon",
"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: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

View File

@@ -0,0 +1,74 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/",
"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"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
]
]
}
]
}

View File

@@ -1 +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 at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "breath", "directions": 1, "delays": [[1.0]]}, {"name": "equipped-MASK", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}

View File

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 808 B

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

@@ -1 +0,0 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331", "states": [{"name": "accordion", "directions": 1, "delays": [[1.0]]}, {"name": "bike_horn", "directions": 1, "delays": [[1.0]]}, {"name": "drum", "directions": 1, "delays": [[1.0]]}, {"name": "drum_bongo", "directions": 1, "delays": [[1.0]]}, {"name": "drum_makeshift", "directions": 1, "delays": [[1.0]]}, {"name": "glockenspiel", "directions": 1, "delays": [[1.0]]}, {"name": "guitar", "directions": 1, "delays": [[1.0]]}, {"name": "harmonica", "directions": 1, "delays": [[1.0]]}, {"name": "minimoog", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "minimoog-broken", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "piano", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "piano-broken", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "recorder", "directions": 1, "delays": [[1.0]]}, {"name": "saxophone", "directions": 1, "delays": [[1.0]]}, {"name": "trombone", "directions": 1, "delays": [[1.0]]}, {"name": "violin", "directions": 1, "delays": [[1.0]]}, {"name": "xylophone", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "xylophone-broken", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}

View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

View File

@@ -0,0 +1,155 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "bike_horn",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "drum",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "drum_bongo",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "drum_makeshift",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "minimoog",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "minimoog-broken",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "piano",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "piano-broken",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "xylophone",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "xylophone-broken",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Some files were not shown because too many files have changed in this diff Show More