Tinker I: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
(describe recharging cost and mechanics)
Line 1: Line 1:
{{missing info|How are the bits for recharging cells calculated?}}
{{Skill
{{Skill
| class=Tinkering
| class=Tinkering
Line 7: Line 6:
| id=Tinkering_Tinker1
| id=Tinkering_Tinker1
}}
}}
==Recharge==
Recharging an energy cell requires a single {{Qud char|&amp;R|A}} bit for every 3000 units of charge, rounded down, but 1 at a minimum.<ref><code>Tinkering_Tinker1.Recharge</code></ref> For example, recharging a {{favilink|chem cell}} from empty requires 3 {{Qud char|&amp;R|A}} bits because its capacity is 10000, which when divided by 3000 gives 3 with a remainder. If you don't have enough bits for a full charge, you can choose to partially recharge, which consumes all of your {{Qud char|&amp;R|A}} bits and gives 3000 charge for each one.


==Items that can be built using Tinker I==
==Items that can be built using Tinker I==
{{#cargo_query:table=ItemsTable,GeneralData|join on=ItemsTable._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',ItemsTable._pageName,']]')=Item,CONCAT("{{((}}Bits{{!}}", Bits, "{{))}}")=Bits|where=CanBuild='1' AND TinkerTier = 'Tinker I' AND ItemsTable._pageNamespace ='0'|format=table}}
{{#cargo_query:table=ItemsTable,GeneralData|join on=ItemsTable._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',ItemsTable._pageName,']]')=Item,CONCAT("{{((}}Bits{{!}}", Bits, "{{))}}")=Bits|where=CanBuild='1' AND TinkerTier = 'Tinker I' AND ItemsTable._pageNamespace ='0'|format=table}}
{{Skills and Powers Navbox}}
{{Skills and Powers Navbox}}

Revision as of 05:15, 22 July 2020

Tinker I
Skill Tree

Tinkering

Cost

100 sp

Requirements

19 Intelligence

ID

Tinkering_Tinker1

You may build items from low-tier schematics and you get 1 free schematic. You can also recharge energy cells and capacitors.

Recharge

Recharging an energy cell requires a single A bit for every 3000 units of charge, rounded down, but 1 at a minimum.[1] For example, recharging a chem cell from empty requires 3 A bits because its capacity is 10000, which when divided by 3000 gives 3 with a remainder. If you don't have enough bits for a full charge, you can choose to partially recharge, which consumes all of your A bits and gives 3000 charge for each one.

Items that can be built using Tinker I

Error 1054: Unknown column 'Bits' in 'field list' (localhost)

Function: CargoSQLQuery::run Query: SELECT CONCAT('File:',Image,' ',`ItemsTable`.`_pageName`,'') AS `Item`,CONCAT("{{Bits|", Bits, "}}") AS `Bits` FROM `ItemsTable` LEFT OUTER JOIN `GeneralData` ON ((`ItemsTable`.`_pageName`=`GeneralData`.`_pageName`)) WHERE CanBuild='1' AND TinkerTier = 'Tinker I' AND `ItemsTable`.`_pageNamespace` ='0' ORDER BY CONCAT('File:',Image,' ',`ItemsTable`.`_pageName`,''),CONCAT("{{Bits|", Bits, "}}") LIMIT 100

  1. Tinkering_Tinker1.Recharge