Purpose

Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) in Shin Megami Tensei and Shin Megami Tensei II. {| 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 a weapon 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 weapon, corresponding to whatever the listed name is in-game.
alignment The Law-Neutral-Chaos alignment restriction of the weapon. Use "All" if there are no restrictions.
gender The gender restriction of the weapon. Use Template:Gender. If there are no restrictions, use {{Gender|MF}}.
hit The weapon's number of hits inflicted. Format as 1-2 for random hits.
cause The status ailment the weapon inflicts, if any.
atk The Attack stat the weapon adds.
acc The Accuracy stat the weapon adds.
st Strength stat, if changed.
in Intelligence stat, if changed.
ma Magic stat, if changed.
vi Vitality stat, if changed.
ag Agility stat, if changed.
lu Luck stat, if changed.
obtain Where or how the weapon is obtained. I.e. "(Location) Knife Shop", "(Demon) drop", "fusion", etc.

Code

{| class="wikitable"
{{SMT Weapon|name=|alignment=|gender={{Gender|MF}}|hit=|cause=|atk=|acc=|st=|in=|ma=|vi=|ag=|lu=|obtain=}}
|}
{{SMT Weapon|name=|alignment=|gender={{Gender|MF}}|hit=|cause=|atk=|acc=|st=|in=|ma=|vi=|ag=|lu=|obtain=}}

Examples