Missile weapon combat: Difference between revisions

Jump to navigation Jump to search
36 bytes removed ,  18:56, 30 September 2021
m
query optimization
m (note about Ruin of House Isner)
m (query optimization)
Line 99: Line 99:
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
| where=IT.Skill='Pistol' AND MWD._pageName NOT LIKE 'Data:%'
| where=IT.Skill='Pistol' AND MWD._pageNamespace = 0
| order by=IT.MaxPV DESC,IT.Damage DESC
| order by=IT.MaxPV DESC,IT.Damage DESC
| format=table
| format=table
Line 112: Line 112:
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
| where=IT.Skill='Bow and Rifle' AND MWD.AmmoName = 'arrow' AND MWD._pageName NOT LIKE 'Data:%'
| where=IT.Skill='Bow and Rifle' AND MWD.AmmoName = 'arrow' AND MWD._pageNamespace = 0
| order by=IT.MaxPV DESC,IT.Damage DESC
| order by=IT.MaxPV DESC,IT.Damage DESC
| format=table
| format=table
Line 128: Line 128:
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
| where=IT.Skill='Bow and Rifle' AND MWD.AmmoName <> 'arrow' AND MWD._pageName NOT LIKE 'Data:%'
| where=IT.Skill='Bow and Rifle' AND MWD.AmmoName <> 'arrow' AND MWD._pageNamespace = 0
| order by=IT.MaxPV DESC,IT.Damage DESC
| order by=IT.MaxPV DESC,IT.Damage DESC
| format=table
| format=table
Line 144: Line 144:
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT('{{((}}PV{{))}}',CONCAT(IT.MaxPV))=Max PV,
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
     CONCAT(CASE WHEN IT.Damage IS NOT NULL THEN CONCAT('{{((}}Heart{{))}}{{((}}dice tooltip{{!}}',CONCAT(IT.Damage),'{{))}}') ELSE 'ammo-based' END)=Damage
| where=IT.Skill='Heavy Weapon' AND MWD._pageName NOT LIKE 'Data:%'
| where=IT.Skill='Heavy Weapon' AND MWD._pageNamespace = 0
| order by=IT.MaxPV DESC,IT.Damage DESC
| order by=IT.MaxPV DESC,IT.Damage DESC
| format=table
| format=table

Navigation menu