Editing Module:Sandbox/User:Artoire/1
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 228: | Line 228: | ||
local colspan = 23 |
local colspan = 23 |
||
if chopping_logs then |
if chopping_logs then |
||
colspan = colspan + |
colspan = colspan + 4 |
||
end |
end |
||
if chopping_logs or buying_logs then |
if chopping_logs or buying_logs then |
||
colspan = colspan + |
colspan = colspan + 1 |
||
end |
end |
||
Line 253: | Line 253: | ||
:IF(chopping_logs) |
:IF(chopping_logs) |
||
:th(skillclickpic('Woodcutter')):done() |
:th(skillclickpic('Woodcutter')):done() |
||
⚫ | |||
:END() |
:END() |
||
:IF(chopping_logs or buying_logs) |
:IF(chopping_logs or buying_logs) |
||
⚫ | |||
:th(skillclickpic('Carpenter')):done() |
:th(skillclickpic('Carpenter')):done() |
||
:END() |
:END() |
||
Line 302: | Line 302: | ||
if weapon.pole then |
if weapon.pole then |
||
needed_poles = needed * weapon.pole.quantity |
needed_poles = needed * weapon.pole.quantity |
||
if chopping_logs |
if chopping_logs then |
||
pole_info = lookup_pole(weapon.pole.name) |
pole_info = lookup_pole(weapon.pole.name) |
||
needed_logs = math.ceil(needed_poles / 2) |
needed_logs = math.ceil(needed_poles / 2) |
||
end |
|||
if chopping_logs then |
|||
row |
row |
||
:td(lookup_log(pole_info.log).level):done() |
:td(lookup_log(pole_info.log).level):done() |
||
⚫ | |||
⚫ | |||
⚫ | |||
end |
end |
||
if chopping_logs or buying_logs then |
if chopping_logs or buying_logs then |
||
pole_info = pole_info or lookup_pole(weapon.pole.name) |
|||
row |
row |
||
⚫ | |||
⚫ | |||
⚫ | |||
:td(pole_info.level):done() |
:td(pole_info.level):done() |
||
end |
end |
||
Line 326: | Line 325: | ||
row |
row |
||
:na() |
:na() |
||
⚫ | |||
end |
end |
||
if chopping_logs or buying_logs then |
if chopping_logs or buying_logs then |
||
row |
row |
||
⚫ | |||
:na() |
:na() |
||
end |
end |