Traveler (Geo)
実用設定
使う travelergeo を config に書きます。 別名: aether-geo, lumine-geo, aethergeo, luminegeo
スターターをコピー
travelergeo char lvl=90/90 cons=0 talent=9,9,9;
travelergeo add weapon="favoniussword" refine=5 lvl=90/90;
travelergeo add set="emblemofseveredfate" count=4;
travelergeo 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 travelergeo_basic_loop() {
if .travelergeo.skill.ready {
travelergeo skill;
}
if .travelergeo.burst.ready {
travelergeo burst;
}
travelergeo attack:3;
}base_atk_buff で開始
0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line.
+params=[...]
キャラのパラメータは `char` 行に書きます。
コンボをコピー
travelergeo char lvl=90/90 cons=0 talent=9,9,9 +params=[base_atk_buff=1];skirk_story_buff で開始
0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line.
+params=[...]
キャラのパラメータは `char` 行に書きます。
コンボをコピー
travelergeo char lvl=90/90 cons=0 talent=9,9,9 +params=[skirk_story_buff=1];書けるアクション
attack 直接使用可能
コマンドをコピー
travelergeo attack:3;charge Need to use attack right before charge.
コマンドをコピー
travelergeo attack, charge;skill 直接使用可能
コマンドをコピー
travelergeo skill;burst 直接使用可能
コマンドをコピー
travelergeo burst;dash 直接使用可能
コマンドをコピー
travelergeo dash;jump 直接使用可能
コマンドをコピー
travelergeo jump;walk No action followed by walk has proper frames.
コマンドをコピー
travelergeo walk;swap 直接使用可能
コマンドをコピー
travelergeo swap;アクションの特殊パラメータ
-[base_atk_buff=...] - 0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line.
コマンドをコピー
travelergeo -[base_atk_buff=1];-[skirk_story_buff=...] - 0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line.
コマンドをコピー
travelergeo -[skirk_story_buff=1];skill[short_hold=...] - 0 は通常 tap、1 以上は hold や長い派生を意味することが多いです。
コマンドをコピー
travelergeo skill[short_hold=1];skill[no_meteorite=...] - 1 で特殊派生や効果を有効にし、0 で無効にします。
コマンドをコピー
travelergeo skill[no_meteorite=1];burst[hits=...] - Number of shockwave attacks to perform. Default 4.
コマンドをコピー
travelergeo burst[hits=1];burst[construct_limit=...] - Number of Stone Walls to spawn. Default 4. Using a value < 4 starts not spawning Stone Walls starting from top left going counterclockwise.
コマンドをコピー
travelergeo burst[construct_limit=1];条件用フィールド
特殊項目はまだ記録されていません。
フレーム
- 動画 #1
- 動画 #2
- 動画 #3
- 動画 #4
Hitlag データ
- 通常攻撃
- 元素スキル
- 命ノ星座
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| Aether-N1 | 0.03 | 0.01 | true | false |
| Aether-N2 | 0.03 | 0.01 | true | false |
| Aether-N3 | 0.06 | 0.01 | true | false |
| Aether-N4 | 0.09 | 0.01 | true | false |
| Aether-N5 | 0.12 | 0.01 | true | false |
| Lumine-N1 | 0.03 | 0.01 | true | false |
| Lumine-N2 | 0.03 | 0.01 | true | false |
| Lumine-N3 | 0.06 | 0.01 | true | false |
| Lumine-N4 | 0.06 | 0.01 | true | false |
| Lumine-N5 | 0.1 | 0.01 | true | false |
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| E-Skill | 0.05 | 0.05 | true | true |
| 能力 | 停止時間 | 倍率 | 防御停止 | 設置物 |
|---|---|---|---|---|
| C2 | 0.05 | 0.05 | true | true |
範囲データ
- 通常攻撃
- 重撃
- 元素スキル
- 元素爆発
- 突破
- 命ノ星座
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| Aether-N1 | Box | Player | - | - | - | - | 1.4 | 2.2 | - |
| Aether-N2 | Circle | Player | - | 0.6 | 1.7 | 180 | - | - | - |
| Aether-N3 | Box | Player | - | 0.4 | - | - | 1.5 | 2.2 | - |
| Aether-N4 | Circle | Player | - | 0.6 | 1.7 | - | - | - | - |
| Aether-N5 | Circle | Player | - | 0.6 | 1.75 | 240 | - | - | - |
| Lumine-N1 | Circle | Player | - | 1 | 1.6 | - | - | - | - |
| Lumine-N2 | Box | Player | - | - | - | - | 1.4 | 2.2 | - |
| Lumine-N3 | Circle | Player | - | 0.7 | 1.5 | - | - | - | - |
| Lumine-N4 | Circle | Player | - | 0.7 | 1.5 | - | - | - | - |
| Lumine-N5 | Circle | Player | - | 1 | 1.6 | - | - | - | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| CA-1 | Circle | Player | - | - | 2.2 | - | - | - | - |
| CA-2 | Circle | Player | - | - | 2.2 | - | - | - | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| E-Skill | Circle | PrimaryTarget | - | - | 3 | - | - | - | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| Q-Shockwave | Circle | Player | - | - | 6 | - | - | - | C1 has a detection area of 7m around the position of this hitbox. |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| A4 | Circle | Player | - | 1.2 | 2.4 | - | - | - | - |
| 能力 | 形状 | 中心 | X オフセット | Y オフセット | 半径 | 扇形角度 | 矩形 X | 矩形 Y | メモ |
|---|---|---|---|---|---|---|---|---|---|
| C2 | Circle | GlobalValue | - | - | 3 | - | - | - | Spawns at the E-Skill position. |
既知の問題
名前
- travelergeo
- aether-geo
- lumine-geo
- aethergeo
- luminegeo
使用可能なアクション
| 能力 | 使用可 | メモ |
|---|---|---|
attack | ✔ | - |
charge | ⚠ | Need to use attack right before charge. |
aim | ❌ | - |
skill | ✔ | - |
burst | ✔ | - |
low_plunge | ❌ | - |
high_plunge | ❌ | - |
dash | ✔ | - |
jump | ✔ | - |
walk | ⚠ | No action followed by walk has proper frames. |
swap | ✔ | - |
パラメータ
| 能力 | パラメータ | 説明 |
|---|---|---|
- | base_atk_buff | 0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line. |
- | skirk_story_buff | 0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line. |
skill | short_hold | 0 for Tap (default), 1 for Short Hold. The Short Hold version is the shortest possible Hold. |
skill | no_meteorite | If 1, no meteorite will be created. Default 0. |
burst | hits | Number of shockwave attacks to perform. Default 4. |
burst | construct_limit | Number of Stone Walls to spawn. Default 4. Using a value < 4 starts not spawning Stone Walls starting from top left going counterclockwise. |