hch
2018-09-26 c31749b2e1d33b2016a6c5f587e9312e31081f08
1
2
3
4
5
6
7
8
9
10
11
12
13
# ËÍ»¨¼Ó¾­Ñ鹫ʽ
# {ÏÊ»¨id:¾­Ñ鹫ʽ,...}
# ²ÎÊý£º
#    reExp    ²Î¿¼¾­Ñé
 
{
    9031:'int(max(reExp,100)*1/10.0)',    #1¶ä·Ûõ¹å
    9032:'int(max(reExp,100)*9/10.0)',    #9¶ä»ÆÃµ¹å
    9033:'int(max(reExp,100)*99/10.0)',    #99¶äÀ¶Ãµ¹å
    9034:'int(max(reExp,100)*999/10.0)',    #999¶äºìõ¹å
}
)