|
|
|
@ -23,11 +23,12 @@ Quantum.Money = { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Quantum.Rarity = { |
|
|
|
|
Trash = { txt = "Trash", color = Color( 100, 100, 100, 100 ) }, |
|
|
|
|
Common = { txt = "Common", color = Color( 250, 250, 250, 100 ) }, |
|
|
|
|
Rare = { txt = "Rare", color = Color( 48, 163, 230, 100 ) }, |
|
|
|
|
Epic = { txt = "Epic", color = Color( 220, 90, 90, 100 ) }, |
|
|
|
|
Legendary = { txt = "Legendary", color = Color( 235, 125, 52, 100 ) } |
|
|
|
|
None = { txt = "gnomerd the mvp", color = Color( 0, 0, 0, 120 ) }, |
|
|
|
|
Trash = { txt = "Trash", color = Color( 100, 100, 100, 40 ) }, |
|
|
|
|
Common = { txt = "Common", color = Color( 250, 250, 250, 40 ) }, |
|
|
|
|
Rare = { txt = "Rare", color = Color( 48, 163, 230, 40 ) }, |
|
|
|
|
Epic = { txt = "Epic", color = Color( 220, 90, 90, 40 ) }, |
|
|
|
|
Legendary = { txt = "Legendary", color = Color( 235, 125, 52, 40 ) } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Quantum.Models = { |
|
|
|
|