JavaScript Pathfinder Part 5 Class Preparation (Character Generation Step 3)
Mt. Ford Studios
In this tutorial, we continue creating our Character Generator for Pathfinder RPG and implement the first part of Step 3 - Pick Your Class.
The player is able to choose from one of the eleven core classes: Barbarian, Bard, Cleric, Druid, Fighter, Monk, Paladin, Ranger, Rogue, Sorcerer, or Wizard.
We also do a bit of refactoring and tidy up some of our past code. We create two new objects, Bonus and Title, and refactor our ClickBonusLanguage function to be more generic. Our new function, ClickCheckbox, can now be used to limit selection on any set of checkboxes.
All coding is done from within a HTML file, so it should be able to run in any modern browser!
CODE https://drive.google.com/open?id=1EhLON-K7rIODCBpmqR3GHvwluFrt24Yb
TOOLS TortoiseHg: https://tortoisehg.bitbucket.io/ Visual Studio Code: https://code.visualstudio.com/
USEFUL LINKS Pathfinder Core Rulebook: http://paizo.com/pathfinderRPG/prd/coreRulebook/gettingStarted.html Pathfinder Classes: http://paizo.com/pathfinderRPG/prd/coreRulebook/classes.html#chapter-3 w3schools JavaScript Tutorial: https://www.w3schools.com/js/
FIND US ON FACEBOOK https://www.facebook.com/MountfordStudios/ ... https://www.youtube.com/watch?v=GPBe1CpmO1o
136358003 Bytes