Project Zomboid

Project Zomboid

Dismantle vehicle frame
 このトピックはピン留めされているので、おそらく重要です
weeeeez  [開発者] 2月10日 14時17分
Drop table
Item name
Welding level 0
Welding level 10
Broken Glass
8%
33%
Electrical Wire
8%
33%
Iron Band - Small
7%
20%
Nuts and Bolts
8%
25%
Scrap Metal *
8%
33%
Spare EngineParts
5%
9%
Steel Bar
6%
14%
Steel Bar Half
7%
20%
Steel Bar Quarter
8%
25%
Steel Block
6%
14%
Steel Chunk
8%
25%
Steel Piece
8%
33%
Steel Pipe
7%
16%
Steel Rod
6%
25%
Steel Sheet
7%
16%
Steel Sheet - Small
8%
25%
Wire
8%
33%

There are (2 * max(5, welding skill level)) trials against each item.
At best luck and max welding skill level the max amount of each item is 20.
* Scrap Metal - could be dropped more than 20 items.
最近の変更はweeeeezが行いました; 2月11日 3時58分
< >
1-1 / 1 のコメントを表示
weeeeez  [開発者] 2月10日 15時12分 
Mod API
Examples

Change drop probability of ElectricWire
if ActiveMods.getById("currentGame"):isModActive("AuthenticZStudderFix") then local loot = require("WeeezSalvageVehicleFrame/LootDefinition"); loot.setProbability("ElectricWire", 100)

Extend drop table with other loot
local loot = require("WeeezSalvageVehicleFrame/LootDefinition"); loot.addDefinition("Spiffo", 10)

Edit mod option in runtime
local options = require("WeeezSalvageVehicleFrame/SandboxOptions"); options.setRequiredMetalWeldingLevel(3) options.setPartsMustBeUninstalled(false)
最近の変更はweeeeezが行いました; 2月10日 15時21分
< >
1-1 / 1 のコメントを表示
ページ毎: 1530 50