ST Hidden Path - ironmonk88/monks-module-wiki GitHub Wiki

Hidden Path

An invisible path that's only visible immediately surrounding a token.

The tiles need to be at least 2x1, and need to overlap each other.

Setup Required

Setup Tab

  • When: Enter & Exit

Actions

Click here to view Tile Template JSON Data

Copy & paste this into Notepad and save it as a .JSON file. Then import it using MATT's Tile Templates.

{
  "texture": {
    "src": null,
    "scaleX": 1,
    "scaleY": 1,
    "tint": null,
    "offsetX": 0,
    "offsetY": 0,
    "rotation": 0
  },
  "z": 100,
  "width": 200,
  "height": 100,
  "rotation": 180,
  "alpha": 1,
  "flags": {
    "tagger": {
      "tags": ""
    },
    "perfect-vision": {
      "lighting": ""
    },
    "monks-active-tiles": {
      "active": true,
      "record": false,
      "restriction": "all",
      "controlled": "all",
      "trigger": [
        "enter",
        "exit"
      ],
      "allowpaused": false,
      "usealpha": false,
      "pointer": false,
      "pertoken": false,
      "minrequired": 0,
      "chance": 100,
      "fileindex": 0,
      "actions": [
        {
          "action": "anchor",
          "data": {
            "tag": "_enter",
            "stop": true
          },
          "id": "ECN2bUn9sa9wonIw"
        },
        {
          "action": "showhide",
          "data": {
            "entity": {
              "id": "tile",
              "name": "This Tile"
            },
            "collection": "tokens",
            "hidden": "show",
            "fade": 0
          },
          "id": "Mo3RDBN0mdyqKbtR"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "_exit",
            "stop": true
          },
          "id": "BAgqQYig7r5PdDWc"
        },
        {
          "action": "exists",
          "data": {
            "entity": {
              "id": "within",
              "name": "Tokens within Tile"
            },
            "collection": "tokens",
            "count": "<= 1",
            "none": ""
          },
          "id": "J2PRQsfBPFU8k1DH"
        },
        {
          "action": "showhide",
          "data": {
            "entity": {
              "id": "tile",
              "name": "This Tile"
            },
            "collection": "tokens",
            "hidden": "hide",
            "fade": 0
          },
          "id": "FINRTSqlDw33dtve"
        }
      ],
      "files": []
    },
    "exportSource": {
      "world": "module-assembly",
      "system": "pf2e",
      "coreVersion": "11.302",
      "systemVersion": "5.0.0-beta2"
    }
  },
  "overhead": false,
  "roof": false,
  "occlusion": {
    "mode": 1,
    "alpha": 0,
    "radius": null
  },
  "video": {
    "loop": true,
    "autoplay": true,
    "volume": 0
  },
  "hidden": true,
  "locked": false,
  "id": "8iGn8MqiabVOpNIN",
  "name": "Hidden_Path",
  "visible": true,
  "img": null,
  "thumbnail": "modules/monks-active-tiles/img/cube.svg"
}

Page Last Updated

MATT 10.20

⚠️ **GitHub.com Fallback** ⚠️