ST Lighthouse - ironmonk88/monks-module-wiki GitHub Wiki
A rotating light for a lighthouse.
-
Alter
- Attribute:
rotation
- Attribute:
- Delay Actions
- Jump to Landing
- Landing
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": 1400,
"y": 1100,
"z": 100,
"width": 100,
"height": 100,
"rotation": 0,
"alpha": 1,
"flags": {
"tagger": {
"tags": ""
},
"monks-active-tiles": {
"active": false,
"record": false,
"restriction": "all",
"controlled": "gm",
"trigger": [
"",
"dblclick"
],
"allowpaused": false,
"usealpha": false,
"pointer": false,
"pertoken": false,
"minrequired": 0,
"chance": 100,
"fileindex": 0,
"actions": [
{
"action": "anchor",
"data": {
"tag": "Start",
"stop": false
},
"id": "TwEHo2cqZjKbJddA"
},
{
"action": "alter",
"data": {
"entity": {
"id": "Scene.VGcfClKQxsiRyvld.AmbientLight.5GYBIHAwS5rosve9",
"name": "AmbientLight: 5GYBIHAwS5rosve9"
},
"attribute": "rotation",
"value": "+ 15",
"chatMessage": false,
"rollmode": "roll"
},
"id": "8eP6myWxQGkc1LWE"
},
{
"action": "delay",
"data": {
"delay": "1"
},
"id": "GCHHGshZrof9n2NL"
},
{
"action": "goto",
"data": {
"tag": "Start",
"limit": null,
"resume": false
},
"id": "ZfsBkUieeyoApuAd"
}
],
"files": []
},
"exportSource": {
"world": "matt-test",
"system": "dnd5e",
"coreVersion": "10.291",
"systemVersion": "2.1.4"
}
},
"overhead": false,
"roof": false,
"occlusion": {
"mode": 1,
"alpha": 0,
"radius": null
},
"video": {
"loop": true,
"autoplay": true,
"volume": 0
},
"hidden": false,
"locked": false,
"id": "lz2hIx67Arc2PbMc",
"name": "Lighthouse",
"visible": true,
"img": null,
"thumbnail": "modules/monks-active-tiles/img/cube.svg"
}
MATT 10.14