Open Alfred-GitHub1 opened 3 days ago
For the Color Event chroma pets:
local colors = {
[1] = {
Title = "Chroma",
Desc = "Comes in Blue!",
IsUnique = true,
Name = "Blue",
Color = Color3.fromRGB(62, 139, 255),
IconColor = Color3.fromRGB(34, 202, 255),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
[2] = {
Title = "Chroma",
Desc = "Comes in Purple!",
IsUnique = true,
Name = "Purple",
Color = Color3.fromRGB(171, 103, 255),
IconColor = Color3.fromRGB(209, 129, 255),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
[3] = {
Title = "Chroma",
Desc = "Comes in Red!",
IsUnique = true,
Name = "Red",
Color = Color3.fromRGB(213, 74, 77),
IconColor = Color3.fromRGB(255, 89, 101),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
[4] = {
Title = "Chroma",
Desc = "Comes in Orange!",
IsUnique = true,
Name = "Orange",
Color = Color3.fromRGB(255, 137, 69),
IconColor = Color3.fromRGB(255, 176, 55),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
[5] = {
Title = "Chroma",
Desc = "Comes in Yellow!",
IsUnique = true,
Name = "Yellow",
Color = Color3.fromRGB(235, 186, 41),
IconColor = Color3.fromRGB(250, 228, 0),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
[6] = {
Title = "Chroma",
Desc = "Comes in Green!",
IsUnique = true,
Name = "Green",
Color = Color3.fromRGB(1, 141, 34),
IconColor = Color3.fromRGB(0, 230, 34),
Magnitude = 1,
Weight = 30,
Disabled = disabled,
},
}
Hey Adam,
On the page: https://docs.biggamesapi.io/
In the section "GET Exists," the new values for Chromatic pets are missing, such as the "cv" value ranging from 1 to 6. I’m not sure which value corresponds to which color.
Here’s the current text:
Thank you for your effort!