User:Theswillmerchant/Sandbox: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(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
 
}}

Latest revision as of 21:25, 26 November 2023

I dont know what any of this shit is, And I'm Fucking Scared

Odd Ball Thrown Weapons[edit | edit source]

page name type thrown
Dwarven Thrower Dwarven Thrower Warhammers Yes
Orphic Hammer Orphic Hammer Warhammers Yes
Returning Pike Returning Pike Pikes Yes

Odd Ball Non-Thrown Weapons[edit | edit source]

No results