Mod Box: Refined Storage item drop chances #2

Merged
XanderHess merged 1 commit from develop into develop 2023-06-25 23:16:46 +02:00
2 changed files with 17 additions and 16 deletions

View file

@ -224,6 +224,10 @@ These have been integrated into the base balancing.
Now part of the official pack!
### Mod Box
* Adjusted drop chances for Refined Storage items to bring them in line with Applied Energistic.
### Modular Routers
* Re-enabled the player module. (Be __careful__ with this one. The vault mod

View file

@ -74,22 +74,19 @@
{"value": {"id": "mekanism:qio_drive_array", "amountMin": 1, "amountMax": 1}, "weight": 1}
],
"Refined Storage": [
{"value": {"id": "refinedstorage:1k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 20},
{"value": {"id": "refinedstorage:4k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 4},
{"value": {"id": "refinedstorage:16k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 2},
{"value": {"id": "refinedstorage:64k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 1},
{"value": {"id": "refinedstorage:grid", "amountMin": 1, "amountMax": 1}, "weight": 2},
{"value": {"id": "refinedstorage:disk_drive", "amountMin": 1, "amountMax": 1}, "weight": 2},
{"value": {"id": "refinedstorage:machine_casing", "amountMin": 1, "amountMax": 1}, "weight": 10},
{"value": {"id": "refinedstorage:exporter", "amountMin": 1, "amountMax": 1}, "weight": 40},
{"value": {"id": "refinedstorage:importer", "amountMin": 1, "amountMax": 1}, "weight": 40},
{"value": {"id": "refinedstorage:speed_upgrade", "amountMin": 1, "amountMax": 1}, "weight": 40},
{"value": {"id": "refinedstorage:stack_upgrade", "amountMin": 1, "amountMax": 1}, "weight": 20},
{"value": {"id": "refinedstorage:quartz_enriched_iron", "amountMin": 1, "amountMax": 4}, "weight": 120},
{"value": {"id": "refinedstorage:cable", "amountMin": 1, "amountMax": 4}, "weight": 120},
{"value": {"id": "refinedstorage:crafting_grid", "amountMin": 1, "amountMax": 1}, "weight": 1},
{"value": {"id": "refinedstorage:external_storage", "amountMin": 1, "amountMax": 1}, "weight": 20},
{"value": {"id": "refinedstorage:controller", "amountMin": 1, "amountMax": 1}, "weight": 2}
{"value": {"id": "refinedstorage:1k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 100},
{"value": {"id": "refinedstorage:4k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 25},
{"value": {"id": "refinedstorage:16k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 10},
{"value": {"id": "refinedstorage:64k_storage_disk", "amountMin": 1, "amountMax": 1}, "weight": 10},
{"value": {"id": "refinedstorage:grid", "amountMin": 1, "amountMax": 1}, "weight": 10},
{"value": {"id": "refinedstorage:disk_drive", "amountMin": 1, "amountMax": 1}, "weight": 8},
{"value": {"id": "refinedstorage:exporter", "amountMin": 1, "amountMax": 1}, "weight": 120},
{"value": {"id": "refinedstorage:importer", "amountMin": 1, "amountMax": 1}, "weight": 120},
{"value": {"id": "refinedstorage:speed_upgrade", "amountMin": 1, "amountMax": 1}, "weight": 140},
{"value": {"id": "refinedstorage:stack_upgrade", "amountMin": 1, "amountMax": 1}, "weight": 100},
{"value": {"id": "refinedstorage:crafting_grid", "amountMin": 1, "amountMax": 1}, "weight": 10},
{"value": {"id": "refinedstorage:external_storage", "amountMin": 1, "amountMax": 1}, "weight": 90},
{"value": {"id": "refinedstorage:controller", "amountMin": 1, "amountMax": 1}, "weight": 4}
],
"Applied Energistics": [
{"value": {"id": "ae2:drive", "amountMin": 1, "amountMax": 1}, "weight": 8},