FreeKill/docs/fkp/ref/cn_en.rst

85 lines
3.2 KiB
ReStructuredText
Raw 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.

关键词中英文对照
================
为了编码方便编程的基本都懒得切换输入法fkparse对一些常用关键词提供了英文、其他编程语言中的等价输入形式。
(多个等价形式用逗号分开)
.. container:: center
===================== ====================
**关键词** **等价形式**
===================== ====================
``拓展包`` ``Package``
``触发技`` ``TriggerSkill``
``时机:`` ``Event:``
``条件:`` ``Condition:``
``效果:`` ``Effect:``
```` ``let``
```` ``=,equal``
```` ``if``
```` ``then``
``否则若`` ``elseif``
``否则`` ``else``
``以上`` ``end``
``重复此流程:`` ``repeat``
``直到`` ``until``
```` ``.``
``返回`` ``return``
```` ``false``
```` ``true``
``中止此流程`` ``break``
``定义函数`` ``def``
``调用`` ``call``
``主动技`` ``ActiveSkill``
``选牌规则:`` ``CardFilter:``
``选目标规则:`` ``TargetFilter:``
``可以点确定:`` ``Feasible:``
``使用后:`` ``AfterUse:``
``视为技`` ``ViewAsSkill``
``视为规则:`` ``ViewAsRule:``
``响应条件:`` ``Responsable:``
``响应规则:`` ``ResponseRule:``
``状态技`` ``StatusSkill``
``禁止指定目标:`` ``Prohibited:``
``距离修正:`` ``DistanceCorrect:``
``手牌上限修正:`` ``Maxcards Extra:``
``手牌上限固定:`` ``Maxcards Fixed:``
``出牌次数修正:`` ``Residue:``
``出牌距离修正:`` ``DistanceLimit:``
``出牌目标数量修正:`` ``ExtraTarget:``
``攻击范围修正:`` ``AtkRange Extra:``
``攻击范围固定:`` ``AtkRange Fixed:``
``锁定技`` ``Compulsory``
``普通技`` ``NotFrequent``
``默认技`` ``Frequent``
``觉醒技`` ``Wake``
``限定技`` ``Limited``
``男性`` ``Male``
``女性`` ``Female``
``中性`` ``Neuter``
```` ``Wei``
```` ``Shu``
```` ``Wu``
```` ``Qun``
```` ``God``
``数字类型`` ``TNumber``
``布尔类型`` ``TBool``
``字符串类型`` ``TString``
``玩家类型`` ``TPlayer``
``卡牌类型`` ``TCard``
``数字数组`` ``TNumberList``
``字符串数组`` ``TStringList``
``玩家数组`` ``TPlayerList``
``卡牌数组`` ``TCardList``
``无类型`` ``TNone``
``大于`` ``>``
``小于`` ``<``
``不是`` ``~=,!=``
```` ``==``
``不小于`` ``>=``
``不大于`` ``<=``
```` ``and,&&``
```` or,|\|
===================== ====================