mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-16 11:42:45 +08:00
a1ae83c562
将文档系统改成Sphinx,并增加了新CI
15 lines
429 B
ReStructuredText
15 lines
429 B
ReStructuredText
fk中的游戏事件
|
||
==============
|
||
|
||
在进行DIY时,需要对三国杀的规则有一定了解;在编写技能时,也要熟悉游戏提供的各种事件,他的触发方式、触发时机、相关数据。必须要知道这些才能写出正确的代码。
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
:caption: 事件列表
|
||
|
||
event/gameflow.rst
|
||
event/hp.rst
|
||
event/usecard.rst
|
||
event/movecard.rst
|
||
event/misc.rst
|