Character Generator

Armor Choices

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

ID Armor Name Type Armor Bonus Minimum Enhancement Check Speed Price Weight
1 Cloth light 0 0 0 0 1 4
2 Feyweave light 1 4 0 0 0 5
3 Starweave light 2 6 0 0 0 3
4 Leather light 2 0 0 0 25 15
5 Feyleather light 3 4 0 0 0 15
6 Starleather light 4 6 0 0 0 15
7 Hide light 3 0 -1 0 30 25
8 Darkhide light 4 4 -1 0 0 25
9 Elderhide light 5 6 -1 0 0 25
10 Chain heavy 6 0 -1 -1 40 40
11 Forgemail heavy 9 4 -1 -1 0 40
12 Spiritmail heavy 12 6 -1 -1 0 40
13 Scale heavy 7 0 0 -1 45 45
14 Wyrmscale heavy 10 4 0 -1 0 45
15 Elderscale heavy 13 6 0 -1 0 45
16 Plate heavy 8 0 -2 -1 50 50
17 Warplate heavy 11 4 -2 -1 0 50
18 Godplate heavy 14 6 -2 -1 50 50

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{"ArmorData" section="armordropdown" 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:'Cloth', type:'light', bonus:'', minenh:'', check:'', speed:'', price:'1', weight:'4' }, { id:2, name:'Feyweave', type:'light', bonus:'1', minenh:'4', check:'', speed:'', price:'', weight:'5' }, { id:3, name:'Starweave', type:'light', bonus:'2', minenh:'6', check:'', speed:'', price:'', weight:'3' }, { id:4, name:'Leather', type:'light', bonus:'2', minenh:'', check:'', speed:'', price:'25', weight:'15' }, { id:5, name:'Feyleather', type:'light', bonus:'3', minenh:'4', check:'', speed:'', price:'', weight:'15' }, { id:6, name:'Starleather', type:'light', bonus:'4', minenh:'6', check:'', speed:'', price:'', weight:'15' }, { id:7, name:'Hide', type:'light', bonus:'3', minenh:'', check:'-1', speed:'', price:'30', weight:'25' }, { id:8, name:'Darkhide', type:'light', bonus:'4', minenh:'4', check:'-1', speed:'', price:'', weight:'25' }, { id:9, name:'Elderhide', type:'light', bonus:'5', minenh:'6', check:'-1', speed:'', price:'', weight:'25' }, { id:10, name:'Chain', type:'heavy', bonus:'6', minenh:'', check:'-1', speed:'-1', price:'40', weight:'40' }, { id:11, name:'Forgemail', type:'heavy', bonus:'9', minenh:'4', check:'-1', speed:'-1', price:'', weight:'40' }, { id:12, name:'Spiritmail', type:'heavy', bonus:'12', minenh:'6', check:'-1', speed:'-1', price:'', weight:'40' }, { id:13, name:'Scale', type:'heavy', bonus:'7', minenh:'', check:'', speed:'-1', price:'45', weight:'45' }, { id:14, name:'Wyrmscale', type:'heavy', bonus:'10', minenh:'4', check:'', speed:'-1', price:'', weight:'45' }, { id:15, name:'Elderscale', type:'heavy', bonus:'13', minenh:'6', check:'', speed:'-1', price:'', weight:'45' }, { id:16, name:'Plate', type:'heavy', bonus:'8', minenh:'', check:'-2', speed:'-1', price:'50', weight:'50' }, { id:17, name:'Warplate', type:'heavy', bonus:'11', minenh:'4', check:'-2', speed:'-1', price:'', weight:'50' }, { id:18, name:'Godplate', type:'heavy', bonus:'14', minenh:'6', check:'-2', speed:'-1', price:'50', weight:'50' }, ]

r2 - 14 Aug 2008 - 15:59:54 - 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