Guide:Where To Find: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Created page with "Weapons {{#cargo_query: tables=weapons |fields= CONCAT('',name,'')=Name, special=Special, where_to_find=Where To Find, type=Type, handedness=Handedness, melee_or_ranged=Melee/Ranged, finesse=Finesse, thrown=Thrown, description=Description, quote=Quote, rarity=Rarity, weapon_actions=Weapon Actions, damage=Damage, damage_type=Damage Type, versatile_damage=Versatile Damage, extra_damage=Extra Damage, extra_damage_type=Extra Damage Type, heavy=Heavy, light=Light |where=...")
 
(Replaced content with "Guide:Where To Find Weapons Guide:Where To Find Equipment == Act One == == Act Two == == Act Three ==")
Tag: Replaced
Line 1: Line 1:
Weapons
[[Guide:Where To Find Weapons]]
{{#cargo_query:
 
tables=weapons
[[Guide:Where To Find Equipment]]
|fields=
 
CONCAT('[[',name,']]')=Name,
== Act One ==
special=Special, where_to_find=Where To Find, type=Type, handedness=Handedness, melee_or_ranged=Melee/Ranged, finesse=Finesse, thrown=Thrown, description=Description, quote=Quote, rarity=Rarity, weapon_actions=Weapon Actions, damage=Damage, damage_type=Damage Type, versatile_damage=Versatile Damage, extra_damage=Extra Damage, extra_damage_type=Extra Damage Type, heavy=Heavy, light=Light
== Act Two ==
|where=rarity IS NOT NULL AND rarity <> "common"
== Act Three ==
|order by=rarity_order DESC, name
|format=dynamic table
|details fields=Quote, Rarity, Weapon Actions, Damage, Damage Type, Versatile Damage, Extra Damage, Extra Damage Type
|hidden fields=Type, Handedness, Melee/Ranged, Finesse, Thrown, Description, Light, Heavy
|searchable columns=yes
|limit=500
|rows per page=10
|column widths=100px,80%,40%,15%,10%,10%,10%,10%
}}
Equipment
{{#cargo_query:
tables=equipment
|fields=
CONCAT('[[',name,']]')=Name,
special=Special, where_to_find=Where To Find, type=Type, proficiency=Proficiency,  description=Description, quote=Quote, rarity=Rarity, armour_class=AC, armour_class_bonus=AC (Shields), stealth_disadvantage=Stealth Disadvantage
|where=rarity IS NOT NULL AND rarity <> "common"
|order by=rarity_order, name
|format=dynamic table
|hidden fields=Type, Proficiency, AC, AC (Shields)
|details fields=Description, Quote, Rarity, Stealth Disadvantage
|searchable columns=yes
|limit=500
|rows per page=10
|column widths=20%,80%,40%,10%,10%,10%,10%
}}

Revision as of 15:35, 3 September 2023