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
(add likely weapons)
(Updated by egocarib with game version 2.0.206.57 using QBE v1.0rc2)
 
(7 intermediate revisions by 3 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 = 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
| 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.114
| gameversion = 2.0.206.57
}}
}}
<!-- END QBE -->
<!-- END QBE -->
Line 97: 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 = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 110: Line 112:
==== 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 = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 123: Line 126:
====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 = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 136: Line 140:
==== 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 = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
19,173

edits

Navigation menu