Compare commits

..

2 Commits

Author SHA1 Message Date
mhwikicn
5242cf3ca2 Update table.css 2024-04-11 10:13:36 +08:00
mhwikicn
f6f9c1a770 Update skill.html 2024-04-11 09:46:27 +08:00
2 changed files with 7 additions and 2 deletions

View File

@ -228,7 +228,7 @@ ShowLinks(1, 17);
<TD id="0034" class="tb-cell2" rowspan="3">0034</TD>
<TD class="tb-cell1" rowspan="3">反动</TD>
<TD class="tb-cell1" colspan="2">影响弩射击时的反动(后坐力)大小。<BR>
反动相关信息详情参考 <A href="../platk_gun.html#0004">对怪物的攻击 【枪弩编】 # 发射时的反动</A></TD>
反动相关信息详情参考 <A href="../platk_gun.html#0004">发射时的反动</A></TD>
</TR>
<TR>
<TD class="tb-cell1">+10以上反动轻减+1</TD>
@ -1238,7 +1238,7 @@ ShowLinks(1, 17);
<TD id="001c" class="tb-cell2" rowspan="6">001c</TD>
<TD class="tb-cell1" rowspan="6">装填</TD>
<TD class="tb-cell1" colspan="2">影响射手的子弹/瓶装填速度。<BR>
弩的装填速度相关信息详情参考 <A href="../platk_gun.html#0003">对怪物的攻击 【枪弩编】 # 子弹装填速度</A></TD>
弩的装填速度相关信息详情参考 <A href="../platk_gun.html#0003">子弹装填速度</A></TD>
</TR>
<TR>
<TD class="tb-cell1">+10以上装填速度+1</TD>

View File

@ -461,3 +461,8 @@
.nc {
background-color : #cccccc;
}
a { color:#0000EE; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color:#EE0000}
a:focus { text-decoration: none; color:#EE00EE}
a:hover, a:active { text-decoration: none; }