Advertisement
Guest User

Starfinder config for Token Tooltip Alt for FoundryVTT

a guest
Jul 8th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.91 KB | None | 0 0
  1. {
  2. "gmSettings": {
  3. "default": {
  4. "items": [
  5. {
  6. "disposition": "FRIENDLY",
  7. "items": []
  8. },
  9. {
  10. "disposition": "NEUTRAL",
  11. "items": []
  12. },
  13. {
  14. "disposition": "HOSTILE",
  15. "items": [
  16. {
  17. "value": "{ \nh=<attributes.speed.flying.maneuverability>;\nh=compareText(typeOf(h), \"null\") == 0 ? \"\" : h ? \"H \" : \"\";\nu=<attributes.movement.units>;\nu=compareText(typeOf(u), \"null\") == 0 ? '' : u;\nw=<attributes.speed.land.value>;\nw=compareText(typeOf(w), \"null\") == 0 ? '' : w > 0 ? concat(\"W:\", string(w), \" \") : \"\";\nf=<attributes.speed.flying.value>;\nf=compareText(typeOf(f), \"null\") == 0 ? '' : f > 0 ? concat(\"F:\", string(f), \" \") : \"\";\ns=<attributes.speed.swimming.value>;\ns=compareText(typeOf(s), \"null\") == 0 ? '' : s > 0 ? concat(\"S:\", string(s), \" \") : \"\";\nc=<attributes.speed.climbing.value>;\nc=compareText(typeOf(c), \"null\") == 0 ? '' : c > 0 ? concat(\"C:\", string(c), \" \") : \"\";\nb=<attributes.speed.burrowing.value>; \nb=compareText(typeOf(b), \"null\") == 0 ? '' : b > 0 ? concat(\"B:\", string(b), \" \") : \"\";\nconcat(h, w, f, s, c, b) \n}",
  18. "icon": "fa-shoe-prints",
  19. "isFunction": false,
  20. "expression": true,
  21. "isNumber": false,
  22. "color": "#9c35c9"
  23. },
  24. {
  25. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhp <= 0 ? \"Dead\" : hp <= hpm*0.05 & hpm >= 2? \"Death's Door\" : hp <= hpm*0.25 ? \"Very Hurt\" : hp < hpm/2 ? \"Wounded\" : hp < hpm*0.75 ? \"Injured\" : hp < hpm ? \"Scratched\" : \"\"\n}",
  26. "icon": "fa-heart-crack",
  27. "isFunction": false,
  28. "expression": true,
  29. "isNumber": false,
  30. "color": "#c20000"
  31. },
  32. {
  33. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nconcat(string(hp + hpt), \"/\", string(hpm))\n}",
  34. "icon": "fa-heart",
  35. "isFunction": false,
  36. "expression": true,
  37. "isNumber": false,
  38. "color": "#b53636"
  39. },
  40. {
  41. "value": "{\neac=<attributes.eac.value>;\nconcat(\"EAC \",string(eac))\n}",
  42. "icon": "fa-shield-virus",
  43. "isFunction": false,
  44. "expression": true,
  45. "isNumber": false,
  46. "color": "#edcc7e"
  47. },
  48. {
  49. "value": "{\nkac=<attributes.kac.value>;\nconcat(\"KAC \",string(kac))\n}",
  50. "icon": "fa-shield-quartered",
  51. "isFunction": false,
  52. "expression": true,
  53. "isNumber": false,
  54. "color": "#18c456"
  55. }
  56. ]
  57. },
  58. {
  59. "disposition": "SECRET",
  60. "items": []
  61. }
  62. ],
  63. "static": {
  64. "displayNameInTooltip": true,
  65. "useAccentEverywhere": false,
  66. "accentColor": "#51e7eb",
  67. "tokenDispositions": [
  68. "FRIENDLY",
  69. "NEUTRAL",
  70. "HOSTILE",
  71. "SECRET"
  72. ],
  73. "useAccentColorForEverything": false
  74. }
  75. },
  76. "character": {
  77. "items": [
  78. {
  79. "disposition": "FRIENDLY",
  80. "items": [
  81. {
  82. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nconcat(string(hp + hpt), \"/\", string(hpm))\n}",
  83. "icon": "fa-heart",
  84. "isFunction": false,
  85. "expression": true,
  86. "isNumber": false,
  87. "color": "#b53636"
  88. },
  89. {
  90. "value": "{\nsp=<attributes.sp.value>;\nspm=<attributes.sp.max>;\nconcat(string(sp), \"/\", string(spm))\n}",
  91. "icon": "fa-shield-heart",
  92. "isFunction": false,
  93. "expression": true,
  94. "isNumber": false,
  95. "color": "#14b1ff"
  96. },
  97. {
  98. "value": "{\neac=<attributes.eac.value>;\nconcat(\"EAC \",string(eac))\n}",
  99. "icon": "fa-shield-virus",
  100. "isFunction": false,
  101. "expression": true,
  102. "isNumber": false,
  103. "color": "#edcc7e"
  104. },
  105. {
  106. "value": "{\nkac=<attributes.kac.value>;\nconcat(\"KAC \",string(kac))\n}",
  107. "icon": "fa-shield-quartered",
  108. "isFunction": false,
  109. "expression": true,
  110. "isNumber": false,
  111. "color": "#18c456"
  112. }
  113. ]
  114. },
  115. {
  116. "disposition": "NEUTRAL",
  117. "items": [
  118. {
  119. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nconcat(string(hp + hpt), \"/\", string(hpm))\n}",
  120. "icon": "fa-heart",
  121. "isFunction": false,
  122. "expression": true,
  123. "isNumber": false,
  124. "color": "#b53636"
  125. },
  126. {
  127. "value": "{\nsp=<attributes.sp.value>;\nspm=<attributes.sp.max>;\nconcat(string(sp), \"/\", string(spm))\n}",
  128. "icon": "fa-shield-heart",
  129. "isFunction": false,
  130. "expression": true,
  131. "isNumber": false,
  132. "color": "#14b1ff"
  133. },
  134. {
  135. "value": "{\neac=<attributes.eac.value>;\nconcat(\"EAC \",string(eac))\n}",
  136. "icon": "fa-shield-virus",
  137. "isFunction": false,
  138. "expression": true,
  139. "isNumber": false,
  140. "color": "#edcc7e"
  141. },
  142. {
  143. "value": "{\nkac=<attributes.kac.value>;\n{\nkac=<attributes.kac.value>;\nconcat(\"KAC \",string(kac))\n}}",
  144. "icon": "fa-shield-quartered",
  145. "isFunction": false,
  146. "expression": true,
  147. "isNumber": false,
  148. "color": "#18c456"
  149. }
  150. ]
  151. },
  152. {
  153. "disposition": "HOSTILE",
  154. "items": [
  155. {
  156. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nconcat(string(hp + hpt), \"/\", string(hpm))\n}",
  157. "icon": "fa-heart",
  158. "isFunction": false,
  159. "expression": true,
  160. "isNumber": false,
  161. "color": "#b53636"
  162. },
  163. {
  164. "value": "{\nsp=<attributes.sp.value>;\nspm=<attributes.sp.max>;\nconcat(string(sp), \"/\", string(spm))\n}",
  165. "icon": "fa-shield-heart",
  166. "isFunction": false,
  167. "expression": true,
  168. "isNumber": false,
  169. "color": "#14b1ff"
  170. },
  171. {
  172. "value": "{\neac=<attributes.eac.value>;\nconcat(\"EAC \",string(eac))\n}",
  173. "icon": "fa-shield-virus",
  174. "isFunction": false,
  175. "expression": true,
  176. "isNumber": false,
  177. "color": "#edcc7e"
  178. },
  179. {
  180. "value": "{\nkac=<attributes.kac.value>;\nconcat(\"KAC \",string(kac))\n}",
  181. "icon": "fa-shield-quartered",
  182. "isFunction": false,
  183. "expression": true,
  184. "isNumber": false,
  185. "color": "#18c456"
  186. }
  187. ]
  188. },
  189. {
  190. "disposition": "SECRET",
  191. "items": []
  192. }
  193. ],
  194. "static": {
  195. "displayNameInTooltip": true,
  196. "useAccentEverywhere": false,
  197. "accentColor": "#51e7eb",
  198. "tokenDispositions": [
  199. "OWNED",
  200. "FRIENDLY",
  201. "NEUTRAL",
  202. "HOSTILE",
  203. "SECRET"
  204. ]
  205. }
  206. },
  207. "drone": {
  208. "items": [
  209. {
  210. "disposition": "FRIENDLY",
  211. "items": []
  212. },
  213. {
  214. "disposition": "NEUTRAL",
  215. "items": []
  216. },
  217. {
  218. "disposition": "HOSTILE",
  219. "items": []
  220. },
  221. {
  222. "disposition": "SECRET",
  223. "items": []
  224. }
  225. ],
  226. "static": {
  227. "displayNameInTooltip": true,
  228. "useAccentEverywhere": false,
  229. "accentColor": "#ec498b",
  230. "tokenDispositions": [
  231. "FRIENDLY",
  232. "NEUTRAL",
  233. "HOSTILE",
  234. "SECRET"
  235. ],
  236. "useAccentColorForEverything": false
  237. }
  238. },
  239. "hazard": {
  240. "items": [
  241. {
  242. "disposition": "FRIENDLY",
  243. "items": []
  244. },
  245. {
  246. "disposition": "NEUTRAL",
  247. "items": []
  248. },
  249. {
  250. "disposition": "HOSTILE",
  251. "items": []
  252. },
  253. {
  254. "disposition": "SECRET",
  255. "items": []
  256. }
  257. ],
  258. "static": {
  259. "displayNameInTooltip": true,
  260. "accentColor": "#22a6f5",
  261. "useAccentColorForEverything": false,
  262. "tokenDispositions": [
  263. "FRIENDLY",
  264. "NEUTRAL",
  265. "HOSTILE",
  266. "SECRET"
  267. ]
  268. }
  269. },
  270. "npc2": {
  271. "items": [
  272. {
  273. "disposition": "FRIENDLY",
  274. "items": []
  275. },
  276. {
  277. "disposition": "NEUTRAL",
  278. "items": []
  279. },
  280. {
  281. "disposition": "HOSTILE",
  282. "items": [
  283. {
  284. "value": "{ \nh=<attributes.speed.flying.maneuverability>;\nh=compareText(typeOf(h), \"null\") == 0 ? \"\" : h ? \"H \" : \"\";\nu=<attributes.movement.units>;\nu=compareText(typeOf(u), \"null\") == 0 ? '' : u;\nw=<attributes.speed.land.value>;\nw=compareText(typeOf(w), \"null\") == 0 ? '' : w > 0 ? concat(\"W:\", string(w), \" \") : \"\";\nf=<attributes.speed.flying.value>;\nf=compareText(typeOf(f), \"null\") == 0 ? '' : f > 0 ? concat(\"F:\", string(f), \" \") : \"\";\ns=<attributes.speed.swimming.value>;\ns=compareText(typeOf(s), \"null\") == 0 ? '' : s > 0 ? concat(\"S:\", string(s), \" \") : \"\";\nc=<attributes.speed.climbing.value>;\nc=compareText(typeOf(c), \"null\") == 0 ? '' : c > 0 ? concat(\"C:\", string(c), \" \") : \"\";\nb=<attributes.speed.burrowing.value>; \nb=compareText(typeOf(b), \"null\") == 0 ? '' : b > 0 ? concat(\"B:\", string(b), \" \") : \"\";\nconcat(h, w, f, s, c, b) \n}",
  285. "icon": "fa-shoe-prints",
  286. "isFunction": false,
  287. "expression": true,
  288. "isNumber": false,
  289. "color": "#9c35c9"
  290. },
  291. {
  292. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Dead\" : \n\thp <= hpm*0.05 & hpm >= 2? \"Death's Door\" : \n\thp <= hpm*0.25 ? \"Very Hurt\" : \n\thp < hpm/2 ? \"Wounded\" : \n\thp < hpm*0.75 ? \"Injured\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  293. "icon": "fa-heart-crack",
  294. "isFunction": false,
  295. "expression": true,
  296. "isNumber": false,
  297. "color": "#c20000"
  298. },
  299. {
  300. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nhpt=<attributes.hp.temp>;\nhpt=compareText(typeOf(hpt), \"null\") == 0 ? 0 : hpt;\nconcat(string(hp + hpt), \"/\", string(hpm))\n}",
  301. "icon": "fa-heart",
  302. "isFunction": false,
  303. "expression": true,
  304. "isNumber": false,
  305. "color": "#b53636"
  306. },
  307. {
  308. "value": "{\neac=<attributes.eac.value>;\nconcat(\"EAC \",string(eac))\n}",
  309. "icon": "fa-shield-virus",
  310. "isFunction": false,
  311. "expression": true,
  312. "isNumber": false,
  313. "color": "#edcc7e"
  314. },
  315. {
  316. "value": "{\nkac=<attributes.kac.value>;\nconcat(\"KAC \",string(kac))\n}",
  317. "icon": "fa-shield-quartered",
  318. "isFunction": false,
  319. "expression": true,
  320. "isNumber": false,
  321. "color": "#18c456"
  322. }
  323. ]
  324. },
  325. {
  326. "disposition": "SECRET",
  327. "items": []
  328. }
  329. ],
  330. "static": {
  331. "displayNameInTooltip": true,
  332. "useAccentEverywhere": false,
  333. "accentColor": "#da51ec",
  334. "tokenDispositions": [
  335. "FRIENDLY",
  336. "NEUTRAL",
  337. "HOSTILE",
  338. "SECRET"
  339. ],
  340. "useAccentColorForEverything": false
  341. }
  342. },
  343. "starship": {
  344. "items": [
  345. {
  346. "disposition": "FRIENDLY",
  347. "items": [
  348. {
  349. "value": "{\n\tspeed=<attributes.speed.value>;\n\tturn=<attributes.turn.value>;\n\tconcat(\"S \", string(speed), \": T \", string(turn))\n}",
  350. "icon": "fa-shoe-prints",
  351. "isFunction": false,
  352. "expression": true,
  353. "isNumber": false,
  354. "color": "#9c35c9"
  355. },
  356. {
  357. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Disabled\" : \n\thp <= hpm*0.25 ? \"Critical\" : \n\thp < hpm/2 ? \"Damaged\" : \n\thp < hpm*0.75 ? \"Scuffed\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  358. "icon": "fa-heart-crack",
  359. "isFunction": false,
  360. "expression": true,
  361. "isNumber": false,
  362. "color": "#c20000"
  363. },
  364. {
  365. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nconcat(string(hp), \"/\", string(hpm))\n}",
  366. "icon": "fa-heart",
  367. "isFunction": false,
  368. "expression": true,
  369. "isNumber": false,
  370. "color": "#b53636"
  371. },
  372. {
  373. "value": "{\nsh=<attributes.shields.value>;\nshm=<attributes.shields.max>;\nconcat(string(sh), \"/\", string(shm))\n}",
  374. "icon": "fa-shield",
  375. "isFunction": false,
  376. "expression": true,
  377. "isNumber": false,
  378. "color": "#00b3ff"
  379. },
  380. {
  381. "value": "{\n\tac=<quadrants.forward.ac.value>;\n\tconcat(\"AC: \",string(ac))\n}",
  382. "icon": "fa-shield-virus",
  383. "isFunction": false,
  384. "expression": true,
  385. "isNumber": false,
  386. "color": "#edcc7e"
  387. },
  388. {
  389. "value": "{\ntl=<quadrants.forward.targetLock.value>;\nconcat(\"TL: \",string(tl))\n}",
  390. "icon": "fa-shield-quartered",
  391. "isFunction": false,
  392. "expression": true,
  393. "isNumber": false,
  394. "color": "#18c456"
  395. }
  396. ]
  397. },
  398. {
  399. "disposition": "NEUTRAL",
  400. "items": [
  401. {
  402. "value": "{\n\tspeed=<attributes.speed.value>;\n\tturn=<attributes.turn.value>;\n\tconcat(\"S \", string(speed), \": T \", string(turn))\n}",
  403. "icon": "fa-shoe-prints",
  404. "isFunction": false,
  405. "expression": true,
  406. "isNumber": false,
  407. "color": "#9c35c9"
  408. },
  409. {
  410. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Disabled\" : \n\thp <= hpm*0.25 ? \"Critical\" : \n\thp < hpm/2 ? \"Damaged\" : \n\thp < hpm*0.75 ? \"Scuffed\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  411. "icon": "fa-heart-crack",
  412. "isFunction": false,
  413. "expression": true,
  414. "isNumber": false,
  415. "color": "#c20000"
  416. },
  417. {
  418. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nconcat(string(hp), \"/\", string(hpm))\n}",
  419. "icon": "fa-heart",
  420. "isFunction": false,
  421. "expression": true,
  422. "isNumber": false,
  423. "color": "#b53636"
  424. },
  425. {
  426. "value": "{\nsh=<attributes.shields.value>;\nshm=<attributes.shields.max>;\nconcat(string(sh), \"/\", string(shm))\n}",
  427. "icon": "fa-shield",
  428. "isFunction": false,
  429. "expression": true,
  430. "isNumber": false,
  431. "color": "#00b3ff"
  432. },
  433. {
  434. "value": "{\n\tac=<quadrants.forward.ac.value>;\n\tconcat(\"AC: \",string(ac))\n}",
  435. "icon": "fa-shield-virus",
  436. "isFunction": false,
  437. "expression": true,
  438. "isNumber": false,
  439. "color": "#edcc7e"
  440. },
  441. {
  442. "value": "{\ntl=<quadrants.forward.targetLock.value>;\nconcat(\"TL: \",string(tl))\n}",
  443. "icon": "fa-shield-quartered",
  444. "isFunction": false,
  445. "expression": true,
  446. "isNumber": false,
  447. "color": "#18c456"
  448. }
  449. ]
  450. },
  451. {
  452. "disposition": "HOSTILE",
  453. "items": [
  454. {
  455. "value": "{\n\tspeed=<attributes.speed.value>;\n\tturn=<attributes.turn.value>;\n\tconcat(\"S \", string(speed), \": T \", string(turn))\n}",
  456. "icon": "fa-shoe-prints",
  457. "isFunction": false,
  458. "expression": true,
  459. "isNumber": false,
  460. "color": "#9c35c9"
  461. },
  462. {
  463. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Disabled\" : \n\thp <= hpm*0.25 ? \"Critical\" : \n\thp < hpm/2 ? \"Damaged\" : \n\thp < hpm*0.75 ? \"Scuffed\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  464. "icon": "fa-heart-crack",
  465. "isFunction": false,
  466. "expression": true,
  467. "isNumber": false,
  468. "color": "#c20000"
  469. },
  470. {
  471. "value": "{\nhp=<attributes.hp.value>;\nhpm=<attributes.hp.max>;\nconcat(string(hp), \"/\", string(hpm))\n}",
  472. "icon": "fa-heart",
  473. "isFunction": false,
  474. "expression": true,
  475. "isNumber": false,
  476. "color": "#b53636"
  477. },
  478. {
  479. "value": "{\nsh=<attributes.shields.value>;\nshm=<attributes.shields.max>;\nconcat(string(sh), \"/\", string(shm))\n}",
  480. "icon": "fa-shield",
  481. "isFunction": false,
  482. "expression": true,
  483. "isNumber": false,
  484. "color": "#00b3ff"
  485. },
  486. {
  487. "value": "{\n\tac=<quadrants.forward.ac.value>;\n\tconcat(\"AC: \",string(ac))\n}",
  488. "icon": "fa-shield-virus",
  489. "isFunction": false,
  490. "expression": true,
  491. "isNumber": false,
  492. "color": "#edcc7e"
  493. },
  494. {
  495. "value": "{\ntl=<quadrants.forward.targetLock.value>;\nconcat(\"TL: \",string(tl))\n}",
  496. "icon": "fa-shield-quartered",
  497. "isFunction": false,
  498. "expression": true,
  499. "isNumber": false,
  500. "color": "#18c456"
  501. }
  502. ]
  503. },
  504. {
  505. "disposition": "SECRET",
  506. "items": []
  507. }
  508. ],
  509. "static": {
  510. "displayNameInTooltip": true,
  511. "useAccentEverywhere": false,
  512. "accentColor": "#ec51e6",
  513. "tokenDispositions": [
  514. "FRIENDLY",
  515. "NEUTRAL",
  516. "HOSTILE",
  517. "SECRET"
  518. ],
  519. "useAccentColorForEverything": false
  520. }
  521. },
  522. "vehicle": {
  523. "items": [
  524. {
  525. "disposition": "FRIENDLY",
  526. "items": []
  527. },
  528. {
  529. "disposition": "NEUTRAL",
  530. "items": []
  531. },
  532. {
  533. "disposition": "HOSTILE",
  534. "items": []
  535. },
  536. {
  537. "disposition": "SECRET",
  538. "items": []
  539. }
  540. ],
  541. "static": {
  542. "displayNameInTooltip": true,
  543. "accentColor": "#6a81f8",
  544. "useAccentColorForEverything": false,
  545. "tokenDispositions": [
  546. "FRIENDLY",
  547. "NEUTRAL",
  548. "HOSTILE",
  549. "SECRET"
  550. ]
  551. }
  552. },
  553. "npc": {
  554. "items": [
  555. {
  556. "disposition": "FRIENDLY",
  557. "items": []
  558. },
  559. {
  560. "disposition": "NEUTRAL",
  561. "items": []
  562. },
  563. {
  564. "disposition": "HOSTILE",
  565. "items": []
  566. },
  567. {
  568. "disposition": "SECRET",
  569. "items": []
  570. }
  571. ],
  572. "static": {
  573. "displayNameInTooltip": true,
  574. "accentColor": "#cfc37e",
  575. "useAccentColorForEverything": false,
  576. "tokenDispositions": [
  577. "FRIENDLY",
  578. "NEUTRAL",
  579. "HOSTILE",
  580. "SECRET"
  581. ]
  582. }
  583. },
  584. "base": {
  585. "items": [
  586. {
  587. "disposition": "FRIENDLY",
  588. "items": []
  589. },
  590. {
  591. "disposition": "NEUTRAL",
  592. "items": []
  593. },
  594. {
  595. "disposition": "HOSTILE",
  596. "items": []
  597. },
  598. {
  599. "disposition": "SECRET",
  600. "items": []
  601. }
  602. ],
  603. "static": {
  604. "displayNameInTooltip": true,
  605. "accentColor": "#1da2c8",
  606. "useAccentColorForEverything": false,
  607. "tokenDispositions": [
  608. "FRIENDLY",
  609. "NEUTRAL",
  610. "HOSTILE",
  611. "SECRET"
  612. ]
  613. }
  614. }
  615. },
  616. "playerSettings": {
  617. "default": {
  618. "items": [
  619. {
  620. "disposition": "OWNED",
  621. "items": []
  622. },
  623. {
  624. "disposition": "FRIENDLY",
  625. "items": []
  626. },
  627. {
  628. "disposition": "NEUTRAL",
  629. "items": []
  630. },
  631. {
  632. "disposition": "HOSTILE",
  633. "items": []
  634. },
  635. {
  636. "disposition": "SECRET",
  637. "items": []
  638. }
  639. ],
  640. "static": {
  641. "displayNameInTooltip": "NONE",
  642. "useAccentEverywhere": false,
  643. "accentColor": "#c77113",
  644. "tokenDispositions": [
  645. "OWNED",
  646. "FRIENDLY",
  647. "NEUTRAL",
  648. "HOSTILE",
  649. "SECRET"
  650. ],
  651. "useAccentColorForEverything": false
  652. }
  653. },
  654. "character": {
  655. "items": [
  656. {
  657. "disposition": "OWNED",
  658. "items": []
  659. },
  660. {
  661. "disposition": "FRIENDLY",
  662. "items": [
  663. {
  664. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thpm < 1 ? \"\" :\n\thp <= 0 ? \"Dead\" : \n\thp <= hpm*0.1 & hpm >= 10? \"Death's Door\" : \n\thp <= hpm*0.3 ? \"Very Hurt\" : \n\thp <= hpm*.6 ? \"Wounded\" : \n\thp <= hpm*0.8 ? \"Injured\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  665. "icon": "fa-heart-crack",
  666. "isFunction": false,
  667. "expression": true,
  668. "isNumber": false,
  669. "color": "#ff0000"
  670. },
  671. {
  672. "value": "{\n\tsp=<attributes.sp.value>;\n\tspm=<attributes.sp.max>;\n\tsp <= 0 ? \"Bloodied\" : \n\tsp <= spm*0.25 ? \"Beaten\" : \n\tsp <= spm*0.5 ? \"Winded\" : \n\tsp <= spm*0.75 ? \"Scuffed\" : \n\tsp < spm ? \"Fine\" : \"\"\n}",
  673. "icon": "fa-heart-crack",
  674. "isFunction": false,
  675. "expression": true,
  676. "isNumber": false,
  677. "color": "#75b8ff"
  678. }
  679. ]
  680. },
  681. {
  682. "disposition": "NEUTRAL",
  683. "items": []
  684. },
  685. {
  686. "disposition": "HOSTILE",
  687. "items": []
  688. },
  689. {
  690. "disposition": "SECRET",
  691. "items": []
  692. }
  693. ],
  694. "static": {
  695. "displayNameInTooltip": "FRIENDLY",
  696. "useAccentEverywhere": false,
  697. "accentColor": "#51ebeb",
  698. "tokenDispositions": [
  699. "FRIENDLY",
  700. "NEUTRAL",
  701. "HOSTILE",
  702. "SECRET"
  703. ]
  704. }
  705. },
  706. "drone": {
  707. "items": [
  708. {
  709. "disposition": "OWNED",
  710. "items": []
  711. },
  712. {
  713. "disposition": "FRIENDLY",
  714. "items": []
  715. },
  716. {
  717. "disposition": "NEUTRAL",
  718. "items": []
  719. },
  720. {
  721. "disposition": "HOSTILE",
  722. "items": []
  723. },
  724. {
  725. "disposition": "SECRET",
  726. "items": []
  727. }
  728. ],
  729. "static": {
  730. "displayNameInTooltip": "OWNED",
  731. "useAccentEverywhere": false,
  732. "accentColor": "#433910",
  733. "tokenDispositions": [
  734. "OWNED",
  735. "FRIENDLY",
  736. "NEUTRAL",
  737. "HOSTILE",
  738. "SECRET"
  739. ],
  740. "useAccentColorForEverything": false
  741. }
  742. },
  743. "hazard": {
  744. "items": [
  745. {
  746. "disposition": "OWNED",
  747. "items": []
  748. },
  749. {
  750. "disposition": "FRIENDLY",
  751. "items": []
  752. },
  753. {
  754. "disposition": "NEUTRAL",
  755. "items": []
  756. },
  757. {
  758. "disposition": "HOSTILE",
  759. "items": []
  760. },
  761. {
  762. "disposition": "SECRET",
  763. "items": []
  764. }
  765. ],
  766. "static": {
  767. "displayNameInTooltip": "OWNED",
  768. "accentColor": "#91fb81",
  769. "useAccentColorForEverything": false,
  770. "tokenDispositions": [
  771. "OWNED",
  772. "FRIENDLY",
  773. "NEUTRAL",
  774. "HOSTILE",
  775. "SECRET"
  776. ]
  777. }
  778. },
  779. "npc2": {
  780. "items": [
  781. {
  782. "disposition": "OWNED",
  783. "items": []
  784. },
  785. {
  786. "disposition": "FRIENDLY",
  787. "items": []
  788. },
  789. {
  790. "disposition": "NEUTRAL",
  791. "items": []
  792. },
  793. {
  794. "disposition": "HOSTILE",
  795. "items": [
  796. {
  797. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Dead\" : \n\thp <= hpm*0.05 & hpm >= 2? \"Death's Door\" : \n\thp <= hpm*0.25 ? \"Very Hurt\" : \n\thp < hpm/2 ? \"Wounded\" : \n\thp < hpm*0.75 ? \"Injured\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  798. "icon": "fa-heart-crack",
  799. "isFunction": false,
  800. "expression": true,
  801. "isNumber": false,
  802. "color": "#ff1500"
  803. }
  804. ]
  805. },
  806. {
  807. "disposition": "SECRET",
  808. "items": []
  809. }
  810. ],
  811. "static": {
  812. "displayNameInTooltip": "NONE",
  813. "useAccentEverywhere": false,
  814. "accentColor": "#c251ec",
  815. "tokenDispositions": [
  816. "OWNED",
  817. "FRIENDLY",
  818. "NEUTRAL",
  819. "HOSTILE",
  820. "SECRET"
  821. ],
  822. "useAccentColorForEverything": false
  823. }
  824. },
  825. "starship": {
  826. "items": [
  827. {
  828. "disposition": "OWNED",
  829. "items": []
  830. },
  831. {
  832. "disposition": "FRIENDLY",
  833. "items": []
  834. },
  835. {
  836. "disposition": "NEUTRAL",
  837. "items": [
  838. {
  839. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Disabled\" : \n\thp <= hpm*0.25 ? \"Critical\" : \n\thp < hpm/2 ? \"Damaged\" : \n\thp < hpm*0.75 ? \"Scuffed\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  840. "icon": "fa-heart-crack",
  841. "isFunction": false,
  842. "expression": true,
  843. "isNumber": false,
  844. "color": "#ff0000"
  845. }
  846. ]
  847. },
  848. {
  849. "disposition": "HOSTILE",
  850. "items": [
  851. {
  852. "value": "{\n\thp=<attributes.hp.value>;\n\thpm=<attributes.hp.max>;\n\thp <= 0 ? \"Disabled\" : \n\thp <= hpm*0.25 ? \"Critical\" : \n\thp < hpm/2 ? \"Damaged\" : \n\thp < hpm*0.75 ? \"Scuffed\" : \n\thp < hpm ? \"Scratched\" : \"\"\n}",
  853. "icon": "fa-heart-crack",
  854. "isFunction": false,
  855. "expression": true,
  856. "isNumber": false,
  857. "color": "#ff0000"
  858. }
  859. ]
  860. },
  861. {
  862. "disposition": "SECRET",
  863. "items": []
  864. }
  865. ],
  866. "static": {
  867. "displayNameInTooltip": "NONE",
  868. "useAccentEverywhere": false,
  869. "accentColor": "#c91313",
  870. "tokenDispositions": [
  871. "OWNED",
  872. "FRIENDLY",
  873. "NEUTRAL",
  874. "HOSTILE",
  875. "SECRET"
  876. ],
  877. "useAccentColorForEverything": false
  878. }
  879. },
  880. "vehicle": {
  881. "items": [
  882. {
  883. "disposition": "OWNED",
  884. "items": []
  885. },
  886. {
  887. "disposition": "FRIENDLY",
  888. "items": []
  889. },
  890. {
  891. "disposition": "NEUTRAL",
  892. "items": []
  893. },
  894. {
  895. "disposition": "HOSTILE",
  896. "items": []
  897. },
  898. {
  899. "disposition": "SECRET",
  900. "items": []
  901. }
  902. ],
  903. "static": {
  904. "displayNameInTooltip": "OWNED",
  905. "accentColor": "#c10e0c",
  906. "useAccentColorForEverything": false,
  907. "tokenDispositions": [
  908. "OWNED",
  909. "FRIENDLY",
  910. "NEUTRAL",
  911. "HOSTILE",
  912. "SECRET"
  913. ]
  914. }
  915. },
  916. "npc": {
  917. "items": [
  918. {
  919. "disposition": "OWNED",
  920. "items": []
  921. },
  922. {
  923. "disposition": "FRIENDLY",
  924. "items": []
  925. },
  926. {
  927. "disposition": "NEUTRAL",
  928. "items": []
  929. },
  930. {
  931. "disposition": "HOSTILE",
  932. "items": []
  933. },
  934. {
  935. "disposition": "SECRET",
  936. "items": []
  937. }
  938. ],
  939. "static": {
  940. "displayNameInTooltip": "OWNED",
  941. "accentColor": "#fca677",
  942. "useAccentColorForEverything": false,
  943. "tokenDispositions": [
  944. "OWNED",
  945. "FRIENDLY",
  946. "NEUTRAL",
  947. "HOSTILE",
  948. "SECRET"
  949. ]
  950. }
  951. },
  952. "base": {
  953. "items": [
  954. {
  955. "disposition": "OWNED",
  956. "items": []
  957. },
  958. {
  959. "disposition": "FRIENDLY",
  960. "items": []
  961. },
  962. {
  963. "disposition": "NEUTRAL",
  964. "items": []
  965. },
  966. {
  967. "disposition": "HOSTILE",
  968. "items": []
  969. },
  970. {
  971. "disposition": "SECRET",
  972. "items": []
  973. }
  974. ],
  975. "static": {
  976. "displayNameInTooltip": "OWNED",
  977. "accentColor": "#501271",
  978. "useAccentColorForEverything": false,
  979. "tokenDispositions": [
  980. "OWNED",
  981. "FRIENDLY",
  982. "NEUTRAL",
  983. "HOSTILE",
  984. "SECRET"
  985. ]
  986. }
  987. }
  988. }
  989. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement