以下是翻译成中文的代码,保留了源代码格式:
['wet_money'] = {
label = '湿钱',
weight = 0.01,
stack = true,
close = true,
},
['unmarked_money'] = {
label = '未标记的脏钱',
weight = 0.01,
stack = true,
close = true,
},
['dry_money'] = {
label = '干钱',
weight = 0.01,
stack = true,
close = true,
},
['warehouse_locator'] = {
label = '仓库定位器',
weight = 1,
stack = true,
close = true,
},
['hack_laptop'] = {
label = '黑客笔记本',
description = "",
weight = 20,
stack = true,
},
['lockpick'] = {
label = '撬锁工具',
description = "",
weight = 165,
stack = true,
},
请注意,原代码中有两个条目缺少键名(例如 `['hack_laptop']` 和 `['lockpick']`),我已为它们添加了适当的键名。 |