Template:Stampdata: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Mantra
(latex-ified upgrade cost growth formula)
Line 28: Line 28:
</table>
</table>
====What does all this mean?====
====What does all this mean?====
The first upgrade will cost {{coindisplay|input={{{startingcost}}}}}, each subsequent cost will be multiplied by {{{cexp}}}. Eg level 10, upgrading the stamps level will cost {{coindisplay|input={{#expr:{{{startingcost}}}*{{{cexp}}}*10}}}}.
The first upgrade will cost {{coindisplay|input={{{startingcost}}}}}, and each subsequent cost will be multiplied by {{{cexp}}}. Eg level 10, upgrading the stamps level will cost {{coindisplay|input={{#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}}.
Every {{{upinterval}}} upgrades you will need to increase the maximum level of the stamp. The max max level is {{#expr:{{{upinterval}}}*20}}.


The first Max Level Upgrade will cost {{{startingval}}} {{CraftReq|{{{material}}}}}, each subsequent Max Level Upgrade will be increased by {{{mexp}}}^(Interval number-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}}}}}.
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 00:02, 23 December 2020


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