Wynncraft Wiki
Register
(added limit to query)
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
<!-- if the ingredient is in the table
<includeonly>
 
  +
if it's guaranteed, make it a table with "Guaranteed Drop" appended on top
{{#invoke:CargoQuery|main
 
  +
else, display the ingredient regularly using ItemData/ingredient/display
|table=Ingredients |where=Ingredients.name="{{{item|}}}"
 
  +
else, mark it with an error category
|fields=Ingredients.name=name, Ingredients.icon=icon, Ingredients.tier=tier, Ingredients.level=level, Ingredients.professions__full=professions,
 
  +
--><includeonly>{{#if:{{QueryIngredients|Ingredients.name LIKE "{{{item}}}"}}|{{#ifeq:{{{is_guaranteed|0}}}|1|
Ingredients.strength_min=strength_min,
 
  +
<div style="display:inline-block;vertical-align:top">
Ingredients.dexterity_min=dexterity_min,
 
  +
{{{!}}
Ingredients.intelligence_min=intelligence_min,
 
  +
{{!}} align='center' style="position:relative; top: 12px;" {{!}} '''Guaranteed Drop'''
Ingredients.defense_min=defense_min,
 
  +
{{!-}}
Ingredients.agility_min=agility_min,
 
  +
{{!}} {{QueryIngredients|Ingredients.name LIKE "{{{item}}}"}}
Ingredients.health_bonus=health_bonus,
 
  +
{{!}}}
Ingredients.raw_health_regen=raw_health_regen,
 
  +
</div>|{{QueryIngredients|Ingredients.name LIKE "{{{item}}}"}}}}|The ingredient [[{{{item|}}}]] does not have a page on the wiki yet. You can help by [[{{{item|}}}|creating]] it.<br>[[Category:Pages with MDRow errors]]}}<!--
Ingredients.pct_health_regen=%_health_regen,
 
Ingredients.mana_regen=mana_regen,
 
Ingredients.life_steal=life_steal,
 
Ingredients.mana_steal=mana_steal,
 
Ingredients.xp_bonus=xp_bonus,
 
Ingredients.loot_bonus=loot_bonus,
 
Ingredients.loot_quality=loot_quality,
 
Ingredients.stealing=stealing,
 
Ingredients.soul_point_regen=soul_point_regen,
 
Ingredients.thorns=thorns,
 
Ingredients.reflection=reflection,
 
Ingredients.poison=poison,
 
Ingredients.exploding=exploding,
 
Ingredients.strength=strength,
 
Ingredients.dexterity=dexterity,
 
Ingredients.intelligence=intelligence,
 
Ingredients.defense=defense,
 
Ingredients.agility=agility,
 
Ingredients.walk_speed=walk_speed,
 
Ingredients.attack_speed_bonus=attack_speed_bonus,
 
Ingredients.pct_melee_damage=%_melee_damage,
 
Ingredients.raw_melee_damage=raw_melee_damage,
 
Ingredients.pct_spell_damage=%_spell_damage,
 
Ingredients.raw_spell_damage=raw_spell_damage,
 
Ingredients.earth_damage=earth_damage,
 
Ingredients.thunder_damage=thunder_damage,
 
Ingredients.water_damage=water_damage,
 
Ingredients.fire_damage=fire_damage,
 
Ingredients.air_damage=air_damage,
 
Ingredients.earth_defense=earth_defense,
 
Ingredients.thunder_defense=thunder_defense,
 
Ingredients.water_defense=water_defense,
 
Ingredients.fire_defense=fire_defense,
 
Ingredients.air_defense=air_defense,
 
Ingredients.sprint_regen=sprint_regen,
 
Ingredients.pct_spell_cost_1=%_spell_cost_1,
 
Ingredients.pct_spell_cost_2=%_spell_cost_2,
 
Ingredients.pct_spell_cost_3=%_spell_cost_3,
 
Ingredients.pct_spell_cost_4=%_spell_cost_4,
 
Ingredients.raw_spell_cost_1=raw_spell_cost_1,
 
Ingredients.raw_spell_cost_2=raw_spell_cost_2,
 
Ingredients.raw_spell_cost_3=raw_spell_cost_3,
 
Ingredients.raw_spell_cost_4=raw_spell_cost_4,
 
Ingredients.jump_height=jump_height,
 
Ingredients.gathering_xp=gathering_xp,
 
Ingredients.gathering_speed=gathering_speed,
 
Ingredients.effectiveness_left=effectiveness_left,
 
Ingredients.effectiveness_right=effectiveness_right,
 
Ingredients.effectiveness_above=effectiveness_above,
 
Ingredients.effectiveness_under=effectiveness_under,
 
Ingredients.effectiveness_touching=effectiveness_touching,
 
Ingredients.effectiveness_not_touching=effectiveness_not_touching,
 
Ingredients.durability=durability,
 
Ingredients.duration=duration,
 
Ingredients.charges=charges
 
|template=Template:ItemData/ingredient/display
 
|limit=1
 
}}<!--
 
   
 
-->{{#if:{{NAMESPACE}}||
 
-->{{#if:{{NAMESPACE}}||

Latest revision as of 04:53, 17 August 2021


This template defines the table "MobDrops". View table.

For documentation, see Template:MobDrops.