Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -1,15 +1,15 @@
let etiquette = (await fromUuid("Compendium.wfrp4e-core.items.Item.sYbgpSnRqSZWgwFP")).toObject();
etiquette.name += ` (Followers of Tzeentch)`;
etiquette.name += ` (Suivants de Tzeentch)`;
let animosity = (await fromUuid("Compendium.wfrp4e-core.items.Item.0VpT5yubw4UL7j6f")).toObject();
animosity.system.specification.value = "Followers of Nurgle";
animosity.system.specification.value = "Suivants de Nurgle";
let roll = await new Roll("ceil(1d10 / 3)").roll();
roll.toMessage(this.script.getChatData());
let mutations = [];
let msg = `<p><strong>Mutations Gained</strong></p>`
let msg = `<p><strong>Mutations acquises</strong></p>`
for(let i = 0; i < roll.total; i++)
{
let item;