Template:WeaponsTable Training
Parameter
1. weapon training feat that grants proficiency in the weapons
Example: {{WeaponsTable Training|Archery Training}}
Archery Training Weapons
Function: CargoSQLQuery::run Query: SELECT CONCAT( '', `Items`.`Name`, '' ) AS `Name`,`Cost` AS `Cost`,`Damage` AS `Damage`,`Critical` AS `Critical`,`RangeInc` AS `Range`,`Weight` AS `Weight`,`DamageType` AS `Type`,`Special` AS `Special` FROM `cargo__Feats_Weapon_Training` `Feat` LEFT OUTER JOIN `cargo__Feats_Weapon_Training__Weapons` `Feat__Weapons` ON ((`Feat`.`_ID`=`Feat__Weapons`.`_rowID`)) RIGHT OUTER JOIN `cargo__Equipment_Items` `Items` ON ((`Feat__Weapons`.`_value`=`Items`.`_pageName`)) RIGHT OUTER JOIN `cargo__Equipment_Weapons` `TblWeapons` ON ((`Feat__Weapons`.`_value`=`TblWeapons`.`_pageName`)) WHERE `Feat`.`Name` "Archery Training" ORDER BY `Items`.`Name` LIMIT 100