Gswiki:Style guide/Creatures

The official GemStone IV encyclopedia.
< Gswiki:Style guide
Revision as of 15:34, 11 August 2016 by VANKRASN39 (talk | contribs) (start full instructions for creature page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is a work in progress!

Creature pages have two sets of templates, one on the top, one on the bottom, and specified sections in between.

Right Side Infoboxes

  • Template:Creature start - Contains the start code and the basic creature attributes.
  • Template:Creature attack attributes - Lists the various attack attributes, such as AS and CS.
    • Template:Creature ability - Usage is {{Creature offensive attributes | <attack|bolt|ward|maneuver|ability> = {{Creature ability | <spell link> }} }}. Can be used to list both offensive and defensive spells.
  • Template:Creature defense attributes - Lists DS, TD, etc. Lots of options for this one, such as {{meleeDS}}, {{boltDS}}, {{TD100}} etc.
    • Template:Creature ability - Same as the link above. Usage is {{Creature defensive attributes | <defense|ability> = {{Creature ability | <spell link> }} }}. Can be used to list both offensive and defensive attributes.
  • Template:Creature treasure - Attributes are coins, gems, magic items, boxes, skin, other. Not setting an attribute makes the line show with a question mark (?). Setting an attribute to no (case-sensitive) removes that line.
  • Template:Creature end - Merely ends the creature template tables.

Copy/Paste Code

{{Creature start
| level = 
| type = 
| family = 
| attacks = 
| area = 
| undead = 
| bcs = Yes
| hitpoints = 
}}
{{Creature attack attributes <!-- Insert no immediately before parameter (e.g. nobolt =) to remove it -->
| physical =
| bolt = 
| warding =
| maneuver =
| ability =
}}
{{Creature defense attributes
| defense =
  {{creature ability|[[Melee]] |? [[Defensive strength|DS]]}}
  {{creature ability|[[Ranged]] |? [[Defensive strength|DS]]}}
  {{creature ability|[[Bolt]] |? [[Defensive strength|DS]]}}
  {{creature ability|[[UAC]] |? [[UDF]]}}
  {{creature ability|[[Bard Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Ranger Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Sorcerer Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Wizard Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Cleric Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Empath Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Paladin Base]] |? [[Target defense|TD]]}}
  {{creature ability|[[Major Elemental]] |? [[Target defense|TD]]}}
  {{creature ability|[[Minor Elemental]] |? [[Target defense|TD]]}}
  {{creature ability|[[Major Spiritual]] |? [[Target defense|TD]]}}
  {{creature ability|[[Minor Spiritual]] |? [[Target defense|TD]]}}
  {{creature ability|[[Major Mental]] |? [[Target defense|TD]]}}
  {{creature ability|[[Minor Mental]] |? [[Target defense|TD]]}}
}}
{{Creature treasure
 | coins = 
 | magic items = 
 | gems = 
 | boxes = 
 | other = 
 | skin = 
 | nobox =
 | noskinvalue =
}}
{{Creature end}}