Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
7
scripts/pdvCwjxHI56EmxuU.js
Normal file
7
scripts/pdvCwjxHI56EmxuU.js
Normal file
@@ -0,0 +1,7 @@
|
||||
let item = await fromUuid("Compendium.wfrp4e-core.items.Item.sJ3yX1kvzu2hgNq5")
|
||||
let amphibious = item.toObject();
|
||||
|
||||
item = await fromUuid("Compendium.wfrp4e-core.items.Item.9h82z72XGo9tfgQS")
|
||||
let as = item.toObject();
|
||||
as.name += " (Sight)";
|
||||
await this.actor.createEmbeddedDocuments("Item", [amphibious, as], {fromEffect : this.effect.id})
|
||||
Reference in New Issue
Block a user