Files
foundryvtt-wh4-lang-fr-fr/scripts/oWa7RkScnl6lR5vd.js

11 lines
438 B
JavaScript

if (args.test.characteristicKey == "wp")
{
if (args.Test.Échoué)
{
let item = await fromUuid("Compendium.wfrp4e-core.items.AGcJl5rHjkyIQBPP")
let data = item.toObject();
this.actor.createEmbeddedDocuments("Item", [data])
this.script.message(`Test de FM échoué, <b>${this.actor.prototypeToken.name}</b> gain de @UUID[Compendium.wfrp4e-core.items.AGcJl5rHjkyIQBPP] pour [[1d10]] heures`)
}
}