forked from public/foundryvtt-wh4-lang-fr-fr
Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
if (args.test.characteristicKey == "wp")
|
||||
if (args.test.characteristicKey == "wp")
|
||||
{
|
||||
if (args.test.failed)
|
||||
if (args.Test.Échoué)
|
||||
{
|
||||
let item = await fromUuid("Compendium.wfrp4e-core.items.AGcJl5rHjkyIQBPP")
|
||||
let data = item.toObject();
|
||||
this.actor.createEmbeddedDocuments("Item", [data])
|
||||
|
||||
this.script.scriptMessage(`Test de Force Mentale échoué, <b>${this.actor.prototypeToken.name}</b> @UUID[Compendium.wfrp4e-core.items.AGcJl5rHjkyIQBPP] pour [[1d10]] heures`)
|
||||
|
||||
this.script.message(`Test de FM échoué, <b>${this.actor.prototypeToken.name}</b> gain de @UUID[Compendium.wfrp4e-core.items.AGcJl5rHjkyIQBPP] pour [[1d10]] heures`)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user