Closed fuxiao1563 closed 1 month ago
extra_tooltips = {{name = "health_per_second",type = "attribute", },}, blocked_tooltips = { health_percentage_per_second = attribute, }, modify_attributes = {health_percentage_per_second = 0.01,},
如图,因为修改 health_percentage_per_second 所以触发了tips 但使用 blocked_tooltips 关闭不了(我看硬汉用这个好像就能关上)
health_percentage_per_second
blocked_tooltips
加双引号
health_percentage_per_second = "attribute",
铸币了()
extra_tooltips = {{name = "health_per_second",type = "attribute", },}, blocked_tooltips = { health_percentage_per_second = attribute, }, modify_attributes = {health_percentage_per_second = 0.01,},
如图,因为修改
health_percentage_per_second
所以触发了tips 但使用blocked_tooltips
关闭不了(我看硬汉用这个好像就能关上)