13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
title: EventTest
|
|
position: 0,0
|
|
---
|
|
// 测试 NPC 对话
|
|
SupportPersonnel: 勇士,你终于来到了这里。
|
|
SupportPersonnel: 前方的战斗非常艰难,但这件特殊的法宝可以帮助你。
|
|
SupportPersonnel: 它会在你的下一场普通战斗中自动触发,并直接重创所有的敌人。
|
|
<<obtain_item "Salvo">>
|
|
SupportPersonnel: 祝你好运!
|
|
<<exhaust_npc "SupportPersonnel">>
|
|
<<finish_event>>
|
|
===
|