Organized configuration files to match newer branches.
This commit is contained in:
26
L2J_Mobius_C6_Interlude/dist/game/config/Crafting.ini
vendored
Normal file
26
L2J_Mobius_C6_Interlude/dist/game/config/Crafting.ini
vendored
Normal 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
|
||||
Reference in New Issue
Block a user