Skip to content

Commit

Permalink
Added skier/peacemaker durability values
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Jan 21, 2025
1 parent 346a57f commit ddeb739
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion project/assets/configs/bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,35 @@
"minDelta": 0,
"minLimitPercent": 15
}
}
},
"skier": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 60,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
},
"peacemaker": {
"armor": {
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
},
"weapon": {
"lowestMax": 60,
"highestMax": 100,
"maxDelta": 10,
"minDelta": 0,
"minLimitPercent": 15
}
}
},
"lootItemResourceRandomization": {
"assault": {
Expand Down

0 comments on commit ddeb739

Please sign in to comment.