DayZ
Tree Shake
Εμφάνιση 1-6 από 6 καταχωρίσεις
Ενημέρωση: 1 Σεπ στις 15:40
από hummigummi

Now you can set a cooldown in the setting.json for the next shake:

"tree_cooldown_minutes": 60, //Per-tree cooldown before it can be shaken again.

Ενημέρωση: 17 Αυγ στις 2:30
από hummigummi

Version 1.5 changelog:

- only works with fruit trees fixed
- new config settings added

"settings_version": 3,
"apple_drop_chance": 0.10000000149011612,
"plum_drop_chance": 0.10000000149011612,
"pear_drop_chance": 0.10000000149011612,
"shake_duration_seconds": 10.0,
"apple_min_count": 2,
"apple_max_count": 4,
"plum_min_count": 2,
"plum_max_count": 4,
"pear_min_count": 2,
"pear_max_count": 4,
"food_stage_enable": 1, <----------- NEW: The dried/rotten status can set by 1 or 0 for disable
"food_dried_chance": 0.15000000596046449, <------------- NEW! Now you can set the dried chance!
"food_rotten_chance": 0.05000000074505806 <------------- NEW! Now you can set the rotten chance!

Ενημέρωση: 11 Αυγ στις 1:04
από hummigummi

- now works with bear and plum trees again
- more settings , delete the old folder before you install the update:

"apple_drop_chance": 0.10000000149011612, // does mean 1.0 (100%) you always get fruit when you shake it. lower like 0.5 (50%), you get less.
"plum_drop_chance": 0.10000000149011612, // does mean 1.0 (100%) you always get fruit when you shake it. lower like 0.5 (50%), you get less.
"pear_drop_chance": 0.10000000149011612, // does mean 1.0 (100%) you always get fruit when you shake it. lower like 0.5 (50%), you get less.
"shake_duration_seconds": 10.0, // how long you must shake the tree until you get fruits
"apple_min_count": 2, // min value you get apples
"apple_max_count": 4, // min value you get apples
"plum_min_count": 2,
"plum_max_count": 4,
"pear_min_count": 2,
"pear_max_count": 4

Ενημέρωση: 9 Αυγ στις 5:28
από hummigummi

Ενημέρωση: 9 Αυγ στις 4:55
από hummigummi

Ενημέρωση: 8 Αυγ στις 18:12
από hummigummi