Template:DeSum Weapon: Difference between revisions

Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{| class="wikitable"</noinclude>
<noinclude>{| class="wikitable"
|- style="text-align:center"
</noinclude>|- style="text-align:center" id="{{{name}}}"
! rowspan=3 class="thick-border-bottom"| {{{name}}}
! rowspan=3 class="thick-border-bottom"| {{{name}}}
! Attribute
! Attribute
| {{{attribute}}}
| {{{attribute|—}}}
! Hit
! Hit
| {{{hit}}}
| {{{hit|—}}}
! Cause
! Cause
| {{{cause|—}}}
| {{{cause|—}}}
Line 22: Line 22:
| {{{gender}}}
| {{{gender}}}
! Target
! Target
| {{{target}}}
| {{{target|—}}}
! From Back?
! From Back?
| {{{from back|—}}}
| {{{from back|—}}}
Line 40: Line 40:
|}
|}
{{Documentation}}
{{Documentation}}
[[Category:Equipment Table Templates]]</noinclude>
[[Category:DeSum Templates]]
[[Category:DeSum Equipment Table Templates]]
[[Category:Weapon Templates]]</noinclude>

Latest revision as of 20:14, 23 June 2024

{{{name}}} Attribute Hit Cause Atk St In Ma Buy Price
Gender {{{gender}}} Target From Back? Acc En Ag Lu Sell Price ¥Yen0
Obtained {{{obtain}}}

Purpose

Used to create tables for listing weapon equipment (handheld weapons, guns, bullets) 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 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.
attribute The attribute of the weapon. Should be Sword, Spear, Thrown, or Gun.
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 multiple hits.
target The target of the weapon. Use Single, Row, F. Row, Random, or All. Omit for bullets.
from back If the weapon can or cannot hit from the back row, set to or . Omit for bullets.
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.
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 weapon is obtained. I.e. "(Location) Knife Shop", "(Demon) drop", "fusion", etc.

Code

{| class="wikitable"
{{DeSum Weapon|name=|attribute=|gender={{Gender|MF}}|hit=|target=|cause=|from back=|atk=|acc=|st=|in=|ma=|en=|ag=|lu=|buy=|sell=|obtain=}}
|}
{{DeSum Weapon|name=|attribute=|gender={{Gender|MF}}|hit=|target=|cause=|from back=|atk=|acc=|st=|in=|ma=|en=|ag=|lu=|buy=|sell=|obtain=}}

Examples