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

セトス

実用設定

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

スターターをコピー

sethos char lvl=90/90 cons=0 talent=9,9,9;
sethos add weapon="favoniussword" refine=5 lvl=90/90;
sethos add set="emblemofseveredfate" count=4;
sethos 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 sethos_basic_loop() {
  if .sethos.skill.ready {
    sethos skill;
  }
  if .sethos.burst.ready {
    sethos burst;
  }
  sethos attack:3;
}

attack[travel=...] を使う

弾や投射物の移動時間をフレームで指定します。

attack[travel=...]

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

コンボをコピー

sethos attack[travel=10];

aim[hold=...] を使う

0 for Physical Aimed Shot, 1 for Fully-Charged Aimed Shot (default), 2 for Shadowpiercing Shot.

aim[hold=...]

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

コンボをコピー

sethos aim[hold=1];

書けるアクション

attack 直接使用可能

コマンドをコピー

sethos attack:3;

aim 直接使用可能

コマンドをコピー

sethos aim[weakspot=1,travel=10];

skill 直接使用可能

コマンドをコピー

sethos skill;

burst 直接使用可能

コマンドをコピー

sethos burst;

dash 直接使用可能

コマンドをコピー

sethos dash;

jump 直接使用可能

コマンドをコピー

sethos jump;

walk 直接使用可能

コマンドをコピー

sethos walk;

swap 直接使用可能

コマンドをコピー

sethos swap;

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

attack[travel=...] - 弾や投射物の移動時間をフレームで指定します。

コマンドをコピー

sethos attack[travel=10];

aim[hold=...] - 0 for Physical Aimed Shot, 1 for Fully-Charged Aimed Shot (default), 2 for Shadowpiercing Shot.

コマンドをコピー

sethos aim[hold=1];

aim[travel=...] - 弾や投射物の移動時間をフレームで指定します。

コマンドをコピー

sethos aim[travel=10];

aim[weakspot=...] - 1 で特殊派生や効果を有効にし、0 で無効にします。

コマンドをコピー

sethos aim[weakspot=1];

条件用フィールド

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

フレーム

動画クレジット: ange1o5
カウント: シート (クレジット: ange1o5)

Hitlag データ

能力停止時間倍率防御停止設置物
Aim-Head0.120.01falsetrue
FullAim-Head0.120.01falsetrue
ShadowpiercingShot-Head0.120.01falsetrue

範囲データ

能力形状中心X オフセットY オフセット半径扇形角度矩形 X矩形 Yメモ
N1BoxPrimaryTarget--0.5--0.11-
N2-1BoxPrimaryTarget--0.5--0.11-
N2-2BoxPrimaryTarget--0.5--0.11-
N3BoxPrimaryTarget--0.5--0.11-
Q-N1BoxPlayer----0.115This is an approximation because we do not actually know the real AoE. This attack is a line going from the Player to the direction of the Primary Target.
Q-N2-1BoxPlayer----0.115This is an approximation because we do not actually know the real AoE. This attack is a line going from the Player to the direction of the Primary Target.
Q-N2-2BoxPlayer----0.115This is an approximation because we do not actually know the real AoE. This attack is a line going from the Player to the direction of the Primary Target.
Q-N3BoxPlayer----0.115This is an approximation because we do not actually know the real AoE. This attack is a line going from the Player to the direction of the Primary Target.

既知の問題

既知の問題はありません

名前

  • sethos

使用可能なアクション

能力使用可メモ
attack-
charge-
aim-
skill-
burst-
low_plunge-
high_plunge-
dash-
jump-
walk-
swap-

パラメータ

能力パラメータ説明
attacktravelProjectile travel time. Default 10 frames.
aimhold0 for Physical Aimed Shot, 1 for Fully-Charged Aimed Shot (default), 2 for Shadowpiercing Shot.
aimtravelProjectile travel time. Default 10 frames.
aimweakspotHit weakspot with aimed shot. Default 0 (false), 1 for true.

フィールド

フィールドはありません