Configuration The settings and options for this plugin can be configured in the HWLootMultiplier.json file under the oxide/config directory. The use of a JSON editor or validation site such as
jsonlint.com is recommended to avoid formatting issues and syntax errors.
{
"Airdrop Rates (Example: Airdrop loot)": 1,
"Animals Drop Rates (Example: Steak, Leather)": 1,
"Control Town Event Cases Drop Rates (Amount of cases)": 1,
"Loot Frenzy Event Rates (Crates rates)": 1,
"Mining Drill Rates (Example: Mining drills)": 1,
"Pick Up Rates (Example: Drift wood)": 1,
"Plants Rates (Example: Owrongs)": 1,
"Resources Rates (Example: Limestone, Coal)": 1
}
Example: if you want to increase airdrop loot to
2x, your config line must look like this:
{
"Airdrop Rates (Example: Airdrop loot)": 2,
}