diff --git a/dist/extension.zip b/dist/extension.zip index c8b42c4..67825da 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index a647548..2da9aaa 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -536,24 +536,21 @@ }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -597,21 +594,24 @@ }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" } @@ -2512,7 +2512,7 @@ const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours - const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon + const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 1079e15..a00e4dd 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -541,24 +541,21 @@ module.exports = class PocketBird extends Plugin { }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -602,21 +599,24 @@ module.exports = class PocketBird extends Plugin { }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" } @@ -2545,7 +2545,7 @@ module.exports = class PocketBird extends Plugin { const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours - const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon + const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 2e7a935..02dd1f6 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -550,24 +550,21 @@ }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -611,21 +608,24 @@ }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" } @@ -2507,7 +2507,7 @@ const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours - const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon + const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 0ec25ce..7282415 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -536,24 +536,21 @@ }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -597,21 +594,24 @@ }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" } @@ -2487,7 +2487,7 @@ const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours - const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon + const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/dist/web/birb.js b/dist/web/birb.js index 0ec25ce..7282415 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -536,24 +536,21 @@ }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -597,21 +594,24 @@ }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" } @@ -2487,7 +2487,7 @@ const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours - const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon + const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/src/application.js b/src/application.js index 4085d65..c34aed3 100644 --- a/src/application.js +++ b/src/application.js @@ -110,7 +110,7 @@ const HOP_DELAY = 500; const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours -const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon +const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes // Feathers diff --git a/src/species.js b/src/species.js index ac8d8df..5ab6019 100644 --- a/src/species.js +++ b/src/species.js @@ -308,24 +308,21 @@ export default { }, "rarity": "uncommon" }, - "redWarbler": { - "name": "Red Warbler", - "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", - "latinName": "Cardellina rubra", - "url": "https://en.wikipedia.org/wiki/Red_warbler", + "spangledCotinga": { + "name": "Spangled Cotinga", + "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", + "latinName": "Cotinga cayana", + "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", "colors": { - "face": "#e80a28", - "belly": "#d90921", - "underbelly": "#c70c18", - "wing": "#ba121d", - "wing-edge": "#5b3535", - "foot": "#5e4645", - "behind-eye": "#deedff", - "temple": "#e8f0fa", - "corner-eye": "#d5e4f5", - "lower-eyelid": "#e34a61", - "beak": "#873535", - "cheek": "#db1734" + "face": "#62eafe", + "chin": "#a12457", + "collar": "#a12457", + "belly": "#62eafe", + "underbelly": "#5cd8ea", + "wing": "#227c89", + "wing-edge": "#13353a", + "foot": "#68696b", + "collar-scruff": "#62eafe" }, "rarity": "uncommon" }, @@ -369,21 +366,24 @@ export default { }, "rarity": "uncommon" }, - "spangledCotinga": { - "name": "Spangled Cotinga", - "description": "This South American bird can be found in the Amazon rainforest, flashing its iridescent turquoise feathers high above in the canopy.", - "latinName": "Cotinga cayana", - "url": "https://en.wikipedia.org/wiki/Spangled_cotinga", + "redWarbler": { + "name": "Red Warbler", + "description": "Endemic to the highlands of Mexico, this bird has the rare distinction of being one of the very few toxic birds in the world.", + "latinName": "Cardellina rubra", + "url": "https://en.wikipedia.org/wiki/Red_warbler", "colors": { - "face": "#62eafe", - "chin": "#a12457", - "collar": "#a12457", - "belly": "#62eafe", - "underbelly": "#5cd8ea", - "wing": "#227c89", - "wing-edge": "#13353a", - "foot": "#68696b", - "collar-scruff": "#62eafe" + "face": "#e80a28", + "belly": "#d90921", + "underbelly": "#c70c18", + "wing": "#ba121d", + "wing-edge": "#5b3535", + "foot": "#5e4645", + "behind-eye": "#deedff", + "temple": "#e8f0fa", + "corner-eye": "#d5e4f5", + "lower-eyelid": "#e34a61", + "beak": "#873535", + "cheek": "#db1734" }, "rarity": "uncommon" }