Template:DeSum Armor/Documentation

Revision as of 18:31, 24 February 2024 by Billy Mitchell (talk | contribs) (Created page with "==Purpose== Used to create tables for listing armor equipment (headgear, body armor, gloves, leggings) in {{Link|Game|DeSum}}. <code><nowiki>{| class="wikitable"</nowiki></code> must be placed at the beginning and the table must be closed by appending <code>|}</code> on the following line. ==Usage== Omitted stat parameters will show up as an em dash in the table. A parameter should be omitted if an armor does not directly change a stat. For stat increases or decreases,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

Used to create tables for listing armor equipment (headgear, body armor, gloves, leggings) in Shin Megami Tensei: Devil Summoner. {| class="wikitable" must be placed at the beginning and the table must be closed by appending |} on the following line.

Usage

Omitted stat parameters will show up as an em dash in the table. A parameter should be omitted if an armor does not directly change a stat.

For stat increases or decreases, use Template:+ {{+|1}} or Template:- {{-|1}}, respectively.

Parameter Description
name The name of the armor, corresponding to whatever the listed name is in-game.
gender The gender restriction of the armor. Use Template:Gender. If there are no restrictions, use {{Gender|MF}}.
aff The attribute affinity that the armor imparts.
def The Defense stat the armor adds.
eva The Evasion stat the armor adds.
st Strength stat, if changed.
in Intelligence stat, if changed.
ma Magic stat, if changed.
en Endurance stat, if changed.
ag Agility stat, if changed.
lu Luck stat, if changed.
buy Purchasing price. Omit if weapon is not purchasable from stores.
sell Sell price. Omit if weapon is purchasable from stores, as it will be set automatically from buy.
obtain Where or how the armor is obtained. I.e. "(Location) Survivalist Shop", "(Demon) drop", etc.

Code

{| class="wikitable"
{{DeSum Armor|name=|gender={{Gender|MF}}|aff=|def=|eva=|buy=|sell=|obtain=}}
|}
{{DeSum Armor|name=|gender={{Gender|MF}}|aff=|def=|eva=|buy=|sell=|obtain=}}

Examples