Neuanfang mit französischem Modul

This commit is contained in:
2025-05-05 23:25:00 +02:00
parent cf24ef97df
commit 3f74b8dfdd
3135 changed files with 38383 additions and 93206 deletions
-16
View File
@@ -1,16 +0,0 @@
let gorCharacteristics = {
"ws": 45,
"bs": 30,
"s": 35,
"t": 45,
"i": 30,
"ag": 35,
"dex": 25,
"int": 25,
"wp": 30,
"fel": 25
}
for (let char in this.actor.characteristics) {
if (this.actor.characteristics[char].initial < gorCharacteristics[char])
this.actor.characteristics[char].initial = gorCharacteristics[char]
}