mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Option to make BaseParts indestructible
This commit is contained in:
parent
62917bfc40
commit
69b2bb401a
@ -40,6 +40,22 @@ removevehmagazinesturret[] = { // Remove these Magazines from the given Turret f
|
|||||||
{"200Rnd_40mm_G_belt",{0}}
|
{"200Rnd_40mm_G_belt",{0}}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// BaseBuilding
|
||||||
|
UseIndestructible = true; // Enable / Disable Indestructible BaseObjects
|
||||||
|
IndestructibleBaseObjects[] = { // Can be Names or Classes
|
||||||
|
"Constructions_static_F",
|
||||||
|
"Buildable_Storage",
|
||||||
|
"PlotPole_EPOCH",
|
||||||
|
"LockBox_EPOCH",
|
||||||
|
"Safe_EPOCH"
|
||||||
|
};
|
||||||
|
ExceptedBaseObjects[] = { // Not Indestructible, also if in a Class of IndestructibleBaseObjects
|
||||||
|
"CinderWallGarage_EPOCH",
|
||||||
|
"WoodLargeWallDoorL_EPOCH",
|
||||||
|
"WoodLargeWallDoor_EPOCH",
|
||||||
|
"WoodWall4_EPOCH"
|
||||||
|
};
|
||||||
|
|
||||||
// Traders
|
// Traders
|
||||||
taxRate = 0.1; // controls the price increase for purchases
|
taxRate = 0.1; // controls the price increase for purchases
|
||||||
starterTraderItems[] = { { "ItemSodaBurst", "meatballs_epoch", "MortarBucket", "CinderBlocks", "VehicleRepair", "CircuitParts", "ItemCorrugated", "PartPlankPack", "ItemRock", "ItemRope", "ItemStick" }, { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } }; // Starter Items for fresh spawned trader first array is classnames second is quantity.
|
starterTraderItems[] = { { "ItemSodaBurst", "meatballs_epoch", "MortarBucket", "CinderBlocks", "VehicleRepair", "CircuitParts", "ItemCorrugated", "PartPlankPack", "ItemRock", "ItemRope", "ItemStick" }, { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } }; // Starter Items for fresh spawned trader first array is classnames second is quantity.
|
||||||
|
Loading…
Reference in New Issue
Block a user