308
editsAd placeholder
User:Korgat: Difference between revisions
Jump to navigation
Jump to search
Angleiron's Cellar
(Rivington General) |
(Angleiron's Cellar) |
||
Line 331: | Line 331: | ||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | ||
|tables=equipment; where = where_to_find like "%Angleiron's Cellar%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Angleiron's Cellar]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[",_pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, armour_class=AC | |||
|tables=weapons; where = where_to_find like "%Angleiron's Cellar%" | |||
AND rarity != "common" AND legacy IS NULL; | |||
fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Angleiron's Cellar]]")=Location, | |||
CONCAT("[[File:", image, "|25px|link=", _pageName, "]][[", _pageName,"]]")=Item, | |||
special=Effects, where_to_find=Where To Find, type=Type, damage=Dmg | |||
|tables=equipment; where = ( | |tables=equipment; where = ( | ||
where_to_find like "%Rivington%" AND | where_to_find like "%Rivington%" AND | ||
where_to_find NOT REGEXP | where_to_find NOT REGEXP "Rivington General" AND | ||
where_to_find NOT REGEXP "Angleiron's Cellar") | |||
AND rarity != "common" AND legacy IS NULL; | AND rarity != "common" AND legacy IS NULL; | ||
fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington]]")=Location, | fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington]]")=Location, | ||
Line 340: | Line 352: | ||
|tables=weapons; where = ( | |tables=weapons; where = ( | ||
where_to_find like "%Rivington%" AND | where_to_find like "%Rivington%" AND | ||
where_to_find NOT REGEXP | where_to_find NOT REGEXP "Rivington General" AND | ||
where_to_find NOT REGEXP "Angleiron's Cellar") | |||
AND rarity != "common" AND legacy IS NULL; | AND rarity != "common" AND legacy IS NULL; | ||
fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington]]")=Location, | fields=CONCAT("[[Act Three]]")=Act,CONCAT("[[Rivington]]")=Location, |