ST Schrodingers Mimic - ironmonk88/monks-module-wiki GitHub Wiki

Schrödinger's Mimic

Either functions as loot or spawns a mimic; you won't know until it is used.

Setup Required

Actions

The Chat Message needs to be replaced with your preferred method of handling loot.

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
  },
  "x": 400,
  "y": 1600,
  "z": 100,
  "width": 100,
  "height": 100,
  "rotation": 0,
  "alpha": 1,
  "flags": {
    "tagger": {
      "tags": ""
    },
    "monks-active-tiles": {
      "active": false,
      "record": false,
      "restriction": "all",
      "controlled": "all",
      "trigger": [
        "",
        "dblclick"
      ],
      "allowpaused": false,
      "usealpha": false,
      "pointer": false,
      "pertoken": false,
      "minrequired": 0,
      "chance": 100,
      "fileindex": 0,
      "actions": [
        {
          "action": "distance",
          "data": {
            "entity": "",
            "measure": "lte",
            "distance": {
              "value": 1,
              "var": "sq"
            },
            "from": "edge",
            "continue": "within"
          },
          "id": "Lp9Sr8uteRMoIIX3"
        },
        {
          "action": "exists",
          "data": {
            "entity": "",
            "collection": "tokens",
            "count": "> 0",
            "none": ""
          },
          "id": "K2sSLrMpw9NWhXrp"
        },
        {
          "action": "first",
          "data": {
            "entity": "",
            "collection": "tokens",
            "position": "first"
          },
          "id": "yOBK0Kxrr1fHeWtN"
        },
        {
          "action": "random",
          "data": {
            "number": 50,
            "fail": "Mimic"
          },
          "id": "T76VdU7X2VkX9RhV"
        },
        {
          "action": "scrollingtext",
          "data": {
            "flavor": "",
            "text": "Loot actions here.",
            "entity": {},
            "incharacter": false,
            "chatbubble": false,
            "for": "all",
            "language": "",
            "location": {},
            "item": {},
            "actor": {},
            "token": {},
            "duration": 5,
            "anchor": "0",
            "direction": "2"
          },
          "id": "fkk8fnzLHmlOkNmo"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "Mimic",
            "stop": true
          },
          "id": "ejZQbc66sK40vOKw"
        },
        {
          "action": "create",
          "data": {
            "entity": {
              "id": "Compendium.pf2e.pathfinder-bestiary.Br1AtKUHe3nbzjnY",
              "name": "Mimic"
            },
            "collection": "actors",
            "location": {
              "id": "tile",
              "name": "This Tile"
            },
            "activetoken": true,
            "snap": true,
            "invisible": false,
            "avoidtokens": false
          },
          "id": "KCUuAUbUdriAXkke"
        },
        {
          "action": "showhide",
          "data": {
            "entity": {
              "id": "tile",
              "name": "This Tile"
            },
            "collection": "tokens",
            "hidden": "hide",
            "fade": 0
          },
          "id": "2o2yXJ2QM8JLJ3o9"
        },
        {
          "action": "activate",
          "data": {
            "entity": "",
            "activate": "deactivate"
          },
          "id": "FqOTFsCBZZfdJitl"
        }
      ],
      "files": []
    },
    "exportSource": {
      "world": "module-assembly",
      "system": "pf2e",
      "coreVersion": "10.291",
      "systemVersion": "4.8.3"
    }
  },
  "overhead": false,
  "roof": false,
  "occlusion": {
    "mode": 1,
    "alpha": 0,
    "radius": null
  },
  "video": {
    "loop": true,
    "autoplay": true,
    "volume": 0
  },
  "hidden": false,
  "locked": false,
  "id": "qDBkep6GPUnc2SI4",
  "name": "Schrodingers_Mimic",
  "visible": true,
  "img": null,
  "thumbnail": "modules/monks-active-tiles/img/cube.svg"
}

Page Last Updated

MATT 10.15

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