Playtest Character Builder (for ARB 2 v11)

Updated Builder to v0.3:
  • Request: Moved Skill Chart off Main Page
  • Request: Darkened overall theme to reduce eyestrain.
  • Feature: Availability Calculations (Experimental, please test)
  • Feature: Max HP and Max Armor Calculations
  • Feature: Overall Validation Signal
  • General Calculation fixes and optimizations, including:
    • Hardy Tank Calculation Fix (Thanks Norman B.)
    • United Blow & Combined Strike Requirements
    • Improved Channeling Requirements
  • Racial Fixes:
    • Oathsworn: Resist Necromancy Added (Thanks MaxIrons)
    • Stone Elf: -1 Create Scroll, Half Cost Archery (Thanks JDackow)
    • High Orc/Ogre: Half Cost for Weapon Skills, Double Cost For Read Magic (Thanks MaxIrons)
    • Wylderkin: Double Cost For Read Magic, Can Purchase any Racial now.
 
Looks really good. Good improvements.

Hobling doesn't receive discount on create traps is the only issue I have found.
 
Updated to 0.3.2!
Enhanced Blow / United Blow Requirements Fix
Racial Fix: Hobling -1 to Create Trap (Thanks Tantarus)​
 
Half cost archery for Elf isn't working.
 
Sorry about that. I was checking Spellsword.
 
Looking at the formula's for archery in the sheet 3.2, it definitely doesn't include "Elf" for any of the classes:
=IF(OR (Race="High Ogre", Race="High Orc", Race="Stone Elf") ,3,6)

It also looks like you are missing half-cost herbal lore for dryads; and -1 cost blacksmith for dwarves.

As a stylistic point, I'd suggest you do the 'Craftsman' skill formula like you do weapon formulas for sylvanborn. It's easier to read and it'll make it less likely you'll need to edit if they adjust any race names in the future.
 
I think that the Half Cost Archery is not working for Elves.
 
I think that the Half Cost Archery is not working for Elves.

Yeah, there's a bug, the current formula listed for Archery lists High Ogre, High Orc, and Stone Elf as the races with halved Archery. This is easy enough to fix on an existing copy - flip over to the Skill Chart sheet, scroll down to the Archery row (51), and update the formulas in that row with the correct race names.
 
one things I see is riposting blow is at 30xp spent when the new rules say 60xp spent
 
fixed in 0.4.1, as well as a minor formula bug for 8th list spells
 
Educated doesnt seem to count for its prereq of herbal lore, looks pretty good otherwise from what I can see.
 
Thanks Feldor. I started an updated version and never got it done.
 
upload_2019-2-3_11-2-31.png

To fix it I did this:
upload_2019-2-3_11-5-5.png

That said I am just ghettoing it. I dont know much about google docs that that might not be the best way to fix it.
 
Updated to 0.4.2 with this fix and 1 other minor fix.
 
REF Failure in Spell Slot 8 (Primary)
Old: =IF(F35 > 0, IF(D35>D34,false,IF(D35-D36>2,false,IF(AND(D35-D36>1,D36=#REF!,D36>0),false,IF(AND(D35=D34,D34<4),false,true)))), true)
New: =IF(F35 > 0, IF(D35>D34,false,IF(D35-D36>2,false,IF(AND(D35-D36>1,D36=D37,D36>0),false,IF(AND(D35=D34,D34<4),false,true)))), true)
 
Back
Top