Difference between revisions of "Form:Monster"
From Medivia Online Wiki
(Created page with "<noinclude> This form is used to create and edit Monster pages. </noinclude> {{{for template|Monster}}} == Basic information == {| class="formtable" ! Name: | {{{field|name|input type=text|mandatory}}} |- ! Image: | {{{field|image|input type=page|namespace=File}}} |- ! Hitpoints: | {{{field|hp|input type=number|min=1}}} |- ! Experience: | {{{field|exp|input type=number|min=0}}} |} == Combat == {| class="formtable" ! Abilities: | {{{field|abilities|input type=textarea|...") |
|||
| Line 1: | Line 1: | ||
< | <includeonly> | ||
{{{for template|Monster}}} | {{{for template|Monster}}} | ||
== Basic | == Basic == | ||
{| class="formtable" | {| class="formtable" | ||
! Name: | ! Name: | ||
| Line 13: | Line 10: | ||
| {{{field|image|input type=page|namespace=File}}} | | {{{field|image|input type=page|namespace=File}}} | ||
|- | |- | ||
! | ! Hit Points: | ||
| {{{field|hp|input type=number|min=1}}} | | {{{field|hp|input type=number|min=1}}} | ||
|- | |- | ||
! Experience: | ! Experience: | ||
| {{{field|exp|input type=number|min=0}}} | | {{{field|exp|input type=number|min=0}}} | ||
|- | |||
! Summon: | |||
| {{{field|summon|input type=text}}} | |||
|- | |||
! Illusionable: | |||
| {{{field|illusionable|input type=checkbox|label=Illusionable}}} | |||
|- | |||
! Convince: | |||
| {{{field|convince|input type=text}}} | |||
|} | |} | ||
| Line 23: | Line 29: | ||
{| class="formtable" | {| class="formtable" | ||
! Abilities: | ! Abilities: | ||
| {{{field|abilities|input type=textarea|rows= | | {{{field|abilities|input type=textarea|rows=4}}} | ||
|- | |||
! Class: | |||
| {{{field|class|input type=text}}} | |||
|- | |||
! Pushable: | |||
| {{{field|pushable|input type=dropdown|values=y,n}}} | |||
|- | |||
! Push Objects: | |||
| {{{field|push_objects|input type=dropdown|values=y,n}}} | |||
|- | |||
! Est. Max Damage: | |||
| {{{field|est_max_damage|input type=text}}} | |||
|- | |||
! Immune To: | |||
| {{{field|immune_to|input type=textarea|rows=2}}} | |||
|- | |||
! Resistant To: | |||
| {{{field|resistant_to|input type=textarea|rows=2}}} | |||
|- | |- | ||
! | ! Weak To: | ||
| {{{field| | | {{{field|weak_to|input type=textarea|rows=2}}} | ||
}}} | |||
|- | |- | ||
! Strategy: | ! Sounds: | ||
| {{{field|strategy|input type=textarea|rows= | | {{{field|sounds|input type=textarea|rows=2}}} | ||
|- | |||
! Task: | |||
| {{{field|task|input type=text}}} | |||
|- | |||
! Note: | |||
| {{{field|note|input type=textarea|rows=3}}} | |||
|} | |||
== Strategy == | |||
{| class="formtable" | |||
! General Strategy: | |||
| {{{field|strategy|input type=textarea|rows=3}}} | |||
|- | |||
! Knights: | |||
| {{{field|strategy_knights|input type=textarea|rows=3}}} | |||
|- | |||
! Mages / Druids: | |||
| {{{field|strategy_mages|input type=textarea|rows=3}}} | |||
|- | |||
! Archers: | |||
| {{{field|strategy_archers|input type=textarea|rows=3}}} | |||
|} | |} | ||
== Loot == | == Loot == | ||
{| class="formtable" | {| class="formtable" | ||
! Loot: | ! Loot (main): | ||
| {{{field|loot|input type=textarea|rows= | | {{{field|loot|input type=textarea|rows=3}}} | ||
|- | |||
! Very Common: | |||
| {{{field|loot_very_common|input type=textarea|rows=2}}} | |||
|- | |||
! Common: | |||
| {{{field|loot_common|input type=textarea|rows=2}}} | |||
|- | |||
! Uncommon: | |||
| {{{field|loot_uncommon|input type=textarea|rows=2}}} | |||
|- | |||
! Semi-Rare: | |||
| {{{field|loot_semi-rare|input type=textarea|rows=2}}} | |||
|- | |||
! Rare: | |||
| {{{field|loot_rare|input type=textarea|rows=2}}} | |||
|- | |||
! Very Rare: | |||
| {{{field|loot_very_rare|input type=textarea|rows=2}}} | |||
|- | |||
! Extremely Rare: | |||
| {{{field|loot_extremely_rare|input type=textarea|rows=2}}} | |||
|- | |||
! Epic: | |||
| {{{field|loot_epic|input type=textarea|rows=2}}} | |||
|- | |||
! Legendary: | |||
| {{{field|loot_legendary|input type=textarea|rows=2}}} | |||
|} | |} | ||
| Line 43: | Line 113: | ||
{| class="formtable" | {| class="formtable" | ||
! Skinnable: | ! Skinnable: | ||
| {{{field|skinnable|input type=textarea|rows= | | {{{field|skinnable|input type=textarea|rows=3}}} | ||
|- | |- | ||
! Location: | ! Location: | ||
| Line 52: | Line 122: | ||
{{{standard input|save}}} | {{{standard input|save}}} | ||
</includeonly> | |||