Template:SoL weapon infobox/doc

From Wiki of Loathing
Jump to navigation Jump to search
Template-info.svg Documentation

Usage

  • desc: descriptive text for the item, taken from game assets json file
  • acquiredfrom: where the item can be acquired. Starts a bullet list, so new lines should begin with an asterisk
  • name: name of the item as it appears (including proper capitalization}
  • slot: inventory slot
  • category: taken from game assets json file
  • image: item icon
  • sell: base sell price
  • region: taken from game assets json file
  • stat: taken from game assets json file
  • basedamage: taken from game assets json file
  • element: taken from game assets json file
  • attacktype: taken from game assets json file

Syntax

{{SoL weapon
| desc = If you want to move a sausage around on a grill, there's no better tool than a pair of tongs.  If you don't have tongs, I guess you can try to make do with one of these things.
| acquiredfrom = 
| name = barbecue fork
| slot = weapon
| category = gear
| image = icon_bbqfork.png
| sell = 30
| region = 3
| stat = mysticality
| basedamage = 4.0
| element = hot
| attacktype = spell
}}