ST Request Roll Basic Success and Failures - ironmonk88/monks-module-wiki GitHub Wiki

Request Roll, Basic Success & Failure

Requests a roll from the triggering token, then redirects the tokens to Pass or Fail action threads.

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": 2200,
  "y": 2800,
  "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,
      "pertoken": false,
      "minrequired": 0,
      "chance": 100,
      "fileindex": 0,
      "actions": [
        {
          "action": "monks-tokenbar.requestroll",
          "data": {
            "entity": {
              "id": "token",
              "name": "Triggering Token"
            },
            "request": "attribute:perception",
            "dc": null,
            "flavor": "",
            "rollmode": "roll",
            "silent": false,
            "fastforward": false,
            "usetokens": "all",
            "continue": "always"
          },
          "id": "SfvoK4Pg0oxty3z6"
        },
        {
          "action": "monks-tokenbar.filterrequest",
          "data": {
            "passed": "Pass",
            "failed": "Fail",
            "resume": ""
          },
          "id": "JcehY9kSWPEMJVwf"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "Pass",
            "stop": true
          },
          "id": "gJ8SdbNCPzNrc4D9"
        },
        {
          "action": "chatmessage",
          "data": {
            "flavor": "",
            "text": "Success Stuff",
            "entity": "",
            "incharacter": false,
            "chatbubble": "true",
            "for": "all",
            "language": ""
          },
          "id": "P7qamFX9ASO4Smfh"
        },
        {
          "action": "anchor",
          "data": {
            "tag": "Fail",
            "stop": true
          },
          "id": "Xw5V4Sj9MXiwoY2m"
        },
        {
          "action": "chatmessage",
          "data": {
            "flavor": "",
            "text": "Failure Stuff",
            "entity": "",
            "incharacter": false,
            "chatbubble": "true",
            "for": "all",
            "language": ""
          },
          "id": "ieYjsYM5NlcX1A8H"
        }
      ],
      "files": []
    },
    "perfect-vision": {
      "lighting": ""
    },
    "exportSource": {
      "world": "module-assembly",
      "system": "pf2e",
      "coreVersion": "10.291",
      "systemVersion": "4.11.1"
    }
  },
  "overhead": false,
  "roof": false,
  "occlusion": {
    "mode": 1,
    "alpha": 0,
    "radius": null
  },
  "video": {
    "loop": true,
    "autoplay": true,
    "volume": 0
  },
  "hidden": false,
  "locked": false,
  "id": "lGTEx8SZ2XZ6786z",
  "name": "Request_Roll_Basic_Success_Failure",
  "visible": true,
  "img": null,
  "thumbnail": "modules/monks-active-tiles/img/cube.svg"
}

Page Last Updated

MATT 10.15

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