> For the complete documentation index, see [llms.txt](https://kc.xn--uesr8qr0rdwk.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kc.xn--uesr8qr0rdwk.cn/research/wo-fang-zhuang-bei/lu-hang/zhong-bao.md).

# 重爆

## 重爆特性汇总

### 深山·深山改特性相关进展

* 每个中队为9机
* 可能不存在对空射击回避
* 出击消费为2油弹/机，比一般陆攻高
* 可能不存在额外的制空补正

### 伤害相关

#### 基地航空队伤害公式：

$$
最終攻撃力 = \[\[基本攻撃力] × クリティカル補正 × 熟練度クリティカル補正] × 触接補正 × 陸攻補正 × 陸偵補正 × 陸攻特効 × 敵連合特効
$$

$$
基本攻撃力 = 種別倍率 × {(雷装 or 爆装) × √(1.8 × 搭載数) + 25}
$$

#### 一般陆攻：

种别倍率=0.8，陆攻补正=1.8

#### 深山的攻击力：

种别倍率=1，陆攻补正=1，并且√(1.8 × 搭載数)这部分的1.8实际为1.0 (实质和舰爆在舰上时开幕公式等同)

### 改修相关

伤害和制空加成都等同于陆攻，制空0.5\*√✩，伤害(雷装)0.7\*√✩

### 熟练度

熟练度成长系数7，和天山游泳队等同


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kc.xn--uesr8qr0rdwk.cn/research/wo-fang-zhuang-bei/lu-hang/zhong-bao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
