mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
38b8b5dfff
* Doc - add notes about acex var naming to addons * Add Fortify events Co-authored-by: jonpas <jonpas33@gmail.com>
486 B
486 B
ace_field_rations
Provides a survival style, hunger and thirst system. Adds consumable items such as MREs.
ACEX Conversion - things still using acex prefix
- All settings
- CfgUIGrids Entry
- CfgWeapon Configs (e.g.
acex_field_rations_thirstQuenched
) - CfgVehicles Configs (e.g.
acex_field_rations_waterSupply
) - Events (
acex_rationConsumed
,acex_rationRefilled
) - Player setVars for thirst/hunger (e.g.
player getVariable "acex_field_rations_thirst"
)