1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655
|
%%%%
tutorial intro
你可以按下<input>$cmd[CMD_REPLAY_MESSAGES]</input>随时查看所有消息。另外,
按下<input>空格</input><localtiles>或鼠标<input>左击</input></localtiles>
可以清除<cyan>--更多--</cyan> 信息。
%%%%
tutorial death
你死了……
在Crawl中,死亡是一个令人悲伤却又常见的事情。
注意,通常情况下你可以做一些事情来活下去,
比如使用某些物品、逃跑、在战斗之间休息,或是干脆回避战斗。
继续努力,最终你会成功的!
%%%%
##############################################
# 教程地图1:移动和探索 #
##############################################
tutorial1 start
这一课中你将学习如何移动以及如何探索楼层。
你可以用<localtiles>你的<input>鼠标</input>点击某个地方,
或</localtiles>用<input>方向键</input>进行移动。
%%%%
tutorial1 go_on
干得好!继续探索,直到你到达下一个蓝色方块标记。
%%%%
tutorial1 diagonal
:nowrap
斜向移动的话,可以通过<input>数字键盘</input>(试着打开/关闭Numlock)<localtiles>,</localtiles> <console>或</console><input>vi键位</input><console>.</console><localtiles>,或是<input>鼠标</input>。</localtiles>
数字键盘: <w>7 8 9</w> vi键位:<w> $cmd[CMD_MOVE_UP_LEFT] $cmd[CMD_MOVE_UP] $cmd[CMD_MOVE_UP_RIGHT]</w><localtiles> 鼠标: <w>点击</w>地面</localtiles>
\|/ \|/
<w>4</w>-<w>.</w>-<w>6</w> <w> $cmd[CMD_MOVE_LEFT]</w>-<w>.</w>-<w>$cmd[CMD_MOVE_RIGHT]</w>
/|\ /|\
<w>1 2 3</w> <w> $cmd[CMD_MOVE_DOWN_LEFT] $cmd[CMD_MOVE_DOWN] $cmd[CMD_MOVE_DOWN_RIGHT]</w>
%%%%
tutorial1 shiftmove
想要快速穿过通道,可以按下<input>Shift</input>
+<input>数字键盘</input>(试着打开/关闭Numlock)或<input>vi键位</input>。
%%%%
tutorial1 downstairs
当你站在向下的楼梯口时,
你可以按下<input>$cmd[CMD_GO_DOWNSTAIRS]</input><localtiles>
或<input>左击</input>你的角色</localtiles>。
%%%%
tutorial1 levelmap
什么情况?要搞清楚你在哪里,<tiles>请查看位于屏幕右侧的<w>小地图</w>。
</tiles><localtiles>你可以<input>鼠标右击</input> 仔细查看地图的一部分,
也可以<input>左击</input>移至那里。
</localtiles><webtiles>你可以</webtiles><nomouse>按下
<input>$cmd[CMD_DISPLAY_MAP]</input>查看整个地图,移动光标浏览整个楼层。
你也可以按下<input>.</input>或<input>Enter</input>前往光标位置。
按下<input>Escape</input>返回正常游戏。</nomouse>
%%%%
tutorial1 autoexplore
长时间手动探索地图会比较乏味,你可能会希望将其自动进行。
试着按下<input>$cmd[CMD_EXPLORE]</input><localtiles>,
或点击“自动探索”,小地图下方的命令栏中的第一个按钮</localtiles>。
%%%%
tutorial1 exclusion
有些危险的地方会被标记为<w>禁区</w>。
自动行进<localtiles>(包含 <input>鼠标击键</input>!) </localtiles>
不会将你带往禁区。而是会自动停下来。
自动探索能让你安全地绕过禁区:
所以,你大可以继续按<input>$cmd[CMD_EXPLORE]</input>。
%%%%
tutorial1 autoexplore_announce
在第一次碰到物品或地牢地标时,比如这些楼梯,自动探索会停下来。
如果要直接前往楼梯,可以<localtiles><input>点击</input> 它们;
或是</localtiles>点击<input>$cmd[CMD_DISPLAY_MAP]</input>以查看地图概览,
然后<input><<</input>将光标移动到最近楼梯,
键入<input>Enter</input>开始前往。
%%%%
tutorial1 tutorial_end
恭喜你!你已经成功完成了第一课教程!
要结束此教程,只需按下<input>$cmd[CMD_GO_UPSTAIRS]</input><localtiles>
或<input>左击</input>你的角色</localtiles>,从这些楼梯上去。
按大写<input>Y</input>确定。
%%%%
tutorial1 newlevel
欢迎来到新的一层!首先,移动到右边的那扇门前。
记住:你可以按<input>$cmd[CMD_REPLAY_MESSAGES]</input>来查看之前的提示信息。
%%%%
tutorial1 door
只要向门移动就可以打开这扇门。
%%%%
tutorial1 close_door
关闭一扇门,请按<input>$cmd[CMD_CLOSE_DOOR]</input>。
%%%%
tutorial1 water
注意,你可以穿过浅水,但是不能穿过深水。
%%%%
tutorial1 upstairs
当你站在一个向上的楼梯上时,
你可以按<input>$cmd[CMD_GO_UPSTAIRS]</input><localtiles>
或<input>左击</input>你的角色</localtiles>进入上一层。
%%%%
tutorial1 exit
:nowrap
<white>教程1总结:移动</white>
<yellow>移动命令</yellow>
数字键盘: <w>7 8 9</w> vi键位: <w>$cmd[CMD_MOVE_UP_LEFT] $cmd[CMD_MOVE_UP] $cmd[CMD_MOVE_UP_RIGHT]</w>
\|/ \|/
<w>4</w>-<w>.</w>-<w>6</w> <w>$cmd[CMD_MOVE_LEFT]</w>-<w>.</w>-<w>$cmd[CMD_MOVE_RIGHT]</w>
/|\ /|\
<w>1 2 3</w> <w>$cmd[CMD_MOVE_DOWN_LEFT] $cmd[CMD_MOVE_DOWN] $cmd[CMD_MOVE_DOWN_RIGHT]</w>
<input>Shift + 方向</input>让你在该方向上移动数个格子。<localtiles>
你也可以通过<input>点击</input><w>小地图</w>的某个地方进行移动。</localtiles>
<yellow>楼梯</yellow>
<input>$cmd[CMD_GO_UPSTAIRS]</input> 回到上一层
<input>$cmd[CMD_GO_DOWNSTAIRS]</input> 进入下一层
<input>$cmd[CMD_DISPLAY_MAP]></input>/<input>$cmd[CMD_DISPLAY_MAP]<<</input> 前往最近的楼梯
<yellow>门</yellow> 向门移动即可打开门
<input>$cmd[CMD_CLOSE_DOOR]</input> 关闭一扇门
<yellow>移动</yellow><localtiles>
鼠标点击<w>小地图</w></localtiles><nomouse>
<input>$cmd[CMD_DISPLAY_MAP]</input>进入本楼层地图,按<input>Enter</input></nomouse>进行移动
<input>$cmd[CMD_EXPLORE]</input> 自动探索
%%%%
##############################################
# 教程地图2:怪物和战斗 #
##############################################
tutorial2 start
这一课将会教你有关怪物和格斗的内容。
首先,我们需要一把武器!过去捡起地上那把。
%%%%
tutorial2 pickup_weapon
要捡起这把武器的话,<localtiles>可以在物品栏中点击它,然后再次点击它进行装备。
捡起它也可以</localtiles>用<input>$cmd[CMD_PICKUP]</input>
或<input>g</input>,装备它则用<input>$cmd[CMD_EQUIP]</input>。
%%%%
tutorial2 melee
要用空手或者已经装备的武器攻击敌人,只要向它移动就行了。
%%%%
tutorial2 resting
非常好!你可以通过按<input>$cmd[CMD_REST]</input>
<localtiles>,或点击小地图下方的命令栏中的“休息”按钮来休息以恢复损失的生命值</localtiles>。
在身体痊愈前会一直休息,但如果发生重要事件,会被打断。
%%%%
tutorial2 wait
与其冲进房间然后被一群怪物围攻,不如退后几步,等待它们自己走过来。
(按<input>$cmd[CMD_WAIT]</input><localtiles>
或<input>点击</input>你的角色</localtiles>),他们就会走向你。
%%%%
tutorial2 resting_reminder
记住,你可以按<input>$cmd[CMD_REST]</input>进行休息。
%%%%
tutorial2 compare_monster_desc
# 为清晰起见,在localtile中跳过键盘命令。
查看这些怪物(<localtiles>通过 <input>鼠标悬停</input></localtiles>
<nomouse>按下<input>$cmd[CMD_LOOK_AROUND]</input>进入查看模式,
并用<input>$cmd[CMD_TARGET_CYCLE_FORWARD]</input>循环切换周围怪物</nomouse>)
接着比较他们的描述(<localtiles>用 <input>鼠标右击</input></localtiles>
<nomouse>按下<input>$cmd[CMD_TARGET_DESCRIBE]</input>
在查看模式中选择他们</nomouse>)看看从哪个笼子通过才是最安全的。
%%%%
tutorial2 downstairs
干得好!休息恢复满生命值之后按
<input>$cmd[CMD_GO_DOWNSTAIRS]</input><localtiles>
或<input>点击</input>你的角色</localtiles>进入下一层。
%%%%
tutorial2 newlevel
记住:你可以按<input>$cmd[CMD_REPLAY_MESSAGES]</input>来查看之前的提示信息。
%%%%
tutorial2 boomerangs
现在来试试远程攻击!通过按
<input>$cmd[CMD_PICKUP]</input>或<input>g</input><localtiles>
或<input>鼠标点击</input>,</localtiles>捡起这些回旋镖并继续。
%%%%
tutorial2 throwing
要朝一个怪物投掷回旋镖,可以通过<input>$cmd[CMD_FIRE]</input><localtiles>
或在物品栏中<input>点击</input>它们panel</localtiles>。
要射向被自动瞄准的怪物,按<input>$cmd[CMD_TARGET_SELECT]</input>
或<input>Enter</input>。你也可以跳过这个,
按<input>shift-tab</input>或<input>p</input>,向最近的怪物射击。
%%%%
tutorial2 wield_bow
通过按<input>$cmd[CMD_EQUIP]</input><localtiles>
或<input>鼠标点击</input></localtiles>捡起这把短弓。
%%%%
tutorial2 firing
# 修复:比较冗长,因为有选择目标的提示。
用装备的短弓射箭的操作与投掷回旋镖的操作稍有不同。
通过按<input>$cmd[CMD_PRIMARY_ATTACK]</input><localtiles>或<input>鼠标点击</input>
</localtiles>。在瞄准时,你可以按<input>$cmd[CMD_TARGET_CYCLE_FORWARD]</input>选择其他目标。
这只蠕虫在熔岩后面无法对你造成任何威胁,但是那个假人可以射击你,因此先搞定它。
同样,按<input>$cmd[CMD_TARGET_SELECT]</input>或<input>Enter</input>确定你选择的目标。
%%%%
tutorial2 travel_reminder
记住,你可以用<input>$cmd[CMD_EXPLORE]</input>自动探索。
%%%%
tutorial2 explore
去找出口吧!记住,你可以用<input>$cmd[CMD_EXPLORE]</input>自动探索。
%%%%
tutorial2 tutorial_end
恭喜你!你已经成功地从你的第一批怪物手中活下来了!
只要从楼梯走下去就可以退出此教程。
%%%%
tutorial2 exit
:nowrap
<white>教程2总结:战斗</white>
<yellow>武器<console> <cyan>)</cyan></console></yellow>
<input>$cmd[CMD_PICKUP]</input> 捡起物品
<input>$cmd[CMD_EQUIP]</input>装备物品<localtiles>
你也可以在你的物品栏中<input>点击</input>武器进行装备。</localtiles>
<input>$cmd[CMD_QUIVER_ITEM]</input> 调整你的弹药
<yellow>怪物</yellow><localtiles>
<input>鼠标悬停</input> 查看怪物
<input>右键</input>查看详细描述</localtiles><nomouse>
<input>$cmd[CMD_LOOK_AROUND]</input> 查看怪物
<input>$cmd[CMD_LOOK_AROUND]$cmd[CMD_TARGET_DESCRIBE]</input> 查看详细描述</nomouse>
<input>$cmd[CMD_PRIMARY_ATTACK]</input> 用所持武器射击
<input>$cmd[CMD_FIRE]$cmd[CMD_TARGET_SELECT]</input> 向一个被瞄准的怪物射出弹药
<input>shift-tab</input>, <input>p</input> 向一个最近的怪物发射弹药
<input>$cmd[CMD_FIRE]$cmd[CMD_TARGET_CYCLE_FORWARD]</input> 瞄准另一个怪物<localtiles>
你还可以通过<input>点击</input>它来发射飞弹,然后用<input>Enter</input>确认目标。</localtiles>
<yellow>休息</yellow>
<input>$cmd[CMD_WAIT]</input> 等待并休息一回合
<input>$cmd[CMD_REST]</input> 等待并休息100回合
%%%%
#######################################
# 教程地图3:物品 #
#######################################
tutorial3 start
这一课中你将学到关于物品的事项,包括如何使用物品。
%%%%
tutorial3 armour
按<input>$cmd[CMD_PICKUP]</input>捡起这双靴子,
并按<input>$cmd[CMD_EQUIP]</input>穿上它。
<localtiles>或者直接在物品栏上<input>鼠标点击</input>它。</localtiles>
%%%%
tutorial3 autopickup
某些种类的物品<tiles>,周围有一个绿框,</tiles>你在踩上时它能被自动拾取。
%%%%
tutorial3 scroll
许多物品在你刚发现它们的时候都是未鉴定的。鉴定它们的方法之一就是使用它们。
试试按<input>$cmd[CMD_READ]</input>
<localtiles>或在物品栏中<input>鼠标点击</input>它</localtiles>来阅读这张卷轴。
%%%%
tutorial3 scroll_noautopickup
在周围有怪物的时候,自动拾取不会生效。
你现在可以按<input>$cmd[CMD_PICKUP]</input><localtiles>
或<input>点击</input>你的角色来拾取它,
</localtiles>或者你也可以先干掉附近的敌人然后再拾取它。
%%%%
tutorial3 ego_weapon
如果一个物品的描述中含有<lightblue>符文</lightblue>或<lightblue>发光</lightblue>,
那么它要么附有魔力,要么有特殊属性,也可能两个都有。
一旦你走到这种物品上面,其属性就会向你揭示。
%%%%
tutorial3 inventory
# 待办事项:应在携带物品的清单中加入教程消息以便查找武器。
# 也许还应该有一个单独的教程来强调项目描述界面中的命令。
如果你想查阅新武器的描述,只要在物品栏中找到并选中它(<input>$cmd[CMD_DISPLAY_INVENTORY]</input>)即可。
<localtiles>你也可以在物品栏中<input>鼠标悬停</input>或<input>右击</input>它,实现同样效果。</localtiles>
另外要注意的是,所有与物品有关的命令在物品描述界面同样有效。
%%%%
tutorial3 battle
如果你成功使敌人中毒,有时最好后撤并让毒来完成剩下的工作。
撤退时也别忘了治疗。
%%%%
tutorial3 downstairs
战得漂亮!如有必要,你可以按<input>$cmd[CMD_REST]</input>来休息一下,
然后按<input>$cmd[CMD_GO_DOWNSTAIRS]</input><localtiles>
或<input>点击</input>你的角色</localtiles>走下楼梯。
%%%%
tutorial3 command_help
如果这么多命令让你感觉有点头晕,
你也可以在命令帮助<input>$cmd[CMD_DISPLAY_COMMANDS]</input>中查找各个命令。
<localtiles>部分命令也可以通过点击屏幕右边的<w>命令栏</w>来实现。</localtiles>
和以前一样,你可以按<input>$cmd[CMD_REPLAY_MESSAGES]</input>来查阅过去信息。
%%%%
tutorial3 trap
陷阱有很多恼人的效果,比如惊醒怪物或将你传送到险境之中。
一些陷阱是永久的,显示为地图的一部分,
但另一些陷阱会在探索新图块时被触发并在触发后消失。
如果周围没有别的路,有时你不得不触发陷阱并处理后果。
%%%%
tutorial3 potion
药水可以用来治疗或附加魔力,但有的效果则令人不快。
你可以按<input>$cmd[CMD_QUAFF]</input><localtiles>
或<input>鼠标点击</input>来饮用药水,</localtiles>以发现它的作用。
%%%%
tutorial3 artefact_armour
# TODO:用真正的神器替换非随机神器。需要有一些防范措施,
# 以规避能让教程偏离正轨的东西(脆弱、污染……)
有<w>不寻常名字</w>的物品就是神器了。神器可能有各种特殊的属性。
一些独特的神器(如这件披风)总是能被鉴别出来,
并且可能有着其他地方见不到的特殊属性!
其他一些神器则是随机组合一些属性生成的,并且只有在走上去后才能被鉴别出来。
试着按<input>$cmd[CMD_EQUIP]<input><localtiles>
或在物品栏中<input>鼠标点击</input>它来装备这件披风</localtiles>。
%%%%
tutorial3 wand_fire
# 待办事项:魔杖的瞄准界面,可能需要一些相关帮助文本。
你可以按<input>$cmd[CMD_EVOKE]</input><localtiles>
或在物品栏中<input>鼠标点击</input>它来使用魔杖</localtiles>。
%%%%
tutorial3 wand_digging
挖掘魔杖可以摧毁岩墙。
通过<input>$cmd[CMD_LOOK_AROUND]][$cmd[CMD_TARGET_DESCRIBE]</input> <localtiles>
或<input>鼠标悬停</input>/<input>右键</input> </localtiles>来查看墙壁类型。
%%%%
tutorial3 amulet
通过按<input>$cmd[CMD_EQUIP]</input><localtiles>
或在物品栏中<input>鼠标点击</input>首饰来佩戴它</localtiles>。
%%%%
tutorial3 drop
如果你追随了一个神,这个护身符会非常强大,但现在,它是没用的。
你要是想扔下它的话,可以用<input>$cmd[CMD_DROP]</input><localtiles>
或在物品栏中<input>Shift-左键点击</input>它</localtiles>。
%%%%
tutorial3 gold
金币可以用于在商店中购买物品。它不占用库存空间,且无法丢弃。
%%%%
tutorial3 shop
商店中有各种各样的物品,但你无法向他们出售任何东西。
%%%%
tutorial3 enter_shop
# 待办事项: 除了如何进入商店外,其他一切都应该在购物界面上告知。
要进入这家商店,请按<input>$cmd[CMD_GO_UPSTAIRS]</input><localtiles>
或<input>点击</input>你的角色</localtiles>。
要购买物品,请按它们对应的字母键选中它,
按<input>Enter</input>并按<input>y</input>es确定。
你可以按<input>!</input>切换到描述模式。
%%%%
tutorial3 autoexplore_reminder
记住,你可以按<input>$cmd[CMD_EXPLORE]</input><localtiles>
或<input>点击</input><w>命令栏</w>上的自动探索图标来自动探索本楼层</localtiles>。
%%%%
tutorial3 go_shopping
# 待办事项:应仅指示在此处开始搜索,并将其余指示放入搜索界面。
# 此外,在查看此消息时,最好在命令栏中突出显示搜索按钮。
你现在有钱去商店买东西啦!要想回到商店,最快捷的方法就是搜索它。
按下<input>$cmd[CMD_SEARCH_STASHES]</input>,然后输入“<w>shop</w>”。
选择一个结果前往它。<localtiles>
你也可以<input>点击</input>命令栏上的搜索按钮,或者通过小地图来回到商店。</localtiles>
%%%%
tutorial3 optional_battle
小心,前面有<lightred>一场恶斗</lightred>。
你可以试试在战斗中使用你学到的知识,也可以尝试直奔那座岛上的出口。
不管怎么说,如果你还没买过东西,最好先去一下。
%%%%
tutorial3 tutorial_end
干得好!只要从楼梯走下去就可以退出此教程。
%%%%
tutorial3 exit
# 一个囊括所有命令的界面。
:nowrap
<white>教程3总结:物品</white>
<yellow>物品命令</yellow>
<input>$cmd[CMD_PICKUP]</input> 捡起物品
<input>$cmd[CMD_DROP]</input> 丢弃物品
<input>$cmd[CMD_EQUIP]</input> 装备防具、武器和首饰
<input>$cmd[CMD_UNEQUIP]</input> 卸下防具、武器和首饰
<input>$cmd[CMD_READ]</input> 阅读卷轴
<input>$cmd[CMD_QUAFF]</input> 饮用药水
<input>$cmd[CMD_EVOKE]</input> 使用魔杖
也可以在在物品栏菜单(<input>$cmd[CMD_DISPLAY_INVENTORY]<input>)中的物品描述界面中使用装备或卸下命令。<localtiles>
当然,你也可以用<input>鼠标点击</input>。</localtiles>
<yellow>其他</yellow>
<input>$cmd[CMD_DISPLAY_COMMANDS]?</input> 查看命令帮助
<input>$cmd[CMD_EXPLORE]</input> 自动探索
<input>$cmd[CMD_SEARCH_STASHES]</input> 搜索之前看到过的物品/地标<localtiles>
上述命令中有很多都可以通过点击<w>命令栏</w>来下达。</localtiles>
%%%%
##############################################
# 教程地图4:魔法和施法 #
##############################################
tutorial4 start
这一课中你将学习如何记忆以及释放法术。
%%%%
tutorial4 spellbook
从法术库中记忆法术通过<input>$cmd[CMD_MEMORISE_SPELL]</input><localtiles>
或在记忆标签页中<input>点击</input>所选的法术贴图</localtiles>。
当经验等级为1时,只有1级法术可供你使用。这会随你提升经验而改变。
要获得新法术,需要捡到魔法书,法术才会被添入库中。
%%%%
tutorial4 spellcasting
## 待办事项:一次显示的有点多了。
## 不同的想法:通过不给他们弹药,让假人不会反击,
## 把休息的消息放在更靠后的地方。
## 贴图记忆:点击库存中的魔法书的操作可能更容易被掌握;
## 可以留出记忆标签页,由玩家自己发现。
你可以用<input>$cmd[CMD_CAST_SPELL]</input><localtiles>
或<input>点击</input>法术贴图进行施法</localtiles>。
按<input>$cmd[CMD_CAST_SPELL]?</input>获得你的法术列表。
魔法如同弹药,会显示在弹药槽,
你可以用<input>$cmd[CMD_QUIVER_ITEM]</input>查看预备的法术。
使用<input>$cmd[CMD_FIRE]</input>或<input>shift-tab</input>投射当前预备的法术。
一旦你的魔力用尽了,撤退后可以通过<input>$cmd[CMD_REST]</input><localtiles>
或<input>点击</input>命令栏中的休息图标进行休息和回复</localtiles>。
%%%%
tutorial4 ring_power
通过按<input>$cmd[CMD_EQUIP]</input><localtiles>
或在物品栏中<input>点击</input>它,就能戴上这枚戒指</localtiles>,
在休整后你将拥有全新的潜能。
%%%%
tutorial4 undead
# 待办事项: 这更像是提示模式的东西。
# 虽然不确定是否有任何坏处,但鼠标界面提示很好。
与绝大多数怪物不同,丧尸和骷髅无法恢复健康。
<localtiles>你可以尝试重施最后用的那个法术,
通过对着那个怪物按<input>Ctrl+左键</input>。</localtiles>
%%%%
tutorial4 spell_success
要查看你的法术熟练度,按<input>$cmd[CMD_DISPLAY_SPELLS]</input>
<localtiles>或<input>鼠标悬停</input>在你记住法术上面</localtiles>。
比较佩戴此戒指前后的法术失败率。
%%%%
tutorial4 mephitic_cloud
臭云是个3级法术,因此你暂时无法记忆它。
为了快速升级,这里有更多的训练假人,这次没有石头可扔。
当经验等级到3时,你可以选择增强一个属性——通过<input>I</input>选择智力,
这会对施法有帮助。
%%%%
tutorial4 meph_reminder
不要忘记你的新的可用法术,
通过按<input>$cmd[CMD_MEMORISE_SPELL]</input><localtiles>
或在记忆标签页中<input>点击</input>所选的法术贴图进行记忆</localtiles>!
%%%%
tutorial4 aiming_clouds
当释放臭云时,有毒气体会覆盖一片区域,当你瞄准时,你会看到受影响的区域。
设法将多个敌人捕在一片云中,以更有效地利用你的魔法。
%%%%
tutorial4 forget_spell
获得经验并提高你的施法技能可以获得法术槽位。
你也可以通过阅读失忆卷轴<w>忘记一个记过的法术</w>来给新的腾出位置。
阅读那张卷轴(通过<input>$cmd[CMD_READ]</input><localtiles>或<input>点击</input>它</localtiles>),
然后选择要遗忘的法术。只要你有可用的法术槽,
你稍后可以从你的法术库中重新学习被遗忘的法术。
%%%%
tutorial4 memorise2
遗忘旧法术腾出空间后,
通过<input>$cmd[CMD_MEMORISE_SPELL]</input><localtiles>
或在记忆标签页中<input>点击</input>所选的法术贴图</localtiles>记忆这个新法术。
然后试着用你的新法术召唤恶魔盟友!
%%%%
tutorial4 displace_allies
你是否注意到,当你移向友方的位置时,会与其换位?
此外,与友好生物换位也是个逃离战斗的好办法。
%%%%
tutorial4 order_allies
设法让你的友方进行击杀!如有必要,
可以通过<input>$cmd[CMD_SHOUT]</input>命令他们。在进入大门前,
你可能需要通过<input>$cmd[CMD_WAIT]</input>来等待他们,直到你的友方赶上你。
你的召唤物只会停留一段时间,所以不要等待太久,或是在开始战斗前才进行召唤。
%%%%
tutorial4 heavy_armour
# 待办事项:将脱下拆分为单独的项目。
重甲确实会妨碍施法。试着装备护甲、盾牌
(通过<input>$cmd[CMD_EQUIP]</input><localtiles>或<input>点击</input>它们</localtiles>),
并通过<input>$cmd[CMD_DISPLAY_SPELLS]</input><localtiles>或<input>鼠标悬停</input>
在你记住的法术</localtiles>上,来比较你的施法失败率。
你可以通过<input>$cmd[CMD_UNEQUIP]</input><localtiles>
或<input>鼠标点击</input></localtiles>脱下防具。
%%%%
tutorial4 resting_reminder
确保你在进入新区域前健康和魔力值是满的。
如有必要,通过<input>$cmd[CMD_REST]</input><localtiles>或在命令栏中<input>鼠标点击</input>它</localtiles>。
你一次只能用给定任何的法术召唤数量有限的盟友,所以尽量利用范围广的法术。
例如,你召唤的小鬼是抗毒的,所以你与他们并肩作战时可以施放臭云,
而不会伤害你的盟友。
%%%%
tutorial4 tutorial_end
恭喜,你已经是真正的巫师了!只要从楼梯走下去就可以退出此教程。
%%%%
tutorial4 exit
# 一个囊括所有命令的界面。
:nowrap
<white>教程4总结:魔法</white>
<yellow>施法命令</yellow>
<input>$cmd[CMD_MEMORISE_SPELL]</input> 学习新法术
<input>$cmd[CMD_DISPLAY_SPELLS]</input> 查看法术熟练度
<input>$cmd[CMD_CAST_SPELL]</input> 施法<localtiles>
你也可以通过<w>记忆标签页</w>学习新的法术。
你可以通过<input>左键</input>记忆法术,通过<input>鼠标悬停</input>或<input>右键</input></localtiles>阅读描述和查看法术熟练度。
<input>$cmd[CMD_QUIVER_ITEM]</input> 调整你的弹药
<input>$cmd[CMD_REST]</input> 休息一百回合以回复健康和魔力
<input>$cmd[CMD_SHOUT]</input> 命令友军
<input>$cmd[CMD_UNEQUIP]</input> 脱下装备
%%%%
##############################################
# 教程5:神和神的能力 #
##############################################
tutorial5 start
这一课中你将会学到有关神祗的知识,包括如何使用他们的力量。
%%%%
tutorial5 dungeon_overview
前面是狂怒者特洛戈的祭坛!特洛戈只是众神之一。在实际游戏中,
你可以通过<input>$cmd[CMD_DISPLAY_OVERMAP]</input><localtiles>
或在命令栏中<input>点击地牢概览按钮</input></localtiles>
来查看所有已经发现的祭坛和其他有趣的地标。
%%%%
tutorial5 altar
你可以在祭坛上用<input>$cmd[CMD_GO_DOWNSTAIRS]</input><localtiles>
(或<input>左击</input>你的角色)</localtiles>来祈祷,
这样你就可以知道这个神能给你什么好处,然后可以选择皈依它。
如果你在信仰界面按<input>!</input><localtiles>
或<input>右键</input></localtiles>你还可以看到更详细的描述。
输入大写的<input>J</input>或<input>Enter</input>确认你的选择。
%%%%
tutorial5 religion
通过<input>$cmd[CMD_DISPLAY_RELIGION]</input><localtiles>
(或通过在命令栏中<w>信仰按钮</w>,或通过<input>Shift-右击</input>玩家贴图)
</localtiles>来查看你的信仰状态。和以前一样,按<input>!</input><localtiles>
或<input>右击</input></localtiles>可以调出你的神的更详细的描述。
%%%%
tutorial5 piety_on_kill
有些神特别喜欢你以祂的名义杀死怪物。让屠杀开始吧!
%%%%
tutorial5 berserk
面对特别强大的敌人时,
你可能需要通过<input>$cmd[CMD_USE_ABILITY]</input><localtiles>
或通过<w>命令栏</w>来使用特洛戈赐予你的狂暴能力</w></localtiles>。
%%%%
tutorial5 exhaustion
狂暴会令人筋疲力尽。狂暴后,短时间内你无法再次狂暴,而且行动速度也会减慢。
最好是通过<input>$cmd[CMD_REST]</input><localtiles>
(或通过<w>命令栏</w>)</localtiles>来休息一会,等到精力恢复了再出发。
%%%%
tutorial5 berserk2
狂暴在面对多个敌人的时候也非常有用——但要是打到一半的时候狂暴结束就麻烦了。
%%%%
tutorial5 tutorial_end
恭喜你!你已经通过了最后一个教学关,现在你可以开始玩真正的游戏了。祝你好运!
从楼梯走下去就可以退出此教程。
%%%%
tutorial5 exit
# 一个囊括所有命令的界面。
:nowrap
<white>教程5:信仰</white>
<yellow>信仰命令</yellow>
<input>$cmd[CMD_GO_DOWNSTAIRS]</input> 在祭坛上祈祷,以皈依一位神
<input>$cmd[CMD_USE_ABILITY]</input> 使用神的能力
<input>$cmd[CMD_DISPLAY_RELIGION]</input> 查看你的信仰状况<localtiles>
<input>右击</input>玩家贴图,也能调出信仰界面。</localtiles>
<yellow>休息</yellow>
<input>$cmd[CMD_WAIT]</input> 等待并休息一回合
<input>$cmd[CMD_REST]</input> 等待并休息100回合
<yellow>其他命令</yellow>
<input>$cmd[CMD_DISPLAY_OVERMAP]</input> 显示地牢概览
<input>$cmd[CMD_DISPLAY_COMMANDS]/</input> 搜索描述文字数据库
%%%%
|