mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Multiple same loot entries + typo
This commit is contained in:
parent
934d28a1c1
commit
d277d6cd57
@ -34,7 +34,7 @@ Starting a FAQ here. Can get expanded later
|
||||
- GroundSpawnChance
|
||||
- MinGroundContainers
|
||||
- MaxGroundContainers
|
||||
- @epochhove\addons\epoch_server_settings\configs\CfgMainTable.h -> Change the Loot for each Container / Buildingtype
|
||||
- @epochhive\addons\epoch_server_settings\configs\CfgMainTable.h -> Change the Loot for each Container / Buildingtype
|
||||
- lootMin
|
||||
- lootMax
|
||||
- I have added an item to the loot, but it will not spawn (rpt log say "have no price")
|
||||
|
@ -1773,10 +1773,7 @@ class CfgLootTable
|
||||
items[] = {
|
||||
{ { "V_TacChestrig_grn_F", "item" }, 1 },
|
||||
{ { "V_TacChestrig_oli_F", "item" }, 1 },
|
||||
{ { "V_TacChestrig_cbr_F", "item" }, 1 },
|
||||
{ { "V_TacChestrig_grn_F", "item" }, 1 },
|
||||
{ { "V_TacChestrig_grn_F", "item" }, 1 },
|
||||
{ { "V_TacChestrig_grn_F", "item" }, 1 }
|
||||
{ { "V_TacChestrig_cbr_F", "item" }, 1 }
|
||||
};
|
||||
};
|
||||
class Backpacks_Low_Base
|
||||
|
Loading…
Reference in New Issue
Block a user