ST Door with Open and Closed Images - ironmonk88/monks-module-wiki GitHub Wiki
A door trigger to have your doors have open & closed images; this particular one needs the closed image to be the first one in the images list, and the open image needs to be the second.
- When:
Door Trigger
recommended but not required if the door directly targets the tile or uses Tagger.
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": 200,
"z": 102,
"rotation": 270,
"alpha": 1,
"hidden": false,
"locked": false,
"overhead": false,
"occlusion": {
"mode": 1,
"alpha": 0,
"radius": null
},
"video": {
"loop": true,
"autoplay": true,
"volume": 0
},
"flags": {
"tagger": {
"tags": [
"Door Tile"
]
},
"betterroofs": {
"brMode": 0,
"manualPoly": "",
"occlusionLinkId": "",
"occlusionLinkSource": false
},
"perfect-vision": {
"lighting": ""
},
"monks-active-tiles": {
"active": true,
"record": false,
"restriction": "all",
"controlled": "all",
"trigger": [
"",
"door"
],
"usealpha": false,
"pointer": false,
"pertoken": false,
"minrequired": 0,
"chance": 100,
"actions": [
{
"action": "anchor",
"data": {
"tag": "_doorclose",
"stop": true
},
"id": "c87fdQY9zxi0fwBS"
},
{
"action": "tileimage",
"data": {
"entity": "",
"select": "1",
"transition": "none",
"speed": 1,
"loop": 1
},
"id": "gKDgyu5yqSYzOTb7"
},
{
"action": "anchor",
"data": {
"tag": "_dooropen",
"stop": true
},
"id": "LVrlShHQpLEIPwiA"
},
{
"action": "tileimage",
"data": {
"entity": "",
"select": "2",
"transition": "none",
"speed": 1,
"loop": 1
},
"id": "TFNUYYSmnN1XYO1L"
}
],
"allowpaused": false,
"files": [],
"fileindex": 0
},
"exportSource": {
"world": "matt-test",
"system": "dnd5e",
"coreVersion": "10.291",
"systemVersion": "2.1.5"
}
},
"texture": {
"src": null,
"tint": null,
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0
},
"roof": false,
"name": "Door_Open_Closed_Images",
"visible": true,
"img": null,
"id": "FOoHLOhTB8SoxlL3",
"thumbnail": "modules/monks-active-tiles/img/cube.svg"
}
MATT 10.12