47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Content": {
|
|
"SkillsDirectory": "",
|
|
"SkillDefSchemaPath": "",
|
|
"ItemsDirectory": "",
|
|
"ItemDefSchemaPath": "",
|
|
"RecipesDirectory": "",
|
|
"RecipeDefSchemaPath": "",
|
|
"RecipeIoRowSchemaPath": "",
|
|
"AbilitiesDirectory": "",
|
|
"AbilityDefSchemaPath": "",
|
|
"NpcBehaviorsDirectory": "",
|
|
"NpcBehaviorDefSchemaPath": "",
|
|
"RewardTablesDirectory": "",
|
|
"RewardTableDefSchemaPath": "",
|
|
"RewardGrantRowSchemaPath": "",
|
|
"EncountersDirectory": "",
|
|
"EncounterDefSchemaPath": "",
|
|
"QuestsDirectory": "",
|
|
"QuestDefSchemaPath": "",
|
|
"QuestStepDefSchemaPath": "",
|
|
"QuestObjectiveDefSchemaPath": ""
|
|
},
|
|
"Game": {
|
|
"DevPlayerId": "dev-local-1",
|
|
"EnableMasteryFixtureApi": false,
|
|
"DefaultPosition": {
|
|
"X": -5,
|
|
"Y": 0.9,
|
|
"Z": -5
|
|
},
|
|
"MovementValidation": {
|
|
"HorizontalStepEnabled": false,
|
|
"MaxHorizontalStep": 18,
|
|
"MaxVerticalStep": 2.2,
|
|
"DistrictBoundsEnabled": false
|
|
}
|
|
}
|
|
}
|