New moth antennae and wing pair, Underwing (#23559)
* add * delete old image
This commit is contained in:
@@ -52,7 +52,9 @@ marking-MothAntennasWhitefly = Antennae (White Fly)
|
|||||||
marking-MothAntennasWitchwing-witchwing = Antennae
|
marking-MothAntennasWitchwing-witchwing = Antennae
|
||||||
marking-MothAntennasWitchwing = Antennae (Witch Wing)
|
marking-MothAntennasWitchwing = Antennae (Witch Wing)
|
||||||
|
|
||||||
|
marking-MothAntennasUnderwing-underwing_primary = Primary
|
||||||
|
marking-MothAntennasUnderwing-underwing_secondary = Secondary
|
||||||
|
marking-MothAntennasUnderwing = Antennae (Underwing)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -128,6 +130,9 @@ marking-MothWingsWhitefly = Wings (White Fly)
|
|||||||
marking-MothWingsWitchwing-witchwing = Wing
|
marking-MothWingsWitchwing-witchwing = Wing
|
||||||
marking-MothWingsWitchwing = Wings (Witch Wing)
|
marking-MothWingsWitchwing = Wings (Witch Wing)
|
||||||
|
|
||||||
|
marking-MothWingsUnderwing-underwing_primary = Primary
|
||||||
|
marking-MothWingsUnderwing-underwing_secondary = Secondary
|
||||||
|
marking-MothWingsUnderwing = Wings (Underwing)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -161,6 +161,17 @@
|
|||||||
- sprite: Mobs/Customization/Moth/moth_antennas.rsi
|
- sprite: Mobs/Customization/Moth/moth_antennas.rsi
|
||||||
state: witchwing
|
state: witchwing
|
||||||
|
|
||||||
|
- type: marking
|
||||||
|
id: MothAntennasUnderwing
|
||||||
|
bodyPart: HeadTop
|
||||||
|
markingCategory: HeadTop
|
||||||
|
speciesRestriction: [Moth]
|
||||||
|
sprites:
|
||||||
|
- sprite: Mobs/Customization/Moth/moth_antennas.rsi
|
||||||
|
state: underwing_primary
|
||||||
|
- sprite: Mobs/Customization/Moth/moth_antennas.rsi
|
||||||
|
state: underwing_secondary
|
||||||
|
|
||||||
# Wings
|
# Wings
|
||||||
- type: marking
|
- type: marking
|
||||||
id: MothWingsDefault
|
id: MothWingsDefault
|
||||||
@@ -372,6 +383,17 @@
|
|||||||
- sprite: Mobs/Customization/Moth/moth_wings.rsi
|
- sprite: Mobs/Customization/Moth/moth_wings.rsi
|
||||||
state: witchwing
|
state: witchwing
|
||||||
|
|
||||||
|
- type: marking
|
||||||
|
id: MothWingsUnderwing
|
||||||
|
bodyPart: Tail
|
||||||
|
markingCategory: Tail
|
||||||
|
speciesRestriction: [Moth]
|
||||||
|
sprites:
|
||||||
|
- sprite: Mobs/Customization/Moth/moth_wings.rsi
|
||||||
|
state: underwing_primary
|
||||||
|
- sprite: Mobs/Customization/Moth/moth_wings.rsi
|
||||||
|
state: underwing_secondary
|
||||||
|
|
||||||
# Body markings:
|
# Body markings:
|
||||||
# Charred
|
# Charred
|
||||||
- type: marking
|
- type: marking
|
||||||
|
|||||||
@@ -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 commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf",
|
"copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -78,6 +78,14 @@
|
|||||||
{
|
{
|
||||||
"name": "witchwing",
|
"name": "witchwing",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "underwing_primary",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "underwing_secondary",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
@@ -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 commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf",
|
"copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -118,6 +118,14 @@
|
|||||||
{
|
{
|
||||||
"name": "witchwing",
|
"name": "witchwing",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "underwing_primary",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "underwing_secondary",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user