Compare commits
No commits in common. "fbb5f9977f7bdad671da1cf862d8acb0ac473383" and "081b038df5088080f0ffd49e0aa74511fd8c9a43" have entirely different histories.
fbb5f9977f
...
081b038df5
4 changed files with 19 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,4 +30,3 @@
|
|||
# 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
|
||||
|
|
|
|||
1
user/mods/DanW-LateToTheParty/db/lootRanking.json
Normal file
1
user/mods/DanW-LateToTheParty/db/lootRanking.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"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
|
||||
"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
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"scavWaveDistribution": 0.6,
|
||||
"scavWaveQuantity": 1,
|
||||
|
||||
"startingPmcs": true,
|
||||
"startingPmcs": false,
|
||||
"pmcWaveDistribution": 0.3,
|
||||
"pmcWaveQuantity": 1,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue