Files
chuanqi-server-instance/LogicServer/data/config/property/PetkillMonsterExp.txt
2024-12-16 20:45:03 +08:00

155 lines
1.8 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--宠物杀怪的经验衰减
--杀死怪物会根据等级差,算出玩家应该得到的经验
--下面这个配置表表示玩家的等级
--这个是杀死等级 >= 自身等级的怪物的经验的衰减
--如果没有经验了,就可以不填了
--这里填的数字都是1/10000比如9100表示91%
PetKillLevelAboveMonsterExp =
{
--0到10
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--11到20
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--21到30
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--31到40
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--41到50
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--51到60
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--61到70
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--71到80
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--81到90
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
--91到100
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
10000,
}
--杀死等级 < 自身等级 的怪物的经验衰减
PetKillLevelBelowMonsterExp =
{
--1到15
10000, --等级比自己底1级
10000,
10000,
10000,
10000,
9500,
8500,
7000,
6000,
5000,
3000,
1500,
1000,
500,
100,
}