最终整理版

This commit is contained in:
2026-06-03 17:04:06 +08:00
commit 959055ce90
1240 changed files with 80570 additions and 0 deletions
@@ -0,0 +1,13 @@
extends NpcScript
#
func OnStart():
match GetQuest(WaterPondGlobal.QUEST_ID):
ProgressCommons.SNAKE_PIT_BITING_THIRST.STARTED:
OnFill()
func OnFill():
var rid : int = own.get_rid().get_id()
if not WaterPondGlobal.biteCounters.has(rid) and npc.get_node_or_null(own.nick) == null:
(npc.ownScript as WaterPondGlobal).OnFillTick(own, own.position, 0)
Mes("你把水罐浸入清水池。先别动,等水慢慢装满。")