Skip to content

简介(Introduction)

当你需要确定角色技能是否出现 / 在特定位置出现时, 可以使用该条件

  1. 你可以在进入战斗时使用at来确定技能初始顺序是否正确
  2. 在战斗过程中使用appear确定特定技能是否出现

额外参数

op

  • description: 比较类型
  • type: string
  • constrains:
    • 含义额外参数
      appear技能出现name
      at技能在特定槽name p

name

  • description: 技能名称
  • type: string
  • constrains: 必须是all_appeared_skills中出现的名称

p

  • description: 技能槽位置
  • type: unsigned int
  • range: [0, slot_count]