Upload from hard disk.
This upload contains many bug fixes.
This commit is contained in:
31
settingtypes.txt
Normal file
31
settingtypes.txt
Normal file
@ -0,0 +1,31 @@
|
||||
[ValueSettings]
|
||||
|
||||
# The max depth of protection from a parcel.
|
||||
protection_max_depth (Protection max depth) float -512
|
||||
# Cost of power to claim a parcel of land.
|
||||
power_per_parcel (Power-per-parcel) float 0.5
|
||||
# Power lost on death.
|
||||
power_per_death (Power-per-death) float 0.25
|
||||
# Power regeneration rate.
|
||||
power_per_tick (Power-per-tick) float 0.125
|
||||
# Faction timer. This timer regenerates power if the faction members are online.
|
||||
tick_time (Faction timer) float 60
|
||||
# Not in use.
|
||||
power_per_attack (Power-per-attack) float 10
|
||||
# Limit how long a faction name can be.
|
||||
faction_name_max_length (Faction name max) int 50
|
||||
# Limit how long a rank name can be.
|
||||
rank_name_max_length (Rank name max length) int 25
|
||||
# The maximum amount of inactivity before disbanning a faction.
|
||||
maximum_faction_inactivity (Maximum faction inactivity) int 604800
|
||||
# Power of a starting faction (needed for parcel claiming).
|
||||
power (Starting power) float 2
|
||||
# Maximum power of a faction.
|
||||
maxpower (Maximum power) float 2
|
||||
# How much power the banners make.
|
||||
power_per_banner (power-per-banner) float 10
|
||||
|
||||
[BoolSettings]
|
||||
|
||||
# Enable or disabled attack_parcel function.
|
||||
attack_parcel (Enable attack parcel) bool false
|
Reference in New Issue
Block a user