Be sure to enter actor.system for the data source in TTA settings., and set max rows to 4.
On the Tooltip manager, select custom for character and creature, before importing the json below.
| { | |
| "gmSettings": { | |
| "default": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "useAccentEverywhere": false, | |
| "accentColor": "#2964c2", | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "character": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "useAccentEverywhere": false, | |
| "accentColor": "#ffb400", | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "creature": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c82933" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.instinct.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.loyalty.value", | |
| "icon": "fa-face-grin", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#f7a8ca" | |
| }, | |
| { | |
| "value": "tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#31064f" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c82933" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.instinct.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.loyalty.value", | |
| "icon": "fa-face-grin", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#f7a8ca" | |
| }, | |
| { | |
| "value": "tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#31064f" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c82933" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.instinct.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.loyalty.value", | |
| "icon": "fa-face-grin", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#f7a8ca" | |
| }, | |
| { | |
| "value": "tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#31064f" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "useAccentEverywhere": false, | |
| "accentColor": "#b31414", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ] | |
| } | |
| }, | |
| "ship": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst thrustVal = data.stats.thrusters.value;\n\tconst thrustMod = data.stats.thrusters.mod ?? 0;\n\treturn (thrustVal + thrustMod)\n}", | |
| "icon": "fa-rocket", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#79504b" | |
| }, | |
| { | |
| "value": "{\n\tconst battleVal = data.stats.battle.value;\n\tconst battleMod = data.stats.battle.mod ?? 0;\n\treturn (battleVal + battleMod)\n}", | |
| "icon": "fa-gun", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#970000" | |
| }, | |
| { | |
| "value": "{\n\tconst systemsVal = data.stats.systems.value;\n\tconst systemsMod = data.stats.systems.mod ?? 0;\n\treturn (systemsVal + systemsMod)\n}", | |
| "icon": "fa-microchip", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8000" | |
| }, | |
| { | |
| "value": "{\n\tconst oxygen = data.stats.oxygen.value ?? \"nominal\";\n \treturn oxygen;\n}", | |
| "icon": "fa-mask-ventilator", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#6666ff" | |
| }, | |
| { | |
| "value": "supplies.fuel", | |
| "icon": "fa-gas-pump", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#e450f0" | |
| }, | |
| { | |
| "value": "{\n\tconst cores = data.supplies[\"warp-cores\"].value\n\treturn cores;\n}", | |
| "icon": "fa-radiation", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#8080ff" | |
| }, | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| }, | |
| { | |
| "value": "tooltip._maxRows = 4;", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#669a10" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst thrustVal = data.stats.thrusters.value;\n\tconst thrustMod = data.stats.thrusters.mod ?? 0;\n\treturn (thrustVal + thrustMod)\n}", | |
| "icon": "fa-rocket", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#79504b" | |
| }, | |
| { | |
| "value": "{\n\tconst battleVal = data.stats.battle.value;\n\tconst battleMod = data.stats.battle.mod ?? 0;\n\treturn (battleVal + battleMod)\n}", | |
| "icon": "fa-gun", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#970000" | |
| }, | |
| { | |
| "value": "{\n\tconst systemsVal = data.stats.systems.value;\n\tconst systemsMod = data.stats.systems.mod ?? 0;\n\treturn (systemsVal + systemsMod)\n}", | |
| "icon": "fa-microchip", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8000" | |
| }, | |
| { | |
| "value": "{\n\tconst oxygen = data.stats.oxygen.value ?? \"nominal\";\n \treturn oxygen;\n}", | |
| "icon": "fa-mask-ventilator", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#6666ff" | |
| }, | |
| { | |
| "value": "supplies.fuel", | |
| "icon": "fa-gas-pump", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#e450f0" | |
| }, | |
| { | |
| "value": "{\n\tconst cores = data.supplies['warp-cores']\n\treturn cores;\n}", | |
| "icon": "fa-radiation", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#8080ff" | |
| }, | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| }, | |
| { | |
| "value": "supplies[\"warp-cores\"]", | |
| "icon": "fa-atom", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7c8118" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst thrustVal = data.stats.thrusters.value;\n\tconst thrustMod = data.stats.thrusters.mod ?? 0;\n\treturn (thrustVal + thrustMod)\n}", | |
| "icon": "fa-rocket", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#79504b" | |
| }, | |
| { | |
| "value": "{\n\tconst battleVal = data.stats.battle.value;\n\tconst battleMod = data.stats.battle.mod ?? 0;\n\treturn (battleVal + battleMod)\n}", | |
| "icon": "fa-gun", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#970000" | |
| }, | |
| { | |
| "value": "{\n\tconst systemsVal = data.stats.systems.value;\n\tconst systemsMod = data.stats.systems.mod ?? 0;\n\treturn (systemsVal + systemsMod)\n}", | |
| "icon": "fa-microchip", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8000" | |
| }, | |
| { | |
| "value": "{\n\tconst oxygen = data.stats.oxygen.value ?? \"nominal\";\n \treturn oxygen;\n}", | |
| "icon": "fa-mask-ventilator", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#6666ff" | |
| }, | |
| { | |
| "value": "supplies.fuel", | |
| "icon": "fa-gas-pump", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#e450f0" | |
| }, | |
| { | |
| "value": "{\n\tconst cores = data.supplies['warp-cores']\n\treturn cores;\n}", | |
| "icon": "fa-radiation", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#8080ff" | |
| }, | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "useAccentEverywhere": false, | |
| "accentColor": "#cccccc", | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "mech": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "return data.loadout.frame.value.name || \" \";", | |
| "icon": "cci cci-frame", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "return data.pilot.value.system.callsign || \" \";", | |
| "icon": "cci cci-pilot", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffb400" | |
| }, | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"\";\n} else {\n\treturn \"CORE\";\n}", | |
| "icon": "mdi mdi-battery-10", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#999999" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"CORE\";\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-battery", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#219900" | |
| }, | |
| { | |
| "value": "repairs", | |
| "icon": "cci cci-repair", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c60101" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff2828" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff3232" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "useAccentEverywhere": false, | |
| "accentColor": "#2964c2", | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "base": { | |
| "items": [ | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": true, | |
| "accentColor": "#db29be", | |
| "useAccentColorForEverything": false, | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ] | |
| } | |
| } | |
| }, | |
| "playerSettings": { | |
| "default": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "OWNED", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#2964c2", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "pilot": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.hp : '?';", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff4646" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.evasion : '?';", | |
| "icon": "cci cci-evasion", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.speed: '?';", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.armor: '?';", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.edef: '?';", | |
| "icon": "cci cci-edef", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "HOSTILE", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#2964c2", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "npc": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "return data.class.name;", | |
| "icon": "cci cci-npc-class", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 2 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn data.templates[2].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn \"\";\n} else if (data.stress.max > 1 || data.structure.max > 1) {\n\treturn \" \";\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff3232" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "return data.class.name;", | |
| "icon": "cci cci-npc-class", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 2 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn data.templates[2].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn \"\";\n} else if (data.stress.max > 1 || data.structure.max > 1) {\n\treturn \" \";\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff3232" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return data.class.name;", | |
| "icon": "cci cci-npc-class", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 1) {\n\treturn data.templates[0].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1d0f25" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 2) {\n\treturn data.templates[1].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 2) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn data.templates[2].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "return data.class.name;", | |
| "icon": "cci cci-npc-class", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 2) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n} else {\n\tif (data.templates.length >= 1) {\n\t\treturn \"\";\n\t} else {\n\t\treturn \" \";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.hp : '?';", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff2828" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.heat : '?';", | |
| "icon": "cci cci-heat", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1 || data.stress.max > 1) {\n\tif (data.templates.length >= 1) {\n\t\treturn data.templates[0].name;\n\t} else {\n\t\treturn \"\";\n\t}\n} else {\n\tif (data.templates.length >= 2) {\n\t\treturn data.templates[1].name;\n\t} else {\n\t\treturn \"\";\n\t}\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 2 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn data.templates[2].name;\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffc800" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3) {\n\treturn \"\";\n} else if (data.stress.max > 1 || data.structure.max > 1) {\n\treturn \" \";\n} else {\n\treturn \"\";\n}", | |
| "icon": "cci cci-npc-template", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.templates.length >= 3 || data.stress.max > 1 || data.structure.max > 1) {\n\treturn \"\";\n} else {\n\treturn \" \";\n}", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff3232" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.armor : '?';", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.evasion : '?';", | |
| "icon": "cci cci-evasion", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.save : '?';", | |
| "icon": "cci cci-save", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.speed: '?';", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.edef: '?';", | |
| "icon": "cci cci-edef", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.sensor_range: '?';", | |
| "icon": "cci cci-sensor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "NEUTRAL", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#b31414", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "deployable": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#70ff2e" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "if (data.overshield.value > 0) {\n\treturn data.overshield.value;\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "if (data.overshield.value == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.burn > 0) {\n\treturn data.burn;\n}\nreturn \"\";", | |
| "icon": "cci cci-burn", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "if (data.burn == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "if (data.overshield.value > 0) {\n\treturn data.overshield.value;\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "if (data.overshield.value == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.burn > 0) {\n\treturn data.burn;\n}\nreturn \"\";", | |
| "icon": "cci cci-burn", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "if (data.burn == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bfbfbf" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "if (data.overshield.value > 0) {\n\treturn data.overshield.value;\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "if (data.overshield.value == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.burn > 0) {\n\treturn data.burn;\n}\nreturn \"\";", | |
| "icon": "cci cci-burn", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "if (data.burn == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.hp : '?';", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff2828" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.evasion : '?';", | |
| "icon": "cci cci-evasion", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "if (data.overshield.value > 0) {\n\treturn data.overshield.value;\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "if (data.overshield.value == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.burn > 0) {\n\treturn data.burn;\n}\nreturn \"\";", | |
| "icon": "cci cci-burn", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "if (data.burn == 0) {\n\treturn \" \";\n}\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.armor : '?';", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "return data.parent.ownership.default >= 2 ? data.edef : '?';", | |
| "icon": "cci cci-edef", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "NONE", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#c8c8c8", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "mech": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "return data.loadout.frame.value.name || \" \";", | |
| "icon": "cci cci-frame", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "return data.pilot.value.system.callsign || \" \";", | |
| "icon": "cci cci-pilot", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffb400" | |
| }, | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"\";\n} else {\n\treturn \"CORE\";\n}", | |
| "icon": "mdi mdi-battery-10", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#999999" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"CORE\";\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-battery", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#219900" | |
| }, | |
| { | |
| "value": "repairs", | |
| "icon": "cci cci-repair", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c60101" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "return data.loadout.frame.value.name || \" \";", | |
| "icon": "cci cci-frame", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "return data.pilot.value.system.callsign || \" \";", | |
| "icon": "cci cci-pilot", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffb400" | |
| }, | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"\";\n} else {\n\treturn \"CORE\";\n}", | |
| "icon": "mdi mdi-battery-10", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#999999" | |
| }, | |
| { | |
| "value": "if (data.core_energy) {\n\treturn \"CORE\";\n} else {\n\treturn \"\";\n}", | |
| "icon": "mdi mdi-battery", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#219900" | |
| }, | |
| { | |
| "value": "repairs", | |
| "icon": "cci cci-repair", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c60101" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "hp", | |
| "icon": "mdi mdi-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "heat", | |
| "icon": "cci cci-heat", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#1f9eff" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) {\n\tconst current = data.stress.value;\n\tconst damage = data.stress.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\n//tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "return \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffffff" | |
| }, | |
| { | |
| "value": "if (data.stress.max > 1) return \"\";\nreturn \" \";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#000000" | |
| }, | |
| { | |
| "value": "armor", | |
| "icon": "mdi mdi-shield-half-full", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "evasion", | |
| "icon": "cci cci-evasion", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "save", | |
| "icon": "cci cci-save", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#bababa" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "speed", | |
| "icon": "mdi mdi-arrow-right-bold-hexagon-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "edef", | |
| "icon": "cci cci-edef", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "sensor_range", | |
| "icon": "cci cci-sensor", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#b8ffb8" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\ntooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-structure", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff3232" | |
| }, | |
| { | |
| "value": "if (data.structure.max > 1) {\n\tconst current = data.structure.value;\n\tconst damage = data.structure.max - current;\n\treturn \"▱\".repeat(damage) + \"▰\".repeat(current);\n}\ntooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "cci cci-reactor", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff7b00" | |
| }, | |
| { | |
| "value": "overshield.value", | |
| "icon": "mdi mdi-shield-star-outline", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9f6bff" | |
| }, | |
| { | |
| "value": "burn", | |
| "icon": "cci cci-burn", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "HOSTILE", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#2964c2", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "base": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "OWNED", | |
| "accentColor": "#e2b5a9", | |
| "useAccentColorForEverything": false, | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ] | |
| } | |
| }, | |
| "character": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "other.stress", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.strength.value", | |
| "icon": "fa-dumbbell", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.speed.value", | |
| "icon": "fa-person-running", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff1e1e" | |
| }, | |
| { | |
| "value": "stats.intellect.value", | |
| "icon": "fa-brain", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#00ffff" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.sanity.value", | |
| "icon": "fa-face-flushed", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8040" | |
| }, | |
| { | |
| "value": "stats.fear.value", | |
| "icon": "fa-face-surprise", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ffff00" | |
| }, | |
| { | |
| "value": "stats.body.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#800000" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "FRIENDLY", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#000000", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| }, | |
| "creature": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "health", | |
| "icon": "fa-heart", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff0000" | |
| }, | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#c82933" | |
| }, | |
| { | |
| "value": "{\n\tconst armor = data.stats.armor.value;\n\tconst mod = data.stats.armor.mod;\n\treturn armor + mod;\n}\n", | |
| "icon": "fa-shield", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#caccce" | |
| }, | |
| { | |
| "value": "stats.instinct.value", | |
| "icon": "fa-person", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff6432" | |
| }, | |
| { | |
| "value": "stats.combat.value", | |
| "icon": "fa-gun", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#9cff38" | |
| }, | |
| { | |
| "value": "stats.loyalty.value", | |
| "icon": "fa-face-grin", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#f7a8ca" | |
| }, | |
| { | |
| "value": "tooltip._maxRows = 3;\nreturn \"\";", | |
| "icon": "", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#31064f" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "{\t\nif (data.hits.max > 1) {\n\tconst current = data.hits.value;\n\tconst damage = data.hits.max - current;\n\treturn \"♡\".repeat(current) + \"♥\".repeat(damage);\n}\n\t//tooltip._maxRows = 3;\n\treturn \"\";\n}", | |
| "icon": "fa-crutch", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#29e08b" | |
| }, | |
| { | |
| "value": "{\t\n\tconst stressMax = data.other.stress.max;\nif ( stressMax > 1) {\n\tconst stressCurrent = data.other.stress.value / stressMax;\n\tconst stressLeft = 1 - stressCurrent;\n\treturn \"▱\".repeat(stressLeft * 6) + \"▰\".repeat(stressCurrent * 6) ;\n}\n\treturn \"\";\n}", | |
| "icon": "fa-face-sad-cry", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#7b1c63" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "FRIENDLY", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#000000", | |
| "tokenDispositions": [ | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ] | |
| } | |
| }, | |
| "ship": { | |
| "items": [ | |
| { | |
| "disposition": "OWNED", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst thrustVal = data.stats.thrusters.value;\n\tconst thrustMod = data.stats.thrusters.mod ?? 0;\n\treturn (thrustVal + thrustMod)\n}", | |
| "icon": "fa-rocket", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#79504b" | |
| }, | |
| { | |
| "value": "{\n\tconst battleVal = data.stats.battle.value;\n\tconst battleMod = data.stats.battle.mod ?? 0;\n\treturn (battleVal + battleMod)\n}", | |
| "icon": "fa-gun", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#970000" | |
| }, | |
| { | |
| "value": "{\n\tconst systemsVal = data.stats.systems.value;\n\tconst systemsMod = data.stats.systems.mod ?? 0;\n\treturn (systemsVal + systemsMod)\n}", | |
| "icon": "fa-microchip", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#ff8000" | |
| }, | |
| { | |
| "value": "{\n\tconst oxygen = data.stats.oxygen.value ?? \"nominal\";\n \treturn oxygen;\n}", | |
| "icon": "fa-mask-ventilator", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#6666ff" | |
| }, | |
| { | |
| "value": "supplies.fuel", | |
| "icon": "fa-gas-pump", | |
| "isFunction": false, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#e450f0" | |
| }, | |
| { | |
| "value": "{\n\tconst cores = data.supplies['warp-cores']\n\treturn cores;\n}", | |
| "icon": "fa-radiation", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#8080ff" | |
| }, | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "FRIENDLY", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "NEUTRAL", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "HOSTILE", | |
| "items": [ | |
| { | |
| "value": "{\n\tconst icon = data.transponder ? \"✔\" : \"✖\"\n\treturn icon;\n}\n", | |
| "icon": "fa-tower-broadcast", | |
| "isFunction": true, | |
| "expression": false, | |
| "isNumber": false, | |
| "color": "#971636" | |
| } | |
| ] | |
| }, | |
| { | |
| "disposition": "SECRET", | |
| "items": [] | |
| } | |
| ], | |
| "static": { | |
| "displayNameInTooltip": "HOSTILE", | |
| "useAccentEverywhere": false, | |
| "accentColor": "#a29e60", | |
| "tokenDispositions": [ | |
| "OWNED", | |
| "FRIENDLY", | |
| "NEUTRAL", | |
| "HOSTILE", | |
| "SECRET" | |
| ], | |
| "useAccentColorForEverything": false | |
| } | |
| } | |
| } | |
| } |