Default-chan is the new default model that will be used instead of the `test` placeholder.
92 lines
1.2 KiB
TOML
92 lines
1.2 KiB
TOML
[format]
|
|
version_major = 0
|
|
version_minor = 3
|
|
|
|
[model_info]
|
|
name = "Default-chan"
|
|
version = "1.0"
|
|
|
|
|
|
[[part]]
|
|
texture = "back hair.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = -0.1
|
|
|
|
[[part]]
|
|
texture = "body.webp"
|
|
bind = "head"
|
|
rot_factor=0.3
|
|
|
|
[[part]]
|
|
texture = "clothes.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.1
|
|
rot_factor=0.3
|
|
|
|
[[part]]
|
|
texture = "collar.webp"
|
|
bind = "head"
|
|
rot_factor=0.3
|
|
|
|
[[part]]
|
|
texture = "head.webp"
|
|
bind = "head"
|
|
|
|
[[part]]
|
|
texture = "nose.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|
|
|
|
[[part]]
|
|
texture = "eye.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|
|
|
|
[[part]]
|
|
texture = "iris.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|
|
offset_bind = "offset-eyes"
|
|
offset_factor = 0.03
|
|
|
|
[[part]]
|
|
texture = "eye lids.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|
|
|
|
[[part]]
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|
|
|
|
[[part.textures]]
|
|
file = "mouth closed.webp"
|
|
|
|
[[part.textures]]
|
|
file = "mouth open.webp"
|
|
trigger = "mouth-open"
|
|
|
|
[[part]]
|
|
texture = "side hair.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.1
|
|
|
|
[[part]]
|
|
texture = "front hair.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.2
|
|
|
|
[[part]]
|
|
texture = "eye brows.webp"
|
|
bind = "head"
|
|
follow = "face"
|
|
factor = 0.35
|