admin 发表于 2014-11-23 12:27:49

屠夫肉钩大战 v2.4 AI

<style>
.tab1e
{

border-collapse: collapse;
text-align: center;
position:relative;
width:100%

}

.tab1e th
{
border:2px solid #CDCDCD;
text-align: center;
font-weight: bold;
font-size:20px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
padding-left: 10px;
background-image: linear-gradient(rgb(150,150,150) 40%, rgba(255,255,255,1) 20%, rgb(100,100,100) 40%) ;
color: rgb(220,220,220);
text-shadow: 0px 0px 1px rgba(20,20,20,1);
letter-spacing:1px;
font-family:微软雅黑;

}

.tab1e td
{
border:2px solid #CDCDCD;
padding:4px;
text-align: center;
background-color:rgb(230,230,230);


}

pre
{
font-family: 微软雅黑;
word-wrap: break-word;
white-space: wrap;

}

hr
{
color:rgb(200,200,200);
}

/* Animation*/


@keyframes translating
{
from {background-color: rgb(245,245,245);}
to {background-color: rgb(0,0,0);}
}

@keyframes translating2
{
from {background-color: rgb(0,0,0);}
to {background-color: rgb(245,245,245);}
}

@-webkit-keyframes translating
{
from {background-color: rgb(245,245,245);}
to {background-color: rgb(0,0,0);}
}

@-webkit-keyframes translating2
{
from {background-color: rgb(0,0,0);}
to {background-color: rgb(245,245,245);}
}

</style>

<table class="tab1e">
<tr>

        <th>屠夫肉钩大战 - 就是钩 - v2.4 AI</th>
</tr>

        <tr>
<td>
<p></p>
        <pre>
不同于目前比较熟悉的钩肥大战,
游戏在DOTA屠夫英雄和物品基础上新增一些玩法和道具.
技能方面除了屠夫经典的肉钩和肢解(这两个技能可以升级伤害和射程),
还新增一些独特技能(需商店购买或升级肉钩伤害和射程)
物品方面沿用部分DOTA物品(跳刀,推推,风仗秀到死),
还新增些独特道具(缩小戒指,升级)
游戏可选模式[自由]和[团队]两种模式
        </pre>

</td>
        </tr>


       
<tr>
<td>
        <pre>
地图作者: Shadow Flux
地图类型: 对抗
地图人数: 2-12
地图版本: 1.24(1.20没测试过)
地图语言:简体中文
        </pre>

</td>

</tr>

<tr>
<td style="height:50px; background-color:rgb(250,250,250);">
</td>
</tr>

</table>


<table class="tab1e">

<tr>
        <th>
http://imageshack.com/a/img538/8594/3ZJd15.jpg
http://imageshack.com/a/img674/3820/sTgYxV.jpg
http://imageshack.com/a/img913/3027/ql27Wp.jpg
http://imageshack.com/a/img674/3613/mBgTH5.jpg
http://imageshack.com/a/img673/3286/czVC79.jpg
http://imageshack.com/a/img913/7154/r3WJEu.jpg
        </th>
</tr>

<tr>
        <td>
        <pre>
        </pre>

</td>

</tr>

<tr>
<td style="height:50px; background-color:rgb(250,250,250);">
</td>
</tr>

<tr>
        <td>
<pre>
游戏其他相关命令
-hookonly - 禁止普通攻击和其它技能 除了肉钩技能.
-unhide - 移除 隐身 和 秘密商店.
-fast - 肉钩造成巨大 伤害并且初始金币 800.
-unstuck ( 40 秒后你的单位会移动到一个新位置)
-gameinfo (显示游戏模式和获胜条件)
-clear (清除屏幕消息显示)
-ms (显示你当前的移动速度)
</pre>

        </td>
</tr>

<tr>
<td style="height:50px; background-color:rgb(250,250,250);">
</td>
</tr>

<tr>
        <td>

<center>
<a href="http://pan.baidu.com/s/1gdrcXY7" style="text-decoration:none; a:link {color:rgb(150,150,150);}; a:visited {color:rgb(150,150,150);}; a:hover {color:rgb(150,150,150);}; a:active {color:rgb(150,150,150);}; "><div style="
width:150px; border-radius:4px; box-shadow: 0px 0px 1px rgb(50,50,50); background-color:rgb(245,245,245); background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.08));
text-align:center; padding:12px; font-family:微软雅黑; color:rgb(150,150,150); font-weight:bold;
" id="buttonfor" onmouseover="overON(this)" onmouseout="outON(this)">
点击下载
</div>
</a>
</center>

        </td>
</tr>

<tr>
<td style="height:50px; background-color:rgb(250,250,250);">
</td>
</tr>

<tr>
        <th>
游戏签名 - 更新记录 - 其他杂项
        </th>
</tr>

<tr>
        <td>

<! -- 代码以后可直接复制到个人签名中使用 -- >

        <pre>
<a href="替换这里的中文文字为想要的页面"><img src="这里写入想要的图片地址"/></a>

<form>
<textarea height="100%" cols="100%">
<a href="替换这里的中文文字为想要的页面"><img src="这里写入想要的图片地址"/></a>
</textarea>
</form>
</pre>

        </td>

</tr>

<tr>
<td style="height:50px; background-color:rgb(250,250,250);">
</td>
</tr>

</table>


<script>

function overON(arg) {
arg.style.animation = "translating 2s";
arg.style.WebkitAnimation = "translating 2s";
arg.style.backgroundColor = "rgb(0,0,0)";

}

function outON(arg1) {
arg1.style.animation = "translating2 2s";
arg1.style.WebkitAnimation = "translating2 2s";
arg1.style.backgroundColor = "rgb(245,245,245)";


}

</script>









Mushoom 发表于 2014-11-24 10:47:25

恭喜.

admin 发表于 2014-11-24 13:26:20

..................

648784231 发表于 2016-3-17 12:42:42

支持支持支持支持吃吃
页: [1]
查看完整版本: 屠夫肉钩大战 v2.4 AI