Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 09:19:48 +02:00
parent 7b97578bd7
commit 039df5c10a
119 changed files with 255 additions and 232 deletions

View File

@ -1,19 +1,19 @@
let specification = this.item.system.specification.value;
let choice = [];
if (!specification || specification == "Trained Skills")
if (!specification || specification == "Compétences entraînées")
{
choice = await ItemDialog.create(ItemDialog.objectToArray({
broken: "Broken",
drive: "Drive",
entertain: "Entertain",
fetch: "Fetch",
guard: "Guard",
home: "Home",
magic: "Magic",
mount: "Mount",
war: "War"
}, this.effect.img), "unlimited", "Choose Training");
broken: "Dompté",
drive: "Trait",
entertain: "Divertir",
fetch: "Rapporter",
guard: "Garder",
home: "Revenir à la maison",
magic: "Magie",
mount: "Monture",
war: "Guerre"
}, this.effect.img), "unlimited", "Choisissez un Dressage");
}
else
{