Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
let spells = await warhammer.utility.findAllItems("spell", "Chargement des sorts")
let spells = await warhammer.utility.findAllItems("spell", "Loading Spells")
let lore = (await game.wfrp4e.tables.rollTable("random-caster", {hideDSN: true})).text
this.script.scriptNotification(lore)
if (lore == "Au choix") {
if (lore == "GM's Choice") {
return
}
else if (lore == "Magie des Arcanes") {
else if (lore == "Arcane Magic") {
lore = "Arcane"
}
else if (lore == "Magie Mineure ") {
else if (lore == "Petty Magic") {
lore = "petty"
}