Character Generator

Race Choices

Rows can be added to this table in order to present alternative choices of race. Do not change the ids of existing races!

ID Race Name Size Str Con Dex Int Wis Cha Movement
1 Human M 0 0 0 0 0 0 6
2 Dwarf M 0 2 0 0 2 0 5
3 Elf M 0 0 2 0 2 0 7
4 Eladrin M 0 0 2 2 0 0 6
5 Half-Elf M 0 2 0 0 0 2 6
6 Halfling S 0 0 2 0 0 2 6

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{"RaceData" section="racedropdown" NAME="anameforit"}% which will give you an HTML select control with the given name and the contents of the form above.

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, name:'Human', size:'M', str:'', con:'', dex:'', int:'', wis:'', cha:'', move:6 }, { id:2, name:'Dwarf', size:'M', str:'', con:'2', dex:'', int:'', wis:'2', cha:'', move:5 }, { id:3, name:'Elf', size:'M', str:'', con:'', dex:'2', int:'', wis:'2', cha:'', move:7 }, { id:4, name:'Eladrin', size:'M', str:'', con:'', dex:'2', int:'2', wis:'', cha:'', move:6 }, { id:5, name:'Half-Elf', size:'M', str:'', con:'2', dex:'', int:'', wis:'', cha:'2', move:6 }, { id:6, name:'Halfling', size:'S', str:'', con:'', dex:'2', int:'', wis:'', cha:'2', move:6 }, ]

r6 - 16 Aug 2008 - 17:31:46 - TodHarter
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Syndicate this site RSSATOM