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,9 +1,9 @@
let cured = await Dialog.wait({
title : this.effect.name,
content : "<p>Enter the number of diseases/poisons cured</p><input type='number'>",
content : "<p>Entrez le nombre de Poisons/Maladies soignés</p><input type='number'>",
buttons : {
confirm : {
label : "Confirm",
label : "Confirmer",
callback : (dlg) => {
let input = dlg.find("input");
value = parseInt(input[0].value);