Module:Traits: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 75: Line 75:
         },
         },
         [STR.REVERSED] = {
         [STR.REVERSED] = {
             mp = 50,
             mp = 60,
             cd = 150
             cd = 150
         },
         },
Line 156: Line 156:
                     suffix = STR.SEC
                     suffix = STR.SEC
                 end
                 end
                 local base_detail = args[short_detail]
                  
                 local short_detail_disguise = short_detail
                 local short_detail_disguise = short_detail


                 -- Fix Regen 1.
                 -- Fix Regen 1.
                 if short_detail == 'mp_recovery' then
                 if short_detail == 'mp_recovery' then
                    base_detail = args.mp
                     short_detail_disguise = 'mp'
                     short_detail_disguise = 'mp'
                 end
                 end
                local base_detail = args[short_detail_disguise]


                 local function calcEndValue(base)
                 local function calcEndValue(base)