Gesamtänderung 3.09.2022
This commit is contained in:
parent
63566ab73b
commit
9a1912860d
@ -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>
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"EnablePartyChat": 1,
|
||||
"EnableTransportChat": 1,
|
||||
"DisableShootToUnlock": 0,
|
||||
"EnableGravecross": 0,
|
||||
"EnableGravecross": 1,
|
||||
"GravecrossDeleteBody": 1,
|
||||
"GravecrossTimeThreshold": 1200,
|
||||
"Mapping": {
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -5,5 +5,5 @@
|
||||
"TerritorySize": 150.0,
|
||||
"TerritoryPerimeterSize": 150.0,
|
||||
"MaxMembersInTerritory": 10,
|
||||
"MaxTerritoryPerPlayer": 1
|
||||
"MaxTerritoryPerPlayer": 2
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user