--------------------------------------------------------------------------------
-- Player settings
-- Speed reduction percentage when overburdened
OverWeightSpeedZero_AddPercent = 50.0 -- Default value 50.0. Not tested.
-- Automatic HP regeneration percentage per second
AutoHPRegene_Percent_perSecond = 0.3 -- Default value 0.3. Not tested.
-- Automatic HP regeneration percentage per second while sleeping
AutoHPRegene_Percent_perSecond_Sleeping = 1.0 -- Default value 1.0. Not tested.
-- HP decrease percentage per second when starving
Starvation_DecreaseHP_Percent_perSecond = 3.0 -- Default value 3.0. Not tested.
-- Stomach decrease per second for monsters
StomachDecreace_perSecond_Monster = 0.025 -- Default value 0.025. Not tested.
-- Stomach decrease per second for players
StomachDecreace_perSecond_Player = 0.05 -- Default value 0.05. Not tested.
-- Stomach decrease for auto-healing
StomachDecreace_AutoHealing = 2.0 -- Default value 2.0. Not tested.
-- Stomach decrease for working activities
StomachDecreace_WorkingRate = 2.0 -- Default value 2.0. Not tested.
-- Initial stomach value when hungry
HungerStart_StomachValue = 30 -- Default value 30. Not tested.
-- Percentage of health to have after respawn
PlayerHPRateFromRespawn = 0.5 -- Default 0.5. Looks like percentage so should go up to 1.0 (100)
-- Percentage of hunger meter after respawn
PlayerStomachRateFromRespawn = 0.8 -- Default 0.8. Looks like percentage so should go up to 1.0 (100)
-- Stamina recovery percentage per second
StaminaRecover_PercentPerSecond = 20.0 -- Default value 20.0. Not tested.
-- Percentage of health to trigger low health effect
lowHealthEffectParcent = 50 -- Default value 50. Not tested.
-- Wait time to respawn
BlockRespawnTime = 5.0 -- Default value 5.0. Lowest value you can set is 0.1 which is essentially instant respawns.
-- Default starting inventory weight
DefaultMaxInventoryWeight = 300.0 -- Default value 300.0.
-- Default starting Technology points
DefaultTechnologyPoint = 0 -- Default value 0.
--------------------------------------------------------------------------------
-- Technology points settings
-- Technology points gained per tower boss?
bossTechnologyPointPerTowerBoss = 5
-- Technology points gained per normal boss?
bossTechnologyPointPerNormalBoss = 1
-- Technology points gained per fast travel point?
TechnologyPoint_UnlockFastTravel = 1
--------------------------------------------------------------------------------
-- Player level settings
-- Status points gained per level
StatusPointPerLevel = 1 -- Default value 1. Not tested.
-- Additional maximum HP per status point
AddMaxHPPerStatusPoint = 100.0 -- Default value 100.0. Not tested.
-- Additional maximum Stamina per status point
AddMaxSPPerStatusPoint = 10.0 -- Default value 10.0. Not tested.
-- Additional power per status point
AddPowerPerStatusPoint = 2.0 -- Default value 2.0. Not tested.
-- Additional maximum inventory weight per status point
AddMaxInventoryWeightPerStatusPoint = 50.0 -- Default value 50.0. Not tested.
-- Additional capture level per status point
AddCaptureLevelPerStatusPoint = 0.5 -- Default value 0.5. Not tested.
-- Additional work speed per status point
AddWorkSpeedPerStatusPoint = 50.0 -- Default value 50.0. Not tested.
-- Additional maximum HP per HP rank
--AddMaxHPPerHPRank = 0.03 -- Default value 0.03. Not tested.
-- Additional attack power per attack rank
--AddAttackPerAttackRank = 0.03 -- Default value 0.03. Not tested.
-- Additional defense per defense rank
--AddDefencePerDefenceRank = 0.03 -- Default value 0.03. Not tested.
-- Additional work speed per work speed rank
--AddWorkSpeedPerWorkSpeedRank = 0.03 -- Default value 0.03. Not tested.
-- Additional technology points to gain per level
technologyPointPerLevel = 6 -- Default value 6. Not tested.
--------------------------------------------------------------------------------
-- Movement settings
-- Max walking speed
MaxWalkSpeed = 350.0 -- Default value 350.0. Not tested.
-- Max sprinting speed
SprintMaxSpeed = 500.0 -- Default value 500.0. Not tested.
-- Max climbing speed
ClimbMaxSpeed = 100.0 -- Default value 100.0. Not tested.
-- Max swimming speed
MaxSwimSpeed = 250.0 -- Default value 250.0. Not tested.
-- Max dash swimming speed
DashSwimMaxSpeed = 500.0 -- Default value 500.0. Not tested.
--------------------------------------------------------------------------------
-- Stamina Settings
-- Climbing stamina consumption for movement
ClimbingStamina_Move = 10.0 -- Default value 10.0. Not tested.
-- Climbing stamina consumption for jumping
ClimbingStamina_Jump = 10.0 -- Default value 10.0. Not tested.
-- Stamina rate for ride waza
RideWazaStaminaRate = 0.3 -- Default value 0.3. Not tested.
-- Stamina consumption for flying in hover mode
FlyHover_SP = 0.1 -- Default value 0.1. Not tested.
-- Stamina for flying horizontally
FlyHorizon_SP = 2.5 -- Default value 2.5. Not tested.
-- Stamina for dashing in horizontal flying
FlyHorizon_Dash_SP = 10.0 -- Default value 10.0. Not tested.
-- Stamina for flying vertically
FlyVertical_SP = 5.0 -- Default value 5.0. Not tested.
-- Stamina for jumping
JumpSP = 10 -- Default value 10.
-- Stamina for melee attacks
MeleeAttackSP = 5 -- Default value 5.
-- Stamina for sprinting
SprintSP = 7.0 -- Default value 7.0.
-- Stamina for gliding
GliderSP = 15.0 -- Default value 15.0. Not tested.
-- Stamina for idle swimming
Swimming_SP_Idle = 1.5 -- Default value 1.5. Not tested.
-- Stamina for regular swimming
Swimming_SP_Swim = 1.5 -- Default value 1.5. Not tested.
-- Stamina for dashing while swimming
Swimming_SP_DashSwim = 3.0 -- Default value 3.0. Not tested.
--------------------------------------------------------------------------------
-- Base camp settings
-- Max area range considered base camp?
BaseCampAreaRange = 3500.0 -- Default value 3500.0. Not tested.
-- Max range in which pals can find work?
BaseCampPalFindWorkRange = 400.0 -- Default value 400.0. Not tested.
-- Max range to find workable foliage?
BaseCampFoliageWorkableRange = 200.0 -- Default value 200.0. Not tested.
-- ???????????????????????
WorkAmountBySecForPlayer = 100.0 -- Default value 100.0. Not tested.
-- Max range of the pal box?
palboxAreaRange = 1500.0 -- Default value 1500.0. Not tested.
-- ??????????????????????
BaseCampAreaRangeStorage = 5000.0 -- Default value 5000.0. Not tested.
-- Max slots in camp chests?
ChestSlotNum = 100 -- Default value 100. Not tested.
-- Max resource stacks for workers?
WorkerCollectResourceStackMaxNum = 10 -- Default value 10. Not tested.
-- Rate at which the crops grow
FarmCropGrowupSpeedBySec = 1.0 -- Default value 1.0. Not tested.
-- Multiplier for crop growth base on their watered state?
FarmCropIncreaseRateByWaterFillRate = 3.0 -- Default value 3.0. Not tested.
-- Probability for camp invansions?
InvadeProbability = 0.8 -- Default value 0.8. Not tested.
-- Probability for npc visitations?
VisitorNPCProbability = 0.5 -- Default value 0.5. Not tested.
--------------------------------------------------------------------------------
-- Time settings
-- How much is 1 irl minute in game minutes
PalWorldMinutes_RealOneMinute = 45 -- Default value 45. Not tested.
--------------------------------------------------------------------------------
-- World map settings
-- Amount of "fog of war" to remove from the map while exploring
worldmapUIMaskClearSize = 36.0 -- Default value 36.0.
-- Max amount of map markers you can place.
worldmapUIMaxMarker = 99 -- Default value 99.
--------------------------------------------------------------------------------
-- Pal settings
-- Probability of rare pal appearance
RarePal_AppearanceProbability = 0.1 -- Default 0.1. Not tested.
-- level multiplier for spawned rare pals?
RarePal_LevelMultiply = 1.5 -- Default 0.1. Not tested.
-- Should be the time you need to wait before reviving pals.
PalBoxReviveTime = 10.0 -- Default value 10.0. Not tested.
--------------------------------------------------------------------------------
-- Uncategorized
-- Pal or player stomach decrease rate while ground riding?
StomachDecreaceRate_GroundRide_Sprint = 2.0 -- Default value 2.0. Not tested.
-- Pal or player stomach decrease rate while water riding?
StomachDecreaceRate_WaterRide = 3.0 -- Default value 3.0. Not tested.
-- Pal or player stomach decrease rate while water sprint riding?
StomachDecreaceRate_WaterRide_Sprint = 5.0 -- Default value 5.0. Not tested.
-- Pal or player stomach decrease rate while water flying?
StomachDecreaceRate_FlyRide = 3.0 -- Default value 3.0. Not tested.
-- Pal or player stomach decrease rate while water sprint flying?
StomachDecreaceRate_FlyRide_Sprint = 5.0 -- Default value 5.0. Not tested.
-- Cool-down time for enemy camp respawn
EnemyCampRespawnCoolTime = 120.0 -- Default value 120.0. Not tested.
-- Pal or player sanity to decrease based on hunger?
DecreaseSanity_Hunger = 0.1 -- Default value 0.1. Not tested.
-- Pal or player sanity to decrease based on starvation?
DecreaseSanity_Starvation = 0.3 -- Default value 0.3. Not tested.
-- Experience gain for building
BuildExp = 3 -- Default value 3. Not tested.
-- Experience gain for crafting
CraftExp = 2 -- Default value 2. Not tested.
--????????????????????????????
-- WorkerCapacityNumDefault = 30 --Default 30. Not Tested
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------