Template:LBS Party Stats

Jump to navigation Jump to search


Purpose

Table template used to document the stats of party members in Last Bible Special.

Usage

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

{{LBS Party Stats
|name= Name
|img= Image (omitted if image matches page name)
|level= Level
|en= Endurance
|in= Intelligence
|st= Strength
|ag= Agility
|lu= Luck
|hp= HP
|mp= MP
|hitno= Number of hits with basic attack
|hitrate= Hit rate/accuracy
|exp= Exp gain rate (Type A, Type B, Type C, Type D)
|axe= Can equip axes (Y/N)
|hand= Can equip hand weapons (Y/N)
|sword= Can equip swords (Y/N)
|spear= Can equip spears (Y/N)
|bow= Can equip bows (Y/N)
|staff= Can equip staffs and rods (Y/N)
|armor= Can equip armor (Y/N)
|mail= Can equip mails (Y/N)
|clothing= Can equip clothes (Y/N)
|shield= Can equip shields (Y/N)
|accessory= Can equip accessories (Y/N)
|startequip= Parameter to allow for the Starting Equipment subsection to appear; can be filled with anything
|initsword= Starting weapon
|initarmor= Starting armor
|initshield= Starting shield
|force= Force Resistance
|elec= Electric Resistance
|ice= Ice Resistance
|fire= Fire Resistance
|death= Death Resistance
|debuff= Debuff Resistance
|pc= Poison and Confusion Resistance
|ps= Paralysis and Sleep Resistance
|skills= Skills
}}

The name of the template is set up so that it automatically calls the name of the page the template is being used on. By chance, if the name of the job is not shared with the page it's on use the parameter name= parameter to choose a specific one.

The resistance parameters (i.e. fire=, debuff=, etc.) display the affinity values for a specific job; it is recommended to read the damage calculation mechanics before changing any of these values for any reason.

The skils= parameter uses Template:Skill for displaying skill information.

Code

{{LBS Party Stats
|name=
|img=
|level=
|en=
|in=
|st=
|ag=
|lu=
|hp=
|mp=
|hitno=
|hitrate=
|exp=
|axe=
|hand=
|sword=
|spear=
|bow=
|staff=
|armor=
|mail=
|clothing=
|shield=
|accessory=
|startequip=
|initsword=
|initarmor=
|initshield=
|force=
|elec=
|ice=
|fire=
|death=
|debuff=
|pc=
|ps=
|skills=
}}