Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!
Template:Style2ndTitle
Basic Parameters
Parameter | Usage | Important? |
---|---|---|
Name | Name of the Title as shown in the character window, usually also the name of the coupon minus the "2nd Title Coupon" part. | Yes |
Stats
Stat adjustments by the Title are provided in the form of stat name + Pos for stat increases and stat name + Neg for stat decreases.
- In most cases, 2nd Titles will not have any negative stats.
Stat | Pos | Neg |
---|---|---|
HP | HPPos | HPNeg |
MP | MPPos | MPNeg |
Stamina | StamPos | StamNeg |
Str | StrPos | StrNeg |
Int | IntPos | IntNeg |
Dex | DexPos | DexNeg |
Will | WillPos | WillNeg |
Luck | LuckPos | LuckNeg |
Defense | DefPos | DefNeg |
Protection | ProtPos | ProtNeg |
Magic Defense |
MDefPos | MDefNeg |
Magic Protection |
MProtPos | MProtNeg |
Min Damage | MinPos | MinNeg |
Max Damage | MaxPos | MaxNeg |
Critical (Rate) |
CritPos | CritNeg |
Magic Attack | MAPos | MANeg |
Special Bonuses
A lot of 2nd Titles also come with special bonuses, these are indicated through the following parameters:
Data Category Code
This piece of code is required at the end of a template so it is included in Category:DataTitle
<noinclude>
[[Category:DataTitle]]
[[Category:Data]]
</noinclude>
Code Example 1
{{{{{format}}}
|Name=Altam
|HPPos=50
|MaxPos=28
|CritPos=10
|MDefPos=12
|MProtPos=8
}}
<noinclude>
[[Category:DataTitle]]
[[Category:Data]]
</noinclude>
Code Example 2
{{{{{format}}}
|Name=Anastasia
|BSRate=2%
|RFRate=2%
|GatherRate=2%
|GatherSpeed=3%
|MoveSpeed=2%
|AutoFishBonus=y
}}
<noinclude>
[[Category:DataTitle]]
[[Category:Data]]
</noinclude>