ST Request Roll Degrees of Success - ironmonk88/monks-module-wiki GitHub Wiki
Requests a roll from the triggering token, then redirects to the appropriate landing based on the result. Supports Pathfinder 2nd Edition's critical system of +10/-10 and natural 1/20s.
- Landing
- Request Roll
-
Run Macro
- The macro is included in the Active Tiles compendium as
Multiple Landings based on DC, PF2E
.
- The macro is included in the Active Tiles compendium as
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.
{
"width": 100,
"height": 100,
"texture": {
"src": null,
"scaleX": 1,
"scaleY": 1,
"tint": null,
"offsetX": 0,
"offsetY": 0,
"rotation": 0
},
"z": 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": "runmacro",
"data": {
"entity": {
"id": "Compendium.monks-active-tiles.active-tile-macros.0zAQ2jjR58HIam9C",
"name": "Multiple Landings based on DC, PF2E"
},
"args": "",
"runasgm": "unknown"
},
"id": "tRYI11qvhowZo9GC"
},
{
"action": "anchor",
"data": {
"tag": "Critical Fail",
"stop": true
},
"id": "gJ8SdbNCPzNrc4D9"
},
{
"action": "chatmessage",
"data": {
"flavor": "",
"text": "Critical Fail Stuff",
"entity": "",
"incharacter": false,
"chatbubble": "false",
"language": "",
"showto": "everyone"
},
"id": "P7qamFX9ASO4Smfh"
},
{
"action": "anchor",
"data": {
"tag": "Fail",
"stop": false
},
"id": "Xw5V4Sj9MXiwoY2m"
},
{
"action": "chatmessage",
"data": {
"flavor": "",
"text": "Failure Stuff",
"entity": "",
"incharacter": false,
"chatbubble": "false",
"language": "",
"showto": "everyone"
},
"id": "ieYjsYM5NlcX1A8H"
},
{
"action": "anchor",
"data": {
"tag": "Critical Success",
"stop": true
},
"id": "y5gs222qC48FlFLt"
},
{
"action": "chatmessage",
"data": {
"flavor": "",
"text": "Critical Success Stuff",
"entity": "",
"incharacter": false,
"chatbubble": "false",
"language": "",
"showto": "everyone"
},
"id": "8GQlEvY80swQr1fW"
},
{
"action": "anchor",
"data": {
"tag": "Success",
"stop": false
},
"id": "46AdZ6wvtgx94KZv"
},
{
"action": "chatmessage",
"data": {
"flavor": "",
"text": "Success Stuff",
"entity": "",
"incharacter": false,
"chatbubble": "false",
"language": "",
"showto": "everyone"
},
"id": "sbEfXTf26CuMjTJM"
}
],
"files": [],
"vision": false,
"cooldown": null
},
"exportSource": {
"world": "module-assembly",
"system": "pf2e",
"coreVersion": "11.315",
"systemVersion": "5.13.3"
}
},
"overhead": false,
"roof": false,
"occlusion": {
"mode": 1,
"alpha": 0,
"radius": null
},
"video": {
"loop": true,
"autoplay": true,
"volume": 0
},
"hidden": false,
"locked": false,
"id": "yKf3IusJfZHXCUtG",
"name": "Request_Roll_Degrees_of_Success",
"visible": true,
"img": null,
"thumbnail": "modules/monks-active-tiles/img/cube.svg"
}
MATT 11.21