- med crafting (lab) - materials (workbench) - ammo (reloading) - store part of your crafting supplies in the reloading bench - unlock lv10 - craft (1) round(s) / second and (1) xp / round - increase speed by (1.627%) every level - 5 rounds / second @ lv100 (5xp / second) - [Ammo craft sketch](https://git.happytavern.co/OceanSlim/projectEli/src/branch/master/Documents/images/sketch/craftAmmo.png) - weapons (workbench) - equipment (sewing bench) - cooking (kitchen or campfire) Junk must be scrapped at the scrapper bench - items can be placed into this grid and a countdown timer begins - the amount of time something takes to scrap varries by item. these times will be listed in the crafting database scrap table Scrapper bench has a top grid and bottom grid place items in the top grid and a countdown timer starts when the timer reaches zero the scrapped contents of the item go to the bottom grid time to scrap is based on the ingredents you recieve from the scrapped product. perhaps 1 second per 10 sats value of returned ingredients the ingredients in an ak47 has a base value of 230k based on the chart below, so the breakdown time would be 230k/10 = 23k seconds (383.33 minutes, 6.38 hours) items break down in the order you add them to the table. things do not break down simultaneously. So whther you part a gun out or put the whole thing in, you will get the ingredients in the same amount of time. The only advantage would be choosing which ingredients you get first ### AK47 Breakdown Example | based value | 0.23 | 0.07 | 0.11 | 1.15 | 2.3 | 1.15 | 1.72 | 2.3 | 1.29 | $0.16 | null | null | null | |------------|------|------|------|------|-----|------|------|-----|------|-------|------|------|------| | ingredient | wood | steel| aluminum | oil | adhesive | screws | gears | springs | rubber | plastic | value from scrap | base item value | target (1/8th base item value) | | reciever | 0 | 15 | 5 | 6 | 5 | 4 | 4 | 2 | 2 | 0 | $38.66 | $332.73 | $41.59 | | handguard | 4 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 5 | $4.02 | $31.94 | $3.99 | | pistol grip | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | $2.09 | $15.97 | $2.00 | | dust cover | 0 | 5 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | $3.80 | $34.60 | $4.33 | | stock | 10 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 5 | $4.25 | $31.94 | $3.99 | | slant break | 0 | 10 | 5 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | $2.40 | $21.29 | $2.66 | | mag | 0 | 5 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | $2.81 | $21.29 | $2.66 | | total | 16 | 35 | 10 | 8 | 5 | 8 | 4 | 4 | 2 | 14 | $58.03 | $489.78 | $61.22 | - [Weapon Build Sketch](https://git.happytavern.co/OceanSlim/projectEli/src/branch/master/Documents/images/sketch/buildGun.png)