RuneScape Wiki
Register
Advertisement
Clockwork
This is a dynamic calculator that requires Javascript.
This takes user input via Javascript, and may use changing prices from the Grand Exchange Market Watch.
If prices appear to be outdated, purge the page by clicking here.

The number of chitin scraps you receive from damaged chitin varies with your smithing level, using the following formula:

Enter your Smithing level name=skillstat_Smithing_level|type=int|value=1|range=60,106|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." )

Advertisement