Potato.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. "name":"Bard",
  56. "spellInfo": {
  57. "0": {
  58. "spellsPerDay": 3,
  59. "spellsPerDayRemaining": 3,
  60. "spellsKnown": [
  61. "Know Direction",
  62. "Know Direction",
  63. "Know Direction",
  64. "Know Direction",
  65. "Know Direction"
  66. ]
  67. },
  68. "1": {
  69. "spellsPerDay": 0,
  70. "spellsPerDayRemaining": 0,
  71. "spellsKnown": []
  72. }
  73. }
  74. }
  75. }
  76. ],
  77. "race": "Half-Elemental (E)",
  78. "alignment": "TN",
  79. "deity": "Obad-Hai",
  80. "size": "M",
  81. "age": 25,
  82. "gender": "F",
  83. "height": "5'0\"",
  84. "weight": 200,
  85. "eyes": "Green",
  86. "hair": "Plants",
  87. "skin": "Earthy",
  88. "experience": 10000,
  89. "health": {
  90. "total": 30,
  91. "rolled": 20,
  92. "current": 30,
  93. "temp": 0,
  94. "nonlethal": 0
  95. },
  96. "abilities": {
  97. "str": {"base": 14, "temp": -1},
  98. "dex": {"base": 10, "temp": -1},
  99. "con": {"base": 15, "temp": -1},
  100. "int": {"base": 12, "temp": -1},
  101. "wis": {"base": 17, "temp": -1},
  102. "cha": {"base": 11, "temp": -1}
  103. },
  104. "skills": [
  105. {"name": "Concentration", "ranks": 3, "pointsSpent": 3},
  106. {"name": "Craft (blacksmithing)", "ranks": 4, "pointsSpent": 4},
  107. {"name": "Diplomacy", "ranks": 1, "pointsSpent": 1},
  108. {"name": "Heal", "ranks": 4, "pointsSpent": 4},
  109. {"name": "Knowledge (arcana)", "ranks": 6, "pointsSpent": 6},
  110. {"name": "Knowledge (religion)", "ranks": 5, "pointsSpent": 5},
  111. {"name": "Knowledge (nature)", "ranks": 6, "pointsSpent": 6},
  112. {"name": "Perform (sing)", "ranks": 3, "pointsSpent": 3}
  113. ],
  114. "feats": [
  115. "Improved Initiative",
  116. "Augment Healing"
  117. ],
  118. "inventory": {
  119. "items": [
  120. {
  121. "name": "Quarterstaff",
  122. "count": 1,
  123. "countEquipped": 1,
  124. "weapon": {
  125. "masterwork": true
  126. }
  127. },
  128. {
  129. "name": "Full Plate Armor",
  130. "count": 1,
  131. "countEquipped": 1,
  132. "armor": {
  133. "masterwork": true,
  134. "bonus": "+1"
  135. }
  136. }
  137. ],
  138. "equipment": {
  139. "BODY": "+1 Full Plate Armor",
  140. "MAIN_HAND": "MWK Quarterstaff",
  141. "OFF_HAND": "MWK Quarterstaff"
  142. },
  143. "favorites": {
  144. },
  145. "wealth": {
  146. "pp": 0, "gp": 0, "sp": 0, "cp": 0
  147. }
  148. }
  149. }