Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. {
  2. "actor": {
  3. "data": {
  4. "attributes": {
  5. "int": {
  6. "type": "Number",
  7. "label": "Intelligence",
  8. "current": 1,
  9. "max" : 5,
  10. "min": 1,
  11. "proficient": 0
  12. },
  13. "wits": {
  14. "type": "Number",
  15. "label": "Wits",
  16. "current": 1,
  17. "max" : 5,
  18. "min": 1,
  19. "proficient": 0
  20. },
  21. "Resolve": {
  22. "type": "Number",
  23. "label": "Resolve",
  24. "current": 1,
  25. "max" : 5,
  26. "min": 1,
  27. "proficient": 0
  28. },
  29. "str": {
  30. "type": "Number",
  31. "label": "Strength",
  32. "current": 1,
  33. "max" : 5,
  34. "min": 1,
  35. "proficient": 0
  36. },
  37. "dex": {
  38. "type": "Number",
  39. "label": "Dexterity",
  40. "current": 1,
  41. "max" : 5,
  42. "min": 1,
  43. "proficient": 0
  44. },
  45. "sta": {
  46. "type": "Number",
  47. "label": "Stamina",
  48. "current": 1,
  49. "max" : 5,
  50. "min": 1,
  51. "proficient": 0
  52. },
  53. "pre": {
  54. "type": "Number",
  55. "label": "Presence",
  56. "current": 1,
  57. "max" : 5,
  58. "min": 1,
  59. "proficient": 0
  60. },
  61. "manip": {
  62. "type": "Number",
  63. "label": "Manipulation",
  64. "current": 1,
  65. "max" : 5,
  66. "min": 1,
  67. "proficient": 0
  68. },
  69. "comp": {
  70. "type": "Number",
  71. "label": "Composure",
  72. "current": 1,
  73. "max" : 5,
  74. "min": 1,
  75. "proficient": 0
  76. },
  77. "hp": {
  78. "type": "Number",
  79. "label": "Health",
  80. "current": 5,
  81. "max" : 10,
  82. "min": 1,
  83. "proficient": 0
  84. },
  85. "wp": {
  86. "type": "Number",
  87. "label": "Willpower",
  88. "current": 5,
  89. "max" : 10,
  90. "min": 1,
  91. "proficient": 0
  92. },
  93. "moral": {
  94. "type": "Number",
  95. "label": "Morality",
  96. "current": 7,
  97. "max" : 10,
  98. "min": 0,
  99. "proficient": 0
  100. },
  101. "size": {
  102. "type": "Number",
  103. "label": "Size",
  104. "current": 5,
  105. "max" : 10,
  106. "min": 0,
  107. "proficient": 0
  108. },
  109. "speed": {
  110. "type": "Number",
  111. "label": "Speed",
  112. "current": 5,
  113. "max" : 10,
  114. "min": 0,
  115. "proficient": 0
  116. },
  117. "def": {
  118. "type": "Number",
  119. "label": "Defense",
  120. "current": 0,
  121. "max" : 10,
  122. "min": 0,
  123. "proficient": 0
  124. },
  125. "armor": {
  126. "type": "Number",
  127. "label": "Armor",
  128. "current": 0,
  129. "max" : 10,
  130. "min": 0,
  131. "proficient": 0
  132. },
  133. "init": {
  134. "type": "Number",
  135. "label": "Initiative",
  136. "current": 0,
  137. "max" : 20,
  138. "min": 0,
  139. "proficient": 0
  140. },
  141. "exp": {
  142. "type": "Number",
  143. "label": "Experience",
  144. "current": 0,
  145. "max" : 10,
  146. "min": 0,
  147. "proficient": 0
  148. },
  149. "details": {
  150. "age": {
  151. "type": "Number",
  152. "label": "Age",
  153. "current": 1,
  154. "max" : 500,
  155. "min": 1,
  156. "proficient": 0
  157. },
  158. "player": {
  159. "type": "Number",
  160. "label": "Player",
  161. "current": 1,
  162. "max" : 500,
  163. "min": 1,
  164. "proficient": 0
  165. },
  166. "virtue": {
  167. "type": "Number",
  168. "label": "Virtue",
  169. "current": 1,
  170. "max" : 500,
  171. "min": 1,
  172. "proficient": 0
  173. },
  174. "vice": {
  175. "type": "Number",
  176. "label": "Vice",
  177. "current": 1,
  178. "max" : 500,
  179. "min": 1,
  180. "proficient": 0
  181. },
  182. "concept": {
  183. "type": "Number",
  184. "label": "Concept",
  185. "current": 1,
  186. "max" : 500,
  187. "min": 1,
  188. "proficient": 0
  189. },
  190. "chronicle": {
  191. "type": "Number",
  192. "label": "Chronicle",
  193. "current": 1,
  194. "max" : 500,
  195. "min": 1,
  196. "proficient": 0
  197. },
  198. "faction": {
  199. "type": "Number",
  200. "label": "Faction",
  201. "current": 1,
  202. "max" : 500,
  203. "min": 1,
  204. "proficient": 0
  205. },
  206. "group": {
  207. "type": "Number",
  208. "label": "Group",
  209. "current": 1,
  210. "max" : 500,
  211. "min": 1,
  212. "proficient": 0
  213. }
  214. }
  215. }
  216. }
  217. },
  218. "item": {
  219. "data": {
  220. "description": {
  221. "type": "String",
  222. "label": "Description",
  223. "value": ""
  224. }
  225. },
  226. "weapon": {
  227. "damage": {
  228. "type": "String",
  229. "label": "Damage",
  230. "value": ""
  231. },
  232. "range": {
  233. "type": "String",
  234. "label": "Range",
  235. "value": ""
  236. },
  237. "clip": {
  238. "type": "String",
  239. "label": "Clip",
  240. "value": ""
  241. },
  242. "initiative": {
  243. "type": "String",
  244. "label": "Initiative",
  245. "value": ""
  246. },
  247. "str": {
  248. "type": "String",
  249. "label": "Strength",
  250. "value": ""
  251. },
  252. "availability": {
  253. "type": "String",
  254. "label": "Availability",
  255. "value": ""
  256. }
  257. },
  258. "armor": {
  259. "rating": {
  260. "type": "String",
  261. "label": "Rating",
  262. "value": ""
  263. },
  264. "str": {
  265. "type": "String",
  266. "label": "Strength",
  267. "value": ""
  268. },
  269. "def": {
  270. "type": "String",
  271. "label": "Defense",
  272. "value": ""
  273. },
  274. "speed": {
  275. "type": "String",
  276. "label": "Speed",
  277. "value": ""
  278. },
  279. "availability": {
  280. "type": "String",
  281. "label": "Availability",
  282. "value": ""
  283. },
  284. "coverage": {
  285. "type": "String",
  286. "label": "Coverage",
  287. "value": ""
  288. }
  289. },
  290. "equipment": {
  291. "bonus": {
  292. "type": "String",
  293. "label": "Dice Bonus",
  294. "value": ""
  295. },
  296. "durability": {
  297. "type": "String",
  298. "label": "Durability",
  299. "value": ""
  300. },
  301. "size": {
  302. "type": "String",
  303. "label": "Size",
  304. "value": ""
  305. },
  306. "structure": {
  307. "type": "String",
  308. "label": "Structure",
  309. "value": ""
  310. },
  311. "availability": {
  312. "type": "String",
  313. "label": "Availability",
  314. "value": ""
  315. }
  316. },
  317. "services": {
  318. "availability": {
  319. "type": "String",
  320. "label": "Availability",
  321. "value": ""
  322. },
  323. "bonus": {
  324. "type": "String",
  325. "label": "Dice Bonus",
  326. "value": ""
  327. }
  328. },
  329. "tilt": { },
  330. "condition": { },
  331. "merit": { },
  332. "dread": { },
  333. "vehicle": {
  334. "modifier": {
  335. "type": "String",
  336. "label": "Dice Modifier",
  337. "value": ""
  338. },
  339. "size": {
  340. "type": "String",
  341. "label": "Size",
  342. "value": ""
  343. },
  344. "durability": {
  345. "type": "String",
  346. "label": "Durability/Structure",
  347. "value": ""
  348. },
  349. "speed": {
  350. "type": "String",
  351. "label": "Speed",
  352. "value": ""
  353. }
  354. }
  355. }
  356. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement