Idle Online Universe RPG

Full Version: Two Star Orbs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Aight thanks
I updated the wiki page for orbs with costs and formulas through 7 star orbs. Not sure if 8+ exists, but if it does the default case for exp cost isĀ 999,999,999 per level.
1 question : the 2% bonus in mining orb mean each stone gain 2% more stone or each node gain 2% more stone?
(10-14-2015, 02:12 PM)WhiteK Wrote: [ -> ]1 question : the 2% bonus in mining orb mean each stone gain 2% more stone or each node gain 2% more stone?


=round(3*round(Depth*10*(1+Game_Bouns)*(1+0.03*WareHouse)+1)*(1+Orb_Mining))
(10-14-2015, 03:34 PM)kyubey10042 Wrote: [ -> ]
(10-14-2015, 02:12 PM)WhiteK Wrote: [ -> ]1 question : the 2% bonus in mining orb mean each stone gain 2% more stone or each node gain 2% more stone?


=round(3*round(Depth*10*(1+Game_Bouns)*(1+0.03*WareHouse)+1)*(1+Orb_Mining))

remove the (3*round) at the beginning and you have the formula for each stone
and add in =round(16*round(3*round(Depth*10*(1+Game_Bouns)*(1+0.03*WareHouse)+1)*(1+Orb_Mining))) and you have the formula for the whole depth level
Pages: 1 2