Class Choices
Rows can be added to this table in order to present alternative choices of class.
Do not change the ids of existing classes!
ID
Class Name
Power Source
Armor Proficiencies
Weapon Proficiencies
Implement
Defense Bonus
Hit Points
Hit Points Gained
Healing Surges
Skills
Skill List
Number of Skills
Class Features
1
Fighter
martial
cloth,leather,hide,chainmail,scale,light shield,heavy shield
simple melee,military melee,simple ranged,military ranged
2 fort
15
6
9
athletics,endurance,heal,intimidate,streetwise
3
combat challenge,combat superiority,fighter weapon talent
2
Warlord
martial
cloth,leather,hide,chainmail,light shield
simple melee,military melee,simple ranged
1 fort, 1 will
12
5
6
athletics,diplomacy,endurance,heal,history,intimidate
4
combat leader,commanding presence,inspiring word
3
Ranger
martial
cloth,leather,hide
simple melee,military melee,simple ranged,military ranged
1 fort, 1 ref
12
5
6
dungeoneering,nature
acrobatics,athletics,endurance,heal,perception,stealth
5
fighting style,hunter's quarry,prime shot
4
Paladin
divine
cloth,leather,hide,chainmail,scale,plate,light shield,heavy shield
simple melee,military melee,simple ranged
holy symbol
1 fort, 1 ref, 1 will
15
6
10
religion
diplomacy,endurance,heal,history,insight,intimidate
4
channel divinity,divine challenge,lay on hands
5
Cleric
divine
cloth,leather,hide,chainmail
simple melee,simple ranged
holy symbol
2 will
12
5
7
religion
arcana,diplomacy,heal,history,insight
4
channel divinity,healer's lore,healing word,ritual casting
6
Wizard
arcane
cloth
dagger,quarterstaff
orb,staff,wand
2 will
10
4
6
arcana
diplomacy,dungeoneering,history,insight,nature,religion
4
arcane implement mastery,cantrips,ritual casting,spellbook
7
Warlock
arcane
cloth,leather
simple melee,simple ranged
rod,wand
1 ref, 1 will
12
5
6
arcana,bluff,history,insight,intimidate,religion,streetwise,thievery
4
eldritch blast,eldritch pact,prime shot,shadow walk,warlock's curse
8
Rogue
martial
cloth,leather
dagger,hand crossbow,shuriken,sling,short sword
2 ref
12
5
6
stealth,thievery
acrobatics,athletics,bluff,dungeoneering,insight,intimidate,perception,streetwise
6
first strike,rogue tactics,rogue weapon talent,sneak attack
Macros
The following inclusions can be made from other pages using the %INCLUDE% variable. These are convenience functions to let you use data from this topic and should be called whenever possible since they can be maintained in one place.
Drop Down
Provides a drop down. Use %INCLUDE{"ClassesData" section="classdropdown" NAME="anameforit"}% which will give you an HTML select control with the given name and the contents of the form above.
Fighter Warlord Ranger Paladin Cleric Wizard Warlock Rogue
Java Script
Builds a Javascript construct which contains the data in this table in a form useful to a web client. The character sheet uses this for calculations.
[
{ id:1, class:'Fighter', powersource:'martial', armorprof:'cloth,leather,hide,chainmail,scale,light shield,heavy shield', weaponprof:'simple melee,military melee,simple ranged,military ranged', implement:'', defbonus:'2 fort', hitpoints:'15', hitpointgain:'6', surges:'9' }, { id:2, class:'Warlord', powersource:'martial', armorprof:'cloth,leather,hide,chainmail,light shield', weaponprof:'simple melee,military melee,simple ranged', implement:'', defbonus:'1 fort, 1 will', hitpoints:'12', hitpointgain:'5', surges:'6' }, { id:3, class:'Ranger', powersource:'martial', armorprof:'cloth,leather,hide', weaponprof:'simple melee,military melee,simple ranged,military ranged', implement:'', defbonus:'1 fort, 1 ref', hitpoints:'12', hitpointgain:'5', surges:'6' }, { id:4, class:'Paladin', powersource:'divine', armorprof:'cloth,leather,hide,chainmail,scale,plate,light shield,heavy shield', weaponprof:'simple melee,military melee,simple ranged', implement:'holy symbol', defbonus:'1 fort, 1 ref, 1 will', hitpoints:'15', hitpointgain:'6', surges:'10' }, { id:5, class:'Cleric', powersource:'divine', armorprof:'cloth,leather,hide,chainmail', weaponprof:'simple melee,simple ranged', implement:'holy symbol', defbonus:'2 will', hitpoints:'12', hitpointgain:'5', surges:'7' }, { id:6, class:'Wizard', powersource:'arcane', armorprof:'cloth', weaponprof:'dagger,quarterstaff', implement:'orb,staff,wand', defbonus:'2 will', hitpoints:'10', hitpointgain:'4', surges:'6' }, { id:7, class:'Warlock', powersource:'arcane', armorprof:'cloth,leather', weaponprof:'simple melee,simple ranged', implement:'rod,wand', defbonus:'1 ref, 1 will', hitpoints:'12', hitpointgain:'5', surges:'6' }, { id:8, class:'Rogue', powersource:'martial', armorprof:'cloth,leather', weaponprof:'dagger,hand crossbow,shuriken,sling,short sword', implement:'', defbonus:'2 ref', hitpoints:'12', hitpointgain:'5', surges:'6' }, ]
[
{ id:1, skills:"", skilllist:"athletics,endurance,heal,intimidate,streetwise", numskills:'3', features:"combat challenge,combat superiority,fighter weapon talent" }, { id:2, skills:"", skilllist:"athletics,diplomacy,endurance,heal,history,intimidate", numskills:'4', features:"combat leader,commanding presence,inspiring word" }, { id:3, skills:"dungeoneering,nature", skilllist:"acrobatics,athletics,endurance,heal,perception,stealth", numskills:'5', features:"fighting style,hunter's quarry,prime shot" }, { id:4, skills:"religion", skilllist:"diplomacy,endurance,heal,history,insight,intimidate", numskills:'4', features:"channel divinity,divine challenge,lay on hands" }, { id:5, skills:"religion", skilllist:"arcana,diplomacy,heal,history,insight", numskills:'4', features:"channel divinity,healer's lore,healing word,ritual casting" }, { id:6, skills:"arcana", skilllist:"diplomacy,dungeoneering,history,insight,nature,religion", numskills:'4', features:"arcane implement mastery,cantrips,ritual casting,spellbook" }, { id:7, skills:"", skilllist:"arcana,bluff,history,insight,intimidate,religion,streetwise,thievery", numskills:'4', features:"eldritch blast,eldritch pact,prime shot,shadow walk,warlock's curse" }, { id:8, skills:"stealth,thievery", skilllist:"acrobatics,athletics,bluff,dungeoneering,insight,intimidate,perception,streetwise", numskills:'6', features:"first strike,rogue tactics,rogue weapon talent,sneak attack" }, ]
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback