User:Kiokurashi/sandbox2: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 16: Line 16:
<br>Base Cost: {{{matbase|0}}}{{#invoke:ConsCalcs|mat|mb={{{matbase|0}}}|ms={{{matscale|0}}}|cc={{#ifeq:{{{name}}}|Cost Cruncher|1|0}}|maxTL={{{maxlvl|1}}}|bonusTL={{{bonuslevels|0}}}}}{{#if:{{#var:cargo}}|{{Usedin/datarow|icon=Construction Table|item={{{material}}}|amount={{#var:matNorm}}}|type=Construction}}}}<br>{{Tooltip|{{#var:tiptext}}|Cost To Max:|nocolor=y|nospace=y}} {{Numdisplay|{{#var:matNorm}}}}
<br>Base Cost: {{{matbase|0}}}{{#invoke:ConsCalcs|mat|mb={{{matbase|0}}}|ms={{{matscale|0}}}|cc={{#ifeq:{{{name}}}|Cost Cruncher|1|0}}|maxTL={{{maxlvl|1}}}|bonusTL={{{bonuslevels|0}}}}}{{#if:{{#var:cargo}}|{{Usedin/datarow|icon=Construction Table|item={{{material}}}|amount={{#var:matNorm}}}|type=Construction}}}}<br>{{Tooltip|{{#var:tiptext}}|Cost To Max:|nocolor=y|nospace=y}} {{Numdisplay|{{#var:matNorm}}}}
{{#if:{{{bonuslevels|}}}|<br/>Cost for {{{bonuslevels}}} More Levels: {{Numdisplay|{{#var:matBonus}}}}<br/>Total: {{Numdisplay|{{#var:matTotal}}}}{{#if:{{#var:cargo}}|{{Usedin/datarow|icon=Construction Table|item={{{material}}}|amount={{#var:matBonus}}|source={{PAGENAME}}{{!}}{{PAGENAME}} Bonus Levels|type=Bonus Levels {{Tooltip|{{{bonussources|Missing}}}}}}}}}}}
{{#if:{{{bonuslevels|}}}|<br/>Cost for {{{bonuslevels}}} More Levels: {{Numdisplay|{{#var:matBonus}}}}<br/>Total: {{Numdisplay|{{#var:matTotal}}}}{{#if:{{#var:cargo}}|{{Usedin/datarow|icon=Construction Table|item={{{material}}}|amount={{#var:matBonus}}|source={{PAGENAME}}{{!}}{{PAGENAME}} Bonus Levels|type=Bonus Levels {{Tooltip|{{{bonussources|Missing}}}}}}}}}}}
}}</td></tr></table>
}}</td></tr></table>{{#ifeq:{{{name}}}|{{PAGENAME}}||<sup>For more information check out the [[{{{name}}}|source page]]</sup>}}
</includeonly><noinclude> Used to construct the infotable for Construction Buildings
</includeonly><noinclude> Used to construct the infotable for Construction Buildings
<pre>
<pre>

Revision as of 02:37, 21 November 2023

Used to construct the infotable for Construction Buildings
 {{Building
   |name=          Building Name
   |description=   Description of the Building.
   |shrinebonus=   Bonus effect of Shrines.
   |basebonus=     Description of bonus available just for unlocking the Building.
   |levelbonus=    Bonus that improves when leveling the Building.
   |maxlvl=        Max level of the Building without bonuses from other sources (From code).
   |bonuslevels=   Number of extra bonus levels from other sources, if there is any.
   |bonussources=  Short list of the sources those bonus levels come from.
   |salt=          Salt item used to upgrade Building.
   |saltbase=      Base level salt cost (From code).
   |material=      Non-Salt item used to upgrade Building.
   |matbase=       Base level Material cost (From code).
   |matscale=      Rate of scaling Material cost (From code).
 }}