Skip to content

Commit bd8b572

Browse files
committedFeb 5, 2024
Effect Matchup
1 parent e81d864 commit bd8b572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎fighters/cloud/src/acmd/aerials.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ unsafe fn effect_attackairhi(fighter: &mut L2CAgentBase) {
212212
if is_excute(fighter) {
213213
AFTER_IMAGE_OFF(fighter, 3);
214214
}
215-
frame(lua_state, 27.0);
215+
frame(lua_state, 19.0);
216216
if is_excute(fighter) {
217217
EFFECT_OFF_KIND_WORK(fighter, *FIGHTER_CLOUD_INSTANCE_WORK_ID_INT_EFFECT_KIND_SWORD_FLARE, false, true);
218218
}
@@ -279,7 +279,7 @@ unsafe fn effect_attackairlw(fighter: &mut L2CAgentBase) {
279279
EFFECT_FOLLOW(fighter, Hash40::new("cloud_speedline"), Hash40::new("haver"), 0, 4, 0, -90, 0, 0, 0.8, true);
280280
LAST_EFFECT_SET_COLOR(fighter, 0.627, 1, 0.674);
281281
}
282-
frame(lua_state, 38.0);
282+
frame(lua_state, 30.0);
283283
if is_excute(fighter) {
284284
EFFECT_OFF_KIND_WORK(fighter, *FIGHTER_CLOUD_INSTANCE_WORK_ID_INT_EFFECT_KIND_SWORD_FLARE, true, true);
285285
}

0 commit comments

Comments
 (0)
Failed to load comments.