Template:Weapons table

From bg3.wiki
Revision as of 21:59, 13 June 2024 by HiddenDragon (talk | contribs) (Added weapon equivalent of Template:Spell_table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template generates a table filled with weapons that satisfy the provided condition. It requires some knowledge of SQL to operate.

Example:
{{Weapons table
|where=rarity = 'rare' AND type = 'Longbows'
}}
Weapon Enchant. Damage Damage Type Weight Price Special
Error: No field named "passives" found for any of the specified database tables.

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
wherewhere

A "where" clause for the SQL query.

Unknownsuggested