nerfs the nanite pool from 100 baseline, 500 max, to 25 baseline, 125 max

This commit is contained in:
deathride58
2018-09-05 12:12:56 -04:00
parent 22e3211f44
commit 82efbfcb76
+3 -3
View File
@@ -2,8 +2,8 @@
dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS
var/mob/living/host_mob
var/nanite_volume = 100 //amount of nanites in the system, used as fuel for nanite programs
var/max_nanites = 500 //maximum amount of nanites in the system
var/nanite_volume = 25 //amount of nanites in the system, used as fuel for nanite programs
var/max_nanites = 125 //maximum amount of nanites in the system
var/regen_rate = 0.5 //nanites generated per second
var/safety_threshold = 50 //how low nanites will get before they stop processing/triggering
var/cloud_id = 0 //0 if not connected to the cloud, 1-100 to set a determined cloud backup to draw from
@@ -311,4 +311,4 @@
mob_program["trigger_code"] = P.trigger_code
id++
mob_programs += list(mob_program)
data["mob_programs"] = mob_programs
data["mob_programs"] = mob_programs