forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoth.yml
More file actions
159 lines (142 loc) · 3.23 KB
/
Copy pathmoth.yml
File metadata and controls
159 lines (142 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
- type: species
id: Moth
name: species-name-moth
roundStart: true
prototype: MobMoth
sprites: MobMothSprites
defaultSkinTone: "#ffda93"
markingLimits: MobMothMarkingLimits
dollPrototype: MobMothDummy
skinColoration: TintedHuesSkin # DeltaV - No rgb moths, literally 1849
maleFirstNames: names_moth_first_male
femaleFirstNames: names_moth_first_female
lastNames: names_moth_last
- type: speciesBaseSprites
id: MobMothSprites
sprites:
Head: MobMothHead
Snout: MobHumanoidAnyMarking
Chest: MobMothTorso
HeadTop: MobHumanoidAnyMarking
HeadSide: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
Eyes: MobMothEyes
LArm: MobMothLArm
RArm: MobMothRArm
LHand: MobMothLHand
RHand: MobMothRHand
LLeg: MobMothLLeg
RLeg: MobMothRLeg
LFoot: MobMothLFoot
RFoot: MobMothRFoot
- type: humanoidBaseSprite
id: MobMothEyes
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: eyes
- type: markingPoints
id: MobMothMarkingLimits
onlyWhitelisted: true
points:
Hair:
points: 0
required: false
FacialHair:
points: 0
required: false
Tail:
points: 1
required: true
defaultMarkings: [ MothWingsDefault ]
Snout:
points: 1
required: false
HeadTop:
points: 1
required: true
defaultMarkings: [ MothAntennasDefault ]
HeadSide:
points: 1
required: false
Head:
points: 1
required: false
Chest:
points: 1
required: false
Legs:
points: 6
required: false
Arms:
points: 6
required: false
- type: humanoidBaseSprite
id: MobMothHead
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: head_m
- type: humanoidBaseSprite
id: MobMothHeadMale
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: head_m
- type: humanoidBaseSprite
id: MobMothHeadFemale
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: head_f
- type: humanoidBaseSprite
id: MobMothTorso
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: torso_m
- type: humanoidBaseSprite
id: MobMothTorsoMale
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: torso_m
- type: humanoidBaseSprite
id: MobMothTorsoFemale
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: torso_f
- type: humanoidBaseSprite
id: MobMothLLeg
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: l_leg
- type: humanoidBaseSprite
id: MobMothLHand
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: l_hand
- type: humanoidBaseSprite
id: MobMothLArm
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: l_arm
- type: humanoidBaseSprite
id: MobMothLFoot
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: l_foot
- type: humanoidBaseSprite
id: MobMothRLeg
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: r_leg
- type: humanoidBaseSprite
id: MobMothRHand
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: r_hand
- type: humanoidBaseSprite
id: MobMothRArm
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: r_arm
- type: humanoidBaseSprite
id: MobMothRFoot
baseSprite:
sprite: Mobs/Species/Moth/parts.rsi
state: r_foot