Darkest Dungeon®

Darkest Dungeon®

Lineage
Hominus 2019 年 6 月 25 日 下午 7:36
Bugged Items
This mod has many great items, yet some of them don´t work as intended.

I think it could be useful to create a single thread, were all the users can share which items have they found aren´t working properly.

Hopefuly this items can be easly fixed.

Also, thanks to this mod´s developers for shearing this mod with us.
< >
正在显示第 1 - 4 条,共 4 条留言
Hominus 2019 年 6 月 25 日 下午 7:37 
The first item i found isn´t working is the:
-Puzzle Box
Catcher in the Rekt  [开发者] 2019 年 7 月 14 日 下午 9:19 
Puzzle box works as intended though is slightly odd.
because both effects can activate at the same time, it actually comes out to something like 25% to gain, 25% to lose, 25% to do both and so hve nothing happen (before buffs/debuffs involving stress come into play) and 25% to actually do nothing.
Hominus 2019 年 7 月 15 日 上午 7:45 
引用自 Catcher in the Rekt
Puzzle box works as intended though is slightly odd.
because both effects can activate at the same time, it actually comes out to something like 25% to gain, 25% to lose, 25% to do both and so hve nothing happen (before buffs/debuffs involving stress come into play) and 25% to actually do nothing.

May be i was just unlucky, i used it in two quests and it never triggered...
GraySloth 2024 年 10 月 25 日 上午 9:56 
In lineage.effects.darkest the "Moon Veil Stealth Self" effect is written incorrectly. The ".stealth" has a 2 when it only should have a 0 or 1 since it is a bool, while the ".duration" has been given a 1, which for performer buffs means they lose it at the end of the same turn they apply it. So it should be:

effect: .name "Moon Veil Stealth Self" .target "performer" .chance 50% .stealth 1 .on_hit true .on_miss false .duration 2 .apply_once true
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50