2015-03-26 12:21:16 +00:00
|
|
|
class CfgMovesBasic {
|
2015-03-26 17:03:13 +00:00
|
|
|
class StandBase;
|
2015-03-26 12:21:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
class CfgMovesMaleSdr: CfgMovesBasic {
|
2015-03-26 17:03:13 +00:00
|
|
|
class States {
|
|
|
|
// rifle
|
|
|
|
class AmovPercMstpSlowWrflDnon: StandBase {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPercMstpSlowWrflDnon_G01", 0.5, "AidlPercMstpSlowWrflDnon_G02", 0.125, "AidlPercMstpSlowWrflDnon_G03", 0.125, "AidlPercMstpSlowWrflDnon_G04", 0.125, "AidlPercMstpSlowWrflDnon_G05", 0.125*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
|
|
|
class AmovPknlMstpSlowWrflDnon: AmovPercMstpSlowWrflDnon {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPknlMstpSlowWrflDnon_G01", 0.25, "AidlPknlMstpSlowWrflDnon_G02", 0.25, "AidlPknlMstpSlowWrflDnon_G03", 0.25*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
2015-03-26 12:21:16 +00:00
|
|
|
|
2015-03-26 17:03:13 +00:00
|
|
|
// pistol
|
|
|
|
class AmovPercMstpSrasWpstDnon;
|
|
|
|
class AmovPercMstpSlowWpstDnon: AmovPercMstpSrasWpstDnon {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPercMstpSlowWpstDnon_G01", 0.333, "AidlPercMstpSlowWpstDnon_G02", 0.333, "AidlPercMstpSlowWpstDnon_G03", 0.334*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
2015-03-26 12:21:16 +00:00
|
|
|
|
2015-03-26 17:03:13 +00:00
|
|
|
class AmovPknlMstpSrasWpstDnon;
|
|
|
|
class AmovPknlMstpSlowWpstDnon: AmovPknlMstpSrasWpstDnon {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPknlMstpSlowWpstDnon_G03", 0.333, "AidlPknlMstpSlowWpstDnon_G02", 0.333, "AidlPknlMstpSlowWpstDnon_G01", 0.334*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
2015-03-26 12:21:16 +00:00
|
|
|
|
2015-03-26 17:03:13 +00:00
|
|
|
// none
|
|
|
|
class AmovPercMstpSnonWnonDnon: StandBase {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPercMstpSnonWnonDnon_G01", 0.16, "AidlPercMstpSnonWnonDnon_G02", 0.16, "AidlPercMstpSnonWnonDnon_G03", 0.16, "AidlPercMstpSnonWnonDnon_G04", 0.16, "AidlPercMstpSnonWnonDnon_G05", 0.16, "AidlPercMstpSnonWnonDnon_G06", 0.16*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
|
|
|
class AmovPknlMstpSnonWnonDnon: AmovPercMstpSnonWnonDnon {
|
2017-08-29 22:47:01 +00:00
|
|
|
variantsPlayer[] = {/*"AidlPknlMstpSnonWnonDnon_G01", 0.33, "AidlPknlMstpSnonWnonDnon_G02", 0.33, "AidlPknlMstpSnonWnonDnon_G03", 0.33*/};
|
2015-03-26 17:03:13 +00:00
|
|
|
};
|
|
|
|
};
|
2015-03-26 12:21:16 +00:00
|
|
|
};
|