Miku Day Holiday Box for Musician (#6957)

This commit is contained in:
Rane
2022-03-08 01:34:10 -05:00
committed by GitHub
parent 1f52ad9ec1
commit abf21d3e14
10 changed files with 76 additions and 1 deletions

View File

@@ -181,6 +181,20 @@
- state: box
- state: writing
- type: entity
name: hatsune miku day box
parent: BoxCardboard
id: BoxPerformer
description: Happy Hatsune Miku Day!
components:
- type: StorageFill
contents:
- id: ClothingShoesBootsPerformer
- id: ClothingUniformJumpskirtPerformer
- id: FoodMealMemoryleek
amount: 2
- type: entity
name: flare box
parent: BoxCardboard

View File

@@ -31,3 +31,13 @@
- type: Clothing
sprite: Clothing/Shoes/Boots/explorer.rsi
- type: entity
parent: ClothingShoesBase
id: ClothingShoesBootsPerformer
name: performer's boots
description: These boots provide great traction for when you're up on stage.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/performer.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/performer.rsi

View File

@@ -469,3 +469,14 @@
sprite: Clothing/Uniforms/Jumpskirt/Color/maroon.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/Color/maroon.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtPerformer
name: performer's jumpskirt
description: Hi, I'm Scott, president of Donk Pizza. Have you heard of [FAMOUS VIRTUAL PERFORMER]?
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/performer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/performer.rsi

View File

@@ -7,8 +7,12 @@
icon: "Musician"
supervisors: "whoever hires you"
access:
- Maintenance
- Maintenance # TODO Remove maint access for all gimmick jobs once access work is completed
- Theatre
special:
- !type:GiveItemOnHolidaySpecial
holiday: MikuDay
prototype: BoxPerformer
- type: startingGear
id: MusicianGear

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. This sprite features an adaptation of Hatsune Miku, © Crypton Future Media, Inc. 2007, licensed under a CC BY-NC: https://creativecommons.org/licenses/by-nc/3.0/",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-NC-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. This sprite features an adaptation of Hatsune Miku, © Crypton Future Media, Inc. 2007, licensed under a CC BY-NC: https://creativecommons.org/licenses/by-nc/3.0/",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}