莱卡云:腐蚀废料倍数插件(rust)

2024年6月4日

本插件来源uMod -Simple Loot 作者 Jacob

下载插件点击上方的蓝色字体👆

下载的到 SimpleLoot.cs 文件,如下图👇

将插件直接拖入服务器内的 plugins 文件夹内

路径:/home/container/oxide/plugins

如下图👇

放进去后需要到 config 文件夹内的对应配置文件内修改

路径:/home/container/oxide/config

在这个文件夹内有一个 SimpleLoot.json 文件(前提需要上传 SimpleLoot.cs 插件,步骤往上看,如果你已经放进去了就往下看)

点进 SimpleLoot.json 文件可修改废料的倍数

大致翻译:👇

{
"Settings"(设置): {
"Multipliers"(乘数): {
"aiming.module.mlrs"(多管火箭炮瞄准模块): 1,
"carburetor1"(化油器1): 1,
"carburetor2"(化油器2): 1,
"carburetor3"(化油器3): 1,
"crankshaft1"(曲轴1): 1,
"crankshaft2"(曲轴2): 1,
"crankshaft3"(曲轴3): 1,
"fuse"(保险丝): 1,
"gears"(齿轮): 1,
"metalblade"(金属刀片): 1,
"metalpipe"(金属管): 1,
"metalspring"(金属弹簧): 1,
"piston1"(活塞1): 1,
"piston2"(活塞2): 1,
"piston3"(活塞3): 1,
"propanetank"(丙烷罐): 1,
"riflebody"(步枪体): 1,
"roadsigns"(路标): 1,
"rope"(绳): 1,
"scrap"(废料): 1,
"semibody"(半体): 1,
"sewingkit"(缝纫包): 1,
"sheetmetal"(钣金件): 1,
"smgbody"(SMG体): 1,
"sparkplug1"(火花塞1): 1,
"sparkplug2"(火花塞2): 1,
"sparkplug3"(火花塞3): 1,
"tarp"(防水布): 1,
"techparts"(技术零件): 1,
"valve1"(阀门1): 1,
"valve2"(阀门2): 1,
"valve3"(阀门3): 1,
"vehicle.1mod.cockpit"(驾驶舱车辆模块): 1,
"vehicle.1mod.cockpit.armored"(装甲驾驶舱车辆模块): 1,
"vehicle.1mod.cockpit.with.engine"(带发动机车辆模块的驾驶舱): 1,
"vehicle.1mod.engine"(发动机车辆模块): 1,
"vehicle.1mod.flatbed"(平板车模块): 1,
"vehicle.1mod.passengers.armored"(装甲客车模块): 1,
"vehicle.1mod.rear.seats"(后座车辆模块): 1,
"vehicle.1mod.storage"(储车模块): 1,
"vehicle.1mod.taxi"(出租车模块): 1,
"vehicle.2mod.camper"(露营车模块): 1,
"vehicle.2mod.flatbed"(大型平板车模块): 1,
"vehicle.2mod.fuel.tank"(油箱车辆模块): 1,
"vehicle.2mod.passengers"(乘用车模块): 1,
"vehicle.chassis"(通用汽车底盘): 1,
"vehicle.chassis.2mod"(小机箱): 1,
"vehicle.chassis.3mod"(中型机箱): 1,
"vehicle.chassis.4mod"(大机箱): 1,
"vehicle.module":(通用车辆模块) 1,
"weapon.mod.burstmodule"(突发模块): 1
},
"Replace items with blueprints"(用蓝图替换物品): false(关闭/true开启)
}
}

保存文件后需要重启一次服务器才可生效