ifself:attr("swap_combat_techniques_hate")return([[Your combat focus allows you to keep your hatred burning (%0.1f hate refunded after spending hate on a talent)]]):tformat(t.getHateRecover(self,t))end
ifself:attr("swap_combat_techniques_hate")thenreturn([[Your combat focus allows you to keep your hatred burning (%0.1f hate refunded after spending hate on a talent)]]):tformat(t.getHateRecover(self,t))end
return([[Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).]]):tformat(t.getStamRecover(self,t))
end,
}
...
...
@@ -246,7 +246,7 @@ newTalent{
end
end,
info=function(self,t)
ifself:attr("swap_combat_techniques_hate")return([[You revel in the death of your foes, regaining %0.1f additional hate with each death you cause.]]):tformat(t.getHateRecover(self,t))end
ifself:attr("swap_combat_techniques_hate")thenreturn([[You revel in the death of your foes, regaining %0.1f additional hate with each death you cause.]]):tformat(t.getHateRecover(self,t))end
return([[You revel in the death of your foes, regaining %0.1f stamina with each death you cause.]]):tformat(t.getStamRecover(self,t))