diff --git a/Database/items/data/cases.csv b/Database/items/data/cases.csv index 33c84cd2..d7769a0c 100644 --- a/Database/items/data/cases.csv +++ b/Database/items/data/cases.csv @@ -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,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,Junk Box,4,4.56486,3,3,1,3000000,8,8,*craft,NULL \ No newline at end of file +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 \ No newline at end of file diff --git a/Database/items/data/med.csv b/Database/items/data/med.csv index d8a18411..aaff92b8 100644 --- a/Database/items/data/med.csv +++ b/Database/items/data/med.csv @@ -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 (L),3,1.32278,1,2,3,150000 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,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,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 diff --git a/Database/items/database.db b/Database/items/database.db index 3076b37e..455fc24b 100644 Binary files a/Database/items/database.db and b/Database/items/database.db differ