Template:Stampdata: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
mNo edit summary
imported>BigCoight
mNo edit summary
Line 8: Line 8:
<th style = "width:5%">{{#tip-text:X2|The second variable in the formula}}</th>
<th style = "width:5%">{{#tip-text:X2|The second variable in the formula}}</th>
<th style = "width:15%">{{#tip-text:Lv Increment|How many levels in between upgrades will you need to increase max level, the max level of the stamp is 20 times this value}}</th>
<th style = "width:15%">{{#tip-text:Lv Increment|How many levels in between upgrades will you need to increase max level, the max level of the stamp is 20 times this value}}</th>
<th style = "width:21%">{{#tip-text:Material|What material is used to upgrade the max level}}</th>
<th style = "width:20%">{{#tip-text:Material|What material is used to upgrade the max level}}</th>
<th style = "width:7%">{{#tip-text:Cost|The starting cost of the material needed}}</th>
<th style = "width:7%">{{#tip-text:Cost|The starting cost of the material needed}}</th>
<th style = "width:10%">{{#tip-text:Increment|How much the starting cost is multiplied by per max level increase}}</th>
<th style = "width:10%">{{#tip-text:Increment|How much the starting cost is multiplied by per max level increase}}</th>
<th style = "width:7%">{{#tip-text:Cost|The starting cost of the stamp}}</th>
<th style = "width:8%">{{#tip-text:Cost|The starting cost of the stamp}}</th>
<th style = "width:10%">{{#tip-text:Increment|How much the coin cost goes up per level}}</th>
<th style = "width:10%">{{#tip-text:Increment|How much the coin cost goes up per level}}</th>
</table></td></tr>
</table></td></tr>
Line 20: Line 20:
<td style ="text-align: center; width:5%;">{{{x2}}}</td>
<td style ="text-align: center; width:5%;">{{{x2}}}</td>
<td style ="text-align: center; width:15%;">{{{upinterval}}}</td>
<td style ="text-align: center; width:15%;">{{{upinterval}}}</td>
<td style ="text-align: center; width:21%;">{{CraftReq|item={{{material}}}}}</td>
<td style ="text-align: center; width:20%;">{{CraftReq|item={{{material}}}}}</td>
<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:7%;">{{{startingcost}}}</td>
<td style ="text-align: center; width:8%;">{{coindisplay|input={{{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 {{{startingcost}}}, each subsequent cost will be increased by {{{cexp}}}
The first upgrade will cost {{coindisplay|input={{{startingcost}}}}}, each subsequent cost will be increased by {{{cexp}}}
 
The first Max Level Upgrade will cost {{CraftReq|item={{{material}}}}} x {{{startingval}}}, each subsequent Max Level Upgrade will be increased by {{{mexp}}}
The first Max Level Upgrade will cost {{CraftReq|item={{{material}}}}} x {{{startingval}}}, each subsequent Max Level Upgrade will be increased by {{{mexp}}}



Revision as of 03:13, 27 November 2020


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