Template:Enemy

From Another Eden Wiki
Template-info.png Documentation

Description[edit]

Template to be used with on enemy pages. |type= also generates achievements to story into awards

  • Horror - re-spawns per 6 hours
  • Manifest
  • Fishing Enemy
  • Mob
  • Boss
  • Hidden Boss - bosses that are re-fight-able without time intervals

Specific Cargo-DB Instructions[edit]

If Enemies DB table was recreated with cargo functions and refilled, its required to recreate and refill Attacks DB table, reason for this is the need to update EnemyID fields with new _ID of enemies entries to connect both for use in Template:BattlePhase in Battle Simulator.

Boilerplate[edit]

To work with Multiboilerplate extension, see Template:Enemy/boilerplate

Usage[edit]

{{Enemy
|id=   <!--Had to be filled to show pic-->
|name=
|type=
|level=            <!--(DB fields: MinLevel, MaxLevel)-->
|locations=
|weaknesses=
|resists=
|absorbs=
|nullifies=
|drops=
|skill=
|hp=            <!--(DB fields: MinHP,MaxHP: Integer)-->
|pwr=           <!--(DB fields: MinPwr,MaxPwr: Integer)-->
|int=           <!--(DB fields: MinInt,MaxInt: Integer)-->   
|spd=           <!--(DB fields: MinSpd,MaxSpd: Integer)-->
|end=           <!--(DB fields: MinEnd,MaxEnd: Integer)-->
|spr=           <!--(DB fields: MinSpr,MaxSpr: Integer)-->
|lck=           <!--(DB fields: MinLck,MaxLck: Integer)-->

<!--Virtual Fields, not stored in db-->
|gem=   <!-- for reward achievements when amount is non standard-->
|headerLevel=  <!--default:3  header level on Table of Contents for this enemy h3, h4 etc..-->
}}

Example[edit]

{{Enemy
|name=Tiny Dragon
|id=350202001
|type=Mob
|Level=14-15
|pwr=888-900
|int=888-900
|spd=888-900
|end=888-900
|spr=888-900
|lck=888-900
|hp=88045054-100100100
|locations=Nadara Volcano
|weaknesses=Water
|resists=Fire, Piercing
|absorbs=None
|nullifies=-
|drops=Small Dragon Fang, Dragon Scale
|skill=
{{Row|1|Normal Attack|S Slash attack}}
{{Row|2|Fire Breath|M Fire attack}}
}}

Enemy group wrapper[edit]

To place enemies as group in one fight as example Boss and minions: use wrapper Template:Enemy group

Enemies will be shown first, and all their skill tables after them.

Enemy group Usage[edit]

{{Enemy group|

<!--first enemy template-->
{{Enemy
|name=Some Boss enemy
|level=
|weakness=Fire
|skills=
{{Row|1|Normal Attack|S Slash attack}}
{{Row|2|Fire Breath|M Fire attack}}
{{Row|-|Minion:Does something}}
}}

<!--second enemy template-->
{{Enemy
|name=Minion 1
|level=
|weakness=Fire
|resist=water
}}

}}

Template:Enemy testThis template defines the table "Enemies". View table.