Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. {
  2. "item": {
  3. "data": {
  4. "description": {
  5. "type": "String",
  6. "label": "Description",
  7. "value": ""
  8. }
  9. },
  10. "weapon": {
  11. "damage": {
  12. "type": "String",
  13. "label": "Damage",
  14. "value": ""
  15. },
  16. "range": {
  17. "type": "String",
  18. "label": "Range",
  19. "value": ""
  20. },
  21. "clip": {
  22. "type": "String",
  23. "label": "Clip",
  24. "value": ""
  25. },
  26. "initiative": {
  27. "type": "String",
  28. "label": "Initiative",
  29. "value": ""
  30. },
  31. "str": {
  32. "type": "String",
  33. "label": "Strength",
  34. "value": ""
  35. },
  36. "availability": {
  37. "type": "String",
  38. "label": "Availability",
  39. "value": ""
  40. }
  41. },
  42. "armor": {
  43. "rating": {
  44. "type": "String",
  45. "label": "Rating",
  46. "value": ""
  47. },
  48. "str": {
  49. "type": "String",
  50. "label": "Strength",
  51. "value": ""
  52. },
  53. "def": {
  54. "type": "String",
  55. "label": "Defense",
  56. "value": ""
  57. },
  58. "speed": {
  59. "type": "String",
  60. "label": "Speed",
  61. "value": ""
  62. },
  63. "availability": {
  64. "type": "String",
  65. "label": "Availability",
  66. "value": ""
  67. },
  68. "coverage": {
  69. "type": "String",
  70. "label": "Coverage",
  71. "value": ""
  72. },
  73. "equipment": {
  74. "bonus": {
  75. "type": "String",
  76. "label": "Dice Bonus",
  77. "value": ""
  78. },
  79. "durability": {
  80. "type": "String",
  81. "label": "Durability",
  82. "value": ""
  83. },
  84. "size": {
  85. "type": "String",
  86. "label": "Size",
  87. "value": ""
  88. },
  89. "structure": {
  90. "type": "String",
  91. "label": "Structure",
  92. "value": ""
  93. },
  94. "availability": {
  95. "type": "String",
  96. "label": "Availability",
  97. "value": ""
  98. }
  99. },
  100. "consumable": {},
  101. "tool": {},
  102. "backpack": {},
  103. "class": {},
  104. "spell": {},
  105. "feat": {}
  106. }
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement