Le Miko has Arrived (#3543)

This commit is contained in:
Elijahrane
2021-03-07 20:41:42 +08:00
committed by GitHub
parent 6c00d03237
commit db67f42bc2
18 changed files with 114 additions and 1 deletions

View File

@@ -11,4 +11,7 @@
ClothingOuterSanta: 2
ClothingOuterXenos: 2
ClothingOuterSkub: 2
ClothingHeadHatXeno: 2
ClothingHeadHatXeno: 2
ClothingHeadHatShrineMaidenWig: 2
ClothingOuterSuitShrineMaiden: 2
Gohei: 2

View File

@@ -107,3 +107,14 @@
sprite: Clothing/Head/Misc/xenos.rsi
- type: Clothing
sprite: Clothing/Head/Misc/xenos.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatShrineMaidenWig
name: shrine maiden's wig
description: The tag reads "All proceeds go to the Hakurei Shrine."
components:
- type: Sprite
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi
- type: Clothing
sprite: Clothing/Head/Misc/shrine-maidens-wig.rsi

View File

@@ -79,6 +79,17 @@
- type: Clothing
sprite: Clothing/OuterClothing/Suits/chicken.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterSuitShrineMaiden
name: shrine maiden outfit
description: Makes you want to go deal with some troublesome youkai.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Suits/shrine-maiden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Suits/shrine-maiden.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterSuitMonkey

View File

@@ -0,0 +1,15 @@
- type: entity
name: gohei
parent: BaseItem
id: Gohei
description: A wooden stick with white streamers at the end. Originally used by shrine maidens to purify things. Now used by the station's weeaboos.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/gohei.rsi
state: gohei
- type: MeleeWeapon
damage: 3 ##You'd be better off punching people
- type: Item
size: 12
sprite: Objects/Weapons/Melee/gohei.rsi
prefix: inhand

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d1a0a5b367a080c42fba0e85ce0382b2cbcb284 . Inhands were made for SS14 and available under the same license.",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3d1a0a5b367a080c42fba0e85ce0382b2cbcb284 . Inhands were made for SS14 and available under the same license.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/799647e170c9b7dbdbb28bdf46234e012b6bd6c8",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4,
},
{
"name": "inhand-right",
"directions": 4,
},
{
"name": "gohei"
}
]
}