1,131
edits
No edit summary |
No edit summary |
||
| Line 66: | Line 66: | ||
{ name = 'damage', func = 'has_content' }, | { name = 'damage', func = 'has_content' }, | ||
{ name = 'weapon_effect', func = 'has_content' }, | |||
-- Tool Params -- | -- Tool Params -- | ||
| Line 316: | Line 317: | ||
{ tag = 'argd', content = 'damage', colspan = '13' }, | { tag = 'argd', content = 'damage', colspan = '13' }, | ||
} | } | ||
if ret:paramDefined('weapon_effect') then | |||
ret:pad(20) | |||
:addRow{ | |||
{ tag = 'th', content = 'Effect', colspan = '7' }, | |||
{ tag = 'argd', content = 'weapon_effect', colspan = '13' }, | |||
} | |||
end | |||
end | end | ||