DayZ
EatWorms
Showing 1-9 of 9 entries
Update: 9 Jul, 2023 @ 3:04pm

Eating cooked worms (only baked or boiled) won't apply consumption penalties. Can be toggled off in the settings by changing "NoPenaltiesOnCooked" to 0.

Added settings:
- "NoPenaltiesOnCooked": 1


Please report any problems in the comments section!

Update: 12 Jun, 2023 @ 10:14am

Decreased the amount of quantity lost when cooking worms. This was causing worms to be lost on cooking very frequently because digging up worms removes a big part of a worms quantity. Still thinking about how to tackle this, either I increase the worm's default quantity (which would make it take longer to eat), or decrease the amount of quantity lost when digging up worms.

Update: 12 Jun, 2023 @ 9:24am

Update: 12 Jun, 2023 @ 9:20am

Added the ability to cook worms. Make suggestions in the discussions (or the comments section) if you want it to be toggleable from the server-side or to add any conditions to cook them.

Thanks to Elderson McSweeney for the idea ;)

Update: 11 Jun, 2023 @ 4:33pm

Update: 11 Jun, 2023 @ 8:06am

Added energy/drink penalties on vomit. Can be toggled in the settings, and are toggled on by default.

Settings Added:
- EnablePenaltiesOnVomit. Whether to enable penalties on vomiting.
- VomitWaterDrain.
- VomitEnergyDrain.

If you won't change the settings, it's not necessary to edit the configuration file. However, I do recommend it. To do so, copy the necessary settings in your configuration file inside your server's profile folder under "SweetCaptnMinimods\EatWorms.json"

{
"IsActive": 1,
"EnableVomit": 1,
"EnableFoodPoisoning": 1,
"EnableSalmonella": 1,
"EnablePenaltiesOnVomit": 1,
"VomitChance": 0.3499999940395355,
"FoodPoisoningChance": 1.0,
"FoodPoisoningPenalty": 10.0,
"SalmonellaChance": 0.6000000238418579,
"SalmonellaPenalty": 15.0,
"VomitWaterDrain": 70.0,
"VomitEnergyDrain": 55.0
}

Update: 11 Jun, 2023 @ 7:12am

Forgot to add back the default Worm actions. Made it more compatible for other mods to add other insects subclassing the Worm type.

Update: 6 Jun, 2023 @ 4:08pm

Update: 6 Jun, 2023 @ 3:38pm

Initial version