Skip to content

Commit

Permalink
拣食 > 随捡随食
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwikicn committed Jun 1, 2024
1 parent a0763e4 commit 2cc6c13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Skill/sklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <H3>技能一览</H3>
</TD>
<TD class="tb-cell2"><A href="skname.html#0058" target="skname">饱腹+1</A></TD>
<TD class="tb-cell2"><A href="skname.html#0059" target="skname">饱腹+2</A></TD>
<TD class="tb-cell2"><A href="skname.html#005A" target="skname">拣食</A></TD>
<TD class="tb-cell2"><A href="skname.html#005A" target="skname">随捡随食</A></TD>
</TR>
<TR>
<TD class="tb-cell2" colspan="3">-</TD>
Expand Down
2 changes: 1 addition & 1 deletion Skill/skname.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<TD class="tb-cell3h">食用烤肉类耐力上限额外提高50点</TD>
</TR>
<TR>
<TD id='005A'class="tb-cell3h">拣食</TD>
<TD id='005A'class="tb-cell3h">随捡随食</TD>
<TD class="tb-cell3h">食用回复物品时有1/3的概率提高耐力上限25点</TD>
</TR>
<TR>
Expand Down
2 changes: 1 addition & 1 deletion scripts/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ skillNam[86] = new String("散弹攻击力UP");
skillNam[87] = new String("饥饿倍加×1.5");
skillNam[88] = new String("饱腹+1");
skillNam[89] = new String("饱腹+2");
skillNam[90] = new String("拣食");
skillNam[90] = new String("随捡随食");
skillNam[91] = new String("防御+15");
skillNam[92] = new String("防御+20");
skillNam[93] = new String("防御-10");
Expand Down
4 changes: 2 additions & 2 deletions useItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</HEAD>
<BODY>
<H3>物品使用效果一览</H3>
<FONT size="-1"><B>拣食</B>技能发动的情况下,<B>拣食</B>栏标注●的物品使用时,耐力上限有1/3的概率提高25点。<BR>
<FONT size="-1"><B>随捡随食</B>技能发动的情况下,<B>随捡随食</B>栏标注●的物品使用时,耐力上限有1/3的概率提高25点。<BR>
<B>饱腹+1</B>技能发动的情况下,<B>饱腹</B>栏标注●的物品使用时,耐力上限提高25点。<BR>
<B>饱腹+2</B>技能发动的情况下,<B>饱腹</B>栏标注●的物品使用时,耐力上限提高50点。<BR>
</FONT>
Expand All @@ -110,7 +110,7 @@ <H3>物品使用效果一览</H3>
<TH class="tb-th1" width="35">No.</TH>
<TH class="tb-th1" width="105">使用アイテム</TH>
<TH class="tb-th1" width="430">効果</TH>
<TH class="tb-th1" width="60">拣食</TH>
<TH class="tb-th1" width="60">随捡随食</TH>
<TH width="60" class="tb-th1">饱腹</TH>
</TR>
<TR>
Expand Down

0 comments on commit 2cc6c13

Please sign in to comment.