Mod for the game Farthest Frontier that will limit the retreat behavior of hunters. This mod was specifically designed with the idea of allowing hunters to engage boars without constantly retreating.
游戏 Farthest Frontier 的模组,将限制猎人的撤退行为。这个模组是专门设计的,目的是让猎人在不不断撤退的情况下与野猪交战。
The implementation simply prevents a hunter from retreating if their health is above 30% (configurable). If health goes below the threshold, the game's built-in retreat logic will apply.
该实现只是防止猎人的生命值高于 30%(可配置)时撤退。如果生命值低于阈值,游戏的内置撤退逻辑将适用。
The threshold amount can be in Farthest Frontier\UserData\HunterRetreat.cfg after the game runs once.
游戏运行一次后,阈值金额可以位于 Farthest Frontier\UserData\HunterRetreat.cfg 中。
A value of 0% would make hunters never retreat under any circumstances.
0% 的值将使猎人在任何情况下都不会撤退。
A value of 100% means the game's built-in retreat logic will always apply.
值为 100% 表示游戏的内置撤退逻辑将始终适用。