< Vision
Revision as of 15:43, 20 March 2024 by Arcology Expert Program (talk | contribs) (Created page with "<noinclude>{{Stub|Vision}}</noinclude> To keep optics mounted on rifles useful, use this code to take the weapon's range into account: <syntaxhighlight lang="JavaScript"> await game.macros.getName("Low-Light Vision").execute({ token: token, rating: item.system.range.ranges.extreme / 3 - 2, cone: 15 }); </syntaxhighlight>")
To keep optics mounted on rifles useful, use this code to take the weapon's range into account:
await game.macros.getName("Low-Light Vision").execute({
token: token,
rating: item.system.range.ranges.extreme / 3 - 2,
cone: 15
});
