cookchar

Character Sheet in JSON

Mar 15th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.29 KB | None | 0 0
  1. {
  2.   "abilities": {
  3.     "charisma": {
  4.       "bonus": 0,
  5.       "score": 10
  6.     },
  7.     "constitution": {
  8.       "bonus": 0,
  9.       "score": 10
  10.     },
  11.     "dexterity": {
  12.       "bonus": 0,
  13.       "score": 10
  14.     },
  15.     "intelligence": {
  16.       "bonus": 0,
  17.       "score": 10
  18.     },
  19.     "strength": {
  20.       "bonus": 0,
  21.       "score": 10
  22.     },
  23.     "wisdom": {
  24.       "bonus": 0,
  25.       "score": 10
  26.     }
  27.   },
  28.   "armorClass": 10,
  29.   "biography": {
  30.     "alignment": "",
  31.     "class": [
  32.       "class"
  33.     ],
  34.     "eyeColor": "",
  35.     "gender": "",
  36.     "hairColor": "",
  37.     "height": {
  38.       "measure": 0.0,
  39.       "unit": "feet"
  40.     },
  41.     "name": "",
  42.     "race": "",
  43.     "size": "",
  44.     "weight": {
  45.       "measure": 0.0,
  46.       "unit": "pounds"
  47.     }
  48.   },
  49.   "currency": {
  50.     "copper": 0,
  51.     "gold": 0,
  52.     "silver": 0
  53.   },
  54.   "experience": {
  55.     "level": {
  56.       "character": 1,
  57.       "classes": {
  58.         "class": 1
  59.       }
  60.     },
  61.     "next": 300,
  62.     "total": 0
  63.   },
  64.   "features": {
  65.     "featA": {
  66.       "description": "",
  67.       "type": "written"
  68.     },
  69.     "featB": {
  70.       "description": "",
  71.       "type": "numeric",
  72.       "value": 0
  73.     }
  74.   },
  75.   "hit": {
  76.     "current": 0,
  77.     "deathSaves": {
  78.       "failures": 0,
  79.       "successes": 0
  80.     },
  81.     "dice": {
  82.       "class": {
  83.         "count": 1,
  84.         "die": 8
  85.       }
  86.     },
  87.     "max": 0
  88.   },
  89.   "inventory": {
  90.     "item": {
  91.       "count": 1,
  92.       "description": "",
  93.       "value": {
  94.         "copper": 0,
  95.         "gold": 0,
  96.         "silver": 0
  97.       },
  98.       "weapon": {
  99.         "damage": {
  100.           "bonus": 0,
  101.           "count": 0,
  102.           "die": 0,
  103.           "type": "none"
  104.         },
  105.         "kind": "none"
  106.       },
  107.       "weight": 0.0
  108.     }
  109.   },
  110.   "proficiency": {
  111.     "bonus": 2,
  112.     "skills": {
  113.       "skill": "int"
  114.     }
  115.   },
  116.   "spells": {
  117.     "class": {
  118.       "attack": 0,
  119.       "save": 0,
  120.       "slots": {
  121.         "1": {
  122.           "current": 0,
  123.           "max": 1
  124.         }
  125.       },
  126.       "spells": {
  127.         "spell": {
  128.           "damage": {
  129.             "count": 0,
  130.             "die": 0,
  131.             "type": "none"
  132.           },
  133.           "description": "",
  134.           "duration": "",
  135.           "range": "",
  136.           "slot": 1
  137.         }
  138.       }
  139.     }
  140.   }
  141. }
Add Comment
Please, Sign In to add comment