STEAM 组
Darkest Dungeon - Workshop DD-Workshop
STEAM 组
Darkest Dungeon - Workshop DD-Workshop
80
游戏中
654
在线
成立于
2016 年 11 月 29 日
所有讨论 > 综合讨论 > 主题详情
fastello 2020 年 1 月 11 日 下午 3:14
How to make an attack on hit trinket
So i am trying to make a trinket that has a very low chance of blighting on every hit i looked at the stuff for the COM Hilt trinket that does this On Attack Hit: Blight (120% base) 2 pts/rd for 2 rds

so i added this to my effects file
// Grave Robber Sickening Satchel Blight
effect: .name "Sickening Satchel Blight" .target "target" .curio_result_type "negative" .chance 120% .dotPoison 2 .duration 2 .on_hit true .on_miss false .can_apply_on_death true
and this to my trinket file
"attack_skill_additional_effects":
[
"Sickening Satchel Blight"
]
underneath the origin dungeon just like how it looks in the com files and it doesn't work any help would be greatly appreciated
< >
正在显示第 1 - 2 条,共 2 条留言
fastello 2020 年 1 月 11 日 下午 4:25 
},
{
"id" : "stunning_satchel",
"buffs" :
[
"TRINKET_sickening_satchel_DMGL",
"TRINKET_sickening_satchel_DMGH"
],
"hero_class_requirements":
[
"grave_robber"
],
"rarity" : "common",
"price" : 7500,
"limit" : 0,
"origin_dungeon" : "",
"attack_skill_additional_effects":
[
"Sickening Satchel Blight"
]
misifu el gato comelon 2020 年 2 月 4 日 上午 3:37 
i can have a picture from the trinked in the game?
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50

所有讨论 > 综合讨论 > 主题详情