Added structure class #145 and moved many constants to config.properties

This commit is contained in:
simon
2018-05-12 20:32:10 -04:00
parent be8dd14d36
commit 4b67798180
18 changed files with 136 additions and 113 deletions

View File

@@ -9,7 +9,7 @@ keyStore_password=
#Server
mar_port=4567
mar_address=localhost
server_name=Official MAR server
server_name=MAR dev
#Database
mongo_dbname=mar_beta
@@ -51,6 +51,7 @@ new_user_code=; Welcome to Much Assembly required!\n\
\t; Write code here\n\
\tbrk
new_user_item=0
guest_user_code=; Create a free account to control your own Cubot with assembly language!
#Cubot
battery_max_energy=60000
cubot_max_shield=100
@@ -60,14 +61,22 @@ shield_energy_cost=50
npc_lifetime=1024
npc_max_factory_distance=3
factory_max_npc_count=16
factory_spawn_rate=2
harvester_hp_max=100
harvester_regen=5
harvester_biomass_drop_count=8
radio_tower_range=3
#Vaults
vault_door_open_time=4
min_electric_box_count=1
min_electric_box_respawn_count=1
max_electric_box_respawn_count=4
vault_wg_min_layer_count=4
vault_wg_max_layer_count=6
vault_wg_min_attached_world=0
vault_wg_max_attached_world=4
vault_wg_min_electric_box_count=2
vault_wg_max_electric_box_count=4
#ElectricBox
electric_box_hp=250
electric_box_respawnTime=256