_template

General Info

Full Name: %%form_data{name}%%
Title: %%form_data{title}%%
Birthday/Age: %%form_data{birthday}%%
Height/Weight: %%form_data{height}%%
Race: %%form_data{race}%%
Gender: %%form_data{gender}%%
Blood type: %%form_data{bloodtype}%%
Likes: %%form_data{likes}%%
Dislikes: %%form_data{dislikes}%%
Type: %%form_data{type}%%
Dodge: %%form_data{dodge}%%
Orientation: %%form_data{sex}%%
Laterality: %%form_data{dominanthand}%%
Weapon: %%form_data{weapon}%%
Weapon Name: %%form_data{weaponname}%%
Picking Quote: %%form_data{quote}%%
Meet in battle(generic): %%form_data{meet}%%
Self Ability: %%form_data{ability}%%
Skill: %%form_data{extra}%%

Character Relations
%%form_data{relations}%%

Personality

%%form_data{personality}%%

%%form_data{storytitle}%%

%%form_data{story}%%

Initial Stats

%%form_data{stats}%%

Weapon Data

%%form_data{weaponinfo}%%

Profile Pic

%%form_data{profile}%%

Bust Art

%%form_data{bust}%%

Outfit Concept

%%form_data{concept}%%
====

[[form]]
fields:
  name:
    label: Name
    type: text
  title:
    label: Title
    type: text
  birthday:
    label: Birthday/Age
    type: text
  height:
    label: Height/Weight
    type: text
  race:
    label: Race
    type: text
  gender:
    label: Gender
    type: select
    values:
      0: Female
      1: Male
  bloodtype:
    label: Blood type
    type: select
    values:
      0: A
      1: B
      2: AB
      3: O
      4: Unknown
  likes:
    label: Likes
    type: text
  dislikes:
    label: Dislikes
    type: text
  type:
    label: Type
    type: select
    values:
      0: Tech
      1: Power
      2: Speed
      3: Wonder
  dodge:
    label: Dodge
    type: select
    values:
      0: Roll
      1: Flip
      2: Cartwheel
      3: Twirl
  sex:
    label: Orientation
    type: select
    values:
      0: Hetero
      1: Homo
      2: Bi
  dominanthand:
    label: Laterality
    type: select
    values:
      0: Right
      1: Left
      2: Ambidextrous
  weapon:
    label: Weapon
    type: text
  weaponname:
    label: Weapon Name
    type: text
  quote:
    label: Picking Quote
    type: text
  meet:
    label: Meet in battle(generic)
    type: text
  ability:
    label: Self Ability
    type: text
  extra:
    label: Skill
    type: text
    height: 2
    width: 100
  relations:
    label: Character Relations
    type: wiki
    height: 8
    width: 100
  personality:
    label: Personality
    type: wiki
    height: 8
    width: 100
  stats:
    label: Initial Stats
    type: wiki
    height: 10
    width: 100
    default: Not yet available.
  weaponinfo:
    label: Weapon Data
    type: wiki
    height: 12
    width: 100
  storytitle:
    label: Story Title
    type: text
  story:
    label: Background
    type: wiki
    height: 12
    width: 100
  profile:
    label: Profile pic
    type: wiki
    height: 12
    width: 100
  bust:
    label: Bust Art
    type: wiki
    height: 12
    width: 100
  concept:
    label: Outfit Concept
    type: wiki
    height: 12
    width: 100
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License