Updating german stringtable, tent fix, loot table changes (#1776)

* Updating german stringtable

The update for STR_ACTIONS_2TB and STR_ACTIONS_RFROMTB are important. That fixes a very old bug. It was no really readable in german because the words were a way to long.

* Add files via upload

* Fixing Desert Tent pack output

When packing a DesertTent the output was ItemDomeTent not ItemDesertTent

* Decreasing hotwire kit chance

* Decreasing hotwire kit chance

* Decreasing hotwire kit and combo lock chance

* Decreasing combo lock chance, fixing loot group

* Fixing loot group

* Lowering ammo box spawn chances again.

* Fixing Desert Tent pack output all versions
This commit is contained in:
A Man
2016-10-15 19:47:13 +02:00
committed by ebaydayz
parent a6cb29aa7e
commit 5ec92bcd65
8 changed files with 64 additions and 53 deletions

View File

@@ -21,6 +21,7 @@ class DesertTentStorage: DomeTentStorage_base {
armor = 50;
displayname = $STR_VEH_NAME_DESERT_TENT;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 75;
transportMaxWeapons = 15;
transportMaxBackpacks = 5;
@@ -36,6 +37,7 @@ class DesertTentStorage0: DomeTentStorage_base {
armor = 60;
displayname = $STR_VEH_NAME_DESERT_TENT1;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 100;
transportMaxWeapons = 20;
transportMaxBackpacks = 6;
@@ -51,6 +53,7 @@ class DesertTentStorage1: DomeTentStorage_base {
armor = 70;
displayname = $STR_VEH_NAME_DESERT_TENT2;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 125;
transportMaxWeapons = 25;
transportMaxBackpacks = 7;
@@ -66,6 +69,7 @@ class DesertTentStorage2: DomeTentStorage_base {
armor = 80;
displayname = $STR_VEH_NAME_DESERT_TENT3;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 150;
transportMaxWeapons = 30;
transportMaxBackpacks = 8;
@@ -81,6 +85,7 @@ class DesertTentStorage3: DomeTentStorage_base {
armor = 90;
displayname = $STR_VEH_NAME_DESERT_TENT4;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 175;
transportMaxWeapons = 35;
transportMaxBackpacks = 9;
@@ -96,8 +101,9 @@ class DesertTentStorage4 : DomeTentStorage_base {
armor = 100;
displayname = $STR_VEH_NAME_DESERT_TENT5;
model = "\dayz_epoch_b\models\astan.p3d";
pack = "WeaponHolder_ItemDesertTent";
transportMaxMagazines = 200; //same as ural
transportMaxWeapons = 40;
transportMaxBackpacks = 10;
offset[] = {0,3,1};
};
};