We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f638c commit bb438bbCopy full SHA for bb438bb
DynamicLightRecorder/package.json
@@ -0,0 +1,15 @@
1
+{
2
+"name": "Dynamic Light Recorder",
3
+"script":"DynamicLightRecorder.js",
4
+"version": "1.0.1",
5
+"description": "Records dynamic lighting paths for map tiles & automatically recreates them when new tiles are placed.",
6
+"authors": "Lucian Holland",
7
+"roll20userid": "791452",
8
+"dependencies": [],
9
+"modifies": "{
10
+ "state.DynamicLightRecorder": "read,write",
11
+ "graphic.*": "read,write",
12
+ "path.*": "read,write"
13
+ },
14
+"conflicts":[]
15
+}
0 commit comments