Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 12:46:44 +02:00
parent 039df5c10a
commit a308181834
1421 changed files with 9940 additions and 547 deletions

View File

@ -1,16 +1,16 @@
let spells = await game.wfrp4e.utility.findAll("spell", "Loading Spells")
let spells = await game.wfrp4e.utility.findAll("spell", "Chargement des sorts")
let lore = (await game.wfrp4e.tables.rollTable("random-caster", {hideDSN: true})).text
this.script.scriptNotification(lore)
if (lore == "GM's Choice") {
if (lore == "Au choix") {
return
}
else if (lore == "Arcane Magic") {
else if (lore == "Magie des Arcanes") {
lore = "Arcane"
}
else if (lore == "Petty Magic") {
else if (lore == "Magie Mineure ") {
lore = "petty"
}