3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 6978|回复: 1
打印 上一主题 下一主题

[求助] 防激光插件是否可以叠加?

[复制链接]

145

主题

2541

帖子

3019

积分

游戏达人

魔邓肯

Rank: 7Rank: 7Rank: 7

贡献度
305
金元
17987
积分
3019
精华
0
注册时间
2010-5-29
跳转到指定楼层
主题
发表于 2012-9-22 18:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
两个减80%伤害的就是96%?

另外TMM开飞龙四个MD-4真是暴力啊,逮谁秒谁...


还有个问题,LevelUp  文件

        local primaryCoeff = 0.5;

        if (GetLevelDifficult() == EASY) then
                primaryCoeff = 0.8;
        elseif (GetLevelDifficult() == NORMAL) then
                primaryCoeff = 0.65;
        else
                primaryCoeff = 0.35;
        end;

        if (GetPlayerQuestState() ~= TRUE) then
                primaryCoeff = primaryCoeff * 0.1;
        end;

        local primaryPoints = 0;
        if (ship_threat > 0) then
                primaryPoints = (ship_threat + 2) * primaryCoeff;
        end;
        local secondaryPoints = primaryPoints / 2;

        return primaryPoints, secondaryPoints;
end;


primaryPoints是技能点,secondaryPoints是什么?

还有卖东西到商店里的价格在那个文件里调整?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-30 18:00 , Processed in 0.030256 second(s), 15 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表