Template:Boss: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 6: Line 6:
<div style="center">{{tabs
<div style="center">{{tabs
|tab1=Normal
|tab1=Normal
|tab1content={{boss/stats|1health={{{1health}}}|1exp={{{1exp}}}|1accuracy5={{{1accuracy5}}}|1accuracy100={{{1accuracy100}}}|1dmg1={{{1dmg1}}}|1dmg2={{{1dmg2}}}|1dmg3={{{1dmg3}}}|1dmg4={{{1dmg4}}}||1dmg5={{{1dmg5}}}||1dmg6={{{1dmg6}}}||1dmg7={{{1dmg7}}}|attack1={{{attack1}}}|attack2={{{attack2}}}|attack3={{{attack3}}}|attack4={{{attack4}}}|attack5={{{attack5}}}|attack6={{{attack6}}}|attack7={{{attack7}}}|diff=1}}{{#ifeq: {{{hascard}}}|yes|<table>{{card|category=Bosses|order={{{1order}}}|effect={{{1effect}}}|bonus={{{1bonus}}}}}</table>}}
|tab1content={{boss/stats|1health={{{1health}}}|1exp={{{1exp}}}|1accuracy5={{{1accuracy5}}}|1accuracy100={{{1accuracy100}}}|1dmg1={{{1dmg1}}}|1dmg2={{{1dmg2}}}|1dmg3={{{1dmg3}}}|1dmg4={{{1dmg4}}}||1dmg5={{{1dmg5}}}||1dmg6={{{1dmg6}}}||1dmg7={{{1dmg7}}}|attack1={{{attack1}}}|attack2={{{attack2}}}|attack3={{{attack3}}}|attack4={{{attack4}}}|attack5={{{attack5}}}|attack6={{{attack6}}}|attack7={{{attack7}}}|diff=1}}{{#ifeq: {{{hascard}}}|yes|<table>{{#dpl:
|namespace=
|category=Cards
|uses=Template:InfoCard
|include={InfoCard}/boxrow
|includematch=*{{PAGENAME}} Normal*
|format=,,
|allowcachedresults=true
}}}}</table>}}
|tab2=Chaotic
|tab2=Chaotic
|tab2content={{boss/stats|2health={{{2health}}}|2exp={{{2exp}}}|2accuracy5={{{2accuracy5}}}|2accuracy100={{{2accuracy100}}}|2dmg1={{{2dmg1}}}|2dmg2={{{2dmg2}}}|2dmg3={{{2dmg3}}}|2dmg4={{{2dmg4}}}||2dmg5={{{2dmg5}}}||2dmg6={{{2dmg6}}}||2dmg7={{{2dmg7}}}|attack1={{{attack1}}}|attack2={{{attack2}}}|attack3={{{attack3}}}|attack4={{{attack4}}}|attack5={{{attack5}}}|attack6={{{attack6}}}|attack7={{{attack7}}}|diff=2}}{{#ifeq: {{{hascard}}}|yes|<table>{{card|order={{{2order}}}|category=Bosses|effect={{{2effect}}}|bonus={{{2bonus}}}}}</table>}}
|tab2content={{boss/stats|2health={{{2health}}}|2exp={{{2exp}}}|2accuracy5={{{2accuracy5}}}|2accuracy100={{{2accuracy100}}}|2dmg1={{{2dmg1}}}|2dmg2={{{2dmg2}}}|2dmg3={{{2dmg3}}}|2dmg4={{{2dmg4}}}||2dmg5={{{2dmg5}}}||2dmg6={{{2dmg6}}}||2dmg7={{{2dmg7}}}|attack1={{{attack1}}}|attack2={{{attack2}}}|attack3={{{attack3}}}|attack4={{{attack4}}}|attack5={{{attack5}}}|attack6={{{attack6}}}|attack7={{{attack7}}}|diff=2}}{{#ifeq: {{{hascard}}}|yes|<table>{{card|order={{{2order}}}|category=Bosses|effect={{{2effect}}}|bonus={{{2bonus}}}}}</table>}}
Line 69: Line 77:
|2dmg7=example
|2dmg7=example
|3dmg7=example
|3dmg7=example
|1order=example
|2order=example
|3order=example
|1effect=example <-- Card info starts here.
|2effect=example
|3effect=example
|1bonus=example
|2bonus=example
|3bonus=example <-- Card info ends here.
|world=example 
|area=example
}}
}}
</pre>
</pre>
[[category:infobox templates]]
[[category:infobox templates]]
</noinclude>
</noinclude>

Revision as of 08:43, 27 December 2020


Usage:
Attack1-7 is for the name of the attack. The first number of health, exp, accurary and dmg defined the difficulty. 1 for normal. 2 for chaotic, 3 for nightmare. 
{{boss
|1health=example
|2health=example
|3health=example
|1exp=example
|2exp=example
|3exp=example
|1accuracy5=example
|2accuracy5=example
|3accuracy5=example
|1accuracy100=example
|2accuracy100=example
|3accuracy100=example
|attack1=example
|attack2=example
|attack3=example
|attack4=example
|attack5=example
|attack6=example
|attack7=example
|1dmg1=example
|2dmg1=example
|3dmg1=example
|1dmg2=example
|2dmg2=example
|3dmg2=example
|1dmg3=example
|2dmg3=example
|3dmg3=example
|1dmg4=example
|2dmg4=example
|3dmg4=example
|1dmg5=example
|2dmg5=example
|3dmg5=example
|1dmg6=example
|2dmg6=example
|3dmg6=example
|1dmg7=example
|2dmg7=example
|3dmg7=example
}}