ACE3/addons/medical_gui
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
..
data Limping / Splint Treatment (#6947) 2019-05-11 23:13:59 -05:00
functions Medical - Rework wound handling (#8278) 2022-02-17 20:03:12 +00:00
ui Medical - Add Patient Info to Layout Editor (#7745) 2020-06-13 15:53:50 -05:00
$PBOPREFIX$ Renamed menu to gui, moved more gui stuff into it 2017-04-01 20:45:05 +02:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgUIGrids.hpp Medical - Add Patient Info to Layout Editor (#7745) 2020-06-13 15:53:50 -05:00
CfgVehicles.hpp Medical - Show triage level in interaction (#7940) 2020-10-28 19:08:00 -05:00
config.cpp Medical - Add Patient Info to Layout Editor (#7745) 2020-06-13 15:53:50 -05:00
gui.hpp Medical - Add Patient Info to Layout Editor (#7745) 2020-06-13 15:53:50 -05:00
initSettings.sqf General - Setting category cleanup (#8640) 2021-10-30 16:42:47 -05:00
InteractionBodyParts.hpp Handle old public funcs, fix strings (#6890) 2019-03-24 22:17:46 -05:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp Medical - Add Patient Info to Layout Editor (#7745) 2020-06-13 15:53:50 -05:00
stringtable.xml Localization - Improve Simplified Chinese (#8781) 2022-02-14 15:57:50 -06:00
XEH_postInit.sqf Medical - Improve keybind to open med menu for vehicle occupant under cursor (#8160) 2021-10-11 10:29:09 +02:00
XEH_preInit.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
XEH_PREP.hpp Medical - Show triage level in interaction (#7940) 2020-10-28 19:08:00 -05:00
XEH_preStart.sqf Renamed menu to gui, moved more gui stuff into it 2017-04-01 20:45:05 +02:00

ace_medical_gui

Implements the interaction menu actions, medical menu, information display, and triage card.