Dervish of the Sightless Way: Difference between revisions

Jump to navigation Jump to search
Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2
(Updated by egocarib with game version 2.0.201.114 using QBE v1.0rc2)
(Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2)
 
(7 intermediate revisions by 2 users not shown)
Line 9: Line 9:
| ma = 8
| ma = 8
| marange = 7+1d2
| marange = 7+1d2
| weight = 200
| weight = 201
| featureweightinfo = no
| featureweightinfo = no
| id = Dervish of the Sightless Way
| id = Dervish of the Sightless Way
Line 15: Line 15:
| colorstr = &r
| colorstr = &r
| tilecolors = rC
| tilecolors = rC
| renderstr = @
| renderstr = e
| corpse = Human Corpse
| corpse = Human Corpse
| corpsechance = 90
| corpsechance = 90
| role = Brute
| role = Brute
| extra = {{Extra info|weight = 200 | bodytype = Humanoid}}
| extra = {{Extra info|weight = 201 | bodytype = Humanoid}}
| inheritingfrom = BaseSightless
| inheritingfrom = BaseSightless
| quickness = 100
| quickness = 100
Line 30: Line 30:
| ego = 28
| ego = 28
| toughnessmult = 0.6
| toughnessmult = 0.6
| intelligencemult = 1.25
| willpowermult = 1.25
| willpowermult = 1.25
| egomult = 1.0
| egomult = 1.0
Line 41: Line 40:
| faction = {{creature faction|{{FactionID to name|Seekers}}|100}}
| faction = {{creature faction|{{FactionID to name|Seekers}}|100}}
| demeanor = neutral
| demeanor = neutral
| inventory = {{inventory|Plastifer Jerkin|1|no|100}}
| inventory = {{inventory|Plastifer Jerkin|1|no|100|no}}
| skills = {{SkillID to name|SingleWeaponFighting}} </br>{{SkillID to name|SingleWeaponFighting_WeaponExpertise}}
| mutations = {{creature mutation|{{MutationID to name|Teleportation}}|-2|28}}
| mutations = {{creature mutation|{{MutationID to name|Teleportation}}|-2|28}}
| desc = Fat was shorn from =pronouns.possessive= spindle-limbs on the psychic lathe. The irises of =pronouns.possessive= eyes are patterned on shapes that cannot be drawn in the geometries of the natural world. =pronouns.Possessive= weapon is immaterial but inseparable; it was spun from the same thoughtstuff as =pronouns.possessive= ego.
| desc = Fat was shorn from =pronouns.possessive= spindle-limbs on the psychic lathe. The irises of =pronouns.possessive= eyes are patterned on shapes that cannot be drawn in the geometries of the natural world. =pronouns.Possessive= weapon is immaterial but inseparable; it was spun from the same thoughtstuff as =pronouns.possessive= ego.
| categories = Humanoids
| categories = Humanoids
| gameversion = 2.0.201.114
| gameversion = 2.0.206.57
}}
}}
<!-- END QBE -->
<!-- END QBE -->
Line 91: Line 91:
The {{name}} will be most likely to have a tier 5 weapon of the appropriate weapon type (about an 80-85% chance), or otherwise a tier 4 or 6 weapon of the appropriate weapon type (~8% chance each). On very rare occasion, they may have a weapon of a higher or lower tier.
The {{name}} will be most likely to have a tier 5 weapon of the appropriate weapon type (about an 80-85% chance), or otherwise a tier 4 or 6 weapon of the appropriate weapon type (~8% chance each). On very rare occasion, they may have a weapon of a higher or lower tier.


{{references|2.0.201.51}}
The following are the most likely weapons to be generated for the {{name}} (tier 5). 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,DynamicObjects=DO
  | 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,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
  | order by = GD.PlainName
  | group by = GD.ObjectID
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
==== Cudgels ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
  | 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,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
  | order by = GD.PlainName
  | group by = GD.ObjectID
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
====Long Blades ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
  | 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,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
  | order by = GD.PlainName
  | group by = GD.ObjectID
  | format = table
}}
</div>
<div style="margin-right: 2.5em;">
==== Short Blades ====
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT,DynamicObjects=DO
  | 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,
            CONCAT('{{(}}PV{{)}}',IT.MaxPV)=PV,
            CONCAT('{{(}}Heart{{)}}',IT.Damage)=Damage
  | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 5
  | order by = GD.PlainName
  | group by = GD.ObjectID
  | 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]]
19,173

edits

Navigation menu