Organized configuration files to match newer branches.

This commit is contained in:
MobiusDevelopment
2021-11-08 17:00:19 +00:00
parent 995c995a76
commit ac07bd6d8a
68 changed files with 61 additions and 471 deletions

View File

@@ -0,0 +1,26 @@
# ---------------------------------------------------------------------------
# Craft System
# ---------------------------------------------------------------------------
# Crafting enabled/disabled. On by default
CraftingEnabled = True
# Limits for recipes (default: 50 - for dwarf , 50 - for common)
DwarfRecipeLimit = 50
CommonRecipeLimit = 50
# Alternative crafting rules:
# - crafting takes time
# - players get EXP/SP for crafting
AltGameCreation = False
# Time multiplier - bigger number ===> slower crafting but more XP/SP
AltGameCreationSpeed = 1
# Additional XP/SP rate multiplier (for increased XP/SP) default = 1
AltGameCreationRateXp = 1
AltGameCreationRateSp = 1
# If set to False, blacksmiths don't take recipes from players inventory when crafting.
# Default = True (on retail it's confirmed that blacksmith use recipes for each crafted item)
AltBlacksmithUseRecipes = True