Skip to content

Commit

Permalink
make trail formation take longer
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceDeer committed Feb 20, 2020
1 parent 4b931bb commit d8b7ac8
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trample_def:
hard_pack_probability = 0.9, -- The probability that walking on a trampled node
-- will turn it into the hard-packed node (0.0 to 1.0).
-- ignored if trampled_node_name is a node that already exists
hard_pack_count = 5, -- The number of times the trampled node needs to be stepped on
hard_pack_count = 10, -- The number of times the trampled node needs to be stepped on
-- (and pass the probability check) to turn to the hard packed state
}
```
Expand Down
Loading

0 comments on commit d8b7ac8

Please sign in to comment.