This commit is contained in:
2026-07-12 17:45:29 -03:00
parent 9cd0cb33fd
commit 69974856ed
24 changed files with 375 additions and 23 deletions
+32
View File
@@ -52,4 +52,36 @@ class CfgModels
};
};
};
class BRAF_Rescue_Stretcher
{
htMin=60;
htMax=1800;
afMax=200;
mfMax=100;
mFact=0;
tBody=0;
skeletonName="SAR_SEAT_Skeleton";
sectionsInherit="";
sections[]=
{
};
class Animations
{};
};
class BRAF_Rescue_Basket
{
htMin=60;
htMax=1800;
afMax=200;
mfMax=100;
mFact=0;
tBody=0;
skeletonName="SAR_SEAT_Skeleton";
sectionsInherit="";
sections[]=
{
};
class Animations
{};
};
};