Template:Building: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) mNo edit summary |
Kiokurashi (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
{{{description}}} | {{{description}}} | ||
{{#vardefine:tiptext|{{#ifeq:{{{name}}}|Cost Cruncher|Includes Cost Cruncher's own effect.|Cost as Cost Cruncher Building at Level 0}}}} | {{#vardefine:tiptext|{{#ifeq:{{{name}}}|Cost Cruncher|Includes Cost Cruncher's own effect.|Cost as Cost Cruncher Building at Level 0}}}} | ||
{{#if:{{{shrinebonus|}}}|'''Shrine Bonus: '''{{{shrinebonus}}}<br/>}}{{#if:{{{basebonus|}}}|'''Base Con. Bonus: '''{{{basebonus}}}<br/>}}{{#if:{{{levelbonus|}}}|'''Con. Level Bonus: '''{{{levelbonus}}}<br/>}}'''Max Con. Level:''' {{{maxlvl|0}}}{{#if:{{{bonuslevels|}}}| '''{{Tooltip|nocolor=y|Increases from other sources|(+ {{{bonuslevels}}})}}'''}}</td> | {{#if:{{{shrinebonus|}}}|'''Shrine Bonus: '''{{{shrinebonus}}}<br/>}}{{#if:{{{basebonus|}}}|'''Base Con. Bonus: '''{{{basebonus}}}<br/>}}{{#if:{{{levelbonus|}}}|'''Con. Level Bonus: '''{{{levelbonus}}}<br/>}}'''Max Con. Level:''' {{{maxlvl|0}}}{{#if:{{{bonuslevels|}}}| '''{{Tooltip|nocolor=y|Increases from other sources|(+ {{{bonuslevels}}})}}'''}}</td> | ||
<td style="width:1e5%;"> | <td style="width:1e5%;"> |
Revision as of 03:13, 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). }}