[Bug?]: bounty seems to give way too many rewards sometimes
cubebotfan opened this issue ยท 2 comments
What happened?
Not sure if this is a bug or not but I'm getting some bounty rewards that are worth way more than the items are worth
Here I have a bounty for 25 stone widgets for 3 nomidollars
"all_obj_stone_widget": {
"type": "item",
"content": "kubejs:stone_widget",
"amount": {
"min": 5,
"max": 25
},
"unitWorth": 3,
"rarity": "COMMON"
}
The 25 stone widgets should be worth 75 units
"all_rew_nomi_dollar": {
"type": "item",
"content": "kubejs:nomi_dollar",
"amount": {
"min": 1,
"max": 3
},
"unitWorth": 100,
"rarity": "EPIC"
}
the 3 nomidollars should be worth 300 units
How the heck does 75 units end up giving 300 units worth of rewards?
Mod Version
6.0.3
Mod Loader
Forge
Mod Loader Version
47.2.20
Would really love to have a more detailed explanation of how rarity works since it seems to do more than the wiki says it does