Template:Boss: Difference between revisions

From IdleOn MMO Wiki
imported>Wekhter
mNo edit summary
imported>Kiokurashi
No edit summary
Line 21: Line 21:
{|
{|
|-
|-
{{#ifeq: {{{hascard}}} | yes | {{#dpl:  
{{#ifeq: {{{hascard}}} | yes | {{#cargo_query:tables=Cards
|namespace=
|fields=CardOrder=order, Category=category, Effect=effect, Bonus=bonus, DropChance=dropchance
|category=Cards
|where= Title LIKE "{{PAGENAME}}"
|uses=Template:InfoCard
|format=template
|include={InfoCard}/boxrow
|template=InfoCard/boxrow
|titlematch={{PAGENAME}} Card
|named args=yes
|format=,,
|default=
|allowcachedresults=true
}} }}
}} }}
|}
|}
Line 51: Line 50:
{|
{|
|-
|-
{{#ifeq: {{{hascard}}} | yes | {{#dpl:  
{{#ifeq: {{{hascard}}} | yes | {{#cargo_query:tables=Cards
|namespace=
|fields=CardOrder=order, Category=category, Effect=effect, Bonus=bonus, DropChance=dropchance
|category=Cards
|where= Title LIKE "Chaotic {{PAGENAME}}"
|uses=Template:InfoCard
|format=template
|include={InfoCard}/boxrow
|template=InfoCard/boxrow
|titlematch=Chaotic {{PAGENAME}} Card
|named args=yes
|format=,,
|default=
|allowcachedresults=true
}} }}
}} }}
|}
|}
Line 81: Line 79:
{|
{|
|-
|-
{{#ifeq: {{{hascard}}}|yes|{{#dpl:  
{{#ifeq: {{{hascard}}}|yes| {{#cargo_query:tables=Cards
|namespace=
|fields=CardOrder=order, Category=category, Effect=effect, Bonus=bonus, DropChance=dropchance
|category=Cards
|where= Title LIKE "Nightmare {{PAGENAME}}"
|uses=Template:InfoCard
|format=template
|include={InfoCard}/boxrow
|template=InfoCard/boxrow
|titlematch=Nightmare {{PAGENAME}} Card
|named args=yes
|format=,,
|default=
|allowcachedresults=true
}} }}</tabber>
}} }}</tabber>
<div class="SubHeader">Location</div>
<div class="SubHeader">Location</div>

Revision as of 06:43, 26 September 2021

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
|def1=example
|def2=example
|def3=example
|AttackList=<attack name 1>, <attack name 2>, <attack name 3>..etc
|NormalDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the normal version of the boss
|ChaoticDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the chaotic version of the boss
|NightmareDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the nightmare version of the boss
}}