Arch dervish of the Sightless Way: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(add likely weapons)
mNo edit summary
Line 98: Line 98:
==== Axes ====
==== Axes ====
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey,M.ObjectID=DO.ObjectID
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND GD.Tier = 8
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 8
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = table
   | format = table
Line 111: Line 111:
==== Cudgels ====
==== Cudgels ====
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey,M.ObjectID=DO.ObjectID
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND GD.Tier = 8
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 8
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = table
   | format = table
Line 124: Line 124:
====Long Blades ====
====Long Blades ====
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey,M.ObjectID=DO.ObjectID
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND GD.Tier = 8
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 8
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = table
   | format = table
Line 137: Line 137:
==== Short Blades ====
==== Short Blades ====
{{#cargo_query:
{{#cargo_query:
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT
   | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
   | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey,M.ObjectID=DO.ObjectID
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
   | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
             CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND GD.Tier = 8
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 8
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = table
   | format = table

Navigation menu