YOF Editor

From The Coursebooks Wiki
Revision as of 16:10, 17 March 2016 by CourseDirector (talk | contribs)
Jump to navigation Jump to search

This is the main page for the Year of Fire Editor, the web form we are kludgeing together to create characters online.

All pages for the YOF Editor will use the prefix YOF.

Full Character test, just stats/skills

5 Proficiencies:

  • Weapon Proficiency, Bladed = wpb
  • Weapon Proficiency, Blunt = wpb
  • Special Proficiency, Melee = spm
  • Shield Proiciency = spp
  • Armor Proficiency, Plate = app

5 Stats:

  • Strength = sta
  • Speed = spd
  • Intelligence = int
  • Stamina = sta
  • Dexterity = dex

5 skills:

  • Charisma
  • Medicine
  • Tinkering
  • Comprehension
  • Deception

Code Logic

Same logic on AV but we are only doing regular AV now(since we dropped the ranged proficiency).

Proficiencies get a grand total of 11 points

Each stat starts at 3, then you get to add 8 more points distributed as you choose between the stats. This will be a tough one to check. Maybe just no proficiency higher than 11, lower than 3, and all tolled can't be more than 23?

Lets also add HP. The calculation is 100 + (sta x 10)

See Also

YOF Editor Test