ST Don't Break the Ice - ironmonk88/monks-module-wiki GitHub Wiki

Don't Break the Ice

Has an increasing chance to "break" each time it's triggered.

Setup Required

Actions

The Chat Message are for informative purposes only.

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": 5200,
  "y": 2600,
  "z": 100,
  "width": 100,
  "height": 100,
  "rotation": 0,
  "alpha": 1,
  "flags": {
    "tagger": {
      "tags": ""
    },
    "monks-active-tiles": {
      "active": true,
      "record": false,
      "restriction": "all",
      "controlled": "all",
      "trigger": [
        "enter"
      ],
      "allowpaused": false,
      "usealpha": false,
      "pointer": false,
      "vision": true,
      "pertoken": false,
      "minrequired": 0,
      "cooldown": null,
      "chance": 100,
      "fileindex": 0,
      "actions": [
        {
          "action": "random",
          "data": {
            "number": "{{variable.ice}}",
            "fail": "Weaken the Ice"
          },
          "id": "zeDuoUJ24M1QeHge"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "Break the Ice",
            "stop": false
          },
          "id": "R6S964AMqoAkQIsm"
        },
        {
          "action": "chatmessage",
          "data": {
            "flavor": "",
            "text": "Trap",
            "entity": "",
            "incharacter": false,
            "chatbubble": "true",
            "language": "",
            "showto": "everyone"
          },
          "id": "BgiTbK6SYHXPKaui"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "Weaken the Ice",
            "stop": true
          },
          "id": "GMUSL03zu7FbYqea"
        },
        {
          "action": "setvariable",
          "data": {
            "entity": "",
            "name": "ice",
            "value": "+ 10"
          },
          "id": "hrXScue1KS2scs8F"
        }
      ],
      "files": []
    },
    "exportSource": {
      "world": "module-assembly",
      "system": "pf2e",
      "coreVersion": "11.315",
      "systemVersion": "5.10.1"
    }
  },
  "overhead": false,
  "roof": false,
  "occlusion": {
    "mode": 1,
    "alpha": 0,
    "radius": null
  },
  "video": {
    "loop": true,
    "autoplay": true,
    "volume": 0
  },
  "hidden": false,
  "locked": false,
  "id": "UH28zpjRhGG7ruRa",
  "name": "Dont_Break_the_Ice_Trap_v1.0",
  "visible": true,
  "img": null,
  "thumbnail": "modules/monks-active-tiles/img/cube.svg"
}

Page Last Updated

MATT 11.17

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