Add all systems effects scripts + translations
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
|
||||
let difficulty = ""
|
||||
if (this.effect.name.includes("Moderate"))
|
||||
if (this.effect.name.includes("Modéré"))
|
||||
difficulty = "easy"
|
||||
else if (this.effect.name.includes("Severe"))
|
||||
else if (this.effect.name.includes("Sévère"))
|
||||
difficulty = "average"
|
||||
else
|
||||
difficulty = "veasy"
|
||||
|
Reference in New Issue
Block a user