added cases and keys to items database

This commit is contained in:
0ceanSlim 2023-09-15 11:23:46 -04:00
parent fba0431a87
commit 8285f74db9
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
id,type,name,rarity,weight,height,width,stack,value,storeheight,storewidth,storetype1,storetype2
NULL,case,Tool Belt,4,1.42000,2,2,1,800000,2,5,tool,NULL
NULL,case,Key Ring,5,0.17637,1,1,1,4000000,4,4,key,keycard
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
1 id type name rarity weight height width stack value storeheight storewidth storetype1 storetype2
2 NULL case Tool Belt 4 1.42000 2 2 1 800000 2 5 tool NULL
3 NULL case Key Ring 5 0.17637 1 1 1 4000000 4 4 key keycard
4 NULL case Key Tool 4 0.17637 1 1 1 1000000 2 2 key keycard
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

View File

@ -0,0 +1,3 @@
id,type,name,rarity,weight,height,width,stack,value
NULL,key,Key 1,1,0.02205,1,1,1,50000
NULL,keycard,Key Card 1,2,0.01800,1,1,1,100000
1 id type name rarity weight height width stack value
2 NULL key Key 1 1 0.02205 1 1 1 50000
3 NULL keycard Key Card 1 2 0.01800 1 1 1 100000

Binary file not shown.