Potato.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. "base": {
  89. "str": 14,
  90. "dex": 10,
  91. "con": 15,
  92. "int": 12,
  93. "wis": 17,
  94. "cha": 11
  95. },
  96. "temp": {
  97. "str": -1,
  98. "dex": -1,
  99. "con": -1,
  100. "int": -1,
  101. "wis": -1,
  102. "cha": -1
  103. }
  104. },
  105. "skills": [
  106. {"name": "Concentration", "ranks": 3, "pointsSpent": 3},
  107. {"name": "Craft (blacksmithing)", "ranks": 4, "pointsSpent": 4},
  108. {"name": "Diplomacy", "ranks": 1, "pointsSpent": 1},
  109. {"name": "Heal", "ranks": 4, "pointsSpent": 4},
  110. {"name": "Knowledge (arcana)", "ranks": 6, "pointsSpent": 6},
  111. {"name": "Knowledge (religion)", "ranks": 5, "pointsSpent": 5},
  112. {"name": "Knowledge (nature)", "ranks": 6, "pointsSpent": 6},
  113. {"name": "Perform (sing)", "ranks": 3, "pointsSpent": 3}
  114. ],
  115. "inventory": {
  116. "items": [
  117. {
  118. "name": "MWK Quarterstaff",
  119. "count": 1,
  120. "countEquipped": 1,
  121. "value": {"pp": 0, "gp": 600, "sp": 0, "cp": 0},
  122. "page": "PH116",
  123. "slot": "TWO_HANDS",
  124. "weight": 4,
  125. "weapon": {
  126. "attackBonus": 1,
  127. "damageBonus": 0,
  128. "damage": "1d6",
  129. "secondaryDamage": "1d6",
  130. "criticalThreat": 20,
  131. "criticalDamage": 2,
  132. "range": "Melee",
  133. "type": "Bludgeoning"
  134. }
  135. },
  136. {
  137. "name": "+1 Full Plate Armor",
  138. "count": 1,
  139. "countEquipped": 1,
  140. "value": {"pp": 0, "gp": 2650, "sp": 0, "cp": 0},
  141. "page": "PH123",
  142. "slot": "BODY",
  143. "weight": 50,
  144. "armor": {
  145. "bonus": 9,
  146. "type": "Heavy",
  147. "maxDex": 1,
  148. "checkPenalty": -5,
  149. "spellFailure": 35,
  150. "speed": 15
  151. }
  152. }
  153. ],
  154. "equipment": {
  155. "BODY": "+1 Full Plate Armor",
  156. "MAIN_HAND": "MWK Quarterstaff",
  157. "OFF_HAND": "MWK Quarterstaff"
  158. }
  159. }
  160. }