%%form_data{name}%% is %%form_data{age}%% %%form_data{sex}%%, with %%form_data{complexion}%% skin, who stands at %%form_data{height}%% and with a %%form_data{build}%% build. %%form_data{hairlength}%%, %%form_data{haircolor}%% hair is done in %%form_data{hairstyle}%%. %%form_data{name}%% has %%form_data{eyeshape}%%, %%form_data{eyecolor}%% eyes, %%form_data{nose}%% nose, and %%form_data{lips}%% lips. A %%form_data{face}%% shaped face bears %%form_data{cheek}%% cheeks, a %%form_data{jawline}%% jaw and comes to a %%form_data{chin}%% chin. The %%form_data{sex}%% speaks in a %%form_data{voice}%% voice.
====
[[form]]
fields:
name:
label: Name
type: text
age:
label: Age
type: select
values:
0: a juvenile
1: an adolescent
2: a teenage
3: a young adult
4: an adult
5: a middle-aged
6: a mature
7: an elderly
default: 0
sex:
label: Sex
type: select
values:
0: boy
1: man
2: girl
3: woman
4: person
default: 4
height:
label: Height
type: text
build:
label: Build
type: text
complexion:
label: Complexion
type: select
values:
0: alabaster
1: bronze
2: buttercream
3: caramel
4: cinnamon
5: copper
6: creamy
7: dark
8: fair
9: freckled
10: golden
11: honey
12: olive
13: pale
14: peach
15: rosy
16: ruddy
17: sandy
18: spiced
19: swarthy
20: tanned
default: 13
hairlength:
label: Hair length
type: select
values:
0: Bald
1: Buzzed
2: Short
3: Ear-length
4: Chin-length
5: Shoulder-length
6: Mid-back length
7: Waist-length
8: Thigh-length
9: Knee-length
10: Floor-length
default: 2
haircolor:
label: Hair color
type: select
values:
0: black
1: brunette
2: blond
3: red
4: grey
5: white
default: 1
hairstyle:
label: Hair style
type: text
hint: (e.g. a well-maintained bun)
eyeshape:
label: Eye shape
type: select
values:
0: almond
1: beady
2: bright
3: close-set
4: darkly-shadowed
5: dead
6: deep-set
7: down-turned
8: droopy
9: dull
10: expressive
11: large
12: round
13: sharp
14: small
15: soft
16: up turned
default: 12
eyecolor:
label: Eye color
type: select
values:
0: amber
1: apple green
2: blue
3: blue-gray
4: blue-green
5: brown
6: caramel brown
7: chocolate brown
8: dark blue
9: dark brown
10: dark green
11: emerald green
12: gray
13: green
14: hazel
15: hazel blue
16: hazel brown
17: hazel green
18: hazel yellow
19: ice blue
20: jade green
21: light blue
22: light brown
23: light gray
24: light green
25: milky green
26: sandy brown
27: sea gray
28: steel blue
29: steel gray
default: 5
nose:
label: Nose
type: select
values:
0: a button
1: a Celestial
2: a concave
3: a convex
4: a down-turned
5: a flat
6: a Grecian
7: a hawk-like
8: a hooked
9: a large
10: a long
11: a pointed
12: a Roman
13: a slightly upturned
14: a small
15: a thin
16: an upturned
17: a wide
default: 10
lips:
label: Lips
type: select
values:
0: thin bottomed
1: small
2: down-turned
3: upturned
4: thin
5: full
default: 1
face:
label: Face shape
type: select
values:
0: appled
1: chiseled
2: chubby
3: dimpled
4: elfin
5: emaciated
6: full
7: hollow
8: jowled
9: round
10: sharp
11: smooth
default: 11
jawline:
label: Jawline
type: select
values:
0: angular
1: chiseled
2: heart-shaped
3: oblong
4: oval-shaped
5: round
6: sharp
7: soft
8: square
9: strong
default: 0
chin:
label: Chin
type: select
values:
0: angular
1: barely there
2: blunt
3: cleft
4: dimpled
5: jutting
6: narrow
7: pointed
8: prominent
9: round
10: sharp
11: soft
12: wide
default: 0
voice:
label: Voice
type: select
values:
0: deep
1: resonating
2: baritone
3: breathy
4: croaky
5: flat
6: gravelly
7: gruff
8: high-pitched
9: hoarse
10: husky
11: low
12: monotonous
13: nasal
14: quiet
15: ringing
16: shrill
17: silvery
18: singsong
19: soft
default: 11
[[/form]]