
That’s a pretty interesting problem, since each coin needs to be weighted differently based on its value. That means that I wanted 20 individual drops to combine probabilistically to average out to the target gold value per kit. I decided on making a system of 5 drops for each of the 4 AoC coins (gold, silver, copper, and tin). This error can be BIG, depending on the drop, and I wanted a clean way of generating perfectly accurate drop values from a small set of initial parameters, namely how much gold to drop per kit (strictly on average), the distribution of that gold value between all AoC coins in the kit, and the associated percentages for each drop/item included in the kit. I’m a scientist in real life, and precise approaches to the problem of rounding are of great interest to me, and there are some fascinating theorems in math about them! Essentially, unless a perfect guess hits the jackpot of an exact solution, then there will be an error inherent in the drops itself. This is truly the root of my interest in the problem how rounding affects the outcome. The primary difficulty is that, while basic probability theory directly applies here, a lot of the actual values have to be rounded because only whole numbers are allowed in the Pippi kit UI. That wasn’t fun, and after a while, I figured out some slick ways of accurately correcting for the certain difficulties in trying to get an exact solution to the problem of creating precise, probabilistic drops. When I started creating these ‘pseudo-random’ drops, I was doing things by hand. I wanted a system of drops that had variance and diversity, and I wanted to be able to ‘set’ a target gold value per kit and have things average out to that expected target value based on probability alone. Regardless, I decided that for my small private server, I wanted players to be able to have access to some powerful features, but those would cost vast amounts of AoC coin (as much as 20 AoC gold to join a new major faction, for example!) As a result, I wanted a way to accurately control how quickly they could gather coins just by killing enemies I had kits for. Thinking back, I should have reached out to them to figure out how they had built their drops in the Pippi interface, as in how they decided the percentages and associated values. I thought it was a really cool idea, and I was impressed that they had even added some variance to the coins dropped, as well as their values, in order to create added interest in the loot. At the time, I was hosting my own very small server, but we didn’t have anything like that. The world-builders had decided to add ‘random’ AoC coin drops to all slain NPC’s. I was inspired to create my own NPC drops in Pippi after having played in the wonderful server, Time of Origins RP.

You truly are sorcerers in my eyes and so undoubtedly many others’. From the bottom of my heart, thank you so much for your love, creativity, and craft.
#Highlight kit mods
These mods and so many others are massive gems in the global modding community, and I am so grateful for their respective developers’ hard work and dedication. I’m taking the time to highlight these two mods in particular to say that I’m so happy for what these teams have been able to accomplish. The drop implementation is due, of course, to the immensely powerful Pippi - User & Server Management mod’s ‘kit’ system. The calculator is a useful little gadget that I created after having spent a considerable amount of time trying to figure out the ideal rates that I wanted certain NPC’s to have when dropping various amounts of AoC coins, implemented by the masterfully crafted mod, The Age of Calamitous. Simply put, the Pippi Kit Coin Drop Calculator (PK-CDC) calculates theoretically exact drop values for user-defined drop percentages and a target gold/kit value. This post will be rather long, since I wanted to explain a bit about what this tool is, why I was inspired to make it, and how it works. Some of my favorite moments in gaming have come from this game, and I wanted to give something back in return for all of the great memories I have shared with others in this beautiful world. Today, I am proud to share with you a little something I have been working on-the Pippi Kit Coin Drop Calculator! Like most of you Bonded Ones, I have a love for this game, its mods, and the community.

Take the guess-work out of probability, and add some variety to your kits’ coin values today! The calculator is fairly modular and contains individual coin-specific correction calculators (only tin is corrected for by default). This calculator is built to handle all AoC coins and up to 5 drops per coin, which all combine to yield the desired gold per kit, on average. TL DR - Easily create probabilistically accurate, pseudo-random AoC coin drops for your Pippi kits. Read-Only Link: Pippi Kit Coin Drop Calculator
