ed
This commit is contained in:
parent
01bdabc7ed
commit
deb110922c
3 changed files with 16 additions and 7 deletions
|
@ -10328,7 +10328,7 @@ itemsData = {
|
|||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
weight = 500,
|
||||
label = 'Standard Magnet',
|
||||
unique = true,
|
||||
useable = true,
|
||||
|
@ -10357,6 +10357,17 @@ itemsData = {
|
|||
image = 'neodymium_magnet.png',
|
||||
name = 'neodymium_magnet',
|
||||
},
|
||||
rare_earth_magnet = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 2000,
|
||||
label = 'Großer Neodymium Magnet',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'rare_earth_magnet.png',
|
||||
name = 'rare_earth_magnet',
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue