Merge branch 'main' of github.com:UG-N/DayZ

This commit is contained in:
ugn-Chefentwickler 2022-09-03 18:55:45 +02:00
commit 2a2ac4b785
6 changed files with 14 additions and 14 deletions

View File

@ -183,8 +183,8 @@
</event>
<event name="VehicleUh1hHelicopter">
<nominal>0</nominal>
<min>0</min>
<max>0</max>
<min>1</min>
<max>1</max>
<lifetime>300</lifetime>
<restock>0</restock>
<saferadius>500</saferadius>

View File

@ -240,8 +240,8 @@
},
{
"ClassName": "expansionammolaw",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxPriceThreshold": 10000,
"MinPriceThreshold": 4100,
"MaxStockThreshold": 500,
"MinStockThreshold": 1,
"PurchaseType": 0,
@ -250,8 +250,8 @@
},
{
"ClassName": "expansionammorpg",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxPriceThreshold": 10000,
"MinPriceThreshold": 4100,
"MaxStockThreshold": 500,
"MinStockThreshold": 1,
"PurchaseType": 0,

View File

@ -14,8 +14,8 @@
},
{
"ClassName": "expansionlaw",
"MaxPriceThreshold": 500000,
"MinPriceThreshold": 90000,
"MaxPriceThreshold": 10000,
"MinPriceThreshold": 9000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
@ -24,8 +24,8 @@
},
{
"ClassName": "expansionrpg7",
"MaxPriceThreshold": 500000,
"MinPriceThreshold": 100000,
"MaxPriceThreshold": 50000,
"MinPriceThreshold": 10000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,

View File

@ -5,7 +5,7 @@
"EnablePartyChat": 1,
"EnableTransportChat": 1,
"DisableShootToUnlock": 0,
"EnableGravecross": 0,
"EnableGravecross": 1,
"GravecrossDeleteBody": 1,
"GravecrossTimeThreshold": 1200,
"Mapping": {

View File

@ -98,14 +98,14 @@
],
"CurrencyIcon": "DayZExpansion/Market/GUI/icons/coinstack2_64x64.edds",
"ATMSystemEnabled": 1,
"MaxDepositMoney": 100000,
"MaxDepositMoney": 1000000000,
"DefaultDepositMoney": 10000,
"ATMPlayerTransferEnabled": 1,
"ATMPartyLockerEnabled": 1,
"MaxPartyDepositMoney": 100000,
"MarketVIPs": [],
"UseWholeMapForATMPlayerList": 0,
"SellPricePercent": 75.0,
"SellPricePercent": 40.0,
"NetworkBatchSize": 100,
"MaxVehicleDistanceToTrader": 120.0,
"MaxLargeVehicleDistanceToTrader": 744.0,

View File

@ -5,5 +5,5 @@
"TerritorySize": 150.0,
"TerritoryPerimeterSize": 150.0,
"MaxMembersInTerritory": 10,
"MaxTerritoryPerPlayer": 1
"MaxTerritoryPerPlayer": 2
}