标签: lua
我想创建一个函数,它将MyOrderedDebuff的损坏表示为单个整数值。
MyOrderedDebuff
function DebuffDamageOfTarget() return target.debuffs['MyOrderedDebuff'].damage end
我喜欢这样的事情,但我不知道sintx是怎样的,或debuff是如何到达的。