diff --git a/frozen-flameconfig.json b/frozen-flameconfig.json index ce1ed30..e44cc80 100644 --- a/frozen-flameconfig.json +++ b/frozen-flameconfig.json @@ -196,29 +196,29 @@ { "DisplayName":"Armour Durability Reduction On Death", "Category":"Frozen Flame Server Settings", - "Description":"Sets the amount of armour durability lost after death", + "Description":"Sets the amount of armour durability lost after death. Defaults: 5 (Campaign), 25 (Survival)", "Keywords":"armour,durability,loss,reduction,armordurabilityreducementafterdeath", "FieldName":"ArmorDurabilityReducementAfterDeath", "InputType":"number", "IsFlagArgument":false, "ParamFieldName":"/Script/FrozenFlame.GameBalance.ArmorDurabilityReducementAfterDeath", "IncludeInCommandLine":false, - "DefaultValue":"25", - "Placeholder":"25", + "DefaultValue":"5", + "Placeholder":"5", "EnumValues":{} }, { "DisplayName":"Default Weapon Durability Cost", "Category":"Frozen Flame Server Settings", - "Description":"Sets the default weapon durability loss speed", + "Description":"Sets the default weapon durability loss speed. Defaults: 0.3 (Campaign), 0.5 (Survival)", "Keywords":"weapon,durability,cost,speed,defaultweapondurabilitycost", "FieldName":"DefaultWeaponDurabilityCost", "InputType":"number", "IsFlagArgument":false, "ParamFieldName":"/Script/FrozenFlame.GameBalance.DefaultWeaponDurabilityCost", "IncludeInCommandLine":false, - "DefaultValue":"0.5", - "Placeholder":"0.5", + "DefaultValue":"0.3", + "Placeholder":"0.3", "EnumValues":{} }, { @@ -482,15 +482,15 @@ { "DisplayName":"Decay Threshold", "Category":"Frozen Flame Server Settings", - "Description":"Sets a minimum durability that keeps after weather decay system damage", + "Description":"Sets a minimum durability that keeps after weather decay system damage. Defaults: 0.5 (Campaign), 0 (Survival)", "Keywords":"decay,threshold,minimum,durability,decaythreshold", "FieldName":"DecayThreshold", "InputType":"number", "IsFlagArgument":false, "ParamFieldName":"/Script/FrozenFlame.GameBalance.DecayThreshold", "IncludeInCommandLine":false, - "DefaultValue":"0", - "Placeholder":"0", + "DefaultValue":"0.5", + "Placeholder":"0.5", "EnumValues":{} }, { diff --git a/frozen-flameheavennormal.ini b/frozen-flameheavennormal.ini index 41ac133..e5da941 100644 --- a/frozen-flameheavennormal.ini +++ b/frozen-flameheavennormal.ini @@ -1,16 +1,18 @@ [/Script/FrozenFlame.GameBalance] -bSkipTutorial=False - HealthRateAfterRespawn=0.5 bRestoreHealthOnLevelUp=True -ArmorDurabilityReducementAfterDeath=25 -DefaultWeaponDurabilityCost=0.5 +JumpStaminaCost=6 +SprintStaminaCost=1.0 -bDropEquippedItems=False -bDropEquipableItems=True -bDropFoodItems=True +ArmorDurabilityReducementAfterDeath=5 +DefaultWeaponDurabilityCost=0.3 + +HalfSlowdownOverweightRatio=1 +FullSlowdownOverweightRatio=1.5 + +LevelUpFlameRate=1.0 bDemolishResourceDropMultiplier=0.5 -DecayThreshold=0 \ No newline at end of file +DecayThreshold=0.5 \ No newline at end of file