-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathattribute.html
More file actions
131 lines (101 loc) · 3.78 KB
/
Copy pathattribute.html
File metadata and controls
131 lines (101 loc) · 3.78 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/help/stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/help/stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/help/stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title> 属性 </title>
</head>
<body>
<header>
<div class="inner">
<h2 class="innerTitle">名字竞技场</h2>
</div>
<div class="ad">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-pub-3283235194066083"
data-ad-slot="1387164256"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>属性</h2>
<h3 id="section">攻</h3>
<ul>
<li>决定物理攻击的攻击力,包括普通攻击和物理攻击技能。</li>
<li>少量影响物理攻击的命中率。</li>
</ul>
<h3 id="section-1">防</h3>
<ul>
<li>决定物理攻击的防御力,包括普通攻击和物理攻击技能。</li>
<li>少量影响物理攻击的回避率。</li>
</ul>
<h3 id="section-2">速</h3>
<ul>
<li>速度决定了每轮行动的间隔时间</li>
</ul>
<h3 id="section-3">敏</h3>
<ul>
<li>决定了所有攻击的命中率和受到攻击的回避率</li>
</ul>
<h3 id="section-4">魔</h3>
<ul>
<li>决定魔法攻击的攻击力,包括普通攻击和物理攻击。</li>
<li>少量影响魔法攻击的命中率。</li>
</ul>
<h3 id="section-5">抗</h3>
<ul>
<li>决定魔法攻击的防御力,包括普通攻击和物理攻击技能。</li>
<li>少量影响魔法攻击的回避率。</li>
</ul>
<h3 id="section-6">智</h3>
<ul>
<li>整体上决定技能的使用频率。</li>
<li>当魔法攻击力高于物理攻击时,决定普通攻击出现魔攻的概率。
** 物理攻击力更高,普通攻击永远使用物理攻击计算,智力不起作用。</li>
<li>决定了战斗中对手的选择算法,高智力会偏好攻击体力较低的对手。</li>
</ul>
</section>
<aside id="sidebar">
<a href="http://namerena.github.io" class="button" target="_blank">
<small>名字竞技场</small>
进入游戏
</a>
<a href="http://www.weibo.com/rinick" class="link" target="_blank">
<div style="background-image: url(http://weibo.com/favicon.ico);"></div>
我的微博
</a>
<a href="https://github.com/rinick" class="link" target="_blank">
<div style="background-image: url(https://github.com/favicon.ico);"></div>
GitHub
</a>
<ul>
<li><a href="http://www.deepmess.com/" >首页</a></li>
<br/>
<li><a href="index.html" >名字竞技场</a></li>
<br/>
<li><a href="naming.html" >命名规则</a></li>
<li><a href="attribute.html" >属性说明</a></li>
<li><a href="skill.html" >技能列表</a></li>
<li><a href="special.html" >特殊名字</a></li>
<li><a href="testing.html" >测号技巧</a></li>
<li><a href="custom_lan.html" >语言包</a></li>
<li><a href="about.html" >关于</a></li>
</ul>
</aside>
</div>
</div>
</body>
</html>