|
|
@ -24,6 +24,7 @@ Quantum.ItemInfoDisplayMaxDistance = 200 |
|
|
|
|
|
|
|
|
|
|
|
Quantum.CharInfoDisplayDistance = 400 |
|
|
|
Quantum.CharInfoDisplayDistance = 400 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---- Item Variables ---- |
|
|
|
|
|
|
|
|
|
|
|
Quantum.Rarity = { |
|
|
|
Quantum.Rarity = { |
|
|
|
None = { txt = "gnomerd the mvp", color = Color( 0, 0, 0, 120 ) }, |
|
|
|
None = { txt = "gnomerd the mvp", color = Color( 0, 0, 0, 120 ) }, |
|
|
@ -34,6 +35,14 @@ Quantum.Rarity = { |
|
|
|
Legendary = { txt = "Legendary", color = Color( 235, 125, 52, 40 ) } |
|
|
|
Legendary = { txt = "Legendary", color = Color( 235, 125, 52, 40 ) } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Quantum.EquipSlots = { |
|
|
|
|
|
|
|
Head = 0, |
|
|
|
|
|
|
|
Chest = 1, |
|
|
|
|
|
|
|
Legs = 2, |
|
|
|
|
|
|
|
Boots = 3, |
|
|
|
|
|
|
|
Weapon = 4 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
---- Placeholders ---- |
|
|
|
---- Placeholders ---- |
|
|
|
|
|
|
|
|
|
|
|
Quantum.EmptyFunction = function() end |
|
|
|
Quantum.EmptyFunction = function() end |
|
|
|