9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
this.actor.getActiveTokens().forEach(t => t.document.update({light : {
|
|
"dim": 0,
|
|
"bright": 0,
|
|
"alpha": 0.5,
|
|
"animation": {
|
|
"type": "",
|
|
},
|
|
"color": "#000000",
|
|
}})); |