Compare commits
3 commits
081b038df5
...
fbb5f9977f
| Author | SHA1 | Date | |
|---|---|---|---|
| fbb5f9977f | |||
| 932dd16a68 | |||
| e78cc9e687 |
4 changed files with 19 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@
|
|||
# user/mods/fika-server/src/*/*.js
|
||||
# user/mods/zSolarint-SAIN-ServerMod/src/*.js
|
||||
user/mods/fika-server/cache/*
|
||||
user/mods/DanW-LateToTheParty/db/lootRanking.json
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"live-like": 45,
|
||||
"quiet-raids": 8,
|
||||
"more-scavs": 5,
|
||||
"more-pmcs": 4,
|
||||
"more-scavs-and-pmcs": 3,
|
||||
"delayed-scavs": 2,
|
||||
"delayed-pmcs": 4,
|
||||
"arrived-early": 4,
|
||||
"rogue-invasion": 1,
|
||||
"raider-invasion": 1,
|
||||
"insanity": 1,
|
||||
"minor-boss-invasion": 4,
|
||||
"less-pmcs-less-scavs-boss-invasion": 3,
|
||||
"low-pmcs-low-scavs-major-boss-invasion": 1,
|
||||
"main-boss-guaranteed": 5,
|
||||
"main-boss-guaranteed-roaming": 3,
|
||||
"sniper-buddies": 5
|
||||
"more-scavs-and-pmcs": 45,
|
||||
"rogue-invasion": 10,
|
||||
"raider-invasion": 10,
|
||||
"minor-boss-invasion": 10,
|
||||
"main-boss-guaranteed": 10,
|
||||
"main-boss-guaranteed-roaming": 10,
|
||||
"insanity": 5,
|
||||
"live-like": 0,
|
||||
"quiet-raids": 0,
|
||||
"more-scavs": 0,
|
||||
"more-pmcs": 0,
|
||||
"delayed-scavs": 0,
|
||||
"delayed-pmcs": 0,
|
||||
"arrived-early": 0,
|
||||
"less-pmcs-less-scavs-boss-invasion": 0,
|
||||
"low-pmcs-low-scavs-major-boss-invasion": 0,
|
||||
"sniper-buddies": 0
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"scavWaveDistribution": 0.6,
|
||||
"scavWaveQuantity": 1,
|
||||
|
||||
"startingPmcs": false,
|
||||
"startingPmcs": true,
|
||||
"pmcWaveDistribution": 0.3,
|
||||
"pmcWaveQuantity": 1,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue