diona customization (#19304)
@@ -81,3 +81,6 @@ marking-DionaVinesHead = Diona Vines Short (Vines)
|
|||||||
|
|
||||||
marking-DionaWildflowerHead-wildflower = Diona Wild Flowers (Flowers)
|
marking-DionaWildflowerHead-wildflower = Diona Wild Flowers (Flowers)
|
||||||
marking-DionaWildflowerHead = Diona Wild Flowers (Flowers)
|
marking-DionaWildflowerHead = Diona Wild Flowers (Flowers)
|
||||||
|
|
||||||
|
marking-DionaVineOverlay-overlay = Diona Body Vines
|
||||||
|
marking-DionaVineOverlay = Diona Body Vines
|
||||||
|
|||||||
@@ -387,3 +387,17 @@
|
|||||||
sprites:
|
sprites:
|
||||||
- sprite: Mobs/Customization/diona.rsi
|
- sprite: Mobs/Customization/diona.rsi
|
||||||
state: wildflower
|
state: wildflower
|
||||||
|
|
||||||
|
- type: marking
|
||||||
|
id: DionaVineOverlay
|
||||||
|
bodyPart: LLeg
|
||||||
|
markingCategory: Overlay
|
||||||
|
speciesRestriction: [Diona]
|
||||||
|
coloring:
|
||||||
|
default:
|
||||||
|
type:
|
||||||
|
!type:SimpleColoring
|
||||||
|
color: "#5f7039"
|
||||||
|
sprites:
|
||||||
|
- sprite: Mobs/Customization/diona.rsi
|
||||||
|
state: overlay
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
sprites: MobDionaSprites
|
sprites: MobDionaSprites
|
||||||
markingLimits: MobDionaMarkingLimits
|
markingLimits: MobDionaMarkingLimits
|
||||||
dollPrototype: MobDionaDummy
|
dollPrototype: MobDionaDummy
|
||||||
skinColoration: TintedHues
|
skinColoration: Hues
|
||||||
maleFirstNames: DionaFirst
|
maleFirstNames: DionaFirst
|
||||||
femaleFirstNames: DionaFirst
|
femaleFirstNames: DionaFirst
|
||||||
lastNames: DionaLast
|
lastNames: DionaLast
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
HeadTop: MobHumanoidAnyMarking
|
HeadTop: MobHumanoidAnyMarking
|
||||||
HeadSide: MobHumanoidAnyMarking
|
HeadSide: MobHumanoidAnyMarking
|
||||||
Chest: MobDionaTorso
|
Chest: MobDionaTorso
|
||||||
|
Eyes: MobDionaEyes
|
||||||
LArm: MobDionaLArm
|
LArm: MobDionaLArm
|
||||||
RArm: MobDionaRArm
|
RArm: MobDionaRArm
|
||||||
LHand: MobDionaLHand
|
LHand: MobDionaLHand
|
||||||
@@ -44,6 +45,16 @@
|
|||||||
Chest:
|
Chest:
|
||||||
points: 1
|
points: 1
|
||||||
required: false
|
required: false
|
||||||
|
Overlay:
|
||||||
|
points: 1
|
||||||
|
required: true
|
||||||
|
defaultMarkings: [ DionaVineOverlay ]
|
||||||
|
|
||||||
|
- type: humanoidBaseSprite
|
||||||
|
id: MobDionaEyes
|
||||||
|
baseSprite:
|
||||||
|
sprite: Mobs/Customization/eyes.rsi
|
||||||
|
state: diona
|
||||||
|
|
||||||
- type: humanoidBaseSprite
|
- type: humanoidBaseSprite
|
||||||
id: MobDionaHead
|
id: MobDionaHead
|
||||||
|
|||||||
@@ -75,6 +75,10 @@
|
|||||||
"name": "oak",
|
"name": "oak",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "overlay",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "palm",
|
"name": "palm",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Customization/diona.rsi/overlay.png
Normal file
|
After Width: | Height: | Size: 513 B |
BIN
Resources/Textures/Mobs/Customization/eyes.rsi/diona.png
Normal file
|
After Width: | Height: | Size: 611 B |
@@ -1 +1 @@
|
|||||||
{"version": 1, "license": "CC-BY-SA-3.0","copyright": "Vox_eyes Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb and human_eyes taken from https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by DrSmugleaf", "size": {"x": 32, "y": 32}, "states": [{"name": "eyes", "directions": 4}, {"name":"no_eyes"},{"name": "vox_eyes_s", "directions": 4}]}
|
{"version": 1, "license": "CC-BY-SA-3.0","copyright": "Vox_eyes Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb and human_eyes taken from https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi and modified by DrSmugleaf", "size": {"x": 32, "y": 32}, "states": [{"name": "diona", "directions": 4}, {"name": "eyes", "directions": 4}, {"name":"no_eyes"},{"name": "vox_eyes_s", "directions": 4}]}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 787 B |
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 787 B |
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 775 B |
|
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 411 B |
|
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 673 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.6 KiB |