62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 16 : | Ligne 16 : | ||
attmode = attackModes[attmode:lower()] | attmode = attackModes[attmode:lower()] | ||
if attmode then | if attmode then | ||
local ap = localdata['attmode' .. i .. ' | local ap = localdata['attmode' .. i .. ' pa'] or '?' | ||
local range = localdata['attmode' .. i .. ' | local range = localdata['attmode' .. i .. ' portée'] or '?' | ||
items = items .. '<li>' .. attmode .. | items = items .. '<li>' .. attmode .. | ||
'<span style="float:right;">(' .. ap .. | '<span style="float:right;">(' .. ap .. |
modifications