Dervish of the Sightless Way: Difference between revisions

m
fix duplicates in cargo tables
(Updated by egocarib with game version 2.0.203.20 using QBE v1.0rc2)
m (fix duplicates in cargo tables)
Line 104: Line 104:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 117: Line 118:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 130: Line 132:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 143: Line 146:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}