Module:XC2 enum enhance/captions 2

From Xeno Series Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:XC2 enum enhance/captions 2/doc

-- reminder: the IDs here are based on BTL_EnhanceEff (empty to begin with)
local enhance_ms_custom_table = {
[0]="''none''", -- special-casing a single unique case
[2]="Boosts {{XC2|Strength}} by [ML:Enhance kind=Param1 ]%.",
[3]="Boosts {{XC2|Ether}} by [ML:Enhance kind=Param1 ]%.",
[7]="Boosts critical hit rate by [ML:Enhance kind=Param1 ]%.",
[8]="Boosts physical defense by [ML:Enhance kind=Param1 ]%.",
[15]="Increases {{XC2|Agility}} by [ML:Enhance kind=Param1 ].",
[17]="Increases critical hit rate by [ML:Enhance kind=Param1 ]%.",
[18]="Raises physical defense by [ML:Enhance kind=Param1 ]%.",
[25]="Counters attacks with [ML:Enhance kind=Param1 ]% ether damage.",
[33]="Increases damage dealt from the front by [ML:Enhance kind=Param1 ]%.",
[34]="Increases damage dealt from the side by [ML:Enhance kind=Param1 ]%.",
[35]="Increases damage dealt from the back by [ML:Enhance kind=Param1 ]%.",
[36]="Increases damage dealt by a surprise attack by [ML:Enhance kind=Param1 ]%.",
[37]="Increases damage dealt to {{XC2|topple}}d enemies by [ML:Enhance kind=Param1 ]%.",
[38]="Increases damage dealt to {{XC2|launch}}ed enemies by [ML:Enhance kind=Param1 ]%.",
[69]="Boosts {{XC2|Break}} resistance by [ML:Enhance kind=Param1 ]%.",
[211]="Increases movement speed in combat by [ML:Enhance kind=Param1 ]%.",
}
return enhance_ms_custom_table