forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
11
reference_scripts/KIoVBinAZK8sMOqD.js
Normal file
11
reference_scripts/KIoVBinAZK8sMOqD.js
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Endurance"), {fields: {difficulty : "average"}, skipTargets: true, appendTitle : " - Wounded"})
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
fromUuid("Compendium.wfrp4e-core.items.kKccDTGzWzSXCBOb").then(disease => {
|
||||
this.actor.createEmbeddedDocuments("Item", [disease.toObject()])
|
||||
this.script.scriptNotification("Gained " + disease.name)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user