Template:SMT1 Demon Stats/Documentation

Jump to navigation Jump to search

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
|species= Species
|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 species= parameter is for listing what Species the demon belongs to. In Shin Megami Tensei, a demon's Species is determined by it's Race. Almost every race in the game is part of a larger group, this being a species. If you do not know what species a specific race belongs to, refer to the Species page. This data should not be treated as a link.

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 align= parameter is for listing what Alignment represents the demon. This data should be rendered by putting Light/Neutral/Dark first, then a hyphen, followed by Law/Neutral/Chaos (Example: Neutral-Law). In Shin Megami Tensei, the vast majority of demons have their alignment determined by their race. If you do not know what alignment a specific race is, refer to the Race page. Note that there are exceptions, such as the Fiends or demons added in later versions of the game. The data entered in this field should not be treated as a link.

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 its 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:Skill for displaying skill information.

Code

{{SMT1 Demon Stats
|img= 
|name= 
|level= 
|st= 
|in= 
|ma= 
|vi= 
|ag= 
|lu= 
|loc= 
|species= 
|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
|species= Beast
|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=
{{Skill|SMT1|samarecarm}}
|extra=
{{Skill|SMT1|feral bite}}
{{Skill|SMT1|fire breath}}
}}