FreeKill/docs/diy/07-events.rst

21 lines
821 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.

.. SPDX-License-Identifier: GFDL-1.3-or-later
fk中的游戏事件
==============
在进行DIY时需要对三国杀的规则有一定了解在编写技能时也要熟悉游戏提供的各种事件他的触发方式、触发时机、相关数据。必须要知道这些才能写出正确的代码。
下面的内容介绍的Fk涉及的诸多游戏事件。对于事件具体流程的描述仅限于如何触发各种时机而已。也有可能稍微多聊一些其他方面的事情。
描述触发时机以及事件详细流程的时候使用的直接就是类似Lua的伪代码其实你直接看源码都能得到差不多的效果。
.. toctree::
:maxdepth: 1
:caption: 事件列表
event/gameflow.rst
event/hp.rst
event/usecard.rst
event/movecard.rst
event/misc.rst