Added missing values for ravangezryachiyevent

Fixed preset typo `bossTagillaAgro`
This commit is contained in:
Chomp
2025-10-29 20:30:47 +00:00
parent a63fe7ce2b
commit 7763ebc55a
2 changed files with 29 additions and 3 deletions
@@ -295,6 +295,20 @@
"minDelta": 20,
"minLimitPercent": 15
}
},
"ravangezryachiyevent": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"highestMax": 100,
"lowestMax": 80,
"maxDelta": 40,
"minDelta": 20,
"minLimitPercent": 15
}
},
"sectantpriest": {
"armor": {
@@ -2800,7 +2814,7 @@
"bossPartisan": 5,
"bossSanitar": 5,
"bossTagilla": 5,
"bossTagillaAgro": 5,
"bossTagillAagro": 5,
"bossTest": 10,
"bossZryachiy": 5,
"crazyAssaultEvent": 15,
@@ -2124,7 +2124,9 @@
},
"experience": {
"aggressorBonus": {
"normal": 0.05
"normal": 0.05,
"easy": 0.05,
"hard": 0.05
},
"level": {
"max": 1,
@@ -2134,10 +2136,20 @@
"normal": {
"max": 6666,
"min": 6666
},
"easy": {
"max": 6666,
"min": 6666
},
"hard": {
"max": 6666,
"min": 6666
}
},
"standingForKill": {
"normal": -0.2
"normal": -0.2,
"easy": -0.2,
"hard": -0.2
},
"useSimpleAnimator": false
},