forked from Simnation/Main
ed
This commit is contained in:
parent
2c063aa102
commit
00910d1237
7 changed files with 66 additions and 0 deletions
|
@ -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