Différences entre les versions de « Module:OTable »

Aller à la navigation Aller à la recherche
m
aucun résumé de modification
m
m
 
Ligne 52 : Ligne 52 :
           local influenceKeys = {}
           local influenceKeys = {}
           for k in pairs(c.influence) do
           for k in pairs(c.influence) do
             if k ~= 'perEach splendour' and k ~= 'tier' then -- Exclude 'perEach splendour' and 'tier'... for now
             if k ~= 'bsplendour' and k ~= 'tier' then -- Exclude 'bsplendour' and 'tier'... for now
             table.insert(influenceKeys, k)
             table.insert(influenceKeys, k)
             end
             end
Ligne 60 : Ligne 60 :
          
          
           for k, v in pairs(c.influence) do
           for k, v in pairs(c.influence) do
             if k ~= 'perEach splendour' and k ~= 'tier' then
             if k ~= 'bsplendour' and k ~= 'tier' then
             influence = influence .. i.icon(k, v, nil, k, 'en')
             influence = influence .. i.icon(k, v, nil, k, 'en')
             if k ~= lastKey and itemCount > 1 then
             if k ~= lastKey and itemCount > 1 then
606

modifications

Menu de navigation