diff options
Diffstat (limited to 'tgscripts/fvtt-Macro-infodump.json')
-rw-r--r-- | tgscripts/fvtt-Macro-infodump.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tgscripts/fvtt-Macro-infodump.json b/tgscripts/fvtt-Macro-infodump.json new file mode 100644 index 0000000..bbb3016 --- /dev/null +++ b/tgscripts/fvtt-Macro-infodump.json @@ -0,0 +1,24 @@ +{ + "name": "Infodump", + "type": "script", + "scope": "global", + "author": "3r8Uo5wkrb6EqEZc", + "img": "icons/svg/dice-target.svg", + "command": "main()\n\nasync function main() {\nconst his2 = game.actors.getName(\"Hisui\");\nconsole.log(his2.getRollData());\nconst koh2 = game.actors.getName(\"Kohaku\");\nconsole.log(koh2.getRollData());\n}", + "flags": { + "exportSource": { + "world": "valoran", + "system": "archmage", + "coreVersion": "10.291", + "systemVersion": "1.23.1" + } + }, + "_stats": { + "systemId": "archmage", + "systemVersion": "1.23.1", + "coreVersion": "10.290", + "createdTime": 1669971762155, + "modifiedTime": 1669981028855, + "lastModifiedBy": "3r8Uo5wkrb6EqEZc" + } +}
\ No newline at end of file |