Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -2,9 +2,9 @@ let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, append
await test.roll();
if (test.succeeded)
{
this.script.scriptMessage("Can perform an Action or Move (choose one)")
this.script.scriptMessage("Peut effectuer une Action ou un Mouvement (en choisir un)")
}
else
{
this.script.scriptMessage("Cannot perform an Action or Move this round")
this.script.scriptMessage("Ne peut pas effectuer d'Action ou de Mouvement ce round")
}