
Originally Posted by
ChaoticNight
I know most of you smart dudes can interpret the code, here's a brief overview of what the code means to people who cannot be bothered trying to dissect it..
Basically, it looks like a code for a 'League Based Resource Reward Scheme'
The three rewards being -
Gold Reward
Elixir Reward
Dark Elixir Reward
There are seven league ranks and an unranked non-league which are titled - (I'll go over the numbers in a sec)
Unranked - Unranked League - (0,500,0,0,0)
Bronze - LEAGUE7 - (300,1200,40,40,0)
Silver - LEAGUE6 - (800,1700,50,50,0)
Gold - LEAGUE5 - (1300,2200,60,60,0)
Platinum - LEAGUE4 - (1800,2700,70,70,0)
Diamond - LEAGUE3 - (2300,3200,80,80,0)
Elite - LEAGUE2 - (2800,3400,90,90,0)
Master - LEAGUE1 - (3200,,100,100,0)
Now the numbers that come up after the leagues are interesting, The first two seem to relate to requirements for league thresholds and the other three being the resource reward amounts (based on the aforementioned datafields in the code which are -
Demote Limit
Promote Limit
Gold Reward
Elixir Reward
Dark Elixir Reward
When you analyze the numbers it makes perfect sense because unranked league has no demote limit and League 1 has no Promote Limit. Here's the trophy counts which relate to the league entry/drop level.
Unranked - 500 Trophies to move into Bronze League
Bronze - 300 Trophies to fall back into Unranked : 1200 Trophies to move into Silver League
Silver - 800 Trophies to fall back into Bronze League : 1700 Trophies to move into Gold League
Gold - 1300 Trophies to fall back into Silver League : 2200 Trophies to move into Platinum League
Platinum - 1800 Trophies to fall back into Gold League : 2700 Trophies to move into Diamond League
Diamond - 2300 Trophies to fall back into Platinum League : 3200 Trophies to move into Elite League
Elite - 2800 Trophies to fall back into Diamond League : 3400 Trophies to move into Master League
Master - 3200 Trophies to fall back into Elite League
Now lets look at what I believe are the Resource loot variable numbers which are
Unranked - 0,0,0
Bronze - 40,40,0
Silver - 50,50,0
Gold - 60,60,0
Platinum - 70,70,0
Diamond - 80,80,0
Elite - 90,90,0
Master - 100,100,0
So it looks like you get 0-100 gold & elixer based on your league. Now I on't know if thats, hourly, daily or whatever. the dodgy looking bit is the fact that it looks like you get NO dark elixir no matter what league you're in so booooo if that's the case.
Anyway, thanks for reading through this and if theres anything you think is different or want to add then fire away.