Requirements
- BeplnEx 5.x
- Lethal Company v68
Formatted output (v68)
name | creditsWorth | minValue * scrapValueMultiplier | minValue * scrapValueMultiplier | weight_lb_roundtoint |
---|---|---|---|---|
Binoculars | 0 | 0 | 0 | 0 |
Boombox | 60 | 0 | 0 | 16 |
box | 0 | 0 | 0 | 0 |
Flashlight | 15 | 0 | 0 | 0 |
Jetpack | 900 | 0 | 0 | 52 |
Key | 3 | 0 | 0 | 0 |
Lockpicker | 20 | 0 | 0 | 11 |
Apparatus | 0 | 16 | 48 | 32 |
Mapper | 0 | 0 | 0 | 0 |
Pro-flashlight | 25 | 0 | 0 | 5 |
Shovel | 30 | 0 | 0 | 14 |
Stun grenade | 30 | 0 | 0 | 5 |
Extension ladder | 60 | 0 | 0 | 0 |
TZP-Inhalant | 80 | 0 | 0 | 0 |
Walkie-talkie | 12 | 0 | 0 | 0 |
Zap gun | 400 | 0 | 0 | 11 |
Magic 7 ball | 0 | 36 | 72 | 16 |
Airhorn | 0 | 52 | 72 | 0 |
Bell | 0 | 48 | 80 | 24 |
Big bolt | 0 | 20 | 32 | 19 |
Bottles | 0 | 44 | 56 | 19 |
Brush | 0 | 8 | 36 | 11 |
Candy | 0 | 6 | 36 | 11 |
Cash register | 0 | 80 | 160 | 84 |
Chemical jug | 0 | 32 | 84 | 32 |
Clown horn | 0 | 52 | 72 | 0 |
Large axle | 0 | 36 | 56 | 16 |
Teeth | 0 | 60 | 84 | 0 |
Dust pan | 0 | 12 | 32 | 0 |
Egg beater | 0 | 12 | 44 | 11 |
V-type engine | 0 | 20 | 56 | 16 |
Golden cup | 0 | 40 | 80 | 16 |
Fancy lamp | 0 | 60 | 128 | 21 |
Painting | 0 | 60 | 124 | 32 |
Plastic fish | 0 | 28 | 40 | 0 |
Laser pointer | 0 | 32 | 100 | 0 |
Gold bar | 0 | 102 | 210 | 77 |
Hairdryer | 0 | 60 | 100 | 7 |
Magnifying glass | 0 | 44 | 60 | 11 |
Metal sheet | 0 | 10 | 22 | 26 |
Cookie mold pan | 0 | 12 | 40 | 16 |
Mug | 0 | 24 | 68 | 5 |
Perfume bottle | 0 | 48 | 104 | 0 |
Old phone | 0 | 48 | 64 | 5 |
Jar of pickles | 0 | 32 | 60 | 16 |
Pill bottle | 0 | 16 | 40 | 0 |
Remote | 0 | 20 | 48 | 0 |
Ring | 0 | 52 | 80 | 16 |
Toy robot | 0 | 56 | 88 | 21 |
Rubber Ducky | 0 | 2 | 100 | 0 |
Red soda | 0 | 18 | 90 | 7 |
Steering wheel | 0 | 16 | 32 | 16 |
Stop sign | 0 | 20 | 52 | 24 |
Tea kettle | 0 | 32 | 56 | 21 |
Toothpaste | 0 | 14 | 48 | 0 |
Toy cube | 0 | 24 | 44 | 0 |
Hive | 0 | 36 | 56 | 0 |
Radar-booster | 60 | 0 | 0 | 19 |
Yield sign | 0 | 18 | 36 | 42 |
Shotgun | 0 | 12 | 40 | 16 |
Ammo | 0 | 0 | 0 | 0 |
Spray paint | 50 | 0 | 0 | 0 |
Homemade flashbang | 40 | 10 | 28 | 5 |
Gift | 0 | 12 | 28 | 19 |
Flask | 0 | 16 | 44 | 19 |
Tragedy | 0 | 28 | 52 | 11 |
Comedy | 0 | 28 | 52 | 11 |
Whoopie cushion | 0 | 6 | 36 | 0 |
Kitchen knife | 0 | 28 | 84 | 0 |
Easter egg | 0 | 22 | 52 | 3 |
Weed killer | 25 | 0 | 0 | 0 |
Soccer ball | 0 | 44 | 72 | 19 |
Control pad | 0 | 34 | 64 | 16 |
Garbage lid | 0 | 20 | 44 | 0 |
Plastic cup | 0 | 12 | 36 | 0 |
Toilet paper | 0 | 60 | 88 | 5 |
Clock | 0 | 44 | 56 | 26 |
Toy train | 0 | 52 | 84 | 21 |
Zed Dog | 0 | 0 | 200 | 0 |
Belt bag | 45 | 0 | 0 | 16 |
- scrapValueMultiplier: 0.4
- minValue * scrapValueMultiplier
- Floor(minValue * scrapValueMultiplier)
- maxValue * scrapValueMultiplier
- Floor(maxValue * scrapValueMultiplier)
- weight_lb_roundtoint: RoundToInt(Clamp(weight - 1, 0, 100) * 105)
- Clamp: https://docs.unity3d.com/ja/2022.3/ScriptReference/Mathf.Clamp.html
- RoundToInt: https://docs.unity3d.com/ja/2022.3/ScriptReference/Mathf.RoundToInt.html
- Google Spreadsheet RoundToInt:
=IF(A1-INT(A1)=0.5,IF(ISEVEN(INT(A1)), ROUNDDOWN(A1), ROUNDUP(A1)),ROUND(A1))
Raw output
Binoculars,0,0,0,1
Boombox,60,0,0,1.15
box,0,0,0,1
Flashlight,15,0,0,1
Jetpack,900,0,0,1.5
Key,3,0,0,1
Lockpicker,20,0,0,1.1
Apparatus,0,40,120,1.3
Mapper,0,0,0,1
Pro-flashlight,25,0,0,1.05
Shovel,30,0,0,1.13
Stun grenade,30,0,0,1.05
Extension ladder,60,0,0,1
TZP-Inhalant,80,0,0,1
Walkie-talkie,12,0,0,1
Zap gun,400,0,0,1.1
Magic 7 ball,0,90,180,1.15
Airhorn,0,130,180,1
Bell,0,120,200,1.23
Big bolt,0,50,80,1.18
Bottles,0,110,140,1.18
Brush,0,20,90,1.1
Candy,0,15,90,1.1
Cash register,0,200,400,1.8
Chemical jug,0,80,210,1.3
Clown horn,0,130,180,1
Large axle,0,90,140,1.15
Teeth,0,150,210,1
Dust pan,0,30,80,1
Egg beater,0,30,110,1.1
V-type engine,0,50,140,1.15
Golden cup,0,100,200,1.15
Fancy lamp,0,150,320,1.2
Painting,0,150,310,1.3
Plastic fish,0,70,100,1
Laser pointer,0,80,250,1
Gold bar,0,255,525,1.73
Hairdryer,0,150,250,1.07
Magnifying glass,0,110,150,1.1
Metal sheet,0,25,55,1.25
Cookie mold pan,0,30,100,1.15
Mug,0,60,170,1.05
Perfume bottle,0,120,260,1
Old phone,0,120,160,1.05
Jar of pickles,0,80,150,1.15
Pill bottle,0,40,100,1
Remote,0,50,120,1
Ring,0,130,200,1.15
Toy robot,0,140,220,1.2
Rubber Ducky,0,5,250,1
Red soda,0,45,225,1.07
Steering wheel,0,40,80,1.15
Stop sign,0,50,130,1.23
Tea kettle,0,80,140,1.2
Toothpaste,0,35,120,1
Toy cube,0,60,110,1
Hive,0,90,140,1
Radar-booster,60,0,0,1.18
Yield sign,0,45,90,1.4
Shotgun,0,30,100,1.15
Ammo,0,0,0,1
Spray paint,50,0,0,1
Homemade flashbang,40,25,70,1.05
Gift,0,30,70,1.18
Flask,0,40,110,1.18
Tragedy,0,70,130,1.1
Comedy,0,70,130,1.1
Whoopie cushion,0,15,90,1
Kitchen knife,0,70,210,1
Easter egg,0,55,130,1.03
Weed killer,25,0,0,1
Soccer ball,0,110,180,1.18
Control pad,0,85,160,1.15
Garbage lid,0,50,110,1
Plastic cup,0,30,90,1
Toilet paper,0,150,220,1.05
Clock,0,110,140,1.25
Toy train,0,130,210,1.2
Zed Dog,0,1,500,1
Belt bag,45,0,0,1.15
scrapValueMultiplier: 0.4
Known issues
- Some store items are included.
- Some unused items are included: Binoculars, box, Mapper