forked from Simnation/Main
ed
This commit is contained in:
parent
26ed285540
commit
4c95214808
53 changed files with 694 additions and 2507 deletions
|
@ -10379,6 +10379,27 @@ itemsData = {
|
|||
image = 'dynamite.png',
|
||||
name = 'dynamite',
|
||||
},
|
||||
|
||||
kq_tow_rope = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 2000,
|
||||
label = 'Abschleppseil',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'kq_tow_rope.png',
|
||||
name = 'kq_tow_rope',
|
||||
},
|
||||
kq_winch = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 4000,
|
||||
label = 'Seilwinden Steuerung',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'kq_winch.png',
|
||||
name = 'kq_winch',
|
||||
},
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue