Potato.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "name": "Potato",
  3. "player": "Corinne Kennedy",
  4. "classes": [
  5. {
  6. "level": 3,
  7. "name": "Cleric",
  8. "spellBook": [
  9. {
  10. "@c": ".impl.Inspired",
  11. "classRef": "Cleric",
  12. "spellInfo": {
  13. "0": {
  14. "spellsPerDay": 4,
  15. "spellsPrepared": [
  16. "Create Water"
  17. ],
  18. "spellsPreparedPreviously": [
  19. "Create Water",
  20. "Create Water",
  21. "Create Water",
  22. "Create Water"
  23. ]
  24. },
  25. "1": {
  26. "spellsPerDay": 2,
  27. "spellsPrepared": [
  28. "Cure Light Wounds"
  29. ],
  30. "spellsPreparedPreviously": [
  31. "Cure Light Wounds",
  32. "Cure Light Wounds"
  33. ]
  34. },
  35. "2": {
  36. "spellsPerDay": 1,
  37. "spellsPrepared": [],
  38. "spellsPreparedPreviously": []
  39. }
  40. }
  41. },
  42. {
  43. "@c": ".impl.Domain",
  44. "domains": ["Plant"],
  45. "spellsPrepared": ["Entangle", "Barkskin"],
  46. "spellsPreparedPreviously": ["Entangle", "Barkskin"]
  47. }
  48. ]
  49. },
  50. {
  51. "level": 2,
  52. "name": "Bard",
  53. "spellBook": [{
  54. "@c": ".impl.Spontaneous",
  55. "spellInfo": {
  56. "0": {
  57. "spellsPerDay": 3,
  58. "spellsPerDayRemaining": 3,
  59. "spellsKnown": [
  60. "Know Direction",
  61. "Know Direction",
  62. "Know Direction",
  63. "Know Direction",
  64. "Know Direction"
  65. ]
  66. },
  67. "1": {
  68. "spellsPerDay": 0,
  69. "spellsPerDayRemaining": 0,
  70. "spellsKnown": []
  71. }
  72. }
  73. }]
  74. }
  75. ],
  76. "race": "Half-Elemental (E)",
  77. "alignment": "TN",
  78. "deity": "Obad-Hai",
  79. "size": "M",
  80. "age": 25,
  81. "gender": "F",
  82. "height": "5'0\"",
  83. "weight": 200,
  84. "eyes": "Green",
  85. "hair": "Plants",
  86. "skin": "Earthy",
  87. "experience": 10000,
  88. "health": {
  89. "total": 30,
  90. "rolled": 20,
  91. "current": 30,
  92. "temp": 0,
  93. "nonlethal": 0
  94. },
  95. "abilities": {
  96. "str": {"base": 14, "temp": -1},
  97. "dex": {"base": 10, "temp": -1},
  98. "con": {"base": 15, "temp": -1},
  99. "int": {"base": 12, "temp": -1},
  100. "wis": {"base": 17, "temp": -1},
  101. "cha": {"base": 11, "temp": -1}
  102. },
  103. "skills": [
  104. {"name": "Concentration", "ranks": 3, "pointsSpent": 3},
  105. {"name": "Craft (blacksmithing)", "ranks": 4, "pointsSpent": 4},
  106. {"name": "Diplomacy", "ranks": 1, "pointsSpent": 1},
  107. {"name": "Heal", "ranks": 4, "pointsSpent": 4},
  108. {"name": "Knowledge (arcana)", "ranks": 6, "pointsSpent": 6},
  109. {"name": "Knowledge (religion)", "ranks": 5, "pointsSpent": 5},
  110. {"name": "Knowledge (nature)", "ranks": 6, "pointsSpent": 6},
  111. {"name": "Perform (sing)", "ranks": 3, "pointsSpent": 3}
  112. ],
  113. "feats": [
  114. "Improved Initiative",
  115. "Augment Healing"
  116. ],
  117. "inventory": {
  118. "items": [
  119. {
  120. "name": "Quarterstaff",
  121. "count": 1,
  122. "countEquipped": 1,
  123. "weapon": {
  124. "masterwork": true
  125. }
  126. },
  127. {
  128. "name": "Full Plate Armor",
  129. "count": 1,
  130. "countEquipped": 1,
  131. "armor": {
  132. "masterwork": true,
  133. "bonus": "+1"
  134. }
  135. }
  136. ],
  137. "equipment": {
  138. "BODY": "+1 Full Plate Armor",
  139. "MAIN_HAND": "MWK Quarterstaff",
  140. "OFF_HAND": "MWK Quarterstaff"
  141. },
  142. "favorites": {
  143. },
  144. "wealth": {
  145. "pp": 0, "gp": 0, "sp": 0, "cp": 0
  146. }
  147. }
  148. }