mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
This PR refactors the Doctrine class to load from YAML files in the resources folder instead of being hardcoded as a step towards making doctrines moddable (Issue #829). I haven't added anything to the changelog as a couple of things should get cleaned up first: - As far as I can tell, the flags in the Doctrine class (cap, cas, sead etc.) aren't used anywhere. Need to test further, and if they're truly not used, will remove them. - Probably need to update the Wiki
32 lines
674 B
YAML
32 lines
674 B
YAML
name: ww2
|
|
cap: true
|
|
cas: true
|
|
sead: false
|
|
strike: true
|
|
antiship: true
|
|
hold_distance_nm: 10
|
|
push_distance_nm: 5
|
|
join_distance_nm: 5
|
|
rendezvous_altitude_ft_msl: 10000
|
|
max_ingress_distance_nm: 7
|
|
min_ingress_distance_nm: 5
|
|
ingress_altitude_ft_msl: 8000
|
|
min_patrol_altitude_ft_msl: 4000
|
|
max_patrol_altitude_ft_msl: 15000
|
|
pattern_altitude_ft_msl: 5000
|
|
cap_duration_minutes: 30
|
|
cap_min_track_length_nm: 8
|
|
cap_max_track_length_nm: 18
|
|
cap_min_distance_from_cp_nm: 0
|
|
cap_max_distance_from_cp_nm: 5
|
|
cap_engagement_range_nm: 20
|
|
cas_duration_minutes: 30
|
|
sweep_distance_nm: 10
|
|
ground_unit_procurement_ratios:
|
|
Tank: 3
|
|
ATGM: 3
|
|
APC: 3
|
|
Artillery: 1
|
|
SHORAD: 3
|
|
Recon: 1
|