forked from public/foundryvtt-wh4-lang-fr-fr
Update scripts
This commit is contained in:
7
scripts/w6tr8mWy0ZSUkHLt.js
Normal file
7
scripts/w6tr8mWy0ZSUkHLt.js
Normal file
@ -0,0 +1,7 @@
|
||||
const uuids = [
|
||||
"Compendium.wfrp4e-core.items.Item.77p3QRKgFWakkndF", // Blather
|
||||
"Compendium.wfrp4e-core.items.Item.b4x1qEWcevX7xK58", // Schemer
|
||||
];
|
||||
|
||||
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