Potato.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. "feats": [
  106. "Improved Initiative",
  107. "Augment Healing"
  108. ],
  109. "inventory": {
  110. "items": [
  111. {
  112. "name": "Quarterstaff",
  113. "count": 1,
  114. "countEquipped": 1,
  115. "value": {"pp": 0, "gp": 0, "sp": 0, "cp": 0},
  116. "page": "PH116",
  117. "slot": "TWO_HANDS",
  118. "weight": 4,
  119. "weapon": {
  120. "damage": "1d6",
  121. "secondaryDamage": "1d6",
  122. "criticalThreat": 20,
  123. "criticalDamage": 2,
  124. "range": "Melee",
  125. "type": "Bludgeoning",
  126. "masterwork": true
  127. }
  128. },
  129. {
  130. "name": "Full Plate Armor",
  131. "count": 1,
  132. "countEquipped": 1,
  133. "value": {"pp": 0, "gp": 1500, "sp": 0, "cp": 0},
  134. "page": "PH123",
  135. "slot": "BODY",
  136. "weight": 50,
  137. "armor": {
  138. "acBonus": 8,
  139. "type": "Heavy",
  140. "maxDex": 1,
  141. "checkPenalty": -6,
  142. "spellFailure": 35,
  143. "speed": 15,
  144. "masterwork": true,
  145. "bonus": "+1"
  146. }
  147. }
  148. ],
  149. "equipment": {
  150. "BODY": "+1 Full Plate Armor",
  151. "MAIN_HAND": "MWK Quarterstaff",
  152. "OFF_HAND": "MWK Quarterstaff"
  153. },
  154. "favorites": {
  155. },
  156. "wealth": {
  157. "pp": 0, "gp": 0, "sp": 0, "cp": 0
  158. }
  159. }
  160. }