mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
return items corrections
This commit is contained in:
parent
5d30eadcb2
commit
a1b8227831
@ -163,7 +163,7 @@ class CfgBaseBuilding
|
|||||||
class WoodFloor_EPOCH : Default
|
class WoodFloor_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {{"MetalFloor_EPOCH",{{"ItemCorrugatedLg",2}}}};
|
upgradeBuilding[] = {{"MetalFloor_EPOCH",{{"ItemCorrugatedLg",2}}}};
|
||||||
removeParts[] = {{"PartPlankPack",2}};
|
removeParts[] = {{"PartPlankPack",4}};
|
||||||
simulClass = "WoodFloor_SIM_EPOCH";
|
simulClass = "WoodFloor_SIM_EPOCH";
|
||||||
staticClass = "WoodFloor_EPOCH";
|
staticClass = "WoodFloor_EPOCH";
|
||||||
GhostPreview = "WoodFloor_Ghost_EPOCH";
|
GhostPreview = "WoodFloor_Ghost_EPOCH";
|
||||||
@ -182,7 +182,7 @@ class CfgBaseBuilding
|
|||||||
class WoodHalfFloor_EPOCH : Default
|
class WoodHalfFloor_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {{"WoodFloor_EPOCH",{{"KitWoodHalfFloor",1}}}};
|
upgradeBuilding[] = {{"WoodFloor_EPOCH",{{"KitWoodHalfFloor",1}}}};
|
||||||
removeParts[] = {{"KitWoodHalfFloor",1}};
|
removeParts[] = {{"PartPlankPack",2}};
|
||||||
simulClass = "WoodHalfFloor_SIM_EPOCH";
|
simulClass = "WoodHalfFloor_SIM_EPOCH";
|
||||||
staticClass = "WoodHalfFloor_EPOCH";
|
staticClass = "WoodHalfFloor_EPOCH";
|
||||||
GhostPreview = "WoodHalfFloor_Ghost_EPOCH";
|
GhostPreview = "WoodHalfFloor_Ghost_EPOCH";
|
||||||
@ -201,7 +201,7 @@ class CfgBaseBuilding
|
|||||||
class WoodQuarterFloor_EPOCH : Default
|
class WoodQuarterFloor_EPOCH : Default
|
||||||
{
|
{
|
||||||
upgradeBuilding[] = {{"WoodHalfFloor_EPOCH",{{"KitWoodQuarterFloor",1}}}};
|
upgradeBuilding[] = {{"WoodHalfFloor_EPOCH",{{"KitWoodQuarterFloor",1}}}};
|
||||||
removeParts[] = {{"KitWoodQuarterFloor",1}};
|
removeParts[] = {{"PartPlankPack",1}};
|
||||||
simulClass = "WoodQuarterFloor_SIM_EPOCH";
|
simulClass = "WoodQuarterFloor_SIM_EPOCH";
|
||||||
staticClass = "WoodQuarterFloor_EPOCH";
|
staticClass = "WoodQuarterFloor_EPOCH";
|
||||||
GhostPreview = "WoodQuarterFloor_Ghost_EPOCH";
|
GhostPreview = "WoodQuarterFloor_Ghost_EPOCH";
|
||||||
|
@ -891,7 +891,7 @@ class CfgCrafting
|
|||||||
};
|
};
|
||||||
class KitWoodHalfFloor : Kit
|
class KitWoodHalfFloor : Kit
|
||||||
{
|
{
|
||||||
recipe[] = {{"KitWoodQuarterFloor",4}};
|
recipe[] = {{"PartPlankPack",4}};
|
||||||
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
model = "\x\addons\a3_epoch_assets_1\models\Half_Floor.p3d";
|
model = "\x\addons\a3_epoch_assets_1\models\Half_Floor.p3d";
|
||||||
previewPosition[] = {0.800198,1,0.262418};
|
previewPosition[] = {0.800198,1,0.262418};
|
||||||
@ -900,7 +900,6 @@ class CfgCrafting
|
|||||||
};
|
};
|
||||||
class KitWoodQuarterFloor : Kit
|
class KitWoodQuarterFloor : Kit
|
||||||
{
|
{
|
||||||
usedIn[] = {"KitWoodHalfFloor"};
|
|
||||||
recipe[] = {{"PartPlankPack",2}};
|
recipe[] = {{"PartPlankPack",2}};
|
||||||
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
model = "\x\addons\a3_epoch_assets_1\models\Quarter_Floor.p3d";
|
model = "\x\addons\a3_epoch_assets_1\models\Quarter_Floor.p3d";
|
||||||
|
Loading…
Reference in New Issue
Block a user