|
@@ -5,7 +5,7 @@ namVultureBase=
|
|
|
comment "data for weapons";
|
|
|
comment"format of [weapon,weaponMagType,[[seat,ammoPerMag,MagCount],[seat,ammoPerMag,MagCount],......etc]]";
|
|
|
weaponData=[
|
|
|
- ["energy_torpedo_w","energy_torpedo_mag",[[-1,8,1]]],
|
|
|
+ ["energy_torpedo_w","energy_torpedo_mag",[[-1,8,8]]],
|
|
|
["PomehiLauncherXT","400Rnd_Pomehi_Mag",[[-1,400,10]]]
|
|
|
];
|
|
|
|
|
@@ -47,6 +47,4 @@ namVultureBase=
|
|
|
|
|
|
};
|
|
|
|
|
|
-
|
|
|
-
|
|
|
["swop_vulture", "init",namVultureBase, true, [], true] call CBA_fnc_addClassEventHandler;
|