RuneScape Wiki
Line 33: Line 33:
   
 
==Smithing level and yield==
 
==Smithing level and yield==
<math>Scraps = \lfloor 21 + ( (level - 60) * 0.5) \rfloor</math> <!-- Make an input for the page, like on barrows pages -->
+
<math>Scraps = \lfloor 21 + ( (level - 60) * 0.5) \rfloor</math>
  +
  +
{|
  +
| style="border:0px !important"| Enter your Smithing level
  +
| style="border:0px !important" class="jcInput"|name=skillstat_Smithing_level|type=int|value=1|range=60,99|sublist=calcchitin
  +
| style="border:0px !important" class="jcInput" colspan=2|name=scraps|type=output
  +
|}<div class="jcCookies">variables=skillstat_Smithing_level</div><div class="jcSub">calcchitin|
  +
let( sm, skillstat_Smithing_level )
  +
let( make, floor(21 + ((sm - 60) / 2)) )
  +
let( scraps, "At a Smithing level of " + sm + ", you will make " + make + " scraps per piece of damaged chitin." )
  +
</div>
   
 
At 99 Smithing a maximum of 40 scraps (worth {{Coins|{{GEPrice|Chitin scraps|40}}}}) are made even if boosted by a [[smithing cape]] to 100.
 
At 99 Smithing a maximum of 40 scraps (worth {{Coins|{{GEPrice|Chitin scraps|40}}}}) are made even if boosted by a [[smithing cape]] to 100.
   
 
It should be noted that players ''cannot'' smith damaged chitin with the [[Assist System]], and since it is untradeable a player will need 60 smithing (boostable) to get any use from it.
 
It should be noted that players ''cannot'' smith damaged chitin with the [[Assist System]], and since it is untradeable a player will need 60 smithing (boostable) to get any use from it.
 
The amount of scraps produced can be increased by boosting your Smithing level
 
   
 
==Trivia==
 
==Trivia==

Revision as of 15:38, 29 July 2014

Damaged chitin detail

Damaged chitin is an item dropped by the Exiled kalphites in the Exiled Kalphite Hive. At level 60 Smithing, it can be used on an anvil to turn each piece into Chitin scraps, for 10 experience a piece. The amount received is dependent on your Smithing level. Chitin scraps can then be used to repair drygore weaponry; 10,000 chitin scraps are required to repair a main-hand drygore weapon from 0% charge, and 5,000 are required to repair an off-hand. 

According to the Wealth Evaluator, Damaged Chitin has a value of 1gp per piece, despite being worth over 7,000 when processed into Chitin scraps. 

Dropping monsters

For an exhaustive list of all known sources for this item, see here.

|}

Smithing level and yield

Source Combat level Quantity Rarity
Exiled kalphite soldier1201Always
Exiled kalphite paragon1201Always
Exiled kalphite guardian1401Always
Exiled kalphite marauder1401Always
Exiled Kalphite Queen2001Always
Kalphite King2301Always
Enter your Smithing level name=skillstat_Smithing_level|type=int|value=1|range=60,99|sublist=calcchitin name=scraps|type=output
variables=skillstat_Smithing_level
calcchitin|

let( sm, skillstat_Smithing_level ) let( make, floor(21 + ((sm - 60) / 2)) ) let( scraps, "At a Smithing level of " + sm + ", you will make " + make + " scraps per piece of damaged chitin." )

At 99 Smithing a maximum of 40 scraps (worth 3,600) are made even if boosted by a smithing cape to 100.

It should be noted that players cannot smith damaged chitin with the Assist System, and since it is untradeable a player will need 60 smithing (boostable) to get any use from it.

Trivia