Skip to content

Commit

Permalink
update some skill name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwikicn committed Jun 1, 2024
1 parent 2cc6c13 commit 4720fe7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions EmDamage2.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ <H3>对怪物伤害【其它】</H3>
<BR>
桶爆弹的伤害不因肉质而减少,但会受全体防御率影响而降低。<BR>
按照离线模式下怪物的全体防御率为100%来计算,伤害如表中所示。<BR>
<B>炸弹人</B>技能发动的场合,威力变为1.5倍。
<B>炸弹客</B>技能发动的场合,威力变为1.5倍。
<BR>
(在线模式中,如果设置爆弹的玩家拥有炸弹人技能,无论谁引爆都会造成1.5倍的伤害)<BR>
(在线模式中,如果设置爆弹的玩家拥有炸弹客技能,无论谁引爆都会造成1.5倍的伤害)<BR>
<BR>
<TABLE border="1" cellspacing="0" cellpadding="2" class="hpb-cnt-tb1">
<TBODY>
<TR>
<TH nowrap class="hpb-cnt-tb-th1" width="166">种类</TH>
<TH nowrap width="150" class="hpb-cnt-tb-th1">威力</TH>
<TH class="hpb-cnt-tb-th1" width="150">威力<BR>
炸弹人技能</TH>
炸弹客技能</TH>
</TR>
<TR>
<TD class="hpb-cnt-tb-cell1">小桶爆弹</TD>
Expand Down
4 changes: 2 additions & 2 deletions Skill/sklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <H3>技能一览</H3>
<TD class="tb-cell2" colspan="3">-</TD>
<TD class="tb-cell1" height="32"><A href="bougu50.html" target="skbugu">爆弹强化</A>
</TD>
<TD class="tb-cell2" colspan="3"><A href="skname.html#0053" target="skname">炸弹人</A></TD>
<TD class="tb-cell2" colspan="3"><A href="skname.html#0053" target="skname">炸弹客</A></TD>
</TR>
<TR>
<TD class="tb-cell2"><A href="skname.html#0017" target="skname">饥饿倍加×2</A></TD>
Expand Down Expand Up @@ -425,7 +425,7 @@ <H3>技能一览</H3>
<TD class="tb-cell1" height="32"><A href="bougu27.html" target="skbugu">千里眼</A>
</TD>
<TD class="tb-cell2"><A href="skname.html#0099" target="skname">探知</A></TD>
<TD class="tb-cell2" colspan="2"><A href="skname.html#0028" target="skname">自动标识</A></TD>
<TD class="tb-cell2" colspan="2"><A href="skname.html#0028" target="skname">自动标示</A></TD>
</TR>
<TR>
<TD class="tb-cell2" colspan="3"><A href="skname.html#00A0" target="skname">体力回复道具弱化</A></TD>
Expand Down
4 changes: 2 additions & 2 deletions Skill/skname.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
<TD class="tb-cell3h">对怪物进行属性攻击时,每次毒・麻痹・睡眠的蓄积值提高至1.125倍</TD>
</TR>
<TR>
<TD id='0053'class="tb-cell3h">炸弹人</TD>
<TD id='0053'class="tb-cell3h">炸弹客</TD>
<TD class="tb-cell3h">设置的爆弹威力变为1.5倍</TD>
</TR>
<TR>
Expand Down Expand Up @@ -616,7 +616,7 @@
<TD class="tb-cell3h">染色时可显示飞龙详细状况</TD>
</TR>
<TR>
<TD id='0028'class="tb-cell3h">自动标识</TD>
<TD id='0028'class="tb-cell3h">自动标示</TD>
<TD class="tb-cell3h">始终可知飞龙的具体位置</TD>
</TR>
<TR>
Expand Down
4 changes: 2 additions & 2 deletions scripts/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ skillNam[36] = new String("防御力+5");
skillNam[37] = new String("防御+10");
skillNam[38] = new String("隐密");
skillNam[39] = new String("挑衅");
skillNam[40] = new String("自动标识");
skillNam[40] = new String("自动标示");
skillNam[41] = new String("风压【大】无效");
skillNam[42] = new String("偷盗无效");
skillNam[43] = new String("寒冷无效");
Expand Down Expand Up @@ -1179,7 +1179,7 @@ skillNam[79] = new String("全自动防御");
skillNam[80] = new String("投掷技术UP");
skillNam[81] = new String("反动减轻+1");
skillNam[82] = new String("反动减轻+2");
skillNam[83] = new String("炸弹人");
skillNam[83] = new String("炸弹客");
skillNam[84] = new String("通常弹攻击力UP");
skillNam[85] = new String("贯通弹攻击力UP");
skillNam[86] = new String("散弹攻击力UP");
Expand Down

0 comments on commit 4720fe7

Please sign in to comment.