ZPM was supposed to have 0.1% chance to appear, not 1%

This commit is contained in:
DBotThePony 2025-02-23 18:10:14 +07:00
parent 921778b9e6
commit 469f7d072d
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -165,7 +165,7 @@ fun addLootModifiers(it: LootModifiers) {
ItemStack(MItems.PILL_ANDROID, 1) to 0.15,
ItemStack(MItems.PILL_HUMANE, 1) to 0.3,
ItemStack(MItems.PILL_OBLIVION, 1) to 0.5,
ItemStack(MItems.ZPM_BATTERY, 1) to 0.01,
ItemStack(MItems.ZPM_BATTERY, 1) to 0.001,
ItemStack(MItems.ANTIMATTER_TRANSFORM_MATRIX, 1) to 0.5,
))