bdamer / 13th-Age-Character-Sheet

Automated Character Sheet for the 13th Age Pen&Paper RPG
BSD 2-Clause "Simplified" License
7 stars 7 forks source link

Values not saved #3

Closed spiffytech closed 7 years ago

spiffytech commented 7 years ago

Hello! When I use this JSON file, the hosted version of the character builder doesn't save out the whole file; most exported fields are empty. I actually only have this JSON because I edited it by hand.

{
  "name": "Opus Magueyes",
  "race": null,
  "racialAbilityBonus": [],
  "claz": "BARD",
  "clazAbilityBonus": [
    "CHARISMA"
  ],
  "level": 1,
  "initiative": 2,
  "feats": {},
  "ac": 14,
  "pd": 12,
  "md": 13,
  "armorType": "1",
  "attackPenalty": 0,
  "hasShield": false,
  "recoveries": 8,
  "recoveryDice": 8,
  "abilityScores": {
    "STRENGTH": 13,
    "CONSTITUTION": 13,
    "DEXTERITY": 13,
    "INTELLIGENCE": 12,
    "WISDOM": 8,
    "CHARISMA": 17
  },
  "details": {
    "racialPower": [
      "Samsaran: Flash of Past Lives",
      "",
      "",
      ""
    ],
    "unique": [
      "Befriended a water elemental. Was marked friend to all elementals with an aura only visible to elementals. They refuse to fight for me, but will give me information, point me towards profitable quests, and send me on errands. I regularly summon my friend elemental to play dragonchess.",
      "friend to all elementals (only they can see the",
      "mark). Won't fight for me, but shares info, ",
      "quests, and lore."
    ],
    "icons": [
      "The Grand Oracle (2 + 1 Loremaster bonus)",
      "The Dweller Below (1)",
      "",
      ""
    ],
    "classFeatures": [
      "Bardic Songs",
      "Battle Cries",
      "Spells",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
    ],
    "powersAndSpells": [
      "Song of Spilt Blood",
      "Soundburst",
      "Charm Person (Spellsinger bonus)",
      "",
      "Disguise Self (Jack of Spells bonus)",
      "Mage Hand (Jack of Spells bonus)",
      "Light (Jack of Spells bonus)",
      "Ghost Noise (Jack of Spells bonus)",
      "",
      "Keep it Together!",
      "We Need You!"
    ],
    "magicItems": [
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
    ],
    "talents": [
      "Jack of Spells (1 wiz spell + 1 wiz cantrips)",
      "Loremaster (+2 Tavern Owner, icon bonuses)",
      "Spellsinger (+1 spell)",
      "",
      ""
    ],
    "feats": [
      "Jack of Spells (Adventurer)",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
    ],
    "equipment": [
      "1d6 Mace",
      "1d6 Throwing Axe",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
    ],
    "backgrounds": [
      "Failed Hedge Wizard (5)",
      "Tavern Owner (3 + 2 from Loremaster)",
      "",
      "",
      ""
    ]
  },
  "hp": 24
}
bdamer commented 7 years ago

Thanks for reporting this issue - I've updated the hosted version of the character sheet as well.

spiffytech commented 7 years ago

Huzzah, thank you very much!