mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
drastically increased armor levels
trying to find a balance between build times and destruction time
This commit is contained in:
@@ -14,7 +14,7 @@ class DZE_Base_Object : All {
|
|||||||
displayName = "";
|
displayName = "";
|
||||||
mapSize = 7.5;
|
mapSize = 7.5;
|
||||||
animated = true;
|
animated = true;
|
||||||
armor = 600;
|
armor = 2200;
|
||||||
destrType = "DestructBuilding";
|
destrType = "DestructBuilding";
|
||||||
damageResistance = 0.004;
|
damageResistance = 0.004;
|
||||||
// static
|
// static
|
||||||
@@ -82,7 +82,7 @@ class DZE_Housebase : DZE_Base_Object {
|
|||||||
transportFuel = 0;
|
transportFuel = 0;
|
||||||
mapSize = 11;
|
mapSize = 11;
|
||||||
cost = 0;
|
cost = 0;
|
||||||
armor = 800;
|
armor = 2200;
|
||||||
reversed = 0;
|
reversed = 0;
|
||||||
/*extern*/ class DestructionEffects;
|
/*extern*/ class DestructionEffects;
|
||||||
};
|
};
|
||||||
@@ -94,7 +94,7 @@ class Land_DZE_WoodDoor_Base: DZE_Housebase {
|
|||||||
mapSize = 8; /* Size of the icon */
|
mapSize = 8; /* Size of the icon */
|
||||||
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
||||||
accuracy = 1000;
|
accuracy = 1000;
|
||||||
armor = 600; /* "Lifepoints", if you like to call it that way.*/
|
armor = 2200; /* "Lifepoints", if you like to call it that way.*/
|
||||||
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
||||||
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
||||||
offset[] = {0,1.5,0};
|
offset[] = {0,1.5,0};
|
||||||
@@ -124,7 +124,7 @@ class Land_DZE_WoodDoorLocked_Base: DZE_Housebase {
|
|||||||
mapSize = 8; /* Size of the icon */
|
mapSize = 8; /* Size of the icon */
|
||||||
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
||||||
accuracy = 1000;
|
accuracy = 1000;
|
||||||
armor = 600; /* "Lifepoints", if you like to call it that way.*/
|
armor = 2500; /* "Lifepoints", if you like to call it that way.*/
|
||||||
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
||||||
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
||||||
offset[] = {0,1.5,0};
|
offset[] = {0,1.5,0};
|
||||||
@@ -152,7 +152,7 @@ class CinderWallDoor_DZ_Base: DZE_Housebase {
|
|||||||
mapSize = 8; /* Size of the icon */
|
mapSize = 8; /* Size of the icon */
|
||||||
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
||||||
accuracy = 1000;
|
accuracy = 1000;
|
||||||
armor = 1000; /* "Lifepoints", if you like to call it that way.*/
|
armor = 4000; /* "Lifepoints", if you like to call it that way.*/
|
||||||
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
||||||
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
||||||
offset[] = {0,1.5,0};
|
offset[] = {0,1.5,0};
|
||||||
@@ -179,7 +179,7 @@ class CinderWallDoorLocked_DZ_Base: DZE_Housebase {
|
|||||||
mapSize = 8; /* Size of the icon */
|
mapSize = 8; /* Size of the icon */
|
||||||
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
icon = "\ca\data\data\Unknown_object.paa"; /* Path to the picture shown in the editor. */
|
||||||
accuracy = 1000;
|
accuracy = 1000;
|
||||||
armor = 1000; /* "Lifepoints", if you like to call it that way.*/
|
armor = 4000; /* "Lifepoints", if you like to call it that way.*/
|
||||||
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */
|
||||||
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */
|
||||||
offset[] = {0,1.5,0};
|
offset[] = {0,1.5,0};
|
||||||
|
|||||||
@@ -1170,7 +1170,7 @@ class CfgVehicles {
|
|||||||
icon = "\Ca\buildings\Icons\i_fuel_CA.paa";
|
icon = "\Ca\buildings\Icons\i_fuel_CA.paa";
|
||||||
scope = 0;
|
scope = 0;
|
||||||
animated = 0;
|
animated = 0;
|
||||||
armor = 20;
|
armor = 2000;
|
||||||
displayName = "Fuel station";
|
displayName = "Fuel station";
|
||||||
accuracy = 0.5;
|
accuracy = 0.5;
|
||||||
transportFuel = 0;
|
transportFuel = 0;
|
||||||
@@ -1529,7 +1529,7 @@ class CfgVehicles {
|
|||||||
model = "\ca\structures\wall\wall_indcnc2_3.p3d";
|
model = "\ca\structures\wall\wall_indcnc2_3.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 4000;
|
||||||
displayName = "Metal Panel";
|
displayName = "Metal Panel";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
constructioncount = 6;
|
constructioncount = 6;
|
||||||
@@ -1898,7 +1898,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\metal_floor.p3d";
|
model="\z\addons\dayz_epoch\models\metal_floor.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 3000;
|
||||||
displayName = "Metal Floor";
|
displayName = "Metal Floor";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
GhostPreview = "MetalFloor_Preview_DZ";
|
GhostPreview = "MetalFloor_Preview_DZ";
|
||||||
@@ -1924,7 +1924,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\Wood_Ramp.p3d";
|
model="\z\addons\dayz_epoch\models\Wood_Ramp.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2000;
|
||||||
displayName = "Wood Ramp";
|
displayName = "Wood Ramp";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
GhostPreview = "WoodRamp_Preview_DZ";
|
GhostPreview = "WoodRamp_Preview_DZ";
|
||||||
@@ -1938,7 +1938,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\cinder_wall_half.p3d";
|
model="\z\addons\dayz_epoch\models\cinder_wall_half.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 2200;
|
||||||
displayName = "Half Cinder Block Wall";
|
displayName = "Half Cinder Block Wall";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
upgradeBuilding[] = {"CinderWall_DZ",{{"CinderBlocks",4},{"MortarBucket",1}}};
|
upgradeBuilding[] = {"CinderWall_DZ",{{"CinderBlocks",4},{"MortarBucket",1}}};
|
||||||
@@ -1967,7 +1967,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\cinder_wall_full.p3d";
|
model="\z\addons\dayz_epoch\models\cinder_wall_full.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 3400;
|
||||||
displayName = "Cinder Block Wall";
|
displayName = "Cinder Block Wall";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"MortarBucket",1}};
|
maintainBuilding[] = {{"MortarBucket",1}};
|
||||||
@@ -1996,7 +1996,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\steel_garage_frame.p3d";
|
model="\z\addons\dayz_epoch\models\steel_garage_frame.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 3400;
|
||||||
displayName = "Block Garage Doorway";
|
displayName = "Block Garage Doorway";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"MortarBucket",1}};
|
maintainBuilding[] = {{"MortarBucket",1}};
|
||||||
@@ -2026,7 +2026,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\Steel_door_frame.p3d";
|
model="\z\addons\dayz_epoch\models\Steel_door_frame.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 1200;
|
armor = 3400;
|
||||||
displayName = "Block Doorway";
|
displayName = "Block Doorway";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"MortarBucket",1}};
|
maintainBuilding[] = {{"MortarBucket",1}};
|
||||||
@@ -2056,7 +2056,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\Wood_Floor.p3d";
|
model="\z\addons\dayz_epoch\models\Wood_Floor.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2000;
|
||||||
displayName = "Wood Floor";
|
displayName = "Wood Floor";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodLumber",4}};
|
maintainBuilding[] = {{"PartWoodLumber",4}};
|
||||||
@@ -2084,7 +2084,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\half_floor.p3d";
|
model="\z\addons\dayz_epoch\models\half_floor.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 1000;
|
||||||
displayName = "Wood Floor 1/2";
|
displayName = "Wood Floor 1/2";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodLumber",2}};
|
maintainBuilding[] = {{"PartWoodLumber",2}};
|
||||||
@@ -2143,7 +2143,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\large_wall.p3d";
|
model="\z\addons\dayz_epoch\models\large_wall.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2200;
|
||||||
displayName = "Large Wall";
|
displayName = "Large Wall";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
upgradeBuilding[] = {"WoodLargeWallWin_DZ",{{"PartGlass",1}}};
|
upgradeBuilding[] = {"WoodLargeWallWin_DZ",{{"PartGlass",1}}};
|
||||||
@@ -2172,7 +2172,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\large_wall_door.p3d";
|
model="\z\addons\dayz_epoch\models\large_wall_door.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2200;
|
||||||
displayName = "Large Wall Doorway";
|
displayName = "Large Wall Doorway";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
||||||
@@ -2200,7 +2200,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\large_wall_win.p3d";
|
model="\z\addons\dayz_epoch\models\large_wall_win.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2200;
|
||||||
displayName = "Large Wall Window";
|
displayName = "Large Wall Window";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
||||||
@@ -2228,7 +2228,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\small_wall.p3d";
|
model="\z\addons\dayz_epoch\models\small_wall.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2000;
|
||||||
displayName = "Small Wall";
|
displayName = "Small Wall";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
||||||
@@ -2284,7 +2284,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\small_wall_win.p3d";
|
model="\z\addons\dayz_epoch\models\small_wall_win.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2000;
|
||||||
displayName = "Small Wall Window";
|
displayName = "Small Wall Window";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodPlywood",1},{"PartWoodLumber",1}};
|
||||||
@@ -2311,7 +2311,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\small_wall_door.p3d";
|
model="\z\addons\dayz_epoch\models\small_wall_door.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 600;
|
armor = 2000;
|
||||||
displayName = "Small Wall Door";
|
displayName = "Small Wall Door";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
upgradeBuilding[] = {"Land_DZE_WoodDoor",{{"PartWoodPlywood",1},{"PartWoodLumber",1}}};
|
upgradeBuilding[] = {"Land_DZE_WoodDoor",{{"PartWoodPlywood",1},{"PartWoodLumber",1}}};
|
||||||
@@ -2340,7 +2340,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\wood_stairs.p3d";
|
model="\z\addons\dayz_epoch\models\wood_stairs.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 300;
|
armor = 600;
|
||||||
displayName = "Wood Stairs";
|
displayName = "Wood Stairs";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodLumber",1}};
|
||||||
@@ -2355,7 +2355,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\wood_ladder.p3d";
|
model="\z\addons\dayz_epoch\models\wood_ladder.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 100;
|
armor = 300;
|
||||||
displayName = "Wood Ladder";
|
displayName = "Wood Ladder";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodLumber",1}};
|
||||||
@@ -2372,7 +2372,7 @@ class CfgVehicles {
|
|||||||
model="\z\addons\dayz_epoch\models\wood_stairs_sans.p3d";
|
model="\z\addons\dayz_epoch\models\wood_stairs_sans.p3d";
|
||||||
icon = "\ca\data\data\Unknown_object.paa";
|
icon = "\ca\data\data\Unknown_object.paa";
|
||||||
mapSize = 2;
|
mapSize = 2;
|
||||||
armor = 200;
|
armor = 500;
|
||||||
displayName = "Wood Stairs Sans";
|
displayName = "Wood Stairs Sans";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
maintainBuilding[] = {{"PartWoodLumber",1}};
|
maintainBuilding[] = {{"PartWoodLumber",1}};
|
||||||
@@ -2679,7 +2679,7 @@ class CfgVehicles {
|
|||||||
class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
|
class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
|
||||||
{
|
{
|
||||||
destrType = "DestructTree";
|
destrType = "DestructTree";
|
||||||
armor = 1000;
|
armor = 2000;
|
||||||
|
|
||||||
// static
|
// static
|
||||||
hasDriver = 0;
|
hasDriver = 0;
|
||||||
@@ -2825,7 +2825,7 @@ class CfgVehicles {
|
|||||||
class Land_Shed_M01;
|
class Land_Shed_M01;
|
||||||
class StorageShed_DZ: Land_Shed_M01
|
class StorageShed_DZ: Land_Shed_M01
|
||||||
{
|
{
|
||||||
armor = 800;
|
armor = 1600;
|
||||||
scope = 2;
|
scope = 2;
|
||||||
offset[] = {0,2.5,1};
|
offset[] = {0,2.5,1};
|
||||||
displayName = "Storage Shed";
|
displayName = "Storage Shed";
|
||||||
@@ -2838,7 +2838,7 @@ class CfgVehicles {
|
|||||||
class Fence_corrugated_plate;
|
class Fence_corrugated_plate;
|
||||||
class Fence_corrugated_DZ: Fence_corrugated_plate
|
class Fence_corrugated_DZ: Fence_corrugated_plate
|
||||||
{
|
{
|
||||||
armor = 300;
|
armor = 600;
|
||||||
scope = 2;
|
scope = 2;
|
||||||
offset[] = {0,2.5,1};
|
offset[] = {0,2.5,1};
|
||||||
removeoutput[] = {{"ItemCorrugated",1}};
|
removeoutput[] = {{"ItemCorrugated",1}};
|
||||||
@@ -2853,7 +2853,7 @@ class CfgVehicles {
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
destrType = "DestructBuilding";
|
destrType = "DestructBuilding";
|
||||||
offset[] = {0,2.5,1.3};
|
offset[] = {0,2.5,1.3};
|
||||||
armor = 400;
|
armor = 800;
|
||||||
displayName = "Wooden Shack";
|
displayName = "Wooden Shack";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
transportMaxMagazines = 100;
|
transportMaxMagazines = 100;
|
||||||
@@ -2869,7 +2869,7 @@ class CfgVehicles {
|
|||||||
destrType = "DestructBuilding";
|
destrType = "DestructBuilding";
|
||||||
//cost = 100;
|
//cost = 100;
|
||||||
offset[] = {0,2.5,1};
|
offset[] = {0,2.5,1};
|
||||||
armor = 400;
|
armor = 800;
|
||||||
displayName = "Wooden Shed";
|
displayName = "Wooden Shed";
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
transportMaxMagazines = 200;
|
transportMaxMagazines = 200;
|
||||||
|
|||||||
Reference in New Issue
Block a user