-
Notifications
You must be signed in to change notification settings - Fork 0
Bleedout
ixuz edited this page Aug 29, 2014
·
18 revisions
These values are only for demonstration purposes. See Properties.sqf for default values.
bleedspeed = 10 // Bleedspeed is 10% of max health per second stabilize_effect = 2 // Stabilize_effect is 2x positive effect pressure_effect = 2 // Pressure_effect is 2x positive effect
// Calculation of the final bleedsped if (given_firstaid) bleedspeed = bleedspeed / stabilize_effect if (given_pressure) bleedspeed = bleedspeed / pressure_effect
// Possible bleeding speeds
- 10% (No treatment)
- 5% (Direct Pressure)
- 5% (First Aid)
- 2.5% (First Aid + Direct Pressure)
Medix Wounding System is completely open-source.
Thanks to Dog-Company for co-operation, testing and feedback.