Files
meatballcraft/config/champions/ranks.json
T
2023-11-14 07:09:40 -08:00

34 lines
502 B
JSON

[
{
"tier": 1,
"color": 16776960,
"affixes": 1,
"growthFactor": 1,
"chance": 0.05,
"potions": []
},
{
"tier": 2,
"color": 16750848,
"affixes": 2,
"growthFactor": 1,
"chance": 0.2,
"potions": []
},
{
"tier": 3,
"color": 6750207,
"affixes": 3,
"growthFactor": 1,
"chance": 0.2,
"potions": []
},
{
"tier": 4,
"color": 13382655,
"affixes": 4,
"growthFactor": 1,
"chance": 0.2,
"potions": []
}
]