101 lines
2.5 KiB
TOML
101 lines
2.5 KiB
TOML
|
|
#Avaritia Common Config
|
|
[tools]
|
|
#Does the super mode of endless tools retain stone and soil
|
|
"Is Stone" = false
|
|
#Whether to merge matter cluster
|
|
"Is Merge Matter Cluster" = true
|
|
#Range damage value of the right key of Infinity sword
|
|
#Range: 100 ~ 100000
|
|
"Sword Range Damage" = 10000
|
|
#Infinity sword right click attack range
|
|
#Range: 8 ~ 64
|
|
"Sword Attack Range" = 32
|
|
#Does the right key range attack of endless sword attack neutral creatures
|
|
"Is Sword Damage Animal" = false
|
|
#Does the right key spawn lightning with range of attack
|
|
"Is Sword Cause Lightning" = false
|
|
#Does the right key cause infinity damage
|
|
"Is Sword Cause Endless damage" = true
|
|
#Infinity bow scattering light arrow damage
|
|
#Range: 100 ~ 100000
|
|
"Sub Arrow Damage" = 10000
|
|
#Chain number of endless axe cutting trees
|
|
#Range: 16 ~ 128
|
|
"Axe Chain Count" = 64
|
|
#Food effect time scaling factor
|
|
#Range: 0.1 ~ 5.0
|
|
"Food Time" = 1.0
|
|
#The range of Infinity PickAxe can break
|
|
#Range: 2 ~ 32
|
|
"PickAxe Break Range" = 8
|
|
#The range of Infinity Shovel can break
|
|
#Range: 2 ~ 32
|
|
"Shovel Break Range" = 8
|
|
#The product tick of NeutronCollector
|
|
#Range: > 1200
|
|
"Neutron Collector Product Tick" = 3600
|
|
#Singularity default time required
|
|
#Range: > 0
|
|
"Singularity Time Required" = 240
|
|
#Growth soul farmland rate
|
|
#Range: 0.0 ~ 1.0
|
|
"Growth soul farmland rate" = 0.8
|
|
#Damage of BladeSlash for Crystal Sword
|
|
#Range: > 0
|
|
"BladeSlash Damage" = 200
|
|
#Radius of BladeSlash for Crystal Sword
|
|
#Range: 5 ~ 100
|
|
"BladeSlash Radius" = 10
|
|
#Is InfinityCatalyst Craft use all Singularity
|
|
"Internal InfinityCatalyst Craft" = true
|
|
|
|
[emc]
|
|
#Emc of Neutron Pile
|
|
#Range: > 0
|
|
"Neutron Pile Emc" = 100
|
|
#Emc of Totem Of Undying
|
|
#Range: > 0
|
|
"Vanilla Totem Emc" = 1000
|
|
|
|
[storage]
|
|
#Define the maximum number of item .types. that can be stored in a Infinity Chest.
|
|
#Range: > 2048
|
|
"Chest Max ItemSize" = 32768
|
|
#Use single page mode
|
|
"Use Single PageMode" = false
|
|
#Stack size limit of slot
|
|
#Range: 64 ~ 4294967295
|
|
"Slot Stack Limit" = 4294967295
|
|
#Maximum page limit
|
|
#Range: 2 ~ 79536431
|
|
"Max Page Limit" = 79536431
|
|
#*Recovery options* Reset the max page that is 0.
|
|
#Range: 1 ~ 79536431
|
|
"Reset Max Page" = 1
|
|
#Inventory rows for multi page mode
|
|
#Range: 1 ~ 6
|
|
"Inventory Rows" = 6
|
|
|
|
[channel]
|
|
#
|
|
#Range: > 2048
|
|
"Channel Size" = 32768
|
|
#
|
|
#Range: 4 ~ 64
|
|
"MaxPlayer Channels" = 16
|
|
#
|
|
#Range: 32 ~ 1024
|
|
"MaxPublic Channels" = 128
|
|
#
|
|
#Range: 1 ~ 40
|
|
"FastUpdate Rate" = 1
|
|
#
|
|
#Range: 20 ~ 1200
|
|
"FullUpdate Rate" = 40
|
|
|
|
[misc]
|
|
#For develop
|
|
"Use Advance Tooltips" = false
|
|
|