Template:Weapons table: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Added weapon equivalent of Template:Spell_table)
 
(No difference)

Latest revision as of 21:59, 13 June 2024

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


Longbow +2

+2

1d8 + 2

Piercing

1.1 kg
2.2 lb

155


The Joltshooter

1d8

Piercing

1.1 kg
2.2 lb

310


Titanstring Bow

+1

1d8 + 1

Piercing

1.1 kg
2.2 lb

310

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
wherewhere

A "where" clause for the SQL query.

Unknownsuggested