1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-12 13:10:51 +02:00
parent 26ed285540
commit 4c95214808
53 changed files with 694 additions and 2507 deletions

View file

@ -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',
},
}