affinity = $affinity; $this->name = $name; $this->npcID = $npcID; $this->nationID = $nationID; $this->locatedCity = $locatedCity; $this->leadership = $leadership; $this->power = $power; $this->intel = $intel; $this->birth = $birth; $this->death = $death; $this->ego = $ego; $this->text = $text; $char = \sammo\SpecCall($char); if($char < 40){ $this->charDomestic = $char; } else{ $this->charWar = $char; } } public function build($env=[]){ } }