| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "name": "Potato",
- "player": "Corinne Kennedy",
- "classes": [
- {
- "level": 3,
- "name": "Cleric",
- "spellBook": {
- "@class": "org.leumasjaffe.charsheet.model.magic.impl.Inspired",
- "classRef": "Cleric",
- "spellInfo": {
- "0": {
- "spellsPerDay": 4,
- "spellsPrepared": [
- "Create Water"
- ],
- "spellsPreparedPreviously": [
- "Create Water",
- "Create Water",
- "Create Water",
- "Create Water"
- ]
- },
- "1": {
- "spellsPerDay": 2,
- "spellsPrepared": [
- "Cure Light Wounds"
- ],
- "spellsPreparedPreviously": [
- "Cure Light Wounds",
- "Cure Light Wounds"
- ]
- },
- "2": {
- "spellsPerDay": 1,
- "spellsPrepared": [],
- "spellsPreparedPreviously": []
- }
- }
- }
- },
- {
- "level": 2,
- "name": "Bard",
- "spellBook": {
- "@class": "org.leumasjaffe.charsheet.model.magic.impl.Spontaneous",
- "spellInfo": {
- "0": {
- "spellsPerDay": 3,
- "spellsPerDayRemaining": 3,
- "spellsKnown": [
- "Know Direction",
- "Know Direction",
- "Know Direction",
- "Know Direction",
- "Know Direction"
- ]
- },
- "1": {
- "spellsPerDay": 0,
- "spellsPerDayRemaining": 0,
- "spellsKnown": []
- }
- }
- }
- }
- ],
- "race": "Half-Elemental (E)",
- "alignment": "TN",
- "deity": "Obad-Hai",
- "size": "M",
- "age": 25,
- "gender": "F",
- "height": "5'0\"",
- "weight": 200,
- "eyes": "Green",
- "hair": "Plants",
- "skin": "Earthy",
-
- "experience": 10000,
-
- "health": {
- "total": 30,
- "rolled": 20,
- "current": 30,
- "temp": 0,
- "nonlethal": 0
- },
-
- "abilities": {
- "str": {"base": 14, "temp": -1},
- "dex": {"base": 10, "temp": -1},
- "con": {"base": 15, "temp": -1},
- "int": {"base": 12, "temp": -1},
- "wis": {"base": 17, "temp": -1},
- "cha": {"base": 11, "temp": -1}
- },
-
- "skills": [
- {"name": "Concentration", "ranks": 3, "pointsSpent": 3},
- {"name": "Craft (blacksmithing)", "ranks": 4, "pointsSpent": 4},
- {"name": "Diplomacy", "ranks": 1, "pointsSpent": 1},
- {"name": "Heal", "ranks": 4, "pointsSpent": 4},
- {"name": "Knowledge (arcana)", "ranks": 6, "pointsSpent": 6},
- {"name": "Knowledge (religion)", "ranks": 5, "pointsSpent": 5},
- {"name": "Knowledge (nature)", "ranks": 6, "pointsSpent": 6},
- {"name": "Perform (sing)", "ranks": 3, "pointsSpent": 3}
- ],
-
- "inventory": {
- "items": [
- {
- "name": "Quarterstaff",
- "count": 1,
- "countEquipped": 1,
- "value": {"pp": 0, "gp": 0, "sp": 0, "cp": 0},
- "page": "PH116",
- "slot": "TWO_HANDS",
- "weight": 4,
- "weapon": {
- "damage": "1d6",
- "secondaryDamage": "1d6",
- "criticalThreat": 20,
- "criticalDamage": 2,
- "range": "Melee",
- "type": "Bludgeoning",
- "masterwork": true
- }
- },
- {
- "name": "Full Plate Armor",
- "count": 1,
- "countEquipped": 1,
- "value": {"pp": 0, "gp": 1500, "sp": 0, "cp": 0},
- "page": "PH123",
- "slot": "BODY",
- "weight": 50,
- "armor": {
- "acBonus": 8,
- "type": "Heavy",
- "maxDex": 1,
- "checkPenalty": -6,
- "spellFailure": 35,
- "speed": 15,
- "masterwork": true,
- "bonus": "+1"
- }
- }
- ],
- "equipment": {
- "BODY": "+1 Full Plate Armor",
- "MAIN_HAND": "MWK Quarterstaff",
- "OFF_HAND": "MWK Quarterstaff"
- },
- "favorites": {
- },
- "wealth": {
- "pp": 0, "gp": 0, "sp": 0, "cp": 0
- }
- }
- }
|