foundrybackup_grau/worlds/graus-dnd/data/macros.db

107 lines
106 KiB
Plaintext
Executable File

{"type":"script","scope":"actor","name":"Bad News","img":"icons/weapons/guns/gun-blunderbuss-bronze.webp","command":"dnd5e.documents.macro.rollItem(\"Bad News\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.2","coreVersion":"10.291","createdTime":1674408405011,"modifiedTime":1674408405011,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"0Y1ZSTmifHtO6MRn"}
{"_id":"1LyQGTsNVUcgfPKe","name":"Shield","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/defensive/shield-barrier-glowing-triangle-magenta.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"tuPhyTLiUt28IQCY\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"tuPhyTLiUt28IQCY\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Feuerzahn","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/swords/greatsword-crossguard-steel.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"J3svoMyYpPHSnAji\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"J3svoMyYpPHSnAji\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"1jLf8O7B9HeIraDL","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Gehorchende Flammen","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/sundries/lights/candles-lit-red-evil.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"YMziPhLYVtvJgHUQ\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"YMziPhLYVtvJgHUQ\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"2413ieZnnjRjn1RQ","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248690,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Gorbog Sturmbringer's Force-Grossaxt","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/svg/item-bag.svg","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"aFERJRCp3WXybtMl\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"aFERJRCp3WXybtMl\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"2tFdXwwwTMhMn0hS","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Feuerausbruch","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/fire/flame-burning-campfire-rocks.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"hhaUfXUypTOChE51\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"hhaUfXUypTOChE51\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"44B52WqdhDNjswia","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Unarmed Strike","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/unarmed-punch-fist-yellow-red.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"t17T4uIIzq9sDf6i\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"t17T4uIIzq9sDf6i\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"4GManUC2hDhiJcMl","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"4Kka487zZUt6EESb","name":"Maneuvers: Riposte","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/weapons-crossed-swords-yellow.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"kpywKEUjdCafEtGr\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"kpywKEUjdCafEtGr\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"4YVDEpx0jRPMccKa","name":"Fire Bolt","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/fire/projectile-fireball-smoke-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"ErOueiXlJsDZiSXY\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"ErOueiXlJsDZiSXY\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Spiritual Weapon","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/dagger-rune-enchant-flame-purple.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"s57kh1W51VqwOr8e\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"s57kh1W51VqwOr8e\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"5WaOYQ0BIcO1eRA8","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248705,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Mirkrophoneständer","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/staves/staff-simple-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"QJzmtpeUWXNjX6wy\" ItemID=\"pGeBMzauxINgbJ9n\"\nconst actorId = \"QJzmtpeUWXNjX6wy\";\nconst itemId = \"pGeBMzauxINgbJ9n\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"5WfX1y4VlFxxKbb9","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Healing Word","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/life/heart-cross-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"ufZanmAADjgQR9Sx\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"ufZanmAADjgQR9Sx\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"6QgUDqHepQp7gipY","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248719,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Donner Schritt","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/ranged/projectile-explosion-black-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"L5rEGtE3KeUMxaDH\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"L5rEGtE3KeUMxaDH\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"6w1wI8YcaQMJRYsW","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248734,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"7DvOPpn96FwFnaA3","name":"Fire Bolt","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/beam-rays-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"cYbtFRFNJ6UNf3RL\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"cYbtFRFNJ6UNf3RL\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"8RpltaguhPw5IQjk","name":"Greater Invisibility","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/air/fog-gas-smoke-swirling-gray.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"uXyXXrapWJmNCmKQ\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"uXyXXrapWJmNCmKQ\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"New Macro","type":"chat","scope":"global","author":"2BWxk8mi8GysbUOf","img":"icons/svg/dice-target.svg","command":"","folder":null,"sort":0,"ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"flags":{},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.2","coreVersion":"10.291","createdTime":1674421719281,"modifiedTime":1674421719281,"lastModifiedBy":"2BWxk8mi8GysbUOf"},"_id":"9kq4ZQakvG7XVbEh"}
{"_id":"9tcAaPhSrg5y8v61","name":"Unarmed Strike","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/skills/melee/unarmed-punch-fist.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"dL0Z35783u3iHbpB\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"dL0Z35783u3iHbpB\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"9vNRNWDrbsmQDTOn","name":"Disguise Self","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/creatures/magical/spirit-undead-masked-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"wI2A1TM8jmNbZKrX\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"wI2A1TM8jmNbZKrX\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Feuerausbruch","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/fire/flame-burning-campfire-rocks.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"hhaUfXUypTOChE51\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"hhaUfXUypTOChE51\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"AHMYUrywDlNv2F0G","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248754,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"type":"script","scope":"actor","name":"Pistol","img":"icons/weapons/guns/gun-pistol-brass.webp","command":"dnd5e.documents.macro.rollItem(\"Pistol\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.2","coreVersion":"10.291","createdTime":1674408403033,"modifiedTime":1674408403033,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"AMQWsbxS0WgOZ6QU"}
{"name":"Aufdrehen","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/blade-tip-energy-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"Ihk6wexI29b7HJ3x\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"Ihk6wexI29b7HJ3x\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"AznRT7hETfsm4Vfw","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Wind Wall","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/air/fog-gas-smoke-swirling-white.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"wk7vqMXfRdcpXqLd\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"wk7vqMXfRdcpXqLd\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"BiSeL9C8JuSSUolc","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248769,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Bless","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/control/buff-flight-wings-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"2vCgMOjtkd0Ih3PS\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"2vCgMOjtkd0Ih3PS\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"BpdsBMhKlr7RdOhO","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248784,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"CXUl4tnGBKqBqpeh","name":"Misty Step","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/control/debuff-energy-snare-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"Yyn7gwWg5nfk0bJ0\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"Yyn7gwWg5nfk0bJ0\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Berserker Greataxe","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/weapons/polearms/halberd-crescent-engraved-steel.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"MWI1qxvRs26SElyx\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"MWI1qxvRs26SElyx\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"DCdFv8e9T3j7fKK2","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ECTUNPqxHa2Fdq11","name":"Fliegende Klinge","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/light/beam-rays-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"zPu0XgVdJLucFD6b\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"zPu0XgVdJLucFD6b\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ETvDZCuvwU1nlJZ4","name":"Feuerzahn","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/swords/greatsword-crossguard-steel.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"8Yq9jZn1rj6ODClz\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"8Yq9jZn1rj6ODClz\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Feuer Schritt","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/control/debuff-energy-snare-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"TYj5KquWaVKac8zN\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"TYj5KquWaVKac8zN\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"GGlZNj0Ba0tNZ6cx","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248798,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"Gr420FyLbHyE5pMO","name":"False Life","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/life/heart-cross-purple-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"1QYqbkJQfLFUj1Pn\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"1QYqbkJQfLFUj1Pn\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ITYaflO2aCpEX4eL","name":"Schatten Schritt","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/control/debuff-energy-snare-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"TYj5KquWaVKac8zN\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"TYj5KquWaVKac8zN\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"KJtmDKAIpyFHzcXK","name":"Unarmed Strike","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/skills/melee/unarmed-punch-fist.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"Dg8CLCD7bM4NT4rB\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"Dg8CLCD7bM4NT4rB\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"Km62IwbkNMfvjkpS","name":"Heroism","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/magic/symbols/cog-shield-white-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"CcPIDVWfAbxTlfNP\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"CcPIDVWfAbxTlfNP\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"Ku6wiHddxnJnYGQz","name":"Aufdrehen","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/blade-tip-energy-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"Ihk6wexI29b7HJ3x\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"Ihk6wexI29b7HJ3x\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"L04ANhql9Gc4Y8ox","name":"Chaos Bolt","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/lightning/bolt-strike-beam-purple.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"QRcrgAlivc5hKS5A\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"QRcrgAlivc5hKS5A\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Immovable Rod","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/magic/symbols/runes-etched-steel-blade.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"vAVVvOXAONRPFr9f\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"vAVVvOXAONRPFr9f\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"LF8ecGraCjPHaqu0","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Fliegende Klinge","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/light/beam-rays-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"zPu0XgVdJLucFD6b\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"zPu0XgVdJLucFD6b\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"Lru1r7eEvcfnerRK","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248812,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Katana","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/weapons/swords/greatsword-guard-gold-worn.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"nADTTxjB3sTzQ5CP\" ItemID=\"x5YcRoTfLN3ZGsV5\"\nconst actorId = \"nADTTxjB3sTzQ5CP\";\nconst itemId = \"x5YcRoTfLN3ZGsV5\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"M7bK9m4C3yuMJpsd","ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"O1Y18t5vvh86aa9F","name":"Shortsword","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/weapons/swords/sword-guard-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"dhkJ0C8c7wD2lSYp\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"dhkJ0C8c7wD2lSYp\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"PBjIh8j23dtqtOtR","name":"Quarterstaff","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/weapons/staves/staff-simple-gold.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"Xu0lduP0reWsEgPo\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"Xu0lduP0reWsEgPo\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"PjG11QyQhxrffXSd","name":"Control Flames","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/sundries/lights/candles-lit-red-evil.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"jgHyj1ZMTFbjtOqr\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"jgHyj1ZMTFbjtOqr\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"Q2LaDgEicU23Ezix","name":"Fire Bolt","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/projectile-fireball-smoke-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"cYbtFRFNJ6UNf3RL\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"cYbtFRFNJ6UNf3RL\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"type":"script","scope":"actor","name":"Klaudius","img":"icons/weapons/guns/gun-blunderbuss-steel.webp","command":"dnd5e.documents.macro.rollItem(\"Klaudius\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.2","coreVersion":"10.291","createdTime":1674408400873,"modifiedTime":1674408400873,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"QKMo4USZj4W3GCZ5"}
{"name":"Eldritch Claw Tattoo","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/commodities/claws/talon-black.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"X8kwxagufznJJl1z\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"X8kwxagufznJJl1z\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"QSMLKYNQ9483Av2G","ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Feuriges Schild","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/equipment/shield/kite-wooden-oak-glow.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"sRp63aUYtkH4rgOK\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"sRp63aUYtkH4rgOK\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"QmKj3esxAH3ZKMwc","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"Qs6VwGd3dCWBsUli","name":"Ray of Frost","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/beam-rays-blue-small.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"AWUu8aE6mvhxKTZJ\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"AWUu8aE6mvhxKTZJ\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Longbow","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/bows/longbow-leather-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"tiNJ6jnUt5y4y05m\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"tiNJ6jnUt5y4y05m\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"TQzaxppl559JWLaY","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Great Weapon Master Attack","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/weapons/axes/axe-battle-skull-black.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"Ya2whGEdF59ysMh1\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"Ya2whGEdF59ysMh1\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"TSgT0sbFL4OawcXu","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Unarmed Strike","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/unarmed-punch-fist-yellow-red.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"t17T4uIIzq9sDf6i\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"t17T4uIIzq9sDf6i\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"V40bEYpV9Mflxt9f","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"V71kA5KCBTzmDu97","name":"Feuerausbruch","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/fire/flame-burning-campfire-rocks.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"hhaUfXUypTOChE51\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"hhaUfXUypTOChE51\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"VW0rjfIebz4paG22","name":"Light","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/explosion-star-blue-yellow-small.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"B5DHySaoNgaaUALm\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"B5DHySaoNgaaUALm\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248826,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Barkskin","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/defensive/shield-barrier-flaming-diamond-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"uukn3FgmiVEKnryM\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"uukn3FgmiVEKnryM\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"VYWrnHI7SNdx91f8","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248841,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Ōdachi","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/weapons/swords/sword-guard-worn.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"nADTTxjB3sTzQ5CP\" ItemID=\"wvlfXZhH0bDaahge\"\nconst actorId = \"nADTTxjB3sTzQ5CP\";\nconst itemId = \"wvlfXZhH0bDaahge\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"WWIqtQmcdZYbGt3A","ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Water Walk","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/commodities/materials/slime-thick-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"B8xjPMyCznXMVVmR\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"B8xjPMyCznXMVVmR\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"XEifjm1dGtAxGAvE","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"XOzcVT5Yt8eLksRe","name":"Mage Armor","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/defensive/shield-barrier-glowing-triangle-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"bcp0W6fv1Hs7jBOY\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"bcp0W6fv1Hs7jBOY\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Grenade, Smoke","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/thrown/grenade-round.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"vhMw18n0DDSAZZV1\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"vhMw18n0DDSAZZV1\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"XaBB1TPbgf4kBFeA","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"YBHC8NdoTRPXYov1","name":"Green-Flame Blade","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/blade-tip-energy-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"rCsYwuztfEbMozg5\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"rCsYwuztfEbMozg5\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Flurry of Blows","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/skills/melee/unarmed-punch-fist-yellow-red.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"Z9gq1or0kBrLaUqD\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"Z9gq1or0kBrLaUqD\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"YW4GOlX3gfVWlzsz","ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Shillelagh","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/dagger-rune-enchant-teal.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"1OwMsjogHeqUt9m4\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"1OwMsjogHeqUt9m4\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"Z9b0DmihV8QeuEPZ","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248857,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"ZzCZeHXzfOV1TKXM","name":"Control Flames","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/sundries/lights/candles-lit-red-evil.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"A6qB5mzojk6aTMM5\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"A6qB5mzojk6aTMM5\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"aLDO9VaOLAEYdb2l","name":"Darkvision","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/perception/hand-eye-pink.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"lnNFLkZGXdeE4dKL\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"lnNFLkZGXdeE4dKL\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ac6O7n9Xsrt2Ev0H","name":"Create Bonfire","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/fire/flame-burning-campfire-rocks.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"D3DTZigbbBi5Xy6v\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"D3DTZigbbBi5Xy6v\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"bmxrJtKQNHlvk1Qp","name":"Catapult","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/earth/projectile-stone-boulder-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"tMPGyxhWaRVsaEDS\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"tMPGyxhWaRVsaEDS\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ckjQhUko1SrK2S2t","name":"Frostbite","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/water/barrier-ice-crystal-wall-jagged.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"wMmu2ultfwQyvNBg\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"wMmu2ultfwQyvNBg\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"cs7IvV99rMs8ki9N","name":"Misty Step","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/control/debuff-energy-snare-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"Yyn7gwWg5nfk0bJ0\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"Yyn7gwWg5nfk0bJ0\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Net","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/tools/fishing/net-simple-tan.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"VR4z6f0pr8ehsg8t\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"VR4z6f0pr8ehsg8t\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"cyGpWMODPyI8ZdBP","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"d9ZifdCYw7HfR9F9","name":"Polymorph","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/control/energy-stream-link-large-teal.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"OtUkIjymYRXprHzl\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"OtUkIjymYRXprHzl\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Divination","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/beam-rays-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"u4i3SVpEyGHJltMF\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"u4i3SVpEyGHJltMF\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"eE8iBSZcqslmaa92","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248873,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"eHJwqstI6AUe9dFj","name":"Sneak Attack","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/skills/melee/strike-dagger-arcane-pink.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"qUhN5gSYUuSFM8qy\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"qUhN5gSYUuSFM8qy\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Reckless Attack","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/skills/melee/blade-tips-triple-bent-white.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"3XWpSbrFrNIndImq\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"3XWpSbrFrNIndImq\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"en7hdq0wQxw93HVH","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Blunderbuss (Exandria)","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/guns/gun-blunderbuss-bronze.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"5SlnnshKUUtf0sze\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"5SlnnshKUUtf0sze\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"fGaMEOARLuBfMVWq","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"fU8g2a1ifVAAXJyj","name":"False Life","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/life/heart-cross-purple-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"1QYqbkJQfLFUj1Pn\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"1QYqbkJQfLFUj1Pn\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"fnfmvkqw8qXIYZzW","name":"Feuriges leben","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/control/debuff-chains-purple.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"8fHzzjBtqojICJWZ\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"8fHzzjBtqojICJWZ\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Rage","type":"script","author":"2BWxk8mi8GysbUOf","img":"icons/creatures/abilities/mouth-teeth-human.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"sc0ww3DZElI3OW00\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"sc0ww3DZElI3OW00\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"iAHYuU3APKSazvJu","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"jOyEyAHFTwLOXlCh","name":"Shocking Grasp","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/lightning/bolt-forked-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"ikbIEdCLGCU135Xb\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"ikbIEdCLGCU135Xb\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"kDX6bSJN8FQqOfwt","name":"Light","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/explosion-star-blue-yellow-small.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"B5DHySaoNgaaUALm\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"B5DHySaoNgaaUALm\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248891,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"kglW1aQVAxrvNVcs","name":"Frostbite","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/water/barrier-ice-crystal-wall-jagged.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"wMmu2ultfwQyvNBg\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"wMmu2ultfwQyvNBg\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"l3YEiyjHQ7CXrCST","name":"Dissonant Whispers","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/magic/control/fear-fright-shadow-monster-green.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"vs4aV18ArqDfVqnX\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"vs4aV18ArqDfVqnX\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"llsORVD5omhJkX1t","name":"Dart","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/weapons/ammunition/arrows-war-red.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"wj9U6mKq4hgL2zMY\" ItemID=\"1ZUOlEN1PkPRBK82\"\nconst actorId = \"wj9U6mKq4hgL2zMY\";\nconst itemId = \"1ZUOlEN1PkPRBK82\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Crossbow, Light, +1","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/weapons/crossbows/crossbow-ornamental-black.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"b8DvRH3EyNwhssrV\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"b8DvRH3EyNwhssrV\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"mbzixRva5Q3bDikj","ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Bardic Inspiration","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/skills/melee/unarmed-punch-fist.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"TAsCxFTE89it82Fv\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"TAsCxFTE89it82Fv\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"n09jcHqRqOITl3Fs","ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"nDETRjGI5Yqh9rM2","name":"Sleep","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/magic/light/explosion-star-pink-small.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"3zSGJ7ADoiKHWjgB\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"3zSGJ7ADoiKHWjgB\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248907,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"_id":"o0m1SzraZBF7jxE6","name":"Tasha's Mind Whip","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/control/energy-stream-link-spiral-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"WE7e09jY933Pyqly\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"WE7e09jY933Pyqly\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"oDJogNzSqD8Gza9R","name":"Maneuvers: Parry","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/skills/melee/weapons-crossed-swords-yellow.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"tH7O2lML1ych41nF\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"tH7O2lML1ych41nF\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Spirit Guardians","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/light/projectile-bolts-salvo-white.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"3o5fWoM1A8wIA2yQ\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"3o5fWoM1A8wIA2yQ\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"oKdDVXHwhiQjziAm","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248923,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"name":"Katana","type":"script","author":"6gY6X1TOa0Yl4ERp","img":"icons/weapons/swords/greatsword-guard-gold-worn.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"nADTTxjB3sTzQ5CP\" ItemID=\"x5YcRoTfLN3ZGsV5\"\nconst actorId = \"nADTTxjB3sTzQ5CP\";\nconst itemId = \"x5YcRoTfLN3ZGsV5\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"oiymnS440ZHdgHhS","ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"qXZWyVhXJb5pak2l","name":"Feuerzahn","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/weapons/swords/greatsword-crossguard-steel.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"aEbsyZqa2564I8Y1\" ItemID=\"8Yq9jZn1rj6ODClz\"\nconst actorId = \"aEbsyZqa2564I8Y1\";\nconst itemId = \"8Yq9jZn1rj6ODClz\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"qlnIqPqXcmELAnz2","name":"Shortsword","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/weapons/swords/sword-guard-brown.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"XCN1jhPxVI1kcTXS\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"XCN1jhPxVI1kcTXS\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"rkp51KyNN1xa1T6O","name":"Wall of Fire","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/air/fog-gas-smoke-swirling-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"fuIcmIJfHGxDz6jI\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"fuIcmIJfHGxDz6jI\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"sWdauMipFeEOTYcW","name":"Magic Missile","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/projectile-meteor-salvo-light-blue.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"pzXFC2CDmt87tLce\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"pzXFC2CDmt87tLce\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Fliegende Klinge","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/magic/light/beam-rays-orange.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"zPu0XgVdJLucFD6b\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"zPu0XgVdJLucFD6b\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"vlD1ea6crxzMxwqE","ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Gorbog Sturmbringer's Force-Grossaxt","type":"script","author":"2BWxk8mi8GysbUOf","img":"ddb-images/other/item-Weapon.jpg","scope":"global","command":"// HotbarUses5e: ActorID=\"aCY5UJLcLDSdbwfS\" ItemID=\"aFERJRCp3WXybtMl\"\nconst actorId = \"aCY5UJLcLDSdbwfS\";\nconst itemId = \"aFERJRCp3WXybtMl\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"vlSomCD4VfD0B5Or","ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"xX4hRu4t16o2k8Dl","name":"Gehortchende Flammen","type":"script","author":"S8okQC2ts2hIRRmR","img":"icons/sundries/lights/candles-lit-red-evil.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"Lg8XFgVTAQERDEig\" ItemID=\"Oj5qLkrd4fXpDBPc\"\nconst actorId = \"Lg8XFgVTAQERDEig\";\nconst itemId = \"Oj5qLkrd4fXpDBPc\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"S8okQC2ts2hIRRmR":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"y4XFVsZKf2YZBOFD","name":"Vicious Mockery","type":"script","author":"xgMypWx4t6BFt0QO","img":"icons/skills/toxins/cup-goblet-poisoned-spilled.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"xSXtmNF4Wifvstci\" ItemID=\"E0DH3T5CWgQFpWNn\"\nconst actorId = \"xSXtmNF4Wifvstci\";\nconst itemId = \"E0DH3T5CWgQFpWNn\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"ydlcTVDRtesfYLi2","name":"Create Bonfire","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/flame-burning-campfire-rocks.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"jtJxTB1LUXyPi1nD\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"jtJxTB1LUXyPi1nD\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll.hasMacro()) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"_id":"zgnKl3G5YmBWD8TM","name":"Magic Missile","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/fire/projectile-meteor-salvo-light-pink.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"0OnrxgQKwOIEYsOy\" ItemID=\"pzXFC2CDmt87tLce\"\nconst actorId = \"0OnrxgQKwOIEYsOy\";\nconst itemId = \"pzXFC2CDmt87tLce\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":null,"systemVersion":null,"coreVersion":null,"createdTime":null,"modifiedTime":null,"lastModifiedBy":null}}
{"name":"Scrying","type":"script","author":"nP9JMbc9lqWmPkoF","img":"icons/magic/perception/eye-ringed-glow-angry-large-teal.webp","scope":"global","command":"// HotbarUses5e: ActorID=\"27uwn6YicnYZvRHC\" ItemID=\"Yd4Kpf2uNcs2hpKv\"\nconst actorId = \"27uwn6YicnYZvRHC\";\nconst itemId = \"Yd4Kpf2uNcs2hpKv\";\nconst actorToRoll = canvas.tokens.placeables.find(t => t.actor?.id === actorId)?.actor ?? game.actors.get(actorId);\nconst itemToRoll = actorToRoll?.items.get(itemId);\n\nif (game.modules.get('itemacro')?.active && itemToRoll?.hasMacro() && game.settings.get('itemacro', 'defaultmacro')) {\n\treturn itemToRoll.executeMacro();\n}\n\nif (!itemToRoll) {\n\treturn ui.notifications.warn(game.i18n.format(\"DND5E.ActionWarningNoItem\", { item: itemId, name: actorToRoll?.name ?? \"[Not Found]\" }));\n}\n\nreturn itemToRoll.roll({ vanilla: false });","folder":null,"sort":0,"flags":{"dnd5e":{"itemMacro":true}},"_id":"zw4OGbPHN6Eqg0rx","ownership":{"default":0,"nP9JMbc9lqWmPkoF":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.0.3","coreVersion":"10.286","createdTime":null,"modifiedTime":1664115248941,"lastModifiedBy":"NKXwoX82cTxPYATP"}}
{"type":"script","scope":"actor","name":"1 Klaudius","img":"icons/weapons/guns/gun-blunderbuss-steel.webp","command":"dnd5e.documents.macro.rollItem(\"1 Klaudius\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675616809780,"modifiedTime":1675616809780,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"m2xIrDXNPQuUJzDV"}
{"type":"script","scope":"actor","name":"2 Bad News","img":"icons/weapons/guns/gun-blunderbuss-bronze.webp","command":"dnd5e.documents.macro.rollItem(\"2 Bad News\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675616812865,"modifiedTime":1675616812865,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"q1Ddpt9tfjEDs1FB"}
{"type":"script","scope":"actor","name":"3 Pistol","img":"icons/weapons/guns/gun-pistol-brass.webp","command":"dnd5e.documents.macro.rollItem(\"3 Pistol\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675616816188,"modifiedTime":1675616816188,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"sMiVwurYLPNSdT5R"}
{"type":"script","scope":"actor","name":"4 Mace","img":"icons/weapons/maces/mace-round-spiked-black.webp","command":"dnd5e.documents.macro.rollItem(\"4 Mace\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675616822365,"modifiedTime":1675616822365,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"FMSKTz2ckE25YH1C"}
{"type":"script","scope":"actor","name":"Rauch Granate","img":"icons/weapons/thrown/bomb-gas-grey-purple.webp","command":"dnd5e.documents.macro.rollItem(\"Rauch Granate\")","flags":{"dnd5e":{"itemMacro":true}},"author":"mypCoNxKlHM5FybZ","folder":null,"sort":0,"ownership":{"default":0,"mypCoNxKlHM5FybZ":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675616826294,"modifiedTime":1675616826294,"lastModifiedBy":"mypCoNxKlHM5FybZ"},"_id":"Pekr7Q52VdiIpdKy"}
{"name":"New Macro","type":"chat","scope":"global","author":"2BWxk8mi8GysbUOf","img":"icons/svg/dice-target.svg","command":"","folder":null,"sort":0,"ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"flags":{},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675618839511,"modifiedTime":1675618839511,"lastModifiedBy":"2BWxk8mi8GysbUOf"},"_id":"E95f7V2NHqHqD9Qm"}
{"type":"script","scope":"actor","name":"Gorbog Sturmbringer's Force-Grossaxt","img":"ddb-images/other/item-Weapon.jpg","command":"dnd5e.documents.macro.rollItem(\"Gorbog Sturmbringer's Force-Grossaxt\")","flags":{"dnd5e":{"itemMacro":true}},"author":"2BWxk8mi8GysbUOf","folder":null,"sort":0,"ownership":{"default":0,"2BWxk8mi8GysbUOf":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675618848469,"modifiedTime":1675618848469,"lastModifiedBy":"2BWxk8mi8GysbUOf"},"_id":"PmHVOA8A5yV11iTr"}
{"type":"script","scope":"actor","name":"Rapier of Wounding","img":"icons/weapons/swords/greatsword-flamberge.webp","command":"dnd5e.documents.macro.rollItem(\"Rapier of Wounding\")","flags":{"dnd5e":{"itemMacro":true}},"author":"xgMypWx4t6BFt0QO","folder":null,"sort":0,"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675619195817,"modifiedTime":1675619195817,"lastModifiedBy":"xgMypWx4t6BFt0QO"},"_id":"oIPpoWuQVj3XMu6b"}
{"type":"script","scope":"actor","name":"Shield","img":"icons/magic/defensive/shield-barrier-glowing-triangle-magenta.webp","command":"dnd5e.documents.macro.rollItem(\"Shield\")","flags":{"dnd5e":{"itemMacro":true}},"author":"6gY6X1TOa0Yl4ERp","folder":null,"sort":0,"ownership":{"default":0,"6gY6X1TOa0Yl4ERp":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675623251996,"modifiedTime":1675623251996,"lastModifiedBy":"6gY6X1TOa0Yl4ERp"},"_id":"rDJpDvlBDyRfH1OE"}
{"type":"script","scope":"actor","name":"Silence","img":"icons/magic/symbols/runes-triangle-magenta.webp","command":"dnd5e.documents.macro.rollItem(\"Silence\")","flags":{"dnd5e":{"itemMacro":true}},"author":"xgMypWx4t6BFt0QO","folder":null,"sort":0,"ownership":{"default":0,"xgMypWx4t6BFt0QO":3},"_stats":{"systemId":"dnd5e","systemVersion":"2.1.4","coreVersion":"10.291","createdTime":1675627839055,"modifiedTime":1675627839055,"lastModifiedBy":"xgMypWx4t6BFt0QO"},"_id":"uJFnHul4dXsPKo45"}