DayZ
[DEPRECATED]
DuckTape 21 Aug, 2022 @ 5:59pm
for Clarification on the Config
for Clarification on the Config, the LootTier is referenced under the hill locations
"m_HillLocations": [
{
"Name": "NEAF",
"LootTier": 2
},

which is referencing Reward Pools
"m_RewardPools": [
{
"RewardContainerName":
"m_Rewards": []
"m_LootTier": 1,
"m_MaxWinningItems": 2,
"m_MinWinningItems": 1
}
In terms of Building out the corresponding Reward Pools per Tier is it:

Multiple Sections of these per tier
"m_RewardPools": []
{
"RewardContainerName":
"m_Rewards": {}
],
"m_LootTier": 1,
}

or these per Tier

"RewardContainerName":
"m_Rewards": [
{
"ItemName":
"Quantity":
"Attachments": []
},
],
"m_LootTier": 1,
}
< >
Showing 1-1 of 1 comments
n0b0dy 21 Oct, 2022 @ 6:23pm 
Is there a way to have it randomly pick just anyone of the LootTier's I make?
< >
Showing 1-1 of 1 comments
Per page: 1530 50