This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
class CfgSkeletons
{
class Braf_Pods
{
isDiscrete=0;
skeletonInherit="";
skeletonBones[]=
{
"zasleh",""
};
};
};
class CfgModels
{
class braf_gunpod
{
htMin=60;
htMax=1800;
afMax=200;
mfMax=100;
mFact=0;
tBody=0;
skeletonName="Braf_Pods";
sectionsInherit="";
sections[]={};
class Animations
{
class mainmuzzleflashhide
{
type="hide";
source="reload";
selection="zasleh";
sourceAddress="clamp";
minPhase=0;
maxPhase=1;
minValue=0;
maxValue=1;
memory=0;
hideValue=0;
unHideValue=0.4;
};
};
};
class BRAF_SBAT_70
{
htMin=0;
htMax=0;
afMax=0;
mfMax=0;
mFact=0;
tBody=0;
skeletonName="Braf_Pods";
sectionsInherit="";
sections[]={};
class Animations
{
};
};
};