#W# Change: Switch from AOS to UOR expansion.
This commit is contained in:
parent
aa338ed1e6
commit
e1e8d20d4b
2 changed files with 17 additions and 19 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"Id": 5,
|
||||
"Name": "Age of Shadows",
|
||||
"ClientFlags": "Malas",
|
||||
"Id": 2,
|
||||
"Name": "Renaissance",
|
||||
"ClientFlags": "Underworld",
|
||||
"SupportedFeatures": {
|
||||
"ExpansionT2A": true,
|
||||
"T2A": true,
|
||||
"UOR": true,
|
||||
"UOTD": false,
|
||||
"LBR": true,
|
||||
"AOS": true,
|
||||
"LBR": false,
|
||||
"AOS": false,
|
||||
"SixthCharacterSlot": false,
|
||||
"SE": false,
|
||||
"ML": false,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"SeventhCharacterSlot": false,
|
||||
"RoleplayFaces": false,
|
||||
"TrialAccount": false,
|
||||
"LiveAccount": true,
|
||||
"LiveAccount": false,
|
||||
"SA": false,
|
||||
"HS": false,
|
||||
"Gothic": false,
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"ExpansionUOR": true,
|
||||
"ContextMenus": true,
|
||||
"SlotLimit": false,
|
||||
"AOS": true,
|
||||
"AOS": false,
|
||||
"SixthCharacterSlot": false,
|
||||
"SE": false,
|
||||
"ML": false,
|
||||
|
|
@ -53,8 +53,8 @@
|
|||
"NewVeridiaAreas": false
|
||||
},
|
||||
"HousingFlags": {
|
||||
"AOS": true,
|
||||
"HousingAOS": true,
|
||||
"AOS": false,
|
||||
"HousingAOS": false,
|
||||
"SE": false,
|
||||
"ML": false,
|
||||
"Crystal": false,
|
||||
|
|
@ -67,13 +67,13 @@
|
|||
"TOL": false,
|
||||
"EJ": false
|
||||
},
|
||||
"MobileStatusVersion": 6,
|
||||
"MobileStatusVersion": 3,
|
||||
"MapSelectionFlags": {
|
||||
"Veridia": true,
|
||||
"Underworld": true,
|
||||
"Ilshenar": true,
|
||||
"Malas": true,
|
||||
"Ilshenar": false,
|
||||
"Malas": false,
|
||||
"Tokuno": false,
|
||||
"TerMur": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"./Assemblies"
|
||||
],
|
||||
"dataDirectories": [
|
||||
"Data/Files"
|
||||
"Client"
|
||||
],
|
||||
"listeners": [
|
||||
"0.0.0.0:2593"
|
||||
|
|
@ -51,7 +51,6 @@
|
|||
"movement.delay.turn": "0",
|
||||
"movement.delay.walkFoot": "400",
|
||||
"movement.delay.walkMount": "200",
|
||||
"movementThrottle.debugLogging": "False",
|
||||
"movementThrottle.definiteRateThreshold": "1.100000023841858",
|
||||
"movementThrottle.hardQueueLimit": "10",
|
||||
"movementThrottle.maxChainGap": "2000",
|
||||
|
|
@ -74,22 +73,21 @@
|
|||
"pathfinding.maxSearchNodes": "1000",
|
||||
"pathfinding.prebakeMaps": "False",
|
||||
"pathfinding.recorder.enable": "False",
|
||||
"pathfinding.recorder.path": "/mnt/fileStorage/Projects/ModernUO/Server/Distribution/Data/Pathfinding/recordings/pathfinds.jsonl",
|
||||
"pathfinding.recorder.path": "/home/warrentyexpired/Projects/SovereignRealm/Server/Distribution/Data/Pathfinding/recordings/pathfinds.jsonl",
|
||||
"pingServer.enabled": "True",
|
||||
"questSystem.enableMLQuests": "False",
|
||||
"server.eventLoopIdleWaitMs": "0",
|
||||
"serverListing.address": null,
|
||||
"serverListing.autoDetect": "True",
|
||||
"serverListing.serverName": "Sovereign Realm",
|
||||
"stamina.additionalLossWhenBelow": "0.1",
|
||||
"stamina.baseOverweightLoss": "5",
|
||||
"stamina.cannotRunWhenFatigued": "False",
|
||||
"stamina.cannotRunWhenFatigued": "True",
|
||||
"stamina.cannotWalkWhenFatigued": "False",
|
||||
"stamina.enableMountStamina": "True",
|
||||
"stamina.stonesOverweightAllowance": "4",
|
||||
"stamina.stonesPerOverweightLoss": "25",
|
||||
"stats.gainChanceMultiplier": "1",
|
||||
"stats.statMax": "125",
|
||||
"stats.statMax": "100",
|
||||
"testCenter.enable": "False",
|
||||
"timer.initialPoolCapacity": "1024",
|
||||
"timer.maxPoolCapacity": "16384",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue