mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 23:50:48 +03:00
Increased weight of full_cinder_wall_kit (#1702)
The full_cinder_wall_kit had the same weight as the half. I just increased the weight by almost the double amout.
This commit is contained in:
@@ -43,7 +43,7 @@ class full_cinder_wall_kit: CA_Magazine {
|
|||||||
descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC;
|
descriptionShort = $STR_EPOCH_FULLCINDERBLOCKWALL_DESC;
|
||||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
weight = 325;
|
weight = 600;
|
||||||
class ItemActions {
|
class ItemActions {
|
||||||
class Build {
|
class Build {
|
||||||
text = $STR_ACTIONS_BUILD;
|
text = $STR_ACTIONS_BUILD;
|
||||||
@@ -561,4 +561,4 @@ class ItemWoodWallWithDoorLgLocked: CA_Magazine {
|
|||||||
create = "Land_DZE_LargeWoodDoorLocked";
|
create = "Land_DZE_LargeWoodDoorLocked";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user