ApplyPressure
Add a feature that allows pawns to hold on to their wound to reduce bleeding instead of crawling.
You can toggle the behavior of your pawn when downed. Instead of crawling all the way back to base and potentially opening doors for the enemy, they can either stay where they are and apply pressure to their wound.
Whenever a pawn can crawl.
Note that apply pressure will stop whenever a pawn is not in a crawling state (can walk again, being tended, etc)
*Only player-controlled pawns will do this. Technically is because of performance. Lore-wise, enemies know what will happens if they get captured so would rather bleed to death than stop crawling to escape
bleed rate reduced = (Most severe bleeding’ BleedRate) * stopBleedFactor * max( (pawn Manipulation) , manipulationCap)
stopBleedFactor and manipulationCap are configurable.
The difference between "Apply Pressure Now" and "Apply Pressure when safe" is happening before or after
the Vanilla <li Class="JobGiver_FleeDanger" /> in the Downed ThinkTreeDef.
Source and bug report on Github[github.com]