Disassemble: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (standardize faction and creature templates)
(editing, sourcing)
 
(2 intermediate revisions by one other user not shown)
Line 6: Line 6:
| id=Tinkering_Disassemble
| id=Tinkering_Disassemble
}}
}}
Chances of extracting other [[bits]] can be improved by carrying a {{favilink|basic toolkit}} or {{favilink|advanced toolkit}} (effects don't stack).
The following add a flat increase on top of the 50% chance of receiving each non-rightmost bit:{{Code Reference|namespace=XRL.World.Tinkering|class=Disassembly|method=Continue}}
* carrying a {{favilink|basic toolkit}}: +10%
* carrying an {{favilink|advanced toolkit}}: +20% if powered, +5% otherwise
* [[sitting]] on a chair: up to +4%
* having an implanted {{favilink|micromanipulator array}}: +10% (+1% more per 10 [[compute power]])
Having multiple toolkits is redundant; only the largest bonus from among them applies.{{Code Reference|class=Toolbox|method=ApplyBonus}}


{{Factions that teach the skill}}
{{Factions that teach the skill}}

Latest revision as of 13:36, 5 September 2023

Disassemble
Skill Tree

Tinkering

Cost

100 sp

Requirements

15 Intelligence

ID

Tinkering_Disassemble

You can disassemble scrap and artifacts for bits. You get the most significant bit from the item schematic plus a 50% chance to receive each remaining bit.

The following add a flat increase on top of the 50% chance of receiving each non-rightmost bit:[1]

Having multiple toolkits is redundant; only the largest bonus from among them applies.[2]

Factions That Teach Disassemble

Disassemble is not taught by any of Qud's persistent factions. However, procedurally generated factions such as village factions can teach randomly chosen skills as part of their water ritual.

Creatures That Have Disassemble

  1. XRL.World.Tinkering.Disassembly, method Continue
  2. XRL.World.Parts.Toolbox, method ApplyBonus