Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_tutorial.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 
3 <?php include template('header'); ?>
4 <div class="subtitle" >游戏教程</div>
5 <center>
6 <?php if(!$tmode) { ?>
7 <table>
8 <tr>
9 <td align="left" style="width:220px;">
10 <img border="0" src="img/story_3.jpg" style="width:200;height:185;">
11 <p>
12 那边的,对,就是你,给我站住。
13 </p>
14 <p>
15 你觉得凭你目前的实力,足够在外面的战场上活下来么?如果你对最基本的大逃杀知识都不了解,那么你的生存时间不会超过10分钟。
16 </p>
17 <p>
18 右边的就是<span class="yellow">基本界面</span>。你可以在上面看到你的各项数据,其中和你最性命攸关的就是你的<span class="yellow">生命值</span>。
19 </p>
20 <p>
21 接下来我会在<span class="yellow">移动探索</span>、<span class="yellow">作战和逃跑</span>、<span class="yellow">使用和装备道具</span>、<span class="yellow">包扎伤口和异常处理</span>、<span class="yellow">访问商店和医院</span>、<span class="yellow">游戏状态和禁区</span>等几个方面作出最基本的示范。
22 </p>
23 <p>
24 掌握它们能确保你最低限度地利用游戏系统。至于更高层面的作战技巧则要靠你的悟性了。
25 </p>
26 </td>
27 <td>
28 <img border="0" src="img/tutorial/t1.jpg">
29 </td>
30 </tr>
31 </table>
32 <?php } elseif($tmode==1) { ?>
33 <table>
34 <tr>
35 <td align="left" style="width:220px;">
36 <img border="0" src="img/story_3.jpg" style="width:200;height:185;">
37 <p>
38 接下来是<span class="yellow">移动和探索</span>。
39 </p>
40 <p>
41 移动可以使你改变所在地点。探索则会在当前所在地点搜索。
42 </p>
43 <p>
44 移动和探索都有可能发生<span class="yellow">遭遇敌人</span>、<span class="yellow">拾取物品</span>或者<span class="yellow">遭遇突发事件</span>中的任何一个,也有可能什么都没遇上。
45 </p>
46 <p>
47 出生时位于无月之影,初始即为禁区,无法进行搜索,必须移动到其他地图。
48 </p>
49 </td>
50 <td>
51 <img border="0" src="img/tutorial/t21.jpg">
52 <img border="0" src="img/tutorial/t22.jpg">
53 </td>
54 </tr>
55 </table>
56 <?php } ?>
57 </center>
58 <form method="post" action="valid.php">
59 <input type="hidden" name="mode" value="tutorial">
60 <input type="hidden" name="tmode" value="<?php echo $nexttmode?>">
61 <input type="submit" value="下一篇教程">
62 <input type="button" value="进入大逃杀战场" onclick="window.location.href='game.php'">
63 </form>
64 <?php include template('footer'); ?>
【生存者数:<?php echo $alivenum?> 人】< input type="button"value="显示全部幸存者"onClick="$('alivemode').value='all';$('gbmode').value='none';postCmd('alive','alive.php');"></p > if($gamblingon &&$gamestate >=20) elseif($gamblingon &&$gamestate<=10)
Definition: 1_alive.tpl.php:18
value
Definition: 1_alive.tpl.php:10