Difference between revisions of "CargoWeaponTable"
From Titan's Teeth
Dicemonger (talk | contribs) (Created page with "<noinclude>Creates weapon table '''Required Fields:''' where (sql where string)</noinclude><includeonly><!-- --> {| class="wikitable" |- ! Name !! Cost !! Damage !! Critical...") |
Dicemonger (talk | contribs) |
||
Line 7: | Line 7: | ||
|- | |- | ||
! Name !! Cost !! Damage !! Critical !! Range !! Weight !! Type !! Special !! Proficiency | ! Name !! Cost !! Damage !! Critical !! Range !! Weight !! Type !! Special !! Proficiency | ||
− | {{#intercargolist: | + | {{#intercargolist:CargoWeaponTableLine|Base_Items,Items_Weapons|Name,SortName,PrettyPrice,Damage,Critical,RangeInc,PrettyWeight,DamageTypes,Short,Proficiency|where={{{where|}}}|joinon=Base_Items._pageName=Items_Weapons._pageName|orderby=SortName}} |
|}</includeonly> | |}</includeonly> |
Revision as of 20:43, 22 March 2020
Creates weapon table
Required Fields: where (sql where string)