关于地牢围攻2的MOD代码问题(100分悬赏)

来源:百度知道 编辑:UC知道 时间:2024/05/25 00:25:48
http://zhidao.baidu.com/question/55289477.html?quesup1
发单机游戏区了,各位达人帮回答下,顺便粘到这里来,两边都给分。

修改EXP的奖励倍数
文件:world\global\rules\rules.gas
////////////////////////////////////////////////////////////
// experience_sharing

[share_constants]
{
// Primary hero xp scalar is applied to all experience the primary hero revieves
exp_primary_hero_xp_scalar = 1.0;//是个比例尺,是主角比其他队友的EXP还多的倍数

// exp_bonus_X is the multiplier applied to experience earned by parties with X characters.
// This keeps experience earned by parties of different sizes at the correct ratios
// If X > 4, then exp_bonus_4 is used.
exp_bonus_2 = 6.00;//2个队友时exp的放大倍数

exp_bonus_3 = 9.15;//3个队友时exp的放大倍数
exp_bonus_4 = 12.35;//4个以上队友时exp的放大倍数
}

///////////////////////////////////////////////////////////////////////////////
// group_experience_bonus//联网exp的倍数

[group_xp_bonus_constants]
{
// group_exp_bonus_X is the multiplier applied to experience earned by groups of X