foundryvtt-wh4-lang-fr-fr/scripts/U1UpSRJOSjPpO4HS.js

4 lines
280 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let mutations = await game.wfrp4e.utility.findAll("mutation", "Loading Mutations")
let roll = Math.floor(CONFIG.Dice.randomUniform() * mutations.length);
this.actor.createEmbeddedDocuments("Item", [mutations[roll]]);
this.script.scriptNotification(`Added ${mutations[roll].name}`)