Bite: Difference between revisions

12 bytes removed ,  16:58, 31 January 2023
Remove max pv since its always higher than 999
(replaced the manual list with a cargo query that also has some more data on it)
(Remove max pv since its always higher than 999)
Line 4: Line 4:
{{#cargo_query:
{{#cargo_query:
tables=ItemsTable
tables=ItemsTable
|fields=_pageName=Page,BasePV=BasePV,MaxPV=MaxPV,Damage=Damage,ToHit=ToHit,Skill=Skill
|fields=_pageName=Page,BasePV=BasePV,Damage=Damage,ToHit=ToHit,Skill=Skill
|where=_pageName LIKE '%Bite%'
|where=_pageName LIKE '%Bite%'
|order by=BasePV DESC, Damage DESC
|order by=BasePV DESC, Damage DESC