{
  "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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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": [
          "OWNED",
          "FRIENDLY",
          "NEUTRAL",
          "HOSTILE"
        ]
      }
    },
	"enemy": {
      "items": [
        {
          "disposition": "FRIENDLY",
          "items": [
            {
              "value": "{\nhp=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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": [
          "OWNED",
          "FRIENDLY",
          "NEUTRAL",
          "HOSTILE"
        ]
      }
    }
  },
  "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=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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": [
          "FRIENDLY",
          "NEUTRAL",
          "HOSTILE"
        ]
      }
    },
    "enemy": {
      "items": [
        {
          "disposition": "OWNED",
          "items": [
            {
              "value": "{\nhp=<HP.value>;\nhm=<HP.max>;\nfp=<FP.value>;\nfm=<FP.max>;\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=<currentdodge>;\np=<equippedparry>;\nb=<equippedblock>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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=<HP.value>;\nhpm=<HP.max>;\nfp=<FP.value>;\nfpm=<FP.max>;\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": [
          "FRIENDLY",
          "NEUTRAL",
          "HOSTILE"
        ]
      }
    }
  }
}