Template:Stampdata: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
m (Text replacement - "input=" to "")
imported>BigCoight
mNo edit summary
Line 27: Line 27:
</table></td></tr>
</table></td></tr>
</table>
</table>
====What does all this mean?====
The first upgrade will cost {{coindisplay|{{{startingcost}}}}}, and each subsequent cost will be multiplied by {{{cexp}}}. Eg level 10, upgrading the stamps level will cost {{coindisplay|{{#expr:{{{startingcost}}}*{{{cexp}}}^10}}}}.


Every {{{upinterval}}} upgrades you will need to increase the maximum level of the stamp. The max max level is {{#expr:{{{upinterval}}}*20}}.
<div id='dataDiv' data-x1='{{{x1}}}' data-x2='{{{x2}}} data-max='1000' data-func='{{{ftype}}}''>
<div class='valInput'></div>
<div class='result'></div>
</div>
 
 
 
 
 


The first Max Level Upgrade will cost {{{startingval}}} {{CraftReq|{{{material}}}}}, and each subsequent Max Level Upgrade cost will be increased by
{{#tag:math|{{{mexp}}}^{(interval - 1)^{0.8} } }}.
Eg your 3rd max level upgrade will cost {{#expr:{{{startingval}}}*{{{mexp}}}^(2^0.8) round 0}} {{CraftReq|{{{material}}}}} and the final max level upgrade will cost {{#expr:{{{startingval}}}*{{{mexp}}}^(19^0.8) round 0}} {{CraftReq|{{{material}}}}}.


</div>
</div>

Revision as of 08:44, 30 December 2020


{{stampdata
|stype=
|ftype=
|x1=
|x2=
|upinterval=
|material=
|startingval=
|mexp=
|startingcost=
|cexp=
}}