メインコンテンツまでスキップ

七七

実用設定

使う qiqi を config に書きます。 別名: 登録された別名はありません。

スターターをコピー

qiqi char lvl=90/90 cons=0 talent=9,9,9;
qiqi add weapon="favoniussword" refine=5 lvl=90/90;
qiqi add set="emblemofseveredfate" count=4;
qiqi add stats hp=4780 atk=311 atk%=0.466 cr=0.311 cd=0.622 er=0.110;

コンボ例

安全な基本ループ

最初に使うための一番安全な型です。スキルや元素爆発が使えるか確認してから押し、空いた時間は通常攻撃で埋めます。まだ本当のコンボが分からないキャラはここから始めます。

if .character.skill.ready

クールタイムを読んでいます。ready なら今使えます。false ならその行はスキップされます。

attack:3

`attack:3` は通常攻撃を3回続ける意味です。テスト中は数字を変えてください。

ここで無限ループにしない

この helper は呼ばれた時に一回だけ動きます。ローテーション全体の繰り返しは外側の `for` に置きます。

コンボをコピー

fn qiqi_basic_loop() {
  if .qiqi.skill.ready {
    qiqi skill;
  }
  if .qiqi.burst.ready {
    qiqi burst;
  }
  qiqi attack:3;
}

low_plunge[collision=...] を使う

0 は衝突ダメージなし、1 は衝突ダメージありです。

low_plunge[collision=...]

行動パラメータは、その行動の角括弧内に書きます。

コンボをコピー

qiqi low_plunge[collision=0];

high_plunge[collision=...] を使う

0 は衝突ダメージなし、1 は衝突ダメージありです。

high_plunge[collision=...]

行動パラメータは、その行動の角括弧内に書きます。

コンボをコピー

qiqi high_plunge[collision=0];

書けるアクション

attack 直接使用可能

コマンドをコピー

qiqi attack:3;

charge Need to use attack right before charge.

コマンドをコピー

qiqi attack, charge;

skill 直接使用可能

コマンドをコピー

qiqi skill;

burst 直接使用可能

コマンドをコピー

qiqi burst;

low_plunge Previous action must be a jump buffed via Xianyun's burst for example.

コマンドをコピー

qiqi low_plunge[collision=0];

high_plunge Previous action must be a jump buffed via Xianyun's burst for example.

コマンドをコピー

qiqi high_plunge[collision=0];

dash 直接使用可能

コマンドをコピー

qiqi dash;

jump 直接使用可能

コマンドをコピー

qiqi jump;

walk No action followed by walk (except low_plunge and high_plunge) has proper frames.

コマンドをコピー

qiqi walk;

swap 直接使用可能

コマンドをコピー

qiqi swap;

アクションの特殊パラメータ

low_plunge[collision=...] - 0 は衝突ダメージなし、1 は衝突ダメージありです。

コマンドをコピー

qiqi low_plunge[collision=0];

high_plunge[collision=...] - 0 は衝突ダメージなし、1 は衝突ダメージありです。

コマンドをコピー

qiqi high_plunge[collision=0];

条件用フィールド

特殊項目はまだ記録されていません。

フレーム

動画クレジット: Kolibri#7675
カウント: シート (クレジット: Kolibri#7675)

Hitlag データ

能力停止時間倍率防御停止設置物
N10.030.01truefalse
N20.030.01truefalse
N3-10.030.05truefalse
N3-20.030.05truefalse
N4-10.030.05truefalse
N4-20.030.05truefalse
N50.120.01truefalse

範囲データ

能力形状中心X オフセットY オフセット半径扇形角度矩形 X矩形 Yメモ
N1CirclePlayer-0.81.2----
N2BoxPlayer----1.42.2-
N3-1CirclePlayer-11.630---
N3-2CirclePlayer-0.61.6----
N4-1CirclePlayer-0.61.6----
N4-2CirclePlayer-0.61.6----
N5CirclePlayer-12.2----

既知の問題

既知の問題はありません

名前

  • qiqi

使用可能なアクション

能力使用可メモ
attack-
chargeNeed to use attack right before charge.
aim-
skill-
burst-
low_plungePrevious action must be a jump buffed via Xianyun's burst for example.
high_plungePrevious action must be a jump buffed via Xianyun's burst for example.
dash-
jump-
walkNo action followed by walk (except low_plunge and high_plunge) has proper frames.
swap-

パラメータ

能力パラメータ説明
low_plungecollision0 for no collision dmg (default), 1 for collision dmg.
high_plungecollision0 for no collision dmg (default), 1 for collision dmg.

フィールド

フィールドはありません