# 杂项

- [电缆-滑索](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/cable-zipline.md): 修改电缆、滑索纹理指南
- [马文机器人-胸部显示屏](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/marvin-chest-screen.md): 马文机器人胸部显示屏纹理修改指南
- [脉冲刀范围特效](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/pulse-effect.md): 修改脉冲刀效果指南
- [被声呐探测到的效果](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/sonar-detected.md): 当被声呐探测到时，修改覆盖在你手上和武器的效果的指南
- [模型-炸蛛](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/ticks.md): 改变你多人模式炸蛛的外观
- [尼斯湖水怪模型](https://noskill.gitbook.io/titanfall2/chinese/modding/misc/nessie-frag-model.md): 把你的手榴弹或任何投掷物变成尼斯湖水怪


---

# 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://noskill.gitbook.io/titanfall2/chinese/modding/misc.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.
