From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- tgscripts/fvtt-Macro-infodump.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tgscripts/fvtt-Macro-infodump.json (limited to 'tgscripts/fvtt-Macro-infodump.json') 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 -- cgit v1.2.3