diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
| commit | a3a91d4f45b22fd487ecbc954ad979be5d03efdd (patch) | |
| tree | a554ab159a347dcd6c00ca1c7c26c1ec3ac0a6bd /Common/Config/Core_Artillery/Arrowhead | |
| download | a2wf_chernarus-main.tar.gz a2wf_chernarus-main.tar.bz2 a2wf_chernarus-main.zip | |
Diffstat (limited to 'Common/Config/Core_Artillery/Arrowhead')
| -rw-r--r-- | Common/Config/Core_Artillery/Arrowhead/Artillery_TKA.sqf | 43 | ||||
| -rw-r--r-- | Common/Config/Core_Artillery/Arrowhead/Artillery_US.sqf | 47 |
2 files changed, 90 insertions, 0 deletions
diff --git a/Common/Config/Core_Artillery/Arrowhead/Artillery_TKA.sqf b/Common/Config/Core_Artillery/Arrowhead/Artillery_TKA.sqf new file mode 100644 index 0000000..430c73c --- /dev/null +++ b/Common/Config/Core_Artillery/Arrowhead/Artillery_TKA.sqf @@ -0,0 +1,43 @@ +Private ["_maxRange"];
+_maxRange = 'WFBE_ARTILLERYMAXRANGE' Call GetNamespace;
+
+['WFBE_EAST_ARTILLERY_DESC',['D30','2B14','GRAD'],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_NAMES',
+ [
+ ['D30_TK_EP1'],
+ ['2b14_82mm_TK_EP1'],
+ ['GRAD_TK_EP1']
+ ]
+,true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_WEAPONS',['D30','2B14','GRAD'],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_AMMOS',
+ [
+ ['Sh_122_HE','Sh_122_WP','Sh_122_SADARM','Sh_122_LASER','Sh_122_SMOKE','Sh_122_ILLUM'],
+ ['Sh_82_HE','Sh_82_WP','Sh_82_ILLUM'],
+ ['R_GRAD']
+ ]
+,true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_EXTENDED_MAGS',
+ [
+ ['30Rnd_122mmWP_D30','30Rnd_122mmSADARM_D30','30Rnd_122mmLASER_D30','30Rnd_122mmSMOKE_D30','30Rnd_122mmILLUM_D30'],
+ ['8Rnd_82mmWP_2B14','8Rnd_82mmILLUM_2B14'],
+ []
+ ]
+,true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_EXTENDED_MAGS_UPGRD',
+ [
+ [2,3,3,1,1],
+ [2,1],
+ []
+ ]
+,true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_MINRANGES',[1000,500,800],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_MAXRANGES',[2333*_maxRange,1833*_maxRange,3000*_maxRange],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_RELOADTIME',[7,4,2],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_BURST',[10,4,10],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_VELOCITIES',[500,475,550],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_DISPERSIONS',[50,60,40],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_AMMO_LASER',['Sh_122_LASER'],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_AMMO_SADARM',['Sh_122_SADARM'],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_AMMO_ILLUMN',['Sh_122_ILLUM'],true] Call SetNamespace;
+['WFBE_EAST_ARTILLERY_DEPLOY_SMOKE',['Sh_122_WP','Sh_122_SMOKE'],true] Call SetNamespace;
\ No newline at end of file diff --git a/Common/Config/Core_Artillery/Arrowhead/Artillery_US.sqf b/Common/Config/Core_Artillery/Arrowhead/Artillery_US.sqf new file mode 100644 index 0000000..6543534 --- /dev/null +++ b/Common/Config/Core_Artillery/Arrowhead/Artillery_US.sqf @@ -0,0 +1,47 @@ +Private ["_maxRange"];
+_maxRange = 'WFBE_ARTILLERYMAXRANGE' Call GetNamespace;
+
+['WFBE_WEST_ARTILLERY_DESC',['M119','M252','MLRS','Stryker MC'],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_NAMES',
+ [
+ ['M119_US_EP1'],
+ ['M252_US_EP1'],
+ ['MLRS_DES_EP1'],
+ ['M1129_MC_EP1']
+ ]
+,true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_WEAPONS',['M119','M252','MLRS','M120'],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_AMMOS',
+ [
+ ['Sh_105_HE','Sh_105_WP','Sh_105_SADARM','Sh_105_LASER','Sh_105_SMOKE','Sh_105_ILLUM'],
+ ['Sh_81_HE','Sh_81_WP','Sh_81_ILLUM'],
+ ['R_MLRS'],
+ ['120mmHE_M120']
+ ]
+,true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_EXTENDED_MAGS',
+ [
+ ['30Rnd_105mmWP_M119','30Rnd_105mmSADARM_M119','30Rnd_105mmLASER_M119','30Rnd_105mmSMOKE_M119','30Rnd_105mmILLUM_M119'],
+ ['8Rnd_81mmWP_M252','8Rnd_81mmILLUM_M252'],
+ [],
+ []
+ ]
+,true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_EXTENDED_MAGS_UPGRD',
+ [
+ [2,3,3,1,1],
+ [2,1],
+ [],
+ []
+ ]
+,true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_MINRANGES',[1000,500,1200,550],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_MAXRANGES',[2333*_maxRange,1833*_maxRange,3000*_maxRange,2150*_maxRange],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_RELOADTIME',[7,4,2,4],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_BURST',[10,4,6,6],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_VELOCITIES',[500,475,550,475],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_DISPERSIONS',[50,60,40,55],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_AMMO_LASER',['Sh_105_LASER'],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_AMMO_SADARM',['Sh_105_SADARM'],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_AMMO_ILLUMN',['Sh_105_ILLUM'],true] Call SetNamespace;
+['WFBE_WEST_ARTILLERY_DEPLOY_SMOKE',['Sh_105_WP','Sh_105_SMOKE'],true] Call SetNamespace;
\ No newline at end of file |
