summaryrefslogtreecommitdiff
path: root/tgscripts/fvtt-Macro-infodump.json
blob: bbb3016afceb5ba10f1008e7d3ccb5532cf55428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
  }
}