mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Adding many new strings (#1781)
* More Stringtable updates Ive added and corrected more german strings. Some german strings were too long. Lots of building items needed a localization. Adding after request the Winter Ghillie Suit localization for Namalsk compatibility. * Update for new localization * Update for localization * Update for new localization * Update again * localization update * Update stringtable.xml * Update Doors.hpp * Update ModularBuilding.hpp * Update stringtable.xml * Update stringtable.xml * Update Doors.hpp * Update Prop_Defs.hpp
This commit is contained in:
@@ -15,7 +15,7 @@ class LockboxStorageLocked: Land_A_tent {
|
||||
};
|
||||
class LockboxStorage: Land_A_tent {
|
||||
vehicleClass = "Survival";
|
||||
displayName = "Lockbox";
|
||||
displayName = $STR_EPOCH_LOCKBOX;
|
||||
model = "\z\addons\dayz_epoch\models\lockbox.p3d";
|
||||
destrType = "DestructNo";
|
||||
armor = 800;
|
||||
@@ -28,6 +28,6 @@ class LockboxStorage: Land_A_tent {
|
||||
|
||||
class WeaponHolder_ItemLockbox: WeaponHolder {
|
||||
scope = public;
|
||||
displayName = "Lockbox";
|
||||
displayName = $STR_EPOCH_LOCKBOX;
|
||||
seedItem = "ItemLockbox";
|
||||
};
|
||||
Reference in New Issue
Block a user