mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Add the pigeon
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
72
dist/extension/birb.js
vendored
72
dist/extension/birb.js
vendored
@@ -349,19 +349,6 @@
|
||||
"wing-edge": "#282065"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
}
|
||||
},
|
||||
"scarletRobin": {
|
||||
"name": "Scarlet Robin",
|
||||
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
|
||||
@@ -471,6 +458,33 @@
|
||||
"theme-highlight": "#ef444d"
|
||||
}
|
||||
},
|
||||
"pigeon": {
|
||||
"name": "Pigeon",
|
||||
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
|
||||
"colors": {
|
||||
"foot": "#ef6e5b",
|
||||
"face": "#5a6c91",
|
||||
"wing-edge": "#65686e",
|
||||
"nose": "#ebebeb",
|
||||
"belly": "#977699",
|
||||
"underbelly": "#b0b3ba",
|
||||
"wing": "#c7cbd4"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"pinkRobin": {
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
@@ -504,25 +518,25 @@
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"elegantEuphonia": {
|
||||
"elegantEuphonia": {
|
||||
"name": "Elegant Euphonia",
|
||||
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||
"colors": {
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
};
|
||||
|
||||
72
dist/obsidian/main.js
vendored
72
dist/obsidian/main.js
vendored
@@ -354,19 +354,6 @@ module.exports = class PocketBird extends Plugin {
|
||||
"wing-edge": "#282065"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
}
|
||||
},
|
||||
"scarletRobin": {
|
||||
"name": "Scarlet Robin",
|
||||
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
|
||||
@@ -476,6 +463,33 @@ module.exports = class PocketBird extends Plugin {
|
||||
"theme-highlight": "#ef444d"
|
||||
}
|
||||
},
|
||||
"pigeon": {
|
||||
"name": "Pigeon",
|
||||
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
|
||||
"colors": {
|
||||
"foot": "#ef6e5b",
|
||||
"face": "#5a6c91",
|
||||
"wing-edge": "#65686e",
|
||||
"nose": "#ebebeb",
|
||||
"belly": "#977699",
|
||||
"underbelly": "#b0b3ba",
|
||||
"wing": "#c7cbd4"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"pinkRobin": {
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
@@ -509,25 +523,25 @@ module.exports = class PocketBird extends Plugin {
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"elegantEuphonia": {
|
||||
"elegantEuphonia": {
|
||||
"name": "Elegant Euphonia",
|
||||
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||
"colors": {
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
};
|
||||
|
||||
72
dist/userscript/birb.user.js
vendored
72
dist/userscript/birb.user.js
vendored
@@ -363,19 +363,6 @@
|
||||
"wing-edge": "#282065"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
}
|
||||
},
|
||||
"scarletRobin": {
|
||||
"name": "Scarlet Robin",
|
||||
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
|
||||
@@ -485,6 +472,33 @@
|
||||
"theme-highlight": "#ef444d"
|
||||
}
|
||||
},
|
||||
"pigeon": {
|
||||
"name": "Pigeon",
|
||||
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
|
||||
"colors": {
|
||||
"foot": "#ef6e5b",
|
||||
"face": "#5a6c91",
|
||||
"wing-edge": "#65686e",
|
||||
"nose": "#ebebeb",
|
||||
"belly": "#977699",
|
||||
"underbelly": "#b0b3ba",
|
||||
"wing": "#c7cbd4"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"pinkRobin": {
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
@@ -518,25 +532,25 @@
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"elegantEuphonia": {
|
||||
"elegantEuphonia": {
|
||||
"name": "Elegant Euphonia",
|
||||
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||
"colors": {
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
};
|
||||
|
||||
72
dist/web/birb.embed.js
vendored
72
dist/web/birb.embed.js
vendored
@@ -349,19 +349,6 @@
|
||||
"wing-edge": "#282065"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
}
|
||||
},
|
||||
"scarletRobin": {
|
||||
"name": "Scarlet Robin",
|
||||
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
|
||||
@@ -471,6 +458,33 @@
|
||||
"theme-highlight": "#ef444d"
|
||||
}
|
||||
},
|
||||
"pigeon": {
|
||||
"name": "Pigeon",
|
||||
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
|
||||
"colors": {
|
||||
"foot": "#ef6e5b",
|
||||
"face": "#5a6c91",
|
||||
"wing-edge": "#65686e",
|
||||
"nose": "#ebebeb",
|
||||
"belly": "#977699",
|
||||
"underbelly": "#b0b3ba",
|
||||
"wing": "#c7cbd4"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"pinkRobin": {
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
@@ -504,25 +518,25 @@
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"elegantEuphonia": {
|
||||
"elegantEuphonia": {
|
||||
"name": "Elegant Euphonia",
|
||||
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||
"colors": {
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
};
|
||||
|
||||
72
dist/web/birb.js
vendored
72
dist/web/birb.js
vendored
@@ -349,19 +349,6 @@
|
||||
"wing-edge": "#282065"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
}
|
||||
},
|
||||
"scarletRobin": {
|
||||
"name": "Scarlet Robin",
|
||||
"description": "Native to Australia, this striking robin can be found in Eucalyptus forests.",
|
||||
@@ -471,6 +458,33 @@
|
||||
"theme-highlight": "#ef444d"
|
||||
}
|
||||
},
|
||||
"pigeon": {
|
||||
"name": "Pigeon",
|
||||
"description": "Descended from the Rock Dove, these once domesticated birds are often found in cities worldwide. Quite friendly and intelligent, they were favored companions of Nikola Tesla.",
|
||||
"colors": {
|
||||
"foot": "#ef6e5b",
|
||||
"face": "#5a6c91",
|
||||
"wing-edge": "#65686e",
|
||||
"nose": "#ebebeb",
|
||||
"belly": "#977699",
|
||||
"underbelly": "#b0b3ba",
|
||||
"wing": "#c7cbd4"
|
||||
}
|
||||
},
|
||||
"redAvadavat": {
|
||||
"name": "Red Avadavat",
|
||||
"description": "Native to India and southeast Asia, these birds are also known as Strawberry Finches due to their speckled plumage.",
|
||||
"colors": {
|
||||
"beak": "#f71919",
|
||||
"foot": "#af7575",
|
||||
"face": "#cb092b",
|
||||
"belly": "#ae1724",
|
||||
"underbelly": "#831b24",
|
||||
"wing": "#7e3030",
|
||||
"wing-edge": "#490f0f"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"pinkRobin": {
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
@@ -504,25 +518,25 @@
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
},
|
||||
"elegantEuphonia": {
|
||||
"elegantEuphonia": {
|
||||
"name": "Elegant Euphonia",
|
||||
"description": "This vividly coloured finch is found throughout Central America and is known for the distinctive blue hood that crowns its head.",
|
||||
"colors": {
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"wing": "#101480",
|
||||
"wing-edge": "#070956",
|
||||
"face": "#0a0d66",
|
||||
"hood": "#6bc6ed",
|
||||
"nose-tip": "#fd7e1d",
|
||||
"foot": "#636659",
|
||||
"belly": "#ff952b",
|
||||
"underbelly": "#fd7e1d",
|
||||
"temple": "#57c8fa",
|
||||
"upper-corner-eye": "#57c8fa",
|
||||
"collar-scruff": "#57c8fa",
|
||||
"scruff": "#57c8fa",
|
||||
"beak": "#252c31",
|
||||
"collar": "#06084d"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user