[x] Move police equipment init to separate function
[x] Move killers equipment init to separate function
[x] Add FUNC(initCommonEquipment)
[x] Remove unnecessary GVAR(killersEquipment)
[x] Create GVAR(commonEquipment) namespace containing common item classname variables with value being loaded properties as namespace (GVAR(commonEquipment) -> variable "ItemGPS" -> config properties as strings "requiredScore" which will be empty if not defined.
[x] Prepare similar GVARs for police and killers equipment for easy access
[x] Add basic ACE equipment if ACE is loaded and no ACE equipment was defined in common config
- [ ] Move preparation of GVAR(policeEquipmentScores) to police component
When merged this pull request will:
FUNC(initCommonEquipment)
GVAR(killersEquipment)
GVAR(commonEquipment)
namespace containing common item classname variables with value being loaded properties as namespace (GVAR(commonEquipment)
-> variable"ItemGPS"
-> config properties as strings"requiredScore"
which will be empty if not defined.- [ ] Move preparation ofGVAR(policeEquipmentScores)
topolice
component