Update bot.json

Add a 1/30 chance for stims to spawn on Level 1-15 PMC's. Equivalent to 0.0333333333333333% chance of spawning with a stim
This commit is contained in:
Valens
2025-01-28 17:15:30 -05:00
parent 2a01938195
commit e34774c283
+2 -1
View File
@@ -1147,7 +1147,8 @@
},
"stims": {
"weights": {
"0": 1
"0": 29,
"1": 1
},
"whitelist": {}
}