# 钓鱼竿、盾牌、收纳袋

要使用状态纹理，您需要在模型文件名或纹理中添加后缀。

如果您计划使用纹理（png），则必须设置 `generate: true`。\
如果您计划使用模型（json），则必须设置 `generate: false`，因为您已经有模型了。

* `FISHING_ROD`
  * `_cast` - 显示抛竿时的钓鱼竿
  * 无后缀 - 显示正常状态下的钓鱼竿
* `SHIELD`
  * `_blocking` - 显示格挡时的盾牌模型
* `BUNDLE`
  * `_filled` - 显示装满时的收纳袋

## 使用后缀添加物品状态

请参考弓的教程，只需添加缺少的图像文件。

{% content-ref url="/pages/c2HhKXZ4KdsnuVJm7jgL" %}
[弓](/chinese/cha-jian-shi-yong-fang-fa/adding-content/bow.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/fishing-rod-shield-bundle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
