40 lines
710 B
TOML
40 lines
710 B
TOML
|
|
[[ranks]]
|
||
|
|
tier = 0
|
||
|
|
numAffixes = 0
|
||
|
|
defaultColor = 0xffffff
|
||
|
|
chance = 1.0
|
||
|
|
growthFactor = 0
|
||
|
|
effects = []
|
||
|
|
presetAffixes = []
|
||
|
|
[[ranks]]
|
||
|
|
tier = 1
|
||
|
|
numAffixes = 1
|
||
|
|
defaultColor = 0xffff00
|
||
|
|
chance = 0.05
|
||
|
|
growthFactor = 1
|
||
|
|
effects = []
|
||
|
|
presetAffixes = []
|
||
|
|
[[ranks]]
|
||
|
|
tier = 2
|
||
|
|
numAffixes = 2
|
||
|
|
defaultColor = 0xff9900
|
||
|
|
chance = 0.2
|
||
|
|
growthFactor = 4
|
||
|
|
effects = []
|
||
|
|
presetAffixes = []
|
||
|
|
[[ranks]]
|
||
|
|
tier = 3
|
||
|
|
numAffixes = 3
|
||
|
|
defaultColor = 0x66ffff
|
||
|
|
chance = 0.2
|
||
|
|
growthFactor = 9
|
||
|
|
effects = []
|
||
|
|
presetAffixes = []
|
||
|
|
[[ranks]]
|
||
|
|
tier = 4
|
||
|
|
numAffixes = 4
|
||
|
|
defaultColor = 0xcc33ff
|
||
|
|
chance = 0.2
|
||
|
|
growthFactor = 16
|
||
|
|
effects = []
|
||
|
|
presetAffixes = []
|