Update scripts
This commit is contained in:
7
scripts/j3c6Y5aeA7nlFr9F.js
Normal file
7
scripts/j3c6Y5aeA7nlFr9F.js
Normal file
@ -0,0 +1,7 @@
|
||||
const uuids = [
|
||||
"Compendium.wfrp4e-core.items.Item.wBhPFggGqIXwbx1r", // Alley Cat
|
||||
"Compendium.wfrp4e-core.items.Item.q58lK4kULJZB5GjE", // Rover
|
||||
];
|
||||
|
||||
const items = await Promise.all(uuids.map(uuid => fromUuid(uuid)));
|
||||
await this.actor.createEmbeddedDocuments("Item", items, {fromEffect: this.effect.id});
|
Reference in New Issue
Block a user