foundryvtt-wh4-lang-fr-fr/reference_scripts/gMIenSmLklAkB2Zm.js

8 lines
297 B
JavaScript
Raw Normal View History

2024-06-06 21:09:27 +02:00
if (isNaN(parseInt(this.item.system.specification.value)))
{
let value = await ValueDialog.create("Enter Venom Strength", this.effect.name, "", Object.values(game.wfrp4e.config.difficultyNames));
if (value)
{
this.item.updateSource({"system.specification.value" : value});
}
}