forked from Simnation/Main
ed
This commit is contained in:
parent
0f39169c30
commit
dbcbc78acf
1 changed files with 5 additions and 5 deletions
|
@ -10230,7 +10230,7 @@ itemsData = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
description = '',
|
description = '',
|
||||||
weight = 400,
|
weight = 400,
|
||||||
label = 'old_coin',
|
label = 'alte Münze',
|
||||||
unique = true,
|
unique = true,
|
||||||
useable = true,
|
useable = true,
|
||||||
image = 'old_coin.png',
|
image = 'old_coin.png',
|
||||||
|
@ -10241,7 +10241,7 @@ itemsData = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
description = '',
|
description = '',
|
||||||
weight = 600,
|
weight = 600,
|
||||||
label = 'rusty_knife',
|
label = 'altes Messer',
|
||||||
unique = true,
|
unique = true,
|
||||||
useable = true,
|
useable = true,
|
||||||
image = 'rusty_knife.png',
|
image = 'rusty_knife.png',
|
||||||
|
@ -10263,11 +10263,11 @@ itemsData = {
|
||||||
type = 'item',
|
type = 'item',
|
||||||
description = '',
|
description = '',
|
||||||
weight = 4000,
|
weight = 4000,
|
||||||
label = 'rusty_knife',
|
label = 'altes Fahrrad',
|
||||||
unique = true,
|
unique = true,
|
||||||
useable = true,
|
useable = true,
|
||||||
image = 'rusty_knife.png',
|
image = 'bicycle.png',
|
||||||
name = 'rusty_knife',
|
name = 'bicycle',
|
||||||
},
|
},
|
||||||
old_ammunition = {
|
old_ammunition = {
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue