塞德:修订间差异

来自赛尔号精灵图鉴
跳转到导航 跳转到搜索
(Imported from text file)
 
第1行: 第1行:
<div style="text-align: left; margin-top: 10px;">
<div style="text-align: left; margin-top: 10px;">
<span style="font-size: 32px; font-weight: bold;">
<span style="font-size: 32px; font-weight: bold;">
第6行: 第5行:
   <img src="https://r2.len-chat.ca/image/451塞德.webp" width="60" alt="塞德">
   <img src="https://r2.len-chat.ca/image/451塞德.webp" width="60" alt="塞德">
</html>
</html>
</span>
</span>
</span>
</div>
</div>
第13行: 第11行:
* 图鉴编号:451   
* 图鉴编号:451   
* 属性:战斗地面   
* 属性:战斗地面   
* 分类:  
* 分类:172  
* 类型:   
* 类型:   
* 身高:10.3cm  
* 身高:16cm  
* 体重:--  
* 体重:10.3kg  
* 获取方式:   
* 获取方式:--  
* 精灵介绍:赛德平时喜欢住在沙漠中,在沙漠残酷的环境中,练就了一身强大的战斗能力,无论是正面突击还是长时间潜伏,都是它的强项。
* 精灵介绍:赛德平时喜欢住在沙漠中,在沙漠残酷的环境中,练就了一身强大的战斗能力,无论是正面突击还是长时间潜伏,都是它的强项。


第25行: 第23行:
! 攻击 !! 防御 !! 特攻 !! 特防 !! 速度 !! 体力 !! 总和
! 攻击 !! 防御 !! 特攻 !! 特防 !! 速度 !! 体力 !! 总和
|-
|-
| 65 || 55 || 52 || 45 || 48 || 55 || 320
| 55 || 52 || 45 || 48 || 55 || 65 || 320
|}
|}


<html>
<html>
<style>
<style>
.stat-wrapper {
.stat-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; font-family: sans-serif; max-width: none; margin: 20px 0; transform: scale(0.9); }
  display: grid;
fieldset { padding: 12px 16px; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; background: rgba(255,255,255,0.05); color:#fff; backdrop-filter: blur(4px); box-shadow: 0 0 8px rgba(0,0,0,0.3); }
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  font-family: sans-serif;
  max-width: none;
  margin: 20px 0;
  transform: scale(0.9);
}
fieldset {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
legend { font-weight: bold; }
legend { font-weight: bold; }
label {
label { display: inline-block; margin: 5px 0; }
  display: flex;
  justify-content: space-between;
  display: inline-block;
  margin: 5px 0;
}
input[type="number"], select { width: 60px; }
input[type="number"], select { width: 60px; }
.stat-table { width: 100%; border-collapse: collapse; }
.stat-table { width: 100%; border-collapse: collapse; }
.stat-table td, .stat-table th {
.stat-table td, .stat-table th { border: 1px solid #aaa; text-align: center; padding: 4px; }
  border: 1px solid #aaa; text-align: center; padding: 4px;
}
</style>
</style>
<div class="stat-wrapper">
<div class="stat-wrapper">
   <fieldset>
   <fieldset>
第99行: 第73行:
     <button onclick="calcStats()">计算</button>
     <button onclick="calcStats()">计算</button>
   </fieldset>
   </fieldset>
   <fieldset>
   <fieldset>
     <legend>学习力</legend>
     <legend>学习力</legend>
第110行: 第83行:
     <b>剩余学习力:<span id="ev-remaining">510</span></b>
     <b>剩余学习力:<span id="ev-remaining">510</span></b>
   </fieldset>
   </fieldset>
   <fieldset>
   <fieldset>
     <legend>种族值</legend>
     <legend>种族值</legend>
     <table class="stat-table">
     <table class="stat-table">
       <tr><th>项目</th><th>值</th></tr>
       <tr><th>项目</th><th>值</th></tr>
       <tr><td>体力</td><td><input name="base" class="base" type="number" value="55" min="0"></td></tr>
       <tr><td>体力</td><td><input name="base" class="base" type="number" value="65" min="0"></td></tr>
       <tr><td>攻击</td><td><input name="base" class="base" type="number" value="65" min="0"></td></tr>
       <tr><td>攻击</td><td><input name="base" class="base" type="number" value="55" min="0"></td></tr>
       <tr><td>防御</td><td><input name="base" class="base" type="number" value="55" min="0"></td></tr>
       <tr><td>防御</td><td><input name="base" class="base" type="number" value="52" min="0"></td></tr>
       <tr><td>特攻</td><td><input name="base" class="base" type="number" value="52" min="0"></td></tr>
       <tr><td>特攻</td><td><input name="base" class="base" type="number" value="45" min="0"></td></tr>
       <tr><td>特防</td><td><input name="base" class="base" type="number" value="45" min="0"></td></tr>
       <tr><td>特防</td><td><input name="base" class="base" type="number" value="48" min="0"></td></tr>
       <tr><td>速度</td><td><input name="base" class="base" type="number" value="48" min="0"></td></tr>
       <tr><td>速度</td><td><input name="base" class="base" type="number" value="55" min="0"></td></tr>
     </table>
     </table>
   </fieldset>
   </fieldset>
   <fieldset>
   <fieldset>
     <legend>计算结果</legend>
     <legend>计算结果</legend>
第137行: 第108行:
   </fieldset>
   </fieldset>
</div>
</div>
<script>
<script>
function getNatureModifiers(nature) {
function getNatureModifiers(nature) {
第176行: 第146行:
   document.getElementById("level").value = 100;
   document.getElementById("level").value = 100;
   document.getElementById("iv").value = 31;
   document.getElementById("iv").value = 31;
   document.getElementById("nature").value = "neutral";
   document.getElementById("nature").value = "bashful";
   document.querySelectorAll("input[name='ev']").forEach(i => i.value = 0);
   document.querySelectorAll("input[name='ev']").forEach(i => i.value = 0);
   document.querySelectorAll(".result").forEach(i => i.textContent = "0");
   document.querySelectorAll(".result").forEach(i => i.textContent = "0");
第188行: 第158行:
! 技能 !! 类型 !! 威力 !! PP !! 命中 !! 先制 !! 学习等级 !! 参考暴击 !! 描述
! 技能 !! 类型 !! 威力 !! PP !! 命中 !! 先制 !! 学习等级 !! 参考暴击 !! 描述
|-
|-
| 冲顶 || 物理攻击(普通) || 40 || 35 || 100 || 0 || 1 || 1/16 || --
| 撞击 || 物理攻击(普通) || 35 || 35 || 95 || 0 || 1 || 1/16 || --
|-
|-
| 坚硬 || 属性攻击(--) || 0 || 40 || 必中 || 0 || 5 || -- || 技能使用成功时,100%改变自身防御等级+1。
| 灰尘 || 属性攻击(--) || 0 || 30 || 100 || 0 || 5 || -- || 技能使用成功时,100%改变对方特攻等级-1。
|-
|-
| 震动打击 || 物理攻击(普通) || 50 || 35 || 100 || 0 || 9 || 1/16 || --
| 邪恶利爪 || 物理攻击(战斗) || 40 || 25 || 100 || 0 || 9 || 1/16 || 1回合做2~3次攻击。
|-
|-
| 瞄准 || 属性攻击(--) || 0 || 40 || 必中 || 0 || 13 || -- || 技能使用成功时,100%改变自身命中等级+1。
| 刃气 || 特殊攻击(战斗) || 55 || 40 || 100 || 0 || 13 || 1/16 || --
|-
|-
| 地裂 || 特殊攻击(地面) || 60 || 30 || 100 || 0 || 17 || 1/16 || --
| 诡异干扰 || 属性攻击(--) || 0 || 15 || 100 || 0 || 17 || -- || 技能使用成功时,100%改变对方命中等级-1。
|}
|}


第203行: 第173行:
<html>
<html>
   <img src="https://r2.len-chat.ca/image/451塞德.webp" width="60" alt="塞德">
   <img src="https://r2.len-chat.ca/image/451塞德.webp" width="60" alt="塞德">
  <img src="https://r2.len-chat.ca/image/452菲拉德.webp" width="60" alt="菲拉德">
  <img src="https://r2.len-chat.ca/image/453菲拉斯特.webp" width="60" alt="菲拉斯特">
</html>
</html>
</div>
</div>
----

2025年8月27日 (三) 17:26的最新版本

塞德 塞德

精灵资料

  • 精灵名称:塞德
  • 图鉴编号:451
  • 属性:战斗地面
  • 分类:172
  • 类型:
  • 身高:16cm
  • 体重:10.3kg
  • 获取方式:--
  • 精灵介绍:赛德平时喜欢住在沙漠中,在沙漠残酷的环境中,练就了一身强大的战斗能力,无论是正面突击还是长时间潜伏,都是它的强项。

种族值

攻击 防御 特攻 特防 速度 体力 总和
55 52 45 48 55 65 320

基础配置



学习力





剩余学习力:510
种族值
项目
体力
攻击
防御
特攻
特防
速度
计算结果
项目结果
体力0
攻击0
防御0
特攻0
特防0
速度0

技能列表

技能 类型 威力 PP 命中 先制 学习等级 参考暴击 描述
撞击 物理攻击(普通) 35 35 95 0 1 1/16 --
灰尘 属性攻击(--) 0 30 100 0 5 -- 技能使用成功时,100%改变对方特攻等级-1。
邪恶利爪 物理攻击(战斗) 40 25 100 0 9 1/16 1回合做2~3次攻击。
刃气 特殊攻击(战斗) 55 40 100 0 13 1/16 --
诡异干扰 属性攻击(--) 0 15 100 0 17 -- 技能使用成功时,100%改变对方命中等级-1。

进化链

塞德