maple-v206/scripts/field/enter_940200252.py

30 lines
1.2 KiB
Python

# id 940200252 (Arcana : Marimba Lagoon), field 940200252
sm.lockInGameUI(True, False)
sm.removeAdditionalEffect()
sm.spawnNpc(3003350, -800, 50)
sm.showNpcSpecialActionByTemplateId(3003350, "summon", 0)
sm.blind(True, 255, 0, 0, 0, 0)
sm.sendDelay(1200)
sm.blind(False, 0, 0, 0, 0, 1000)
sm.sendDelay(1400)
sm.setSpeakerType(3)
sm.setParam(37)
sm.setColor(1)
sm.setInnerOverrideSpeakerTemplateID(3003301) # Small Spirit
sm.sendNext("#face0#Let's head down into the lagoon... Or what's left of it.")
sm.moveNpcByTemplateId(3003350, False, 1200, 200)
sm.sendDelay(300)
sm.forcedMove(False, 1350)
sm.sendDelay(300)
sm.zoomCamera(3000, 800, 3000, 100, 130)
sm.sendDelay(2000)
sm.sendNext("#face1#Back when the lagoon was full, the dew that collected on the blossoms would drip onto the surface of the lagoon. Since each flower was a different distance away, they'd make different sounds. The result was a calm concerto of water!")
sm.sendDelay(500)
sm.zoomCamera(3500, 1500, 3500, 480, 500)
sm.sendDelay(2000)
sm.sendNext("#face0#The flowers are okay. But something is obstructing this section of the lagoon...")
sm.sendDelay(1000)
sm.sendNext("#face0#Hey, look at that huge rock. Maybe that's what's blocking the flow of water?")
sm.lockInGameUI(False, True)
sm.warp(450005300)