Purpose

Table template used to document the stats of standard enemy encounters from Shin Megami Tensei.

Usage

This template is to be used in the ==Gameplay== section on Demon and Character pages. It can be used with <tabber></tabber> to catalog different versions of the enemy, including versions from separate ports of the game. Duplicate tables cataloging the version of an enemy from a specific version of the game are not needed if the demon features identical stats and information in another table. The original version of the game is treated as default.

{{SMT1 Demon Stats
|img= Image Name 
|name= Name
|level= Level
|st= Strength
|in= Intelligence 
|ma= Magic
|vi= Vitality
|ag= Agility
|lu= Luck
|loc= Location
|race= Race
|raceredirect= Race Redirect
|align= Alignment 
|hp= HP
|mp= MP
|cost= Cost of Summoning 
|cp= CP
|hit= Number of Hits
|atk= Attack
|acc= Accuracy
|def= Defense
|eva= Evasion
|m-atk= Magical Attack
|m-efc= Magical Effect
|resist= Resist Type 
|moon= Moon Phase Aggression
|drop= Item Drop
|dropredirect= Item Drop Redirect
|resistdes= Resistance Description 
|magic= Magic Skills
|extra= Extra Skills
}}

The img= parameter used to call the enemy's sprite. In the template's code it's set up as [[File:SMT1 {{{img|}}} Sprite.png]], so you simply have to write the version of the game and the name of the enemy.

The race= parameter is set up so that whatever is typed into it will automatically be a link in the chart. If the demon's race was later localized as something else or is on a different page like List of Minor Demon Races, you will need to use the raceredirect= parameter instead of race= in order to manually pipe the link to another page.

The cost= parameter only requires listing the macca or yen symbol depending on when the enemy is featured during the game. If they appear before the Great Cataclysm, use the yen symbol.

In all of the Super Famicom Shin Megami Tensei games, demons do not have unique weaknesses. They all pull from a shared pool of preset weakness spreads, here called "Resistance Type". The original Shin Megami Tensei features 36 types. The resist= parameter only requires the number identified the weakness spread used by the demon being cataloged. Each type is associated with it's own resistance description, but if the description for a given demon does not match the default, or if you're cataloging a demon from a specific version of Shin Megami Tensei that does not contain resistance descriptions, you can add a unique one using the resistdes= parameter.

The drop= parameter is set up so that whatever is typed into it will automatically be a link in the chart. If the demon can drop no item, multiple items, or you need to manually pipe a link to a separate page use dropredirect=.

The magic= and extra= parameters use Template:SkillOld for displaying skill information.

Code

{{SMT1 Demon Stats
|img= 
|name= 
|level= 
|st= 
|in= 
|ma= 
|vi= 
|ag= 
|lu= 
|loc= 
|race= 
|raceredirect= 
|align= 
|hp= 
|mp= 
|cost= 
|cp= 
|hit= 
|atk= 
|acc= 
|def= 
|eva= 
|m-atk= 
|m-efc= 
|resist= 
|moon= 
|resistdes= 
|drop= 
|dropredirect=
|magic= 
|extra= 
}}

Examples

{{SMT1 Demon Stats
|img=PS Cerberus
|name=Cerberus
|level=43
|st=25
|in=7
|ma=10
|vi=14
|ag=18
|lu=12
|loc=[[Tokyo Destinyland|T.D.L.]]: Entrance
|race=Beast
|align= Neutral-Neutral
|hp=420
|mp=56
|cost={{M}}
|cp=25
|hit=1
|atk=103
|acc=24
|def=46
|eva=19
|m-atk=11
|m-efc=8
|resist=21
|moon=2
|drop=Bead
|magic=
{{SkillOld|SMT1|samarecarm}}
|extra=
{{SkillOld|SMT1|feral bite}}
{{SkillOld|SMT1|fire breath}}
}}