{ "gmSettings": { "default": { "items": [ { "disposition": "FRIENDLY", "items": [] }, { "disposition": "NEUTRAL", "items": [] }, { "disposition": "HOSTILE", "items": [] } ], "static": { "displayNameInTooltip": true, "accentColor": "#832912", "useAccentColorForEverything": false, "tokenDispositions": [ "FRIENDLY", "NEUTRAL", "HOSTILE" ] } }, "character": { "items": [ { "disposition": "FRIENDLY", "items": [ { "value": "{\nhp=;\nhm=;\nfp=;\nfm=;\nconcat(\"HP:\",string(hp), \"/\", string(hm), \" FP:\", string(fp), \"/\", string(fm))\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#e10000" }, { "value": "currentmove", "icon": "fa-running", "isFunction": false, "expression": false, "isNumber": false, "color": "#008000" }, { "value": "{\nd=;\np=;\nb=;\nds = p == 0 and b == 0 ? concat(\"D:\", string(d)) : p == 0 or b == 0 ? concat(\"D:\", string(d), \"/\") : concat(string(d), \"/\");\nps = p == 0 ? \"\": b == 0 ? concat(\"P:\", string(p)) : concat(string(p), \"/\");\nbs = b == 0 ? \"\": string(b);\nconcat(ds, ps, bs)\n}", "icon": "fa-shield-alt", "isFunction": false, "expression": true, "isNumber": false, "color": "#1f44ff" }, { "value": "attributes.PER.value", "icon": "fa-eye", "isFunction": false, "expression": false, "isNumber": false, "color": "#7e2bab" } ] }, { "disposition": "NEUTRAL", "items": [ { "value": "{\nhp=;\nhm=;\nfp=;\nfm=;\nconcat(\"HP:\",string(hp), \"/\", string(hm), \" FP:\", string(fp), \"/\", string(fm))\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#e10000" }, { "value": "currentmove", "icon": "fa-running", "isFunction": false, "expression": false, "isNumber": false, "color": "#008000" }, { "value": "{\nd=;\np=;\nb=;\nds = p == 0 and b == 0 ? concat(\"D:\", string(d)) : p == 0 or b == 0 ? concat(\"D:\", string(d), \"/\") : concat(string(d), \"/\");\nps = p == 0 ? \"\": b == 0 ? concat(\"P:\", string(p)) : concat(string(p), \"/\");\nbs = b == 0 ? \"\": string(b);\nconcat(ds, ps, bs)\n}", "icon": "fa-shield-alt", "isFunction": false, "expression": true, "isNumber": false, "color": "#1f44ff" }, { "value": "attributes.PER.value", "icon": "fa-eye", "isFunction": false, "expression": false, "isNumber": false, "color": "#7e2bab" } ] }, { "disposition": "HOSTILE", "items": [ { "value": "{\nhp=;\nhm=;\nfp=;\nfm=;\nconcat(\"HP:\",string(hp), \"/\", string(hm), \" FP:\", string(fp), \"/\", string(fm))\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#e10000" }, { "value": "currentmove", "icon": "fa-running", "isFunction": false, "expression": false, "isNumber": false, "color": "#008000" }, { "value": "{\nd=;\np=;\nb=;\nds = p == 0 and b == 0 ? concat(\"D:\", string(d)) : p == 0 or b == 0 ? concat(\"D:\", string(d), \"/\") : concat(string(d), \"/\");\nps = p == 0 ? \"\": b == 0 ? concat(\"P:\", string(p)) : concat(string(p), \"/\");\nbs = b == 0 ? \"\": string(b);\nconcat(ds, ps, bs)\n}", "icon": "fa-shield-alt", "isFunction": false, "expression": true, "isNumber": false, "color": "#1f44ff" }, { "value": "attributes.PER.value", "icon": "fa-eye", "isFunction": false, "expression": false, "isNumber": false, "color": "#7e2bab" } ] } ], "static": { "displayNameInTooltip": true, "useAccentEverywhere": false, "accentColor": "#8d4411", "tokenDispositions": [ "FRIENDLY", "NEUTRAL", "HOSTILE" ], "useAccentColorForEverything": false } } }, "playerSettings": { "default": { "items": [ { "disposition": "OWNED", "items": [] }, { "disposition": "FRIENDLY", "items": [] }, { "disposition": "NEUTRAL", "items": [] }, { "disposition": "HOSTILE", "items": [] } ], "static": { "displayNameInTooltip": "OWNED", "accentColor": "#d7cf4a", "useAccentColorForEverything": false, "tokenDispositions": [ "OWNED", "FRIENDLY", "NEUTRAL", "HOSTILE" ] } }, "character": { "items": [ { "disposition": "OWNED", "items": [ { "value": "{\nhp=;\nhm=;\nfp=;\nfm=;\nconcat(\"HP:\",string(hp), \"/\", string(hm), \" FP:\", string(fp), \"/\", string(fm))\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#e10000" }, { "value": "currentmove", "icon": "fa-running", "isFunction": false, "expression": false, "isNumber": false, "color": "#008000" }, { "value": "{\nd=;\np=;\nb=;\nds = p == 0 and b == 0 ? concat(\"D:\", string(d)) : p == 0 or b == 0 ? concat(\"D:\", string(d), \"/\") : concat(string(d), \"/\");\nps = p == 0 ? \"\": b == 0 ? concat(\"P:\", string(p)) : concat(string(p), \"/\");\nbs = b == 0 ? \"\": string(b);\nconcat(ds, ps, bs)\n}", "icon": "fa-shield-alt", "isFunction": false, "expression": true, "isNumber": false, "color": "#1f44ff" }, { "value": "attributes.PER.value", "icon": "fa-eye", "isFunction": false, "expression": false, "isNumber": false, "color": "#7e2bab" } ] }, { "disposition": "FRIENDLY", "items": [ { "value": "{\nhp=;\nhpm=;\nfp=;\nfpm=;\nh = hp < -hpm ? \"Critically wounded\" : hp <= 0 ? \"Severely wounded\" : hp <= hpm/3 ? \"Wounded\" : \"\";\nf = fp < -fpm ? \"Unconscious\" : fp <= 0 ? \"Barely Conscious\" : fp <= fpm/3 ? \"Tired\" : \"\";\nc = compareText(h, \"\") != 0 and compareText(f, \"\") != 0 ? \", \" : \"\";\nok = compareText(h, \"\") == 0 and compareText(f, \"\") == 0 ? \"OK\" : \"\";\nconcat(h, c, f, ok)\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#008000" } ] }, { "disposition": "NEUTRAL", "items": [ { "value": "{\nhp=;\nhpm=;\nfp=;\nfpm=;\nh = hp < -hpm ? \"Critically wounded\" : hp <= 0 ? \"Severely wounded\" : hp <= hpm/3 ? \"Wounded\" : \"\";\nf = fp < -fpm ? \"Unconscious\" : fp <= 0 ? \"Barely Conscious\" : fp <= fpm/3 ? \"Tired\" : \"\";\nc = compareText(h, \"\") != 0 and compareText(f, \"\") != 0 ? \", \" : \"\";\nok = compareText(h, \"\") == 0 and compareText(f, \"\") == 0 ? \"OK\" : \"\";\nconcat(h, c, f, ok)\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#0400ff" } ] }, { "disposition": "HOSTILE", "items": [ { "value": "{\nhp=;\nhpm=;\nfp=;\nfpm=;\nh = hp < -hpm ? \"Critically wounded\" : hp <= 0 ? \"Severely wounded\" : hp <= hpm/3 ? \"Wounded\" : \"\";\nf = fp < -fpm ? \"Unconscious\" : fp <= 0 ? \"Barely Conscious\" : fp <= fpm/3 ? \"Tired\" : \"\";\nc = compareText(h, \"\") != 0 and compareText(f, \"\") != 0 ? \", \" : \"\";\nok = compareText(h, \"\") == 0 and compareText(f, \"\") == 0 ? \"OK\" : \"\";\nconcat(h, c, f, ok)\n}", "icon": "fa-heart", "isFunction": false, "expression": true, "isNumber": false, "color": "#000000" } ] } ], "static": { "displayNameInTooltip": "NONE", "useAccentEverywhere": false, "accentColor": "#dbf48e", "tokenDispositions": [ "OWNED", "FRIENDLY", "NEUTRAL", "HOSTILE" ], "useAccentColorForEverything": false } } } }