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

@ -14,11 +14,11 @@ let index = game.packs
return i
})
let choice = await ItemDialog.create(index, 1, "Choose a Trade Skill")
let choice = await ItemDialog.create(index, 1, "Choisissez une compétence Métier")
let text;
if (!choice[0])
{
let custom = await ValueDialog.create("Enter Custom Trade Skill", "Custom Trade");
let custom = await ValueDialog.create("Saisissez une spécialisation de Métier", "Custom Trade");
text = custom || ""
}
else