リオセスリ
実用設定
使う wriothesley を config に書きます。 別名: wrio
スターターをコピー
wriothesley char lvl=90/90 cons=0 talent=9,9,9;
wriothesley add weapon="favoniussword" refine=5 lvl=90/90;
wriothesley add set="emblemofseveredfate" count=4;
wriothesley add stats hp=4780 atk=311 atk%=0.466 cr=0.311 cd=0.622 er=0.110;コンボ例
Gracious Rebuke spender
Use charged attack when the rebuke flag is active, otherwise continue normals.
コンボをコピー
if .wriothesley.gracious-rebuke {
wriothesley charge;
} else {
wriothesley attack:3;
}安全な基本ループ
最初に使うための一番安全な型です。スキルや元素爆発が使えるか確認してから押し、空いた時間は通常攻撃で埋めます。まだ本当のコンボが分からないキャラはここから始めます。
if .character.skill.ready
クールタイムを読んでいます。ready なら今使えます。false ならその行はスキップされます。
attack:3
`attack:3` は通常攻撃を3回続ける意味です。テスト中は数字を変えてください。
ここで無限ループにしない
この helper は呼ばれた時に一回だけ動きます。ローテーション全体の繰り返しは外側の `for` に置きます。
コンボをコピー
fn wriothesley_basic_loop() {
if .wriothesley.skill.ready {
wriothesley skill;
}
if .wriothesley.burst.ready {
wriothesley burst;
}
wriothesley attack:3;
}.wriothesley.gracious-rebuke が続く間だけ待つ
Whether Wriothesley currently has a Gracious Rebuke or not.
現在状態
初期設定ではありません。そのフレームでのシミュレータ内部状態です。
待機上限
状態が変わらない時に設定が止まらないよう、フレーム上限を置きます。
コンボをコピー
let start = f();
while .wriothesley.gracious-rebuke > 0 && f() - start < 300 {
wriothesley attack;
}low_plunge[collision=...] を使う
0 は衝突ダメージなし、1 は衝突ダメージありです。
low_plunge[collision=...]
行動パラメータは、その行動の角括弧内に書きます。
コンボをコピー
wriothesley low_plunge[collision=0];high_plunge[collision=...] を使う
0 は衝突ダメージなし、1 は衝突ダメージありです。
high_plunge[collision=...]
行動パラメータは、その行動の角括弧内に書きます。
コンボをコピー
wriothesley high_plunge[collision=0];書けるアクション
attack 直接使用可能
コマンドをコピー
wriothesley attack:3;charge Need to use attack right before charge.
コマンドをコピー
wriothesley attack, charge;skill 直接使用可能
コマンドをコピー
wriothesley skill;burst 直接使用可能
コマンドをコピー
wriothesley burst;low_plunge Previous action must be a jump buffed via Xianyun's burst for example.
コマンドをコピー
wriothesley low_plunge[collision=0];high_plunge Previous action must be a jump buffed via Xianyun's burst for example.
コマンドをコピー
wriothesley high_plunge[collision=0];dash 直接使用可能
コマンドをコピー
wriothesley dash;jump 直接使用可能
コマンドをコピー
wriothesley jump;walk 直接使用可能
コマンドをコピー
wriothesley walk;swap 直接使用可能
コマンドをコピー
wriothesley swap;アクションの特殊パラメータ
low_plunge[collision=...] - 0 は衝突ダメージなし、1 は衝突ダメージありです。
コマンドをコピー
wriothesley low_plunge[collision=0];high_plunge[collision=...] - 0 は衝突ダメージなし、1 は衝突ダメージありです。
コマンドをコピー
wriothesley high_plunge[collision=0];条件用フィールド
.wriothesley.gracious-rebuke - Whether Wriothesley currently has a Gracious Rebuke or not.
条件をコピー
if .wriothesley.gracious-rebuke > 0 {
# action here
}フレーム
- 動画 #1
- 動画 #2
- 動画 #3
- 動画 #4
Hitlag データ
- 通常攻撃
- 重撃
- 元素爆発
- 命ノ星座
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| E-N1 | 0 | 0 | true | false |
| E-N2 | 0 | 0 | true | false |
| E-N3 | 0.03 | 0.01 | true | false |
| E-N4-1 | 0 | 0 | true | false |
| E-N4-2 | 0 | 0 | true | false |
| E-N5 | 0.06 | 0.01 | true | false |
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| CA | 0.09 | 0.01 | false | false |
| CA-Gracious-Rebuke | 0.12 | 0.03 | false | false |
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| Q-Surging-Blade | 0.03 | 0.01 | false | false |
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| C6 | 0.12 | 0.03 | false | false |
範囲データ
- 通常攻撃
- 重撃
- 落下攻撃
- 元素爆発
- 命ノ星座
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| N1 | Box | Player | - | - | - | - | 2 | 3 | - |
| N2 | Box | Player | - | - | - | - | 2 | 3 | - |
| N3 | Box | Player | - | - | - | - | 2.5 | 3 | - |
| N4-1 | Box | Player | - | - | - | - | 2 | 3 | - |
| N4-2 | Box | Player | - | - | - | - | 2 | 3 | - |
| N5 | Box | Player | - | - | - | - | 3 | 3 | - |
| E-N1 | Box | Player | - | - | - | - | 2.4 | 3.4 | - |
| E-N2 | Box | Player | - | - | - | - | 2.4 | 3.4 | - |
| E-N3 | Box | Player | - | - | - | - | 2.8 | 3.4 | - |
| E-N4-1 | Box | Player | - | - | - | - | 2.4 | 3.4 | - |
| E-N4-2 | Box | Player | - | - | - | - | 2.4 | 3.4 | - |
| E-N5 | Box | Player | - | - | - | - | 3.4 | 3.4 | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| CA | Box | Player | - | -1.2 | - | - | 2.8 | 3.6 | - |
| CA-Gracious-Rebuke | Box | Player | - | -0.8 | - | - | 4 | 5 | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| Plunge | Circle | Player | - | - | 1.5 | - | - | - | - |
| Low_Plunge | Circle | Player | - | - | 3 | - | - | - | - |
| High_Plunge | Circle | Player | - | - | 3.5 | - | - | - | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| Q | Box | Player | - | - | - | - | 8 | 16 | - |
| Q-Surging-Blade | Box | Player | - | - | - | - | 10 | 16 | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| C6 | Box | Player | - | -0.8 | - | - | 4 | 5 | - |
既知の問題
名前
- wriothesley
- wrio
使用可能なアクション
| 能力 | 使用可 | メモ |
|---|---|---|
attack | ✔ | - |
charge | ⚠ | Need to use attack right before charge. |
aim | ❌ | - |
skill | ✔ | - |
burst | ✔ | - |
low_plunge | ⚠ | Previous action must be a jump buffed via Xianyun's burst for example. |
high_plunge | ⚠ | Previous action must be a jump buffed via Xianyun's burst for example. |
dash | ✔ | - |
jump | ✔ | - |
walk | ✔ | - |
swap | ✔ | - |
パラメータ
| 能力 | パラメータ | 説明 |
|---|---|---|
low_plunge | collision | 0 for no collision dmg (default), 1 for collision dmg. |
high_plunge | collision | 0 for no collision dmg (default), 1 for collision dmg. |
フィールド
| フィールド | 説明 |
|---|---|
.wriothesley.gracious-rebuke | Whether Wriothesley currently has a Gracious Rebuke or not. |