Wriothesley
Praktische Config
Nutze wriothesley in configs. Aliase: wrio
Starter kopieren
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;Combo-Beispiele
Gracious Rebuke spender
Use charged attack when the rebuke flag is active, otherwise continue normals.
Combo kopieren
if .wriothesley.gracious-rebuke {
wriothesley charge;
} else {
wriothesley attack:3;
}Sichere Basis-Schleife
Das ist der sicherste Start. Die Schleife prueft erst, ob Skill oder Burst bereit sind, und nutzt danach Angriffe als Fuellung. Nutze sie, wenn du die echte Combo noch nicht kennst.
if .character.skill.ready
Liest den Cooldown. Wenn ready wahr ist, kann die Aktion jetzt benutzt werden. Wenn nicht, ueberspringt der Simulator sie.
attack:3
`attack:3` bedeutet drei normale Angriffe hintereinander. Aendere die Zahl beim Testen.
Keine Endlosschleife hier
Dieser Helper laeuft nur einmal, wenn du ihn aufrufst. Die Wiederholung der Rotation gehoert aussen in die Haupt-`for`-Schleife.
Combo kopieren
fn wriothesley_basic_loop() {
if .wriothesley.skill.ready {
wriothesley skill;
}
if .wriothesley.burst.ready {
wriothesley burst;
}
wriothesley attack:3;
}Warten solange .wriothesley.gracious-rebuke aktiv ist
Whether Wriothesley currently has a Gracious Rebuke or not.
Live-Zustand
Das ist kein Setup-Wert, sondern der aktuelle Simulatorzustand in diesem Frame.
Warte-Limit
Das Frame-Limit verhindert, dass die Config haengt, wenn sich der Zustand nie aendert.
Combo kopieren
let start = f();
while .wriothesley.gracious-rebuke > 0 && f() - start < 300 {
wriothesley attack;
}low_plunge[collision=...] benutzen
0 ohne Kollisionsschaden, 1 mit Kollisionsschaden.
low_plunge[collision=...]
Aktionsparameter stehen in Klammern an genau der Aktion.
Combo kopieren
wriothesley low_plunge[collision=0];high_plunge[collision=...] benutzen
0 ohne Kollisionsschaden, 1 mit Kollisionsschaden.
high_plunge[collision=...]
Aktionsparameter stehen in Klammern an genau der Aktion.
Combo kopieren
wriothesley high_plunge[collision=0];Schreibbare Aktionen
attack direkt nutzbar
Befehl kopieren
wriothesley attack:3;charge Need to use attack right before charge.
Befehl kopieren
wriothesley attack, charge;skill direkt nutzbar
Befehl kopieren
wriothesley skill;burst direkt nutzbar
Befehl kopieren
wriothesley burst;low_plunge Previous action must be a jump buffed via Xianyun's burst for example.
Befehl kopieren
wriothesley low_plunge[collision=0];high_plunge Previous action must be a jump buffed via Xianyun's burst for example.
Befehl kopieren
wriothesley high_plunge[collision=0];dash direkt nutzbar
Befehl kopieren
wriothesley dash;jump direkt nutzbar
Befehl kopieren
wriothesley jump;walk direkt nutzbar
Befehl kopieren
wriothesley walk;swap direkt nutzbar
Befehl kopieren
wriothesley swap;Spezielle Aktionsparameter
low_plunge[collision=...] - 0 ohne Kollisionsschaden, 1 mit Kollisionsschaden.
Befehl kopieren
wriothesley low_plunge[collision=0];high_plunge[collision=...] - 0 ohne Kollisionsschaden, 1 mit Kollisionsschaden.
Befehl kopieren
wriothesley high_plunge[collision=0];Felder für Bedingungen
.wriothesley.gracious-rebuke - Whether Wriothesley currently has a Gracious Rebuke or not.
Bedingung kopieren
if .wriothesley.gracious-rebuke > 0 {
# action here
}Frames
- Video #1
- Video #2
- Video #3
- Video #4
Hitlag-Daten
- Normaler Angriff
- Aufgeladener Angriff
- Spezialfähigkeit
- Sternbilder
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| 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 |
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| CA | 0.09 | 0.01 | false | false |
| CA-Gracious-Rebuke | 0.12 | 0.03 | false | false |
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| Q-Surging-Blade | 0.03 | 0.01 | false | false |
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| C6 | 0.12 | 0.03 | false | false |
AoE-Daten
- Normaler Angriff
- Aufgeladener Angriff
- Sturzangriff
- Spezialfähigkeit
- Sternbilder
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| 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 | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| CA | Box | Player | - | -1.2 | - | - | 2.8 | 3.6 | - |
| CA-Gracious-Rebuke | Box | Player | - | -0.8 | - | - | 4 | 5 | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| Plunge | Circle | Player | - | - | 1.5 | - | - | - | - |
| Low_Plunge | Circle | Player | - | - | 3 | - | - | - | - |
| High_Plunge | Circle | Player | - | - | 3.5 | - | - | - | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| Q | Box | Player | - | - | - | - | 8 | 16 | - |
| Q-Surging-Blade | Box | Player | - | - | - | - | 10 | 16 | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| C6 | Box | Player | - | -0.8 | - | - | 4 | 5 | - |
Bekannte Probleme
Namen
- wriothesley
- wrio
Gültige Aktionen
| Fähigkeit | Erlaubt | Notizen |
|---|---|---|
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 | ✔ | - |
Parameter
| Fähigkeit | Parameter | Beschreibung |
|---|---|---|
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. |
Felder
| Feld | Beschreibung |
|---|---|
.wriothesley.gracious-rebuke | Whether Wriothesley currently has a Gracious Rebuke or not. |