Champions

Champions

32M Downloads

How to change monster rewards without using LootTweaker

axin0452 opened this issue · 3 comments

commented

https://github.com/TheIllusiveC4/Champions/wiki/(1.12)-Loot-Table-Primer
Sorry, I really didn't understand how to change the reward

commented

If you're new to loot tables, you could consider using the config option for loot instead.

commented

@TheIllusiveC4
What is the calculation formula of monster life.In any case, I can’t calculate a value that matches the actual HP. This prevents me from accurately setting the strength of the monster.

commented

The calculation is based off two values. One is the health growth value in champions.cfg. The other one is the growth factor in ranks.json. Then the formula is just base health * (1 + (health growth percentage * growth factor)).