Module:Enemy List: Difference between revisions
Don't need to filter out training dummy / quest monsters anymore (they now have unlock_level = N/A so don't have an Property:Unlock profession since they aren't unlocked)
(Use unlock profession instead) |
(Don't need to filter out training dummy / quest monsters anymore (they now have unlock_level = N/A so don't have an Property:Unlock profession since they aren't unlocked)) |
||
Line 133:
'?Location JSON',
'?Experience',
'?Name',
'?Knowledge',
Line 145 ⟶ 144:
data = Array.filter(data, function(monster)
return
end)
|