Add all systems effects scripts + translations
This commit is contained in:
@ -5,7 +5,7 @@ if (this.item.name.includes("("))
|
||||
}
|
||||
else
|
||||
{
|
||||
resistance = await ValueDialog.create("Enter Resistance", "Resistance")
|
||||
resistance = await ValueDialog.create("Entrez la Résistance", "Résistance")
|
||||
|
||||
if (resistance)
|
||||
{
|
||||
@ -13,7 +13,7 @@ else
|
||||
this.effect.updateSource({name : this.effect.name + ` (${resistance})`})
|
||||
}
|
||||
}
|
||||
this.item.updateSource({"system.tests.value" : this.item.system.tests.value.replace("the associated Threat", resistance)})
|
||||
this.item.updateSource({"system.tests.value" : this.item.system.tests.value.replace("menace associée", resistance)})
|
||||
|
||||
if (resistance && !this.effect.name.includes("("))
|
||||
{
|
||||
|
Reference in New Issue
Block a user