ST Trigger Happy - ironmonk88/monks-module-wiki GitHub Wiki
Just a tile with all of the trigger based auto-landings besides _door
on it as of the time it was created. Not really recommended, but its available anyway.
- When: All of them.
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": 100,
"height": 100,
"rotation": 0,
"alpha": 1,
"overhead": false,
"roof": false,
"occlusion": {
"mode": 1,
"alpha": 0,
"radius": null
},
"video": {
"loop": true,
"autoplay": true,
"volume": 0
},
"flags": {
"monks-active-tiles": {
"active": true,
"record": false,
"restriction": "all",
"controlled": "all",
"trigger": [
"",
"enter",
"exit",
"click",
"rightclick",
"movement",
"dblclick",
"hoverin",
"create",
"stop",
"hoverout",
"combatstart",
"round",
"turn",
"turnend",
"combatend",
"manual",
"rotation",
"ready",
"door",
"elevation"
],
"allowpaused": false,
"usealpha": false,
"pointer": false,
"pertoken": false,
"minrequired": 0,
"chance": 100,
"fileindex": 0,
"actions": [
{
"action": "anchor",
"data": {
"tag": "_enter",
"stop": true
},
"id": "wLgI9D00OdtbrTmK"
},
{
"action": "anchor",
"data": {
"tag": "_exit",
"stop": true
},
"id": "sNVDq5S9n7mJ4xXY"
},
{
"action": "anchor",
"data": {
"tag": "_movement",
"stop": true
},
"id": "QKIIQZ4LrlS3vG0F"
},
{
"action": "anchor",
"data": {
"tag": "_stop",
"stop": true
},
"id": "gU2MJPJiWuMGJhud"
},
{
"action": "anchor",
"data": {
"tag": "_click",
"stop": true
},
"id": "rkmaayTTIkdac62i"
},
{
"action": "anchor",
"data": {
"tag": "_rightclick",
"stop": true
},
"id": "VuIynHmtCiRnuxFe"
},
{
"action": "anchor",
"data": {
"tag": "_dblclick",
"stop": true
},
"id": "kxkwU8XUPdhCoPjU"
},
{
"action": "anchor",
"data": {
"tag": "_create",
"stop": true
},
"id": "hkCTZdCZaQEIYKau"
},
{
"action": "anchor",
"data": {
"tag": "_hoverin",
"stop": true
},
"id": "7ed6h2ncAsWQUL4R"
},
{
"action": "anchor",
"data": {
"tag": "_hoverout",
"stop": true
},
"id": "UNBcYVhIRGqDzYG1"
},
{
"action": "anchor",
"data": {
"tag": "_combatstart",
"stop": true
},
"id": "iJBOChBGPkyyQMWW"
},
{
"action": "anchor",
"data": {
"tag": "_round",
"stop": true
},
"id": "bLMI5s3gbfm0oENE"
},
{
"action": "anchor",
"data": {
"tag": "_turn",
"stop": true
},
"id": "cLOdWIYCAaOSPoak"
},
{
"action": "anchor",
"data": {
"tag": "_turnend",
"stop": true
},
"id": "J0DJuAEXaQGm0iKX"
},
{
"action": "anchor",
"data": {
"tag": "_combatend",
"stop": true
},
"id": "4YeeVHqwZoDxi3aC"
},
{
"action": "anchor",
"data": {
"tag": "_manual",
"stop": true
},
"id": "mKztAWRlW2A1GrvC"
},
{
"action": "anchor",
"data": {
"tag": "_rotation",
"stop": true
},
"id": "ZUdOnqQ3lGhdEZEE"
},
{
"action": "anchor",
"data": {
"tag": "_ready",
"stop": true
},
"id": "SYMX2QBp0y6S5kdq"
}
],
"files": []
},
"tagger": {
"tags": ""
},
"exportSource": {
"world": "matt-test",
"system": "dnd5e",
"coreVersion": "10.291",
"systemVersion": "2.1.5"
}
},
"hidden": false,
"locked": false,
"x": 1800,
"y": 3000,
"id": "gh0F4ZO41S4KT4Rr",
"name": "Trigger_Happy",
"visible": true,
"img": null,
"thumbnail": "modules/monks-active-tiles/img/cube.svg"
}
MATT 10.12