All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1250 lines
31 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "Actor": {
  3. "types": [
  4. "character",
  5. "npc",
  6. "hazard",
  7. "loot",
  8. "familiar",
  9. "party",
  10. "vehicle"
  11. ],
  12. "templates": {
  13. "common": {
  14. "attributes": {
  15. "hp": {
  16. "value": 0,
  17. "temp": 0
  18. },
  19. "initiative": {
  20. "statistic": "perception"
  21. },
  22. "speed": {
  23. "value": 25,
  24. "otherSpeeds": []
  25. }
  26. },
  27. "details": {
  28. "alignment": {
  29. "value": "N"
  30. },
  31. "level": {
  32. "value": 1
  33. }
  34. },
  35. "traits": {
  36. "value": [],
  37. "senses": [],
  38. "languages": {
  39. "value": [],
  40. "custom": ""
  41. }
  42. },
  43. "resources": {},
  44. "schema": {
  45. "version": null,
  46. "lastMigration": null
  47. }
  48. }
  49. },
  50. "htmlFields": [
  51. "details.biography.appearance",
  52. "details.biography.backstory",
  53. "details.biography.campaignNotes",
  54. "details.biography.allies",
  55. "details.biography.enemies",
  56. "details.biography.organizations",
  57. "details.description",
  58. "details.privateNotes",
  59. "details.publicNotes"
  60. ],
  61. "character": {
  62. "templates": [
  63. "common"
  64. ],
  65. "exploration": [],
  66. "attributes": {
  67. "bonusLimitBulk": 0,
  68. "bonusEncumbranceBulk": 0,
  69. "sp": {
  70. "value": 0,
  71. "max": 0,
  72. "details": ""
  73. },
  74. "resolve": {
  75. "value": 0,
  76. "max": 0
  77. }
  78. },
  79. "details": {
  80. "biography": {
  81. "appearance": "",
  82. "backstory": "",
  83. "birthPlace": "",
  84. "attitude": "",
  85. "beliefs": "",
  86. "likes": "",
  87. "dislikes": "",
  88. "catchphrases": "",
  89. "campaignNotes": "",
  90. "allies": "",
  91. "enemies": "",
  92. "organizations": "",
  93. "visibility": {
  94. "appearance": true,
  95. "backstory": false,
  96. "personality": false,
  97. "campaign": false
  98. }
  99. },
  100. "keyability": {
  101. "value": "str"
  102. },
  103. "xp": {
  104. "value": 0,
  105. "min": 0,
  106. "max": 1000,
  107. "pct": 0
  108. },
  109. "age": {
  110. "value": ""
  111. },
  112. "height": {
  113. "value": ""
  114. },
  115. "weight": {
  116. "value": ""
  117. },
  118. "gender": {
  119. "value": ""
  120. },
  121. "ethnicity": {
  122. "value": ""
  123. },
  124. "nationality": {
  125. "value": ""
  126. }
  127. },
  128. "skills": {
  129. "acr": {
  130. "rank": 0
  131. },
  132. "arc": {
  133. "rank": 0
  134. },
  135. "ath": {
  136. "rank": 0
  137. },
  138. "cra": {
  139. "rank": 0
  140. },
  141. "dec": {
  142. "rank": 0
  143. },
  144. "dip": {
  145. "rank": 0
  146. },
  147. "itm": {
  148. "rank": 0
  149. },
  150. "med": {
  151. "rank": 0
  152. },
  153. "nat": {
  154. "rank": 0
  155. },
  156. "occ": {
  157. "rank": 0
  158. },
  159. "prf": {
  160. "rank": 0
  161. },
  162. "rel": {
  163. "rank": 0
  164. },
  165. "soc": {
  166. "rank": 0
  167. },
  168. "ste": {
  169. "rank": 0
  170. },
  171. "sur": {
  172. "rank": 0
  173. },
  174. "thi": {
  175. "rank": 0
  176. }
  177. },
  178. "resources": {
  179. "heroPoints": {
  180. "value": 1,
  181. "max": 3
  182. }
  183. },
  184. "pfs": {
  185. "playerNumber": null,
  186. "characterNumber": null,
  187. "levelBump": false,
  188. "currentFaction": "EA",
  189. "school": null,
  190. "reputation": {
  191. "EA": null,
  192. "GA": null,
  193. "HH": null,
  194. "VS": null,
  195. "RO": null,
  196. "VW": null
  197. }
  198. }
  199. },
  200. "npc": {
  201. "templates": [
  202. "common"
  203. ],
  204. "abilities": {
  205. "str": {
  206. "mod": 0
  207. },
  208. "dex": {
  209. "mod": 0
  210. },
  211. "con": {
  212. "mod": 0
  213. },
  214. "int": {
  215. "mod": 0
  216. },
  217. "wis": {
  218. "mod": 0
  219. },
  220. "cha": {
  221. "mod": 0
  222. }
  223. },
  224. "attributes": {
  225. "ac": {
  226. "value": 10,
  227. "details": ""
  228. },
  229. "hp": {
  230. "value": 10,
  231. "max": 10,
  232. "details": ""
  233. },
  234. "perception": {
  235. "value": 0
  236. },
  237. "allSaves": {
  238. "value": ""
  239. },
  240. "speed": {
  241. "details": ""
  242. }
  243. },
  244. "saves": {
  245. "fortitude": {
  246. "value": 0,
  247. "saveDetail": ""
  248. },
  249. "reflex": {
  250. "value": 0,
  251. "saveDetail": ""
  252. },
  253. "will": {
  254. "value": 0,
  255. "saveDetail": ""
  256. }
  257. },
  258. "traits": {
  259. "rarity": "common",
  260. "size": {
  261. "value": "med"
  262. }
  263. },
  264. "details": {
  265. "source": {
  266. "value": "",
  267. "author": ""
  268. },
  269. "creatureType": "",
  270. "blurb": "",
  271. "publicNotes": "",
  272. "privateNotes": ""
  273. }
  274. },
  275. "hazard": {
  276. "templates": [],
  277. "creatureType": "",
  278. "saves": {
  279. "fortitude": {
  280. "value": 0,
  281. "saveDetail": ""
  282. },
  283. "reflex": {
  284. "value": 0,
  285. "saveDetail": ""
  286. },
  287. "will": {
  288. "value": 0,
  289. "saveDetail": ""
  290. }
  291. },
  292. "attributes": {
  293. "ac": {
  294. "value": 0
  295. },
  296. "hp": {
  297. "value": 0,
  298. "max": 0,
  299. "temp": 0,
  300. "details": ""
  301. },
  302. "hardness": 0,
  303. "stealth": {
  304. "value": 0,
  305. "details": ""
  306. },
  307. "emitsSound": "encounter"
  308. },
  309. "details": {
  310. "isComplex": false,
  311. "level": {
  312. "value": 1
  313. },
  314. "disable": "",
  315. "description": "",
  316. "reset": "",
  317. "routine": "",
  318. "source": {
  319. "value": "",
  320. "author": ""
  321. }
  322. },
  323. "statusEffects": [],
  324. "traits": {
  325. "value": [],
  326. "rarity": "common",
  327. "size": {
  328. "value": "med"
  329. }
  330. },
  331. "schema": {
  332. "version": null,
  333. "lastMigration": null
  334. }
  335. },
  336. "loot": {
  337. "templates": [],
  338. "attributes": {},
  339. "details": {
  340. "description": "",
  341. "level": {
  342. "value": 0
  343. }
  344. },
  345. "lootSheetType": "Loot",
  346. "hiddenWhenEmpty": false,
  347. "schema": {
  348. "version": null,
  349. "lastMigration": null
  350. }
  351. },
  352. "familiar": {
  353. "templates": [],
  354. "master": {
  355. "id": null,
  356. "ability": null
  357. },
  358. "attributes": {
  359. "hp": {
  360. "value": 5,
  361. "temp": 0
  362. }
  363. },
  364. "details": {
  365. "creature": {
  366. "value": ""
  367. }
  368. },
  369. "resources": {},
  370. "schema": {
  371. "version": null,
  372. "lastMigration": null
  373. }
  374. },
  375. "party": {
  376. "templates": [],
  377. "attributes": {},
  378. "details": {
  379. "description": "",
  380. "members": []
  381. }
  382. },
  383. "vehicle": {
  384. "templates": [],
  385. "source": {
  386. "value": ""
  387. },
  388. "attributes": {
  389. "ac": {
  390. "value": 10,
  391. "check": 0,
  392. "details": ""
  393. },
  394. "hardness": 0,
  395. "hp": {
  396. "value": 10,
  397. "max": 10,
  398. "temp": 0,
  399. "details": ""
  400. },
  401. "collisionDC": {
  402. "value": 0
  403. },
  404. "collisionDamage": {
  405. "value": ""
  406. },
  407. "immunities": [
  408. {
  409. "type": "object-immunities"
  410. }
  411. ]
  412. },
  413. "saves": {
  414. "fortitude": {
  415. "value": 0,
  416. "saveDetail": ""
  417. }
  418. },
  419. "details": {
  420. "description": "",
  421. "level": {
  422. "value": 1
  423. },
  424. "price": 0,
  425. "space": {
  426. "long": 10,
  427. "wide": 10,
  428. "high": 5
  429. },
  430. "crew": "1 pilot",
  431. "passengers": "",
  432. "pilotingCheck": "",
  433. "speed": 0
  434. },
  435. "traits": {
  436. "value": [],
  437. "rarity": "common",
  438. "size": {
  439. "value": "lg"
  440. }
  441. },
  442. "schema": {
  443. "version": null,
  444. "lastMigration": null
  445. }
  446. }
  447. },
  448. "Item": {
  449. "types": [
  450. "action",
  451. "affliction",
  452. "ancestry",
  453. "armor",
  454. "background",
  455. "backpack",
  456. "book",
  457. "campaignFeature",
  458. "class",
  459. "condition",
  460. "consumable",
  461. "deity",
  462. "effect",
  463. "equipment",
  464. "feat",
  465. "heritage",
  466. "kit",
  467. "lore",
  468. "melee",
  469. "spell",
  470. "spellcastingEntry",
  471. "treasure",
  472. "weapon"
  473. ],
  474. "templates": {
  475. "common": {
  476. "description": {
  477. "gm": "",
  478. "value": ""
  479. },
  480. "source": {
  481. "value": ""
  482. },
  483. "rules": [],
  484. "slug": null,
  485. "schema": {
  486. "version": null,
  487. "lastMigration": null
  488. },
  489. "traits": {
  490. "otherTags": []
  491. }
  492. },
  493. "traits": {
  494. "traits": {
  495. "value": []
  496. }
  497. },
  498. "rarity": {
  499. "traits": {
  500. "rarity": "common"
  501. }
  502. },
  503. "physical": {
  504. "level": {
  505. "value": 0
  506. },
  507. "traits": {
  508. "value": [],
  509. "rarity": "common"
  510. },
  511. "quantity": 1,
  512. "baseItem": null,
  513. "hp": {
  514. "value": 0,
  515. "max": 0
  516. },
  517. "hardness": 0,
  518. "weight": {
  519. "value": "L"
  520. },
  521. "equippedBulk": {
  522. "value": ""
  523. },
  524. "price": {
  525. "value": {}
  526. },
  527. "equipped": {
  528. "carryType": "worn"
  529. },
  530. "stackGroup": null,
  531. "negateBulk": {
  532. "value": "0"
  533. },
  534. "containerId": null,
  535. "size": "med",
  536. "material": {
  537. "type": null,
  538. "grade": null
  539. },
  540. "identification": {
  541. "status": "identified",
  542. "unidentified": {
  543. "name": "",
  544. "img": "",
  545. "data": {
  546. "description": {
  547. "value": ""
  548. }
  549. }
  550. },
  551. "misidentified": {}
  552. },
  553. "usage": {
  554. "value": ""
  555. }
  556. },
  557. "itemLevel": {
  558. "level": {
  559. "value": 0
  560. }
  561. },
  562. "investable": {
  563. "equipped": {
  564. "invested": null
  565. }
  566. }
  567. },
  568. "htmlFields": [
  569. "description.gm",
  570. "description.value",
  571. "identification.data.description.value"
  572. ],
  573. "affliction": {
  574. "templates": [
  575. "common",
  576. "itemLevel",
  577. "traits"
  578. ],
  579. "duration": {
  580. "value": -1,
  581. "unit": "unlimited"
  582. },
  583. "save": {
  584. "type": "fortitude",
  585. "value": 0
  586. },
  587. "stage": 1,
  588. "stages": {},
  589. "context": null
  590. },
  591. "backpack": {
  592. "templates": [
  593. "common",
  594. "physical",
  595. "investable"
  596. ],
  597. "bulkCapacity": {
  598. "value": ""
  599. },
  600. "collapsed": false,
  601. "stowing": false,
  602. "usage": {
  603. "value": "worn"
  604. }
  605. },
  606. "book": {
  607. "templates": [
  608. "common",
  609. "physical"
  610. ],
  611. "subtype": "formula",
  612. "capacity": 1,
  613. "items": []
  614. },
  615. "treasure": {
  616. "templates": [
  617. "common",
  618. "physical"
  619. ]
  620. },
  621. "weapon": {
  622. "templates": [
  623. "common",
  624. "physical",
  625. "investable"
  626. ],
  627. "category": "simple",
  628. "group": null,
  629. "bonus": {
  630. "value": 0
  631. },
  632. "damage": {
  633. "dice": 1,
  634. "die": "d6",
  635. "damageType": "slashing",
  636. "persistent": null
  637. },
  638. "equipped": {
  639. "handsHeld": 0
  640. },
  641. "bonusDamage": {
  642. "value": 0
  643. },
  644. "splashDamage": {
  645. "value": 0
  646. },
  647. "range": null,
  648. "reload": {
  649. "value": null
  650. },
  651. "potencyRune": {
  652. "value": 0
  653. },
  654. "strikingRune": {
  655. "value": ""
  656. },
  657. "specific": {
  658. "value": false
  659. },
  660. "propertyRune1": {
  661. "value": null
  662. },
  663. "propertyRune2": {
  664. "value": null
  665. },
  666. "propertyRune3": {
  667. "value": null
  668. },
  669. "propertyRune4": {
  670. "value": null
  671. },
  672. "usage": {
  673. "value": "held-in-one-hand"
  674. },
  675. "property1": {
  676. "value": "",
  677. "dice": 0,
  678. "die": "",
  679. "damageType": "",
  680. "critDice": 0,
  681. "critDie": "",
  682. "critDamage": "",
  683. "critDamageType": ""
  684. }
  685. },
  686. "armor": {
  687. "templates": [
  688. "common",
  689. "physical",
  690. "investable"
  691. ],
  692. "category": "light",
  693. "group": null,
  694. "acBonus": 0,
  695. "strength": 0,
  696. "dexCap": 0,
  697. "checkPenalty": null,
  698. "speedPenalty": null,
  699. "potencyRune": {
  700. "value": 0
  701. },
  702. "resiliencyRune": {
  703. "value": ""
  704. },
  705. "propertyRune1": {
  706. "value": ""
  707. },
  708. "propertyRune2": {
  709. "value": ""
  710. },
  711. "propertyRune3": {
  712. "value": ""
  713. },
  714. "propertyRune4": {
  715. "value": ""
  716. },
  717. "usage": {
  718. "value": "wornarmor"
  719. }
  720. },
  721. "melee": {
  722. "templates": [
  723. "common",
  724. "traits"
  725. ],
  726. "weaponType": {
  727. "value": "melee"
  728. },
  729. "attack": {
  730. "value": ""
  731. },
  732. "damageRolls": {},
  733. "bonus": {
  734. "value": 0
  735. },
  736. "attackEffects": {
  737. "value": []
  738. }
  739. },
  740. "consumable": {
  741. "templates": [
  742. "common",
  743. "physical"
  744. ],
  745. "consumableType": {
  746. "value": "other"
  747. },
  748. "charges": {
  749. "value": 0,
  750. "max": 0
  751. },
  752. "consume": {
  753. "value": ""
  754. },
  755. "autoDestroy": {
  756. "value": true
  757. },
  758. "usage": {
  759. "value": "held-in-one-hand"
  760. },
  761. "spell": null
  762. },
  763. "equipment": {
  764. "templates": [
  765. "common",
  766. "physical",
  767. "investable"
  768. ],
  769. "usage": {
  770. "value": "held-in-one-hand"
  771. }
  772. },
  773. "ancestry": {
  774. "templates": [
  775. "common",
  776. "traits",
  777. "rarity"
  778. ],
  779. "hp": 6,
  780. "size": "med",
  781. "reach": 5,
  782. "speed": 25,
  783. "boosts": {
  784. "0": {
  785. "value": []
  786. },
  787. "1": {
  788. "value": []
  789. },
  790. "2": {
  791. "value": [
  792. "str",
  793. "dex",
  794. "con",
  795. "int",
  796. "wis",
  797. "cha"
  798. ]
  799. }
  800. },
  801. "flaws": {
  802. "0": {
  803. "value": []
  804. }
  805. },
  806. "languages": {
  807. "value": [
  808. "common"
  809. ],
  810. "custom": ""
  811. },
  812. "additionalLanguages": {
  813. "count": 0,
  814. "value": [],
  815. "custom": ""
  816. },
  817. "items": {},
  818. "vision": "normal"
  819. },
  820. "background": {
  821. "templates": [
  822. "common",
  823. "traits",
  824. "rarity"
  825. ],
  826. "boosts": {
  827. "0": {
  828. "value": []
  829. },
  830. "1": {
  831. "value": []
  832. }
  833. },
  834. "items": {},
  835. "trainedLore": "",
  836. "trainedSkills": {
  837. "value": []
  838. }
  839. },
  840. "campaignFeature": {
  841. "templates": [
  842. "common",
  843. "traits",
  844. "rarity"
  845. ],
  846. "campaign": "kingmaker",
  847. "category": "kingdom-activity",
  848. "actionType": {
  849. "value": "passive"
  850. },
  851. "actions": {
  852. "value": null
  853. },
  854. "prerequisites": {
  855. "value": []
  856. },
  857. "location": null
  858. },
  859. "class": {
  860. "templates": [
  861. "common",
  862. "traits",
  863. "rarity"
  864. ],
  865. "keyAbility": {
  866. "value": []
  867. },
  868. "items": {},
  869. "hp": 0,
  870. "trainedSkills": {
  871. "value": [],
  872. "additional": 0
  873. },
  874. "perception": 0,
  875. "savingThrows": {
  876. "fortitude": 0,
  877. "reflex": 0,
  878. "will": 0
  879. },
  880. "attacks": {
  881. "simple": 0,
  882. "martial": 0,
  883. "advanced": 0,
  884. "unarmed": 0,
  885. "other": {
  886. "name": "",
  887. "rank": 0
  888. }
  889. },
  890. "defenses": {
  891. "unarmored": 0,
  892. "light": 0,
  893. "medium": 0,
  894. "heavy": 0
  895. },
  896. "classDC": 0,
  897. "ancestryFeatLevels": {
  898. "value": [
  899. 1,
  900. 5,
  901. 9,
  902. 13,
  903. 17
  904. ]
  905. },
  906. "classFeatLevels": {
  907. "value": [
  908. 1,
  909. 2,
  910. 4,
  911. 6,
  912. 8,
  913. 10,
  914. 12,
  915. 14,
  916. 16,
  917. 18,
  918. 20
  919. ]
  920. },
  921. "generalFeatLevels": {
  922. "value": [
  923. 3,
  924. 7,
  925. 11,
  926. 15,
  927. 19
  928. ]
  929. },
  930. "skillFeatLevels": {
  931. "value": [
  932. 2,
  933. 4,
  934. 6,
  935. 8,
  936. 10,
  937. 12,
  938. 14,
  939. 16,
  940. 18,
  941. 20
  942. ]
  943. },
  944. "skillIncreaseLevels": {
  945. "value": [
  946. 3,
  947. 5,
  948. 7,
  949. 9,
  950. 11,
  951. 13,
  952. 15,
  953. 17,
  954. 19
  955. ]
  956. }
  957. },
  958. "feat": {
  959. "templates": [
  960. "common",
  961. "itemLevel",
  962. "traits",
  963. "rarity"
  964. ],
  965. "category": "bonus",
  966. "onlyLevel1": false,
  967. "maxTakable": 1,
  968. "actionType": {
  969. "value": "passive"
  970. },
  971. "actions": {
  972. "value": null
  973. },
  974. "prerequisites": {
  975. "value": []
  976. },
  977. "location": null
  978. },
  979. "heritage": {
  980. "templates": [
  981. "common",
  982. "traits",
  983. "rarity"
  984. ],
  985. "ancestry": null
  986. },
  987. "lore": {
  988. "templates": [
  989. "common"
  990. ],
  991. "mod": {
  992. "value": 0
  993. },
  994. "proficient": {
  995. "value": 0
  996. }
  997. },
  998. "action": {
  999. "templates": [
  1000. "common",
  1001. "traits"
  1002. ],
  1003. "actionType": {
  1004. "value": "passive"
  1005. },
  1006. "category": null,
  1007. "actions": {
  1008. "value": null
  1009. },
  1010. "requirements": {
  1011. "value": ""
  1012. },
  1013. "trigger": {
  1014. "value": ""
  1015. },
  1016. "deathNote": false
  1017. },
  1018. "spell": {
  1019. "templates": [
  1020. "common",
  1021. "traits",
  1022. "rarity"
  1023. ],
  1024. "level": {
  1025. "value": 1
  1026. },
  1027. "spellType": {
  1028. "value": "attack"
  1029. },
  1030. "category": {
  1031. "value": "spell"
  1032. },
  1033. "traditions": {
  1034. "value": []
  1035. },
  1036. "components": {
  1037. "focus": false,
  1038. "material": false,
  1039. "somatic": false,
  1040. "verbal": false
  1041. },
  1042. "materials": {
  1043. "value": ""
  1044. },
  1045. "target": {
  1046. "value": ""
  1047. },
  1048. "range": {
  1049. "value": ""
  1050. },
  1051. "area": null,
  1052. "time": {
  1053. "value": "2"
  1054. },
  1055. "duration": {
  1056. "value": ""
  1057. },
  1058. "damage": {
  1059. "value": {}
  1060. },
  1061. "save": {
  1062. "value": "",
  1063. "basic": ""
  1064. },
  1065. "sustained": {
  1066. "value": false
  1067. },
  1068. "cost": {
  1069. "value": ""
  1070. },
  1071. "location": {
  1072. "value": null
  1073. },
  1074. "hasCounteractCheck": {
  1075. "value": false
  1076. }
  1077. },
  1078. "spellcastingEntry": {
  1079. "templates": [
  1080. "common"
  1081. ],
  1082. "ability": {
  1083. "value": "cha"
  1084. },
  1085. "spelldc": {
  1086. "value": 0,
  1087. "dc": 0
  1088. },
  1089. "tradition": {
  1090. "value": "arcane"
  1091. },
  1092. "prepared": {
  1093. "value": "innate"
  1094. },
  1095. "showUnpreparedSpells": {
  1096. "value": false
  1097. },
  1098. "showSlotlessLevels": {
  1099. "value": true
  1100. },
  1101. "proficiency": {
  1102. "value": 1
  1103. },
  1104. "displayLevels": {},
  1105. "slots": {
  1106. "slot0": {
  1107. "prepared": [],
  1108. "value": 0,
  1109. "max": 0
  1110. },
  1111. "slot1": {
  1112. "prepared": [],
  1113. "value": 0,
  1114. "max": 0
  1115. },
  1116. "slot2": {
  1117. "prepared": [],
  1118. "value": 0,
  1119. "max": 0
  1120. },
  1121. "slot3": {
  1122. "prepared": [],
  1123. "value": 0,
  1124. "max": 0
  1125. },
  1126. "slot4": {
  1127. "prepared": [],
  1128. "value": 0,
  1129. "max": 0
  1130. },
  1131. "slot5": {
  1132. "prepared": [],
  1133. "value": 0,
  1134. "max": 0
  1135. },
  1136. "slot6": {
  1137. "prepared": [],
  1138. "value": 0,
  1139. "max": 0
  1140. },
  1141. "slot7": {
  1142. "prepared": [],
  1143. "value": 0,
  1144. "max": 0
  1145. },
  1146. "slot8": {
  1147. "prepared": [],
  1148. "value": 0,
  1149. "max": 0
  1150. },
  1151. "slot9": {
  1152. "prepared": [],
  1153. "value": 0,
  1154. "max": 0
  1155. },
  1156. "slot10": {
  1157. "prepared": [],
  1158. "value": 0,
  1159. "max": 0
  1160. },
  1161. "slot11": {
  1162. "prepared": [],
  1163. "value": 0,
  1164. "max": 0
  1165. }
  1166. },
  1167. "autoHeightenLevel": {
  1168. "value": null
  1169. }
  1170. },
  1171. "kit": {
  1172. "templates": [
  1173. "common",
  1174. "traits",
  1175. "rarity"
  1176. ],
  1177. "items": {},
  1178. "price": {
  1179. "value": {}
  1180. }
  1181. },
  1182. "condition": {
  1183. "templates": [
  1184. "common"
  1185. ],
  1186. "group": null,
  1187. "duration": {
  1188. "value": 0
  1189. },
  1190. "value": {
  1191. "isValued": false,
  1192. "value": 0
  1193. },
  1194. "references": {
  1195. "children": [],
  1196. "overrides": [],
  1197. "overriddenBy": []
  1198. },
  1199. "overrides": []
  1200. },
  1201. "effect": {
  1202. "templates": [
  1203. "common",
  1204. "traits"
  1205. ],
  1206. "level": {
  1207. "value": 1
  1208. },
  1209. "duration": {
  1210. "value": -1,
  1211. "unit": "unlimited",
  1212. "sustained": false,
  1213. "expiry": "turn-start"
  1214. },
  1215. "start": {
  1216. "value": 0,
  1217. "initiative": null
  1218. },
  1219. "tokenIcon": {
  1220. "show": true
  1221. },
  1222. "badge": null,
  1223. "context": null
  1224. },
  1225. "deity": {
  1226. "templates": [
  1227. "common"
  1228. ],
  1229. "category": "deity",
  1230. "alignment": {
  1231. "own": "N",
  1232. "follower": [
  1233. "N"
  1234. ]
  1235. },
  1236. "domains": {
  1237. "primary": [],
  1238. "alternate": []
  1239. },
  1240. "font": [
  1241. "harm",
  1242. "heal"
  1243. ],
  1244. "ability": [],
  1245. "skill": null,
  1246. "weapons": [],
  1247. "spells": {}
  1248. }
  1249. }
  1250. }