Added CubotRepair.java - Hardware that repairs the cubot and reports HP

This commit is contained in:
Dylan Sheehy
2018-01-01 15:35:35 -06:00
parent 068df67569
commit eef0ddf99b
2 changed files with 68 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ npc_lifetime=1024
npc_max_factory_distance=3
# Maximum NPC per Factory
factory_max_npc_count=16
# Energy cost to use repair hardware
repairEnergyCost=100
# Amount of HP to heal when repairing
repairHealing=10
# ----------------------------------------------
# Minimum center point count for the WorldGenerator
wg_centerPointCountMin=5