merged with meta revisions and adjusted posture parameters

This commit is contained in:
1brucben
2025-04-19 01:31:44 +02:00
parent 436b56ae43
commit c804fb11ae
+3 -3
View File
@@ -469,15 +469,15 @@ export class DefaultConfig implements Config {
switch (posture) {
case "retreat":
sharedloss = 0.5;
postureloss = 0.8;
postureloss = 0.7;
break;
case "balanced":
sharedloss = 1.0;
postureloss = 1;
break;
case "hold":
sharedloss = 2;
postureloss = 1.2;
sharedloss = 3;
postureloss = 1.3;
break;
}
}