最后,点开effect,上面就已经有一个官方示范了

//Riposte Example
effect: .name "Riposte Example" .target "performer" .curio_result_type "positive" .chance 100% .riposte 1 .riposte_on_hit_chance_add 100% .riposte_on_miss_chance_add 100% .on_hit true .on_miss true .duration 2 .damage_low_add 0.01 .damage_high_add 0.01 .attack_rating_add 0.01 .crit_chance_add 5% .riposte_effect "Wyrd Bleed 5"(这里就可以附带效果了)
下面是我狼人的
effect: .name "Vomit Riposte" .target "performer" .curio_result_type "positive" .chance 100% .riposte 1 .riposte_on_hit_chance_add 100% .riposte_on_miss_chance_add 100% .on_hit true .on_miss true .duration 2 .damage_low_multiply -80% .damage_high_multiply -80% .crit_chance_add 0% .riposte_effect "Weak Blight 3" .apply_once true(这里是是否一次只生效一次,否则反击的减伤会叠两次)