Difference between revisions of "YOF Editor"

From The Coursebooks Wiki
Jump to navigation Jump to search
Line 26: Line 26:
  
 
==Code Logic==
 
==Code Logic==
Same logic on AV but we are only doing regular AV now(since we dropped the ranged proficiency)
+
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==
 
==See Also==

Revision as of 16:10, 17 March 2016

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