Difference between revisions of "YOF Editor"

From The Coursebooks Wiki
Jump to navigation Jump to search
(Code Logic)
Line 33: Line 33:
  
 
Lets also add HP. The calculation is 100 + (sta x 10)
 
Lets also add HP. The calculation is 100 + (sta x 10)
 +
 +
 +
Skills, for now just let the player have 8 points to pass around. We will build on that later.
  
 
==See Also==
 
==See Also==

Revision as of 16:12, 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)


Skills, for now just let the player have 8 points to pass around. We will build on that later.

See Also

YOF Editor Test