hxp
2018-11-30 307fe177a7720157029e7d918b411d007a6e6744
1
2
3
4
5
6
# É±¹Ö¾­Ñé 
# basic_Exp       NPC»ù´¡¾­Ñé
# lvLag           Íæ¼Ò¼õNPCµÄµÈ¼¶²î£¬¿ÉΪ¸ºÊý
(
    int((0.5 if lvLag>150 else 1)*(0.01 if lvLag>200 else 1)*basic_Exp*(1-max(0,min((lvLag-20),30)/80.0)))
)