* renorma

* gobhairs
This commit is contained in:
Ed
2025-04-30 22:14:13 +03:00
committed by GitHub
parent df4f49b551
commit e792440c19
15 changed files with 35 additions and 61 deletions

View File

@@ -1,3 +0,0 @@
marking-CP14GoblinHairAntenna = Unruly Strands
marking-CP14GoblinHairBedHead2 = Bedhead 2
marking-CP14GoblinHairDoubleBun = Double Bun

View File

@@ -1,3 +0,0 @@
marking-CP14GoblinHairAntenna = Непослушные пряди
marking-CP14GoblinHairBedHead2 = С бодуна 2
marking-CP14GoblinHairDoubleBun = Два пунпона

View File

@@ -1,26 +0,0 @@
- type: marking
id: CP14GoblinHairAntenna
bodyPart: Hair
markingCategory: Hair
speciesRestriction: [ CP14Goblin ]
sprites:
- sprite: _CP14/Mobs/Customization/goblin_hair.rsi
state: antenna
- type: marking
id: CP14GoblinHairBedHead2
bodyPart: Hair
markingCategory: Hair
speciesRestriction: [ CP14Goblin ]
sprites:
- sprite: _CP14/Mobs/Customization/goblin_hair.rsi
state: bedheadv2
- type: marking
id: CP14GoblinHairDoubleBun
bodyPart: Hair
markingCategory: Hair
speciesRestriction: [ CP14Goblin ]
sprites:
- sprite: _CP14/Mobs/Customization/goblin_hair.rsi
state: doublebun

View File

@@ -58,6 +58,15 @@
visible: false
- type: HumanoidAppearance
species: CP14Goblin
markingsDisplacement:
Hair:
sizeMaps:
32:
sprite: _CP14/Mobs/Species/Goblin/displacement.rsi
state: hair
48:
sprite: _CP14/Mobs/Species/Goblin/displacement48.rsi
state: hair
- type: Hunger
starvationDamage:
types:
@@ -188,6 +197,15 @@
components:
- type: HumanoidAppearance
species: CP14Goblin
markingsDisplacement:
Hair:
sizeMaps:
32:
sprite: _CP14/Mobs/Species/Goblin/displacement.rsi
state: hair
48:
sprite: _CP14/Mobs/Species/Goblin/displacement48.rsi
state: hair
- type: Inventory
templateId: CP14Human
speciesId: goblin

View File

@@ -8,7 +8,7 @@
steps:
- material: CP14Cloth
amount: 2
doAfter: 4
doAfter: 3
- node: cp14gauze
entity: CP14Gauze1

View File

@@ -7,10 +7,8 @@
- to: cp14herbbandage
steps:
- material: CP14FloraMaterial
amount: 2
- material: CP14FloraMaterial
amount: 2
doAfter: 4
amount: 3
doAfter: 3
- node: cp14herbbandage
entity: CP14HerbalBandage1

View File

@@ -33,7 +33,6 @@
- type: markingPoints
id: CP14MobGoblinMarkingLimits
onlyWhitelisted: true
points:
Hair:
points: 1
@@ -41,23 +40,29 @@
FacialHair:
points: 1
required: false
onlyWhitelisted: true
Snout:
points: 1
required: true
defaultMarkings: [ CP14GoblinNose ]
onlyWhitelisted: true
HeadTop:
points: 1
required: true
defaultMarkings: [ CP14GoblinEars ]
onlyWhitelisted: true
Chest:
points: 1
required: false
onlyWhitelisted: true
Legs:
points: 2
required: false
onlyWhitelisted: true
Arms:
points: 2
required: false
onlyWhitelisted: true
- type: humanoidBaseSprite
id: CP14MobGoblinEyes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 B

View File

@@ -1,23 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by TheShuEd (Github)",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "antenna",
"directions": 4
},
{
"name": "bedheadv2",
"directions": 4
},
{
"name": "doublebun",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -26,6 +26,10 @@
"name": "gloves",
"directions": 4
},
{
"name": "hair",
"directions": 4
},
{
"name": "hands",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

View File

@@ -13,6 +13,10 @@
{
"name": "head",
"directions": 4
},
{
"name": "hair",
"directions": 4
}
]
}