-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
hp-1e edited this page Jun 7, 2026
·
2 revisions
会。重复点击会按照技能定义中的 cost 消耗技能点,并再次触发技能奖励。
不传上限时表示无限重复点击。传入 5 时表示最多获得 5 次奖励,首次解锁也计入次数。
表示该技能没有重复次数上限。
因为可重复技能类型需要在服务端加载后注册,放在 ServerEvents.loaded 可以确保技能配置已经可用。
Repeatable skill types should be registered after the server has loaded. Using ServerEvents.loaded helps ensure the skill configuration is available.
Yes. Each repeat uses the skill definition's cost and triggers the skill rewards again.
It means the repeatable skill has no repeat limit.