ed
This commit is contained in:
		
							parent
							
								
									2c063aa102
								
							
						
					
					
						commit
						00910d1237
					
				
					 7 changed files with 66 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/blei.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/blei.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 48 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/bullet.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/bullet.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 137 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/hulse.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/hulse.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 81 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/messing.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/messing.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 55 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/schrot.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/schrot.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 85 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/shell.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/[inventory]/inventory_images/images/shell.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 137 KiB  | 
| 
						 | 
				
			
			@ -10849,5 +10849,71 @@ itemsData = {
 | 
			
		|||
    image = 'scratch_ticket.png',
 | 
			
		||||
    name = 'scratch_ticket',
 | 
			
		||||
  },
 | 
			
		||||
  blei = {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 1000,
 | 
			
		||||
    label = 'Blei Klumpen',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'blei.png',
 | 
			
		||||
    name = 'blei',
 | 
			
		||||
  },
 | 
			
		||||
  messing = {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 400,
 | 
			
		||||
    label = 'Stück Messing',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'messing.png',
 | 
			
		||||
    name = 'messing',
 | 
			
		||||
  },
 | 
			
		||||
  hulse = {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 100,
 | 
			
		||||
    label = 'leere Hülsen',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'hulse.png',
 | 
			
		||||
    name = 'hulse',
 | 
			
		||||
  },
 | 
			
		||||
   bullet= {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 100,
 | 
			
		||||
    label = 'Projektile',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'bullet.png',
 | 
			
		||||
    name = 'bullet',
 | 
			
		||||
  },
 | 
			
		||||
   shell= {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 100,
 | 
			
		||||
    label = 'leere Shotgunhülse',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'shell.png',
 | 
			
		||||
    name = 'shell',
 | 
			
		||||
  },
 | 
			
		||||
   schrot= {
 | 
			
		||||
    shouldClose = true,
 | 
			
		||||
    type = 'item',
 | 
			
		||||
    description = '',
 | 
			
		||||
    weight = 100,
 | 
			
		||||
    label = 'Schrotflinten Schrot',
 | 
			
		||||
    unique = true,
 | 
			
		||||
    useable = true,
 | 
			
		||||
    image = 'schrot.png',
 | 
			
		||||
    name = 'schrot',
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue