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

注册 登录

QQ登录

只需一步,快速开始

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

[讨论] 忽然发现诅咒者的厄运诅咒减路途财富那个貌似对地下城无效

[复制链接]

9

主题

402

帖子

511

积分

高级玩家

Rank: 4

贡献度
9
金元
4753
积分
511
精华
0
注册时间
2010-10-25
跳转到指定楼层
主题
发表于 2012-3-18 20:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 wrsnk 于 2012-3-18 21:40 编辑

很奇怪 貌似对地下城捡多少金币没有改变,不知道是无尽插件的事情还是其他什么

为了验证我把

#LIGHT_BLUE#Level %d%s#WHITE#
#CRIMSON#Penalty: #WHITE#Lost Fortune: You seem to find less gold in your journeys.
#CRIMSON#Level 1: %sMissed Opportunities: %+d Defense, +%d Ranged Defense
#CRIMSON#Level 2: %s%+d Luck, %+d Cunning
#CRIMSON#Level 3: %sDevious Mind: You have an affinity for seeing the devious plans of others (+%d%% chance to avoid traps).
#CRIMSON#Level 4: %sUnfortunate End: There is a %d%% chance that the damage you deal will increase by %d%% if it is enough to kill your opponent.]]):format(
  level, self.cursed_aura == self.EFF_CURSE_OF_MISFORTUNE and ", Cursed Aura" or "",
  bonusLevel >= 1 and "#WHITE#" or "#GREY#", def.getCombatDefChange(math.max(level, 1)), def.getCombatDefRangedChange(math.max(level, 1)),
  bonusLevel >= 2 and "#WHITE#" or "#GREY#", def.getLckChange(eff, math.max(level, 2)), def.getCunChange(math.max(level, 2)),
  bonusLevel >= 3 and "#WHITE#" or "#GREY#", def.getDeviousMindChange(math.max(level, 3)),
  bonusLevel >= 4 and "#WHITE#" or "#GREY#", def.getUnfortunateEndChance(math.max(level, 4)), def.getUnfortunateEndIncrease(math.max(level, 4)))
end,
activate = function(self, eff)
  local def, level, bonusLevel = self.tempeffect_def[self.EFF_CURSE_OF_MISFORTUNE], eff.level, math.min(eff.unlockLevel, eff.level)

  -- penalty: Lost Fortune
eff.moneyValueMultiplierId = self:addTemporaryValue("money_value_multiplier", 5 + level * 0.5)

改到了50倍貌似也没变化..这是怎么情况

求鉴定 版本b38英文


回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-4-10 13:35 , Processed in 0.032074 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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