High 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
imported>Trashmonks
(Updated by egocarib with game version 2.0.201.60 using QBE v1.0rc2)
(Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2)
 
(11 intermediate revisions by 4 users not shown)
Line 9: Line 9:
| ma = 10
| ma = 10
| marange = 8+1d2
| marange = 8+1d2
| weight = 200
| weight = 201
| featureweightinfo = no
| featureweightinfo = no
| id = High Dervish of the Sightless Way
| id = High Dervish of the Sightless Way
Line 15: Line 15:
| colorstr = &r
| colorstr = &r
| tilecolors = rC
| tilecolors = rC
| renderstr = @
| renderstr = e
| corpse = {{ID to name|Human Corpse}}
| corpse = Human Corpse
| corpsechance = 90
| corpsechance = 90
| role = Brute
| role = Brute
| extra = {{Extra info|weight = 200}}
| extra = {{Extra info|weight = 201 | bodytype = Humanoid}}
| inheritingfrom = BaseSightless
| inheritingfrom = BaseSightless
| dynamictable = {{Dynamic object|BaroqueRuins_Creatures|High Dervish of the Sightless Way}}
| quickness = 100
| quickness = 100
| movespeed = 100
| movespeed = 100
Line 30: Line 31:
| ego = 32
| ego = 32
| toughnessmult = 0.6
| toughnessmult = 0.6
| intelligencemult = 1.25
| willpowermult = 1.25
| willpowermult = 1.25
| egomult = 1.0
| egomult = 1.0
Line 41: Line 41:
| 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|Plastifer Sneakers|1|no|100}}
| inventory = {{inventory|Plastifer Jerkin|1|no|100|no}}{{inventory|Plastifer Sneakers|1|no|100|no}}
| skills = {{SkillID to name|SingleWeaponFighting}} </br>{{SkillID to name|SingleWeaponFighting_WeaponExpertise}} </br>{{SkillID to name|SingleWeaponFighting_PenetratingStrikes}}
| mutations = {{creature mutation|{{MutationID to name|Teleportation}}|1|32}}
| mutations = {{creature mutation|{{MutationID to name|Teleportation}}|1|32}}
| 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, and =pronouns.subjective= wears a blindfold to guard their secrets and mark =pronouns.possessive= ken. =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, and =pronouns.subjective= =verb:wear:afterpronoun= a blindfold to guard their secrets and mark =pronouns.possessive= ken. =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.60
| gameversion = 2.0.206.57
}}
}}
<!-- END QBE -->
<!-- END QBE -->
Line 91: Line 92:
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,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 = 7
  | 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 = 7
  | 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 = 7
  | 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 = 7
  | 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