Potato.json 3.9 KB

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