Skip to content

Commit

Permalink
Adding FIxing Block | Build 41.72
Browse files Browse the repository at this point in the history
  • Loading branch information
kents00 authored Jul 24, 2022
1 parent 6fe5d1a commit 6d651d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,18 @@ Here you can see the ingredients are a knife and a fish. `keep` is declared befo

----------------------------------------
### The fixing block
When fixing an item in Project Zomboid Build 41.72, you just need the repair item and the fixer; the template example as follows:
```
fixing Fix Baseball Bat
{
Require : BaseballBat,
Fixer : Woodglue=2; Woodwork=2,
Fixer : DuctTape=2,
Fixer : Glue=2,
Fixer : Scotchtape=4,
}
```
----------------------------------------
### The sound block
PZ build 40 introduced new audio code to deal with issues in multiplayer. All sounds now need to be defined in a `sound` block to have them heard by players farther then 20 tiles. Defining a sound here also includes it in PZ's options advanced audio tab.
Expand Down

0 comments on commit 6d651d1

Please sign in to comment.