setCity($locatedCity) ->setStat($leadership, $strength, $intel) ->setOfficerLevel($officerLevel) ->setEgo($ego) ->setSpecialSingle($char) ->setNPCText($text?:'') ->setAffinity($affinity) ->setLifeSpan($birth, $death); } public function run($env=null){ $result = $this->npc->fillRemainSpecAsZero($env)->build($env); return [__CLASS__, $result]; } }