Icons - Jagusti/fvtt-wfrp4e-gmtoolkit GitHub Wiki

Icons for macros and table content are adapted from game-icons.net.

Configuration

The following non-default settings are used for adapting GM Toolkit icons in the game-icons.net Studio:

  • Background:
    • Texture: Parchment
  • Foreground:
    • Shrink (twice)
    • Position: x 3 y -5
    • Colour: #B57204
  • Badge:
    • Fill: #B57204
    • Stroke: none

Badges are preferred to text.

JSON of config

{
  "canvas": {
    "color": {
      "hex": "#000",
      "rgba": {
        "r": 0,
        "g": 0,
        "b": 0,
        "a": 0
      },
      "css": "rgba(0, 0, 0, 0)"
    }
  },
  "trans": {
    "rotation": 0,
    "scale": {
      "x": 1,
      "y": 1
    },
    "skew": {
      "x": 0,
      "y": 0
    },
    "zoom": 2,
    "clip": false,
    "x": 3,
    "y": -5
  },
  "paths": [
    {
      "type": "texture",
      "color": {
        "hex": "#000",
        "rgba": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 1
        },
        "css": "rgba(0, 0, 0, 1)"
      },
      "gradient": {
        "type": "plain"
      },
      "shape": {
        "type": "square",
        "cornerRadius": 32
      },
      "pattern": {
        "type": "lines"
      }
    },
    {
      "color": {
        "hex": "#b57204",
        "rgba": {
          "r": 181,
          "g": 114,
          "b": 4,
          "a": 1
        },
        "css": "rgba(181, 114, 4, 1)"
      },
      "gradient": {
        "type": "plain"
      },
      "shadow": {
        "enabled": false,
        "color": {
          "hex": "#b57204",
          "rgba": {
            "r": 181,
            "g": 114,
            "b": 4,
            "a": 1
          },
          "css": "rgba(181, 114, 4, 1)"
        },
        "blur": 15,
        "x": 0,
        "y": 0,
        "side": "out"
      },
      "stroke": {
        "enabled": false,
        "color": {
          "hex": "#ccc",
          "rgba": {
            "r": 204,
            "g": 204,
            "b": 204,
            "a": 1
          },
          "css": "rgba(204, 204, 204, 1)"
        },
        "width": 8
      }
    }
  ],
  "frame": {
    "color": {
      "hex": "#ffffff",
      "rgba": {
        "r": 255,
        "g": 255,
        "b": 255,
        "a": 1
      },
      "css": "rgba(255, 255, 255, 1)"
    },
    "width": 0
  },
  "size": 512,
  "text": {
    "fill": {
      "hex": "#fff",
      "rgba": {
        "r": 255,
        "g": 255,
        "b": 255,
        "a": 1
      },
      "css": "rgba(255, 255, 255, 1)"
    },
    "stroke": {
      "hex": "#000",
      "rgba": {
        "r": 0,
        "g": 0,
        "b": 0,
        "a": 1
      },
      "css": "rgba(0, 0, 0, 1)"
    },
    "content": "",
    "x": 256,
    "y": 300,
    "rotation": 0,
    "scale": {
      "x": 1,
      "y": 1
    },
    "zoom": 0,
    "font": {
      "family": "sans",
      "size": 120,
      "style": "normal",
      "weight": "bold"
    },
    "decoration": {}
  },
  "badge": {
    "fill": {
      "hex": "#b57204",
      "rgba": {
        "r": 181,
        "g": 114,
        "b": 4,
        "a": 1
      },
      "css": "rgba(181, 114, 4, 1)"
    },
    "stroke": {
      "hex": "#fff",
      "rgba": {
        "r": 255,
        "g": 255,
        "b": 255,
        "a": 1
      },
      "css": "rgba(255, 255, 255, 1)"
    },
    "id": "none",
    "x": 256,
    "y": 256,
    "rotation": 0,
    "scale": {
      "x": 1,
      "y": 1
    },
    "zoom": 0
  },
  "texture": {
    "id": "parchment"
  },
  "preset": "original",
  "viewBox": 512,
  "section": "badge",
  "favorites": [],
  "version": "20201115"
}