public static function getFeelingUrgency(SR_RealNPC $npc, $field)
 {
     return 10000 - Common::clamp($npc->getInt($field) + 50000, -50000, 50000);
 }