User:Theswillmerchant/Sandbox: Difference between revisions

Jump to navigation Jump to search
Added section to pull any thrown weapons that do not belong to weapon categories that are typically thrown and vice-versa
(Created page with "I Don't Know What Any Of This Shit Is, And I'm Fucking Scared")
 
(Added section to pull any thrown weapons that do not belong to weapon categories that are typically thrown and vice-versa)
 
Line 1: Line 1:
I Don't Know What Any Of This Shit Is, And I'm Fucking Scared
[[Thrown|I dont know what any of this shit is,]] And I'm Fucking Scared
 
==Odd Ball Thrown Weapons==
{{#cargo_query: tables = weapons
| fields = _pageName=page, name, type, thrown
 
 
| where = thrown AND NOT (type = 'Daggers' OR type = 'Handaxes' OR type = 'Javelins' OR type = 'Light Hammers' OR type = 'Spears' OR type = 'Tridents')
 
 
| named args = yes
 
}}
 
==Odd Ball Non-Thrown Weapons==
{{#cargo_query: tables = weapons
| fields = _pageName=page, name, type, thrown
 
 
| where = thrown IS Null AND (type = 'Daggers' OR type = 'Handaxes' OR type = 'Javelins' OR type = 'Light Hammers' OR type = 'Spears' OR type = 'Tridents')
 
 
| named args = yes
 
}}

Navigation menu