Template:Weapons table

From bg3.wiki
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


Longbow +2

+2

1d8 + 2

Piercing

1.1 kg
2.2 lb

155


The Joltshooter

1d8

Piercing

1.1 kg
2.2 lb

310
Electric Blood
When the wielder deals damage using this weapon, they gain 2 Lightning Charges Lightning Charges.


Titanstring Bow

+1

1d8 + 1

Piercing

1.1 kg
2.2 lb

310
Titan Weapon
This weapon deals additional damage equal to your Strength Modifier.
Pushing Attack (Titanstring Bow) Pushing Attack ()

Pushes your target back 4.5 m / 15 ft.

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
wherewhere

A "where" clause for the SQL query.

Unknownsuggested