De-enumify humanoid species skin colours (#39175)
* De-enumify humanoid species skin colours * Change index to resolve --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2820882754
commit
d9c24b3d10
21
Resources/Prototypes/Species/skin_colorations.yml
Normal file
21
Resources/Prototypes/Species/skin_colorations.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
- type: skinColoration
|
||||
id: Hues
|
||||
strategy: !type:ClampedHsvColoration
|
||||
value: [0.175, 1]
|
||||
|
||||
- type: skinColoration
|
||||
id: TintedHues
|
||||
strategy: !type:ClampedHslColoration
|
||||
saturation: [0, 0.1]
|
||||
lightness: [0.85, 1]
|
||||
|
||||
- type: skinColoration
|
||||
id: VoxFeathers
|
||||
strategy: !type:ClampedHsvColoration
|
||||
hue: [0.081, 0.48]
|
||||
saturation: [0.2, 0.8]
|
||||
value: [0.36, 0.55]
|
||||
|
||||
- type: skinColoration
|
||||
id: HumanToned
|
||||
strategy: !type:HumanTonedSkinColoration {}
|
||||
Reference in New Issue
Block a user