ENhance and fix

This commit is contained in:
2026-05-10 23:12:21 +02:00
parent e200b5f7b0
commit 7542890232
43 changed files with 638 additions and 390 deletions
+10 -16
View File
@@ -129,8 +129,8 @@
},
"aspects": {
"aspects": {
"solar": 0,
"lunar": 0,
"solar": 2,
"lunar": 2,
"gauge": 0
}
}
@@ -199,7 +199,6 @@
"peculiarity",
"advancement",
"arcane",
"etat",
"mystere",
"technique_ecole",
"mot_invocation"
@@ -289,16 +288,8 @@
"application": [],
"bonus": 2,
"progression": "",
"xp_cost": 1
},
"etat": {
"templates": [
"basics"
],
"application": "",
"mod": 0,
"effect": "",
"elimination": ""
"xp_cost": 1,
"xp_used": 0
},
"mystere": {
"templates": [
@@ -306,21 +297,24 @@
],
"mystere_type": "mineur",
"prerequisite_skill": "",
"prerequisite_condition": ""
"prerequisite_condition": "",
"xp_used": 0
},
"technique_ecole": {
"templates": [
"basics"
],
"application": "",
"bonus": 3
"bonus": 3,
"xp_used": 0
},
"mot_invocation": {
"templates": [
"basics"
],
"invocation_type": "",
"mode_invocation": 0
"mode_invocation": 0,
"xp_used": 0
}
}
}