added cases and keys to items database
This commit is contained in:
parent
fba0431a87
commit
8285f74db9
8
Database/items/data/cases.csv
Normal file
8
Database/items/data/cases.csv
Normal 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
|
|
3
Database/items/data/key.csv
Normal file
3
Database/items/data/key.csv
Normal 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
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user