DemigodsRPG / Demigods3

The (now defunct) Demigods RPG experience for survival/PvP Minecraft servers.
http://www.demigodsrpg.com/
MIT License
4 stars 2 forks source link

Tributing System Overhaul #99

Open alexbennett opened 11 years ago

alexbennett commented 11 years ago

We need to make it exponential - or at least near it. It's way too easy to hit the max favor cap right now. As max favor increases it needs to get harder to gain. What we planned forever ago with a stock market-esque tributing system where items change value based on how often they're tributed will help as well.

HmmmQuestionMark commented 11 years ago

For the tributing fixes, here's what I found relating to recipes:

Iterator of all recipes: http://jd.bukkit.org/dev/doxygen/d4/da9/interfaceorg_1_1bukkit_1_1Server.html#afd42c83cdff1cbea641ce89f01b40780

Three different types of recipes that you cast from that iterator:

You should be able to set the values of the core, basic items, and then on load propegate the values of crafted items using the Iterables.find() method to get the repipe, getting it's parts, and calculating the value.

HmmmQuestionMark commented 10 years ago

Renamed issue.