# 骑老登游戏开发笔记

## 骑老登游戏开发笔记

- [介绍](https://notebook.lazyknight.com/readme.md)
- [魔兽地图开发笔记](https://notebook.lazyknight.com/index.md)
- [介绍](https://notebook.lazyknight.com/index/intro.md)
- [数据格式](https://notebook.lazyknight.com/index/data-format.md)
- [英雄经验值公式](https://notebook.lazyknight.com/index/exp-formula.md)
- [常规制图](https://notebook.lazyknight.com/index/index.md)
- [修改特效角度](https://notebook.lazyknight.com/index/index/effect-degree.md)
- [禁止单位攻击物品](https://notebook.lazyknight.com/index/index/disable-unit-attack-item.md)
- [多重射击参数设置](https://notebook.lazyknight.com/index/index/multi-attack.md)
- [修改建筑建造速度](https://notebook.lazyknight.com/index/index/build-speed.md)
- [内置Lua制图](https://notebook.lazyknight.com/index/index-1.md)
- [黑窗控制台](https://notebook.lazyknight.com/index/index-1/backend-console.md)
- [获取对象物编数据](https://notebook.lazyknight.com/index/index-1/slk-data.md)
- [技能冷却渲染机制](https://notebook.lazyknight.com/index/index-1/skill-cool.md)
- [异步计时器](https://notebook.lazyknight.com/index/index-1/async-timer.md)
- [UI异步行为转同步](https://notebook.lazyknight.com/index/index-1/ui-sync.md)
- [UI界面显示与隐藏，菜单按钮的实现](https://notebook.lazyknight.com/index/index-1/ui-visible-menu.md)
- [狼魂Lua框架](https://notebook.lazyknight.com/index/index-2.md)
- [控制台UI调整](https://notebook.lazyknight.com/index/index-2/console.md)
- [字符串转魔兽ID](https://notebook.lazyknight.com/index/index-2/object-id.md)
- [创建单位](https://notebook.lazyknight.com/index/index-2/create-unit.md)
- [编辑自定义属性](https://notebook.lazyknight.com/index/index-2/custom-attribute.md)
- [平台BUG](https://notebook.lazyknight.com/index/dzapi-bug.md)
- [平台工具](https://notebook.lazyknight.com/index/platform-tool.md)
- [效率工具](https://notebook.lazyknight.com/index/index-3.md)
- [模型批量改名](https://notebook.lazyknight.com/index/index-3/batch-rename.md)
- [装饰物物编生成](https://notebook.lazyknight.com/index/index-3/doodad-generate.md)
- [代码片段](https://notebook.lazyknight.com/code-pieces.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://notebook.lazyknight.com/readme.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.
