Template:Stampdata: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>Blackwolfe
m (Text replacement - "input=" to "")
Line 23: Line 23:
<td style ="text-align: center; width:7%;">{{{startingval}}}</td>
<td style ="text-align: center; width:7%;">{{{startingval}}}</td>
<td style ="text-align: center; width:10%;">{{{mexp}}}</td>
<td style ="text-align: center; width:10%;">{{{mexp}}}</td>
<td style ="text-align: center; width:8%;">{{coindisplay|input={{{startingcost}}}}}</td>
<td style ="text-align: center; width:8%;">{{coindisplay|{{{startingcost}}}}}</td>
<td style ="text-align: center; width:10%;>{{{cexp}}}</td>
<td style ="text-align: center; width:10%;>{{{cexp}}}</td>
</table></td></tr>
</table></td></tr>
</table>
</table>
====What does all this mean?====
====What does all this mean?====
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}}}}.
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}}.
Every {{{upinterval}}} upgrades you will need to increase the maximum level of the stamp. The max max level is {{#expr:{{{upinterval}}}*20}}.

Revision as of 09:22, 26 December 2020


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