Enable R3F weight by default

Since we are keeping "everything takes up one gear slot" weight should
be enabled by default. Moved to init.sqf so admins can easily change it.

Also added RedRyder and Anzio_20 weight.
This commit is contained in:
ebaydayz
2016-05-04 11:23:50 -04:00
parent 8a361a1b44
commit 085b6d32f9
28 changed files with 40 additions and 2 deletions

View File

@@ -71,7 +71,11 @@ class MR43
class MR43_DZ
{
weight = 3.5;
};
};
class RedRyder
{
weight = 1;
};
class Saiga12K
{
weight = 3.5;

View File

@@ -32,6 +32,10 @@ class BAF_LRR_scoped
{
weight = 5.6;
};
class Anzio_20
{
weight = 14;
};
class m107_DZ
{
weight = 14;