DayZ
[DEPRECATED]
DuckTape 2022 年 8 月 21 日 下午 5:59
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,
}
< >
正在显示第 1 - 1 条,共 1 条留言
n0b0dy 2022 年 10 月 21 日 下午 6:23 
Is there a way to have it randomly pick just anyone of the LootTier's I make?
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50