Module:Traits: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 24: Line 24:
     local prop = {'MP Usage', 'Cooldown', 'Duration', 'MP Recovery', 'Max Hits'}
     local prop = {'MP Usage', 'Cooldown', 'Duration', 'MP Recovery', 'Max Hits'}
     if is_rose then
     if is_rose then
         prop[1] = 'ECP Usage'
         for k, v in ipairs(prop) do
            prop[k] = v.gsub('MP', 'ECP')
        end
     end
     end