Quantcast
Channel: Darkest Dungeon » All Posts
Viewing all articles
Browse latest Browse all 1753

Riposte tooltip

$
0
0

I made an skill that gives riposte to another party hero but the skill tooltip dont show “Activate riposte”. Only displays the crit and damage changes in the riposte attacks, i try in the actor.string where you can see the “Activate riposte” but no matter what i change, the tooltip neves shows the changes.

Please help

The code lines.

combat_skill: .id “exhume” .level 0 .type “ranged” .atk 100% .dmg -90% .crit 0% .launch 43 .target @1234 .is_crit_valid True .effect “Riposte buf” “Dodge Curse x” “DeadDoorResist 1”

effect: .name “Riposte buf” .target “target” .curio_result_type “positive” .chance 100% .riposte 1 .duration 2 .riposte_chance_add 100% .on_hit true .on_miss true .damage_low_multiply 10% .damage_high_multiply 10% .crit_chance_add 10%

Attachments:
You must be logged in to view attached files.

Viewing all articles
Browse latest Browse all 1753

Trending Articles