This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# fk中的游戏事件
在进行DIY时,需要对三国杀的规则有一定了解;在编写技能时,也要熟悉游戏提供的各种事件,他的触发方式、触发时机、相关数据。必须要知道这些才能写出正确的代码。
- [与游戏流程相关的事件](./event/gameflow.md)
- [与体力值相关的事件](./event/hp.md)
- [与卡牌使用有关的事件](./event/usecard.md)
- [与移动牌有关的事件](./event/movecard.md)
- [杂项](./event/misc.md)