ACE3/addons/medical
pterolatypus 73a7dbdc1e
Medical - Rework wound handling (#8278)
- Add stackable wound handler system for easy 3rd party extensibility and overriding of default wound handler.
- Change mapping from wound type -> damage types, to damage type -> wound types. Improves the semantics and makes configuration easier to reason about.
- Allow damage types to influence wound properties (bleed, size, etc.) with configurable variance parameters.
- Allow configuration of wound type variance per damage type. Enabling more logically driven variance for sensible but still varied end results.
- Improve handling of non-selection-specific damage events. The wound handler now receives all incoming damages and may apply damage to multiple selections (previously only ever one) if the damage type is not configured to be selection specific (with new config property `selectionSpecific`).
- Add debug script for testing explosion damage events at varied ranges.
- Add custom fire wound handler.
2022-02-17 20:03:12 +00:00
..
dev Utilize isNotEqualTo (#7929) 2021-02-27 11:05:05 -06:00
functions Medical - Rework wound handling (#8278) 2022-02-17 20:03:12 +00:00
ui Merge branch 'master' into medical-rewrite 2019-03-17 17:39:43 +01:00
$PBOPREFIX$ Add first step in medical rewrite 2016-06-30 17:33:29 +02:00
ACE_Settings.hpp Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgVehicles.hpp Medical - add dummy cfgVehicle entries for old modules (#7091) 2019-07-05 15:32:19 -05:00
config.cpp Medical - Fix hitpoints on VR units (#7098) 2019-07-12 10:03:22 -05:00
initSettings.sqf initial push (#8099) 2021-02-18 12:58:26 -06:00
script_component.hpp Small med stuff (#7084) 2019-07-03 10:40:42 -05:00
stringtable.xml Localization - Improve Simplified Chinese (#8781) 2022-02-14 15:57:50 -06:00
XEH_postInit.sqf Minor RPT cleanup (#7658) 2020-04-22 10:05:22 -05:00
XEH_preInit.sqf Medical Treatment - Modernize and Cleanup (#6933) 2019-06-03 10:31:46 -05:00
XEH_PREP.hpp Medical - Add functions to serialize / deserialize the medical state of a unit (#7944) 2021-07-23 15:49:04 +02:00
XEH_preStart.sqf Medical - fix the Enoch pilot uniform not taking damage, fix hitpoints test (#7527) 2020-02-16 18:34:46 -06:00