let location = this.item.system.location.key let test = await this.actor.setupCharacteristic("dex", {context : {failure : `${this.effect.name}: Lâchez l'objet!`}, skipTargets: true, appendTitle : " - " + this.effet.name, fields : {difficulty : "average"}}) await Test.roll(); if (location && Test.Échoué) { let dropped = this.item.system.weaponsAtLocation; if (dropped.length) { this.script.notification(`Vous lâchez ${dropped.map(i => i.name).join(", ")}!`) for(let weapon of dropped) { await weapon.system.toggleEquip(); } } } return test.succeeded