Module:EncounterTable: Difference between revisions

changing format of table parameter
(reformatted chance to be a percent)
(changing format of table parameter)
Line 86: Line 86:
       end
       end
     elseif row["item"] == 'none' then  
     elseif row["item"] == 'none' then  
       finalTable[i]['item'] = 'Item from [[EncounterTable:' .. row['table'] .. '|' .. row['table'] .. ']]'
     
       finalTable[i]['item'] = 'Item from [[EncounterTable:' .. row['table'].match('^(%w*)%s+%w*') .. '#' .. row['table'] .. '|' .. row['table'] .. ']]'
     else
     else
       error('A table and item cannot be specified at the same time!')
       error('A table and item cannot be specified at the same time!')