{"author_link":"\/users\/the-spinning-sofa","author_name":"The Spinning Sofa","author_uid":"the-spinning-sofa","comments":[],"epoch":1760198763,"event":"LD58","format":"md","ldjam_node_id":422921,"likes":9,"metadata":{"p_key":"197538","p_author":"The Spinning Sofa","p_authorkey":"1399918","p_urlkey":"429463","p_title":"Can Anyone Catch the 60mm Butterfly? The Math Behind the Butterfly Gathering","p_cat":"LDJam ","p_event":"LD58","p_time":"1760198763","p_likes":"9","p_comments":"0","p_status":"WAYBACK","us_key":"1399918","us_name":"LDJam user 399918","us_username":"399918","event_start":"1759449600","event_key":"112","event_name":"Ludum Dare 58"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD58","removed_author":false},"_superparent":415614,"_trust":1,"author":399918,"body":"Hey everyone, Pacelin, the programmer of Butterfly Gathering, here!\n\nI've been amazed by the competition for world records in the game, and I see one question popping up a lot: \"Is it even possible to catch the biggest butterfly?\" Today, I want to pull back the curtain and explain exactly how our randomness works and why beating the current record is not just possible, but expected.\n\n# \ud83c\udfaf The Building Blocks: Average Size & Flowers\n\nEvery butterfly species in the game has a base \"average size\". Think of this as the center point on a dartboard.\n\nBut here's the first secret: you can move that center point. The number of flowers in an area directly influences this average. Find a field blooming with 20 flowers, and the \"average size\" for butterflies there gets a 1.2x multiplier. You're not just increasing your chances; you're shifting the entire scale of possible sizes in your favor.\n\n# \ud83d\udcca The Engine of Chance: Normal Distribution\n\nTo create a realistic variety of butterflies, we use a statistical model called \"normal distribution\". This means most butterflies you catch will be clustered around the average size, while truly giant or tiny ones are much rarer.\n\nDuring development, we tweaked this curve until we got a result we liked:\n- 65% chance for a butterfly around the average size.\n- 2% chance to find a real whopper (specifically, around 45mm).\n\nBut these percentages are a bit misleading, and that's the key to our record system.\n\n# \ud83d\udca5 \"Unbreakable\" Record\n\nYou might think a 2% chance is rare. But in a game played by hundreds of people, that 2% happens all the time! The current record of 37.9mm is impressive, but it's nowhere near the theoretical limit.\n\nSo, what is the limit?\n\nLet me introduce you to the \"White Whale\" of Butterfly Gathering: a 60mm butterfly. The chance of it appearing is so astronomically small that we had to express it in \"E\" notation: 1E-11%.\n\n> \ud83c\udfb1 If you ever catch this one, don't just screenshot it \u2014 go buy a lottery ticket. Immediately.\n\nThis means that no single player is expected to ever find it. Instead, the world record will be broken again and again as our community collectively \"rolls the dice,\" getting closer and closer to that mythical 60mm. The record isn't a wall; it's a horizon we're all moving towards together.\n\n# \ud83e\udd8b Best Shot at a New Record: The Malachite Woolmoth\n\nNow for the practical part. Remember how flowers affect the average size? To have any shot at the biggest butterflies, you need to target the species with the highest base average.\n\nAnd that champion is the Malachite Woolmoth.\n\nTheory is good, but practice is better. Instead of just telling you, let me show you the most effective field configurations we've found for hunting the Malachite Woolmoth. \nThese layouts are designed to maximize your chances of a giant spawn:\n\n![IMG_20251011_190408_376.jpg](\/\/\/raw\/e2a\/16\/z\/6f444.jpg)\n![IMG_20251011_190405_135.jpg](\/\/\/raw\/e2a\/16\/z\/6f445.jpg)\n\nThe current record of 40.07mm, held by Dragon, is waiting to be broken. Your name could be next on the leaderboard! \ud83c\udfc6\n\nGo to these spots, be patient, and happy hunting! I can't wait to see what you catch.\n\nHappy gathering [here](https:\/\/ldjam.com\/events\/ludum-dare\/58\/ld-58-1)!","comments":0,"created":"2025-10-11T16:03:08Z","files":[],"files-timestamp":0,"id":422921,"love":9,"love-timestamp":"2025-10-11T23:56:40Z","meta":[],"modified":"2025-10-11T23:56:40Z","name":"Can Anyone Catch the 60mm Butterfly? The Math Behind the Butterfly Gathering","node-timestamp":"2025-10-11T16:06:03Z","parent":418057,"parents":[1,5,9,415614,418057],"path":"\/events\/ludum-dare\/58\/ld-58-1\/can-anyone-catch-the-60mm-butterfly-the-math-behind-the-butterfly-gathering-1","published":"2025-10-11T16:06:03Z","scope":"public","slug":"can-anyone-catch-the-60mm-butterfly-the-math-behind-the-butterfly-gathering-1","subsubtype":"","subtype":"","type":"post","version":1339665},"node_metadata":{"n_key":"422921","n_urlkey":"429463","n_parent":"418057","n_path":"\/events\/ludum-dare\/58\/ld-58-1\/can-anyone-catch-the-60mm-butterfly-the-math-behind-the-butterfly-gathering-1","n_slug":"can-anyone-catch-the-60mm-butter","n_type":"post","n_subtype":"","n_subsubtype":"","n_author":"399918","n_created":"1760198588","n_modified":"1760227000","n_version":"1339665","n_status":"WAYBACK"},"source_url":"https:\/\/ldjam.com\/events\/ludum-dare\/58\/ld-58-1\/can-anyone-catch-the-60mm-butterfly-the-math-behind-the-butterfly-gathering-1","text":"Hey everyone, Pacelin, the programmer of Butterfly Gathering, here!\n\nI've been amazed by the competition for world records in the game, and I see one question popping up a lot: \"Is it even possible to catch the biggest butterfly?\" Today, I want to pull back the curtain and explain exactly how our randomness works and why beating the current record is not just possible, but expected.\n\n# \ud83c\udfaf The Building Blocks: Average Size & Flowers\n\nEvery butterfly species in the game has a base \"average size\". Think of this as the center point on a dartboard.\n\nBut here's the first secret: you can move that center point. The number of flowers in an area directly influences this average. Find a field blooming with 20 flowers, and the \"average size\" for butterflies there gets a 1.2x multiplier. You're not just increasing your chances; you're shifting the entire scale of possible sizes in your favor.\n\n# \ud83d\udcca The Engine of Chance: Normal Distribution\n\nTo create a realistic variety of butterflies, we use a statistical model called \"normal distribution\". This means most butterflies you catch will be clustered around the average size, while truly giant or tiny ones are much rarer.\n\nDuring development, we tweaked this curve until we got a result we liked:\n- 65% chance for a butterfly around the average size.\n- 2% chance to find a real whopper (specifically, around 45mm).\n\nBut these percentages are a bit misleading, and that's the key to our record system.\n\n# \ud83d\udca5 \"Unbreakable\" Record\n\nYou might think a 2% chance is rare. But in a game played by hundreds of people, that 2% happens all the time! The current record of 37.9mm is impressive, but it's nowhere near the theoretical limit.\n\nSo, what is the limit?\n\nLet me introduce you to the \"White Whale\" of Butterfly Gathering: a 60mm butterfly. The chance of it appearing is so astronomically small that we had to express it in \"E\" notation: 1E-11%.\n\n> \ud83c\udfb1 If you ever catch this one, don't just screenshot it \u2014 go buy a lottery ticket. Immediately.\n\nThis means that no single player is expected to ever find it. Instead, the world record will be broken again and again as our community collectively \"rolls the dice,\" getting closer and closer to that mythical 60mm. The record isn't a wall; it's a horizon we're all moving towards together.\n\n# \ud83e\udd8b Best Shot at a New Record: The Malachite Woolmoth\n\nNow for the practical part. Remember how flowers affect the average size? To have any shot at the biggest butterflies, you need to target the species with the highest base average.\n\nAnd that champion is the Malachite Woolmoth.\n\nTheory is good, but practice is better. Instead of just telling you, let me show you the most effective field configurations we've found for hunting the Malachite Woolmoth. \nThese layouts are designed to maximize your chances of a giant spawn:\n\n![IMG_20251011_190408_376.jpg](\/\/\/raw\/e2a\/16\/z\/6f444.jpg)\n![IMG_20251011_190405_135.jpg](\/\/\/raw\/e2a\/16\/z\/6f445.jpg)\n\nThe current record of 40.07mm, held by Dragon, is waiting to be broken. Your name could be next on the leaderboard! \ud83c\udfc6\n\nGo to these spots, be patient, and happy hunting! I can't wait to see what you catch.\n\nHappy gathering [here](https:\/\/ldjam.com\/events\/ludum-dare\/58\/ld-58-1)!","title":"Can Anyone Catch the 60mm Butterfly? The Math Behind the Butterfly Gathering","wayback_source":[]}