mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Basic character generator with all races, archetypes, careers, and adventuring companies from the FMF Core Rules.
This commit is contained in:
parent
69ef1c4b7b
commit
212898aa5f
11 changed files with 3088 additions and 3259 deletions
|
|
@ -87,7 +87,7 @@ var ikrpg = ikrpg || {};
|
|||
"r1m2": false,
|
||||
"r2": false,
|
||||
"m2": false,
|
||||
"ability1": { "title": "ability/benefit", "description": "description", "page": "" },
|
||||
"ability1": { "title": "ability/benefit", "description": "", "page": "" },
|
||||
"ability2": { "title": "", "description": "", "page": "" },
|
||||
"ability3": { "title": "", "description": "", "page": "" },
|
||||
"ability4": { "title": "", "description": "", "page": "" },
|
||||
|
|
@ -139,7 +139,7 @@ var ikrpg = ikrpg || {};
|
|||
"benefit9": { "title": "", "description": "", "page": "" },
|
||||
"benefit10": { "title": "", "description": "", "page": "" },
|
||||
"benefit11": { "title": "", "description": "", "page": "" },
|
||||
"spell1": { "title": "spell", "cost": 0, "rng": 0, "aoe": "-", "pow": 0, "up": "NO", "off": "YES", "description": "description" },
|
||||
"spell1": { "title": "spell", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"spell2": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"spell3": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"spell4": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
|
|
@ -150,7 +150,7 @@ var ikrpg = ikrpg || {};
|
|||
"spell9": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"spell10": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"spell11": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
|
||||
"gear1": { "title": "gear", "benefit": "benefit" },
|
||||
"gear1": { "title": "gear", "benefit": "" },
|
||||
"gear2": { "title": "", "benefit": "" },
|
||||
"gear3": { "title": "", "benefit": "" },
|
||||
"gear4": { "title": "", "benefit": "" },
|
||||
|
|
@ -195,11 +195,11 @@ var ikrpg = ikrpg || {};
|
|||
"capacitor2": { "title": "", "charges": "" }, // sheet
|
||||
"capacitor3": { "title": "", "charges": "" }, // sheet
|
||||
"capacitor4": { "title": "", "charges": "" }, // sheet
|
||||
"note1": { "title": "Permanent Injuries", "text": "None" },
|
||||
"note1": { "title": "Permanent Injuries", "text": "" },
|
||||
"note2": { "title": "Spoken Languages", "text": "" },
|
||||
"note3": { "title": "Religious Beliefs", "text": "" },
|
||||
"note4": { "title": "Connections", "text": "None" },
|
||||
"note5": { "title": "Gold", "text": "0 gc" },
|
||||
"note4": { "title": "Connections", "text": "" },
|
||||
"note5": { "title": "Gold", "text": "" },
|
||||
"note6": { "title": "", "text": "" },
|
||||
"note7": { "title": "", "text": "" },
|
||||
"note8": { "title": "", "text": "" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue