Module:XC2 enum enhance/captions 2: Difference between revisions

From Xeno Series Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
-- reminder: the IDs here are based on BTL_EnhanceEff (empty to begin with)
-- reminder: the IDs here are based on BTL_EnhanceEff (empty to begin with)
local enhance_ms_custom_table = {
local enhance_ms_custom_table = {
[2]="Boosts {{XC2|Strength}} by [ML:Enhance kind=Param1 ]%.",
[3]="Boosts {{XC2|Ether}} by [ML:Enhance kind=Param1 ]%.",
[35]="Increases damage dealt from the back 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 ]%.",
[69]="Boosts {{XC2|Break}} resistance by [ML:Enhance kind=Param1 ]%.",
[69]="Boosts {{XC2|Break}} resistance by [ML:Enhance kind=Param1 ]%.",
}
}
return enhance_ms_custom_table
return enhance_ms_custom_table

Revision as of 22:19, 6 February 2024

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 = {
[2]="Boosts {{XC2|Strength}} by [ML:Enhance kind=Param1 ]%.",
[3]="Boosts {{XC2|Ether}} 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 ]%.",
[69]="Boosts {{XC2|Break}} resistance by [ML:Enhance kind=Param1 ]%.",
}
return enhance_ms_custom_table