High dervish of the Sightless Way: Difference between revisions

add likely weapons
(Updated by egocarib with game version 2.0.201.114 using QBE v1.0rc2)
(add likely weapons)
Line 91: Line 91:
The {{name}} will be most likely to have a tier 7 weapon of the appropriate weapon type (about an 80-85% chance), or otherwise a tier 6 or 8 weapon of the appropriate weapon type (~8% chance each). On very rare occasion, they may have a weapon of a lower tier.
The {{name}} will be most likely to have a tier 7 weapon of the appropriate weapon type (about an 80-85% chance), or otherwise a tier 6 or 8 weapon of the appropriate weapon type (~8% chance each). On very rare occasion, they may have a weapon of a lower tier.


{{references|2.0.201.51}}
The following are the most likely weapons to be generated for the {{name}} (tier 7). For a full list of possible items of all tiers, refer to the [[Psionic#Possible_Items|psionic]] page.


<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
==== Axes ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND GD.Tier = 7
  | order by = GD.PlainName
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
==== Cudgels ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND GD.Tier = 7
  | order by = GD.PlainName
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
====Long Blades ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND GD.Tier = 7
  | order by = GD.PlainName
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
==== Short Blades ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{!}}prefix:&bp&Bs&Ci&co&bn&Bi&Cc{{)}}') = Item,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND GD.Tier = 7
  | order by = GD.PlainName
  | format = table
}}
</div>
</div>
{{references|2.0.201.114}}
{{Creature Navbox|Seekers of the Sightless Way}}
{{Creature Navbox|Seekers of the Sightless Way}}


[[Category:Humanoids]]
[[Category:Humanoids]]