done moving full items list to this repo

This commit is contained in:
0ceanSlim 2023-09-15 11:34:11 -04:00
parent 8285f74db9
commit 9d44b0340b
3 changed files with 6 additions and 4 deletions

View File

@ -5,4 +5,6 @@ NULL,case,Key Tool,4,0.17637,1,1,1,1000000,2,2,key,keycard
NULL,case,Material Sack,3,0.12345,3,2,1,400000,4,3,matBasic,matAdv NULL,case,Material Sack,3,0.12345,3,2,1,400000,4,3,matBasic,matAdv
NULL,case,Magazine Case,3,3.24684,2,3,1,1000000,4,6,*mag,NULL NULL,case,Magazine Case,3,3.24684,2,3,1,1000000,4,6,*mag,NULL
NULL,case,Ammo Box,3,2.56498,2,2,1,800000,5,5,*ammo,NULL NULL,case,Ammo Box,3,2.56498,2,2,1,800000,5,5,*ammo,NULL
NULL,case,Junk Box,4,4.56486,3,3,1,3000000,8,8,*craft,NULL NULL,case,Junk Box,4,4.56486,3,3,1,3000000,8,8,*craft,NULL
NULL,case,Pill Bottle,3,0.23456,1,1,1,500000,2,2,pill,NULL
NULL,case,Stimulant Case,4,0.35462,1,2,1,750000,2,3,stim,NULL
1 id type name rarity weight height width stack value storeheight storewidth storetype1 storetype2
5 NULL case Material Sack 3 0.12345 3 2 1 400000 4 3 matBasic matAdv
6 NULL case Magazine Case 3 3.24684 2 3 1 1000000 4 6 *mag NULL
7 NULL case Ammo Box 3 2.56498 2 2 1 800000 5 5 *ammo NULL
8 NULL case Junk Box 4 4.56486 3 3 1 3000000 8 8 *craft NULL
9 NULL case Pill Bottle 3 0.23456 1 1 1 500000 2 2 pill NULL
10 NULL case Stimulant Case 4 0.35462 1 2 1 750000 2 3 stim NULL

View File

@ -8,9 +8,9 @@ NULL,health,Adaptive First Aid Kit,4,0.22046,1,1,1,90000
NULL,surgery,Surgery Kit,2,0.88185,1,1,2,100000 NULL,surgery,Surgery Kit,2,0.88185,1,1,2,100000
NULL,surgery,Surgery Kit (L),3,1.32278,1,2,3,150000 NULL,surgery,Surgery Kit (L),3,1.32278,1,2,3,150000
NULL,stim,Adrenaline,3,0.22046,1,1,1,50000 NULL,stim,Adrenaline,3,0.22046,1,1,1,50000
NULL,stim,Pain killer,1,0.05512,1,1,4,10000 NULL,pill,Pain killer,1,0.05512,1,1,4,10000
NULL,stim,Morphine,2,0.22046,1,1,1,40000 NULL,stim,Morphine,2,0.22046,1,1,1,40000
NULL,stim,Caffeine (pill),2,0.05512,1,1,4,2500 NULL,pill,Caffeine,2,0.05512,1,1,4,2500
NULL,bleed2,Tourniquet,1,0.37371,1,1,2,11000 NULL,bleed2,Tourniquet,1,0.37371,1,1,2,11000
NULL,stim,Muscle Stimulant,4,0,0,0,0,0 NULL,stim,Muscle Stimulant,4,0,0,0,0,0
NULL,stim,Rad-x,0,0,0,0,0,0 NULL,pill,Rad-x,0,0,0,0,0,0

1 id type name rarity weight height width stack value
8 NULL surgery Surgery Kit 2 0.88185 1 1 2 100000
9 NULL surgery Surgery Kit (L) 3 1.32278 1 2 3 150000
10 NULL stim Adrenaline 3 0.22046 1 1 1 50000
11 NULL stim pill Pain killer 1 0.05512 1 1 4 10000
12 NULL stim Morphine 2 0.22046 1 1 1 40000
13 NULL stim pill Caffeine (pill) Caffeine 2 0.05512 1 1 4 2500
14 NULL bleed2 Tourniquet 1 0.37371 1 1 2 11000
15 NULL stim Muscle Stimulant 4 0 0 0 0 0
16 NULL stim pill Rad-x 0 0 0 0 0 0

Binary file not shown.