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