Le Miko has Arrived (#3543)
@@ -11,4 +11,7 @@
|
||||
ClothingOuterSanta: 2
|
||||
ClothingOuterXenos: 2
|
||||
ClothingOuterSkub: 2
|
||||
ClothingHeadHatXeno: 2
|
||||
ClothingHeadHatXeno: 2
|
||||
ClothingHeadHatShrineMaidenWig: 2
|
||||
ClothingOuterSuitShrineMaiden: 2
|
||||
Gohei: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 822 B |
|
After Width: | Height: | Size: 870 B |
|
After Width: | Height: | Size: 872 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 972 B |
|
After Width: | Height: | Size: 872 B |
|
After Width: | Height: | Size: 875 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Weapons/Melee/gohei.rsi/gohei.png
Normal file
|
After Width: | Height: | Size: 730 B |
|
After Width: | Height: | Size: 978 B |
|
After Width: | Height: | Size: 981 B |
21
Resources/Textures/Objects/Weapons/Melee/gohei.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||