Skip to content

Commit ade4d99

Browse files
committedMar 2, 2024
update effects... again!!
1 parent 81fec49 commit ade4d99

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎fighters/sonic/src/acmd/tilts.rs

+8-5
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,17 @@ unsafe extern "C" fn sonic_attack_lw3_effect(fighter: &mut L2CAgentBase) {
220220
}
221221
frame(lua_state, 8.0);
222222
if is_excute(fighter) {
223-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 2, 8, 4, 180, 290, 90, 1.2, true, *EF_FLIP_YZ);
224-
LAST_EFFECT_SET_RATE(fighter, 0.6);
223+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc_b"), Hash40::new("sys_attack_arc_b"), Hash40::new("top"), 2, 8, 4, 180, 325, 90, 1.2, true, *EF_FLIP_YZ);
224+
LAST_EFFECT_SET_RATE(fighter, 0.55);
225225
}
226-
frame(lua_state, 13.0);
226+
frame(lua_state, 14.0);
227227
if is_excute(fighter) {
228-
EFFECT_OFF_KIND(fighter, Hash40::new("sys_attack_arc"), false, true);
229228
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 2, 8, -0.2, 180, 260, 90, 1.1, true, *EF_FLIP_YZ);
230-
LAST_EFFECT_SET_RATE(fighter, 0.5);
229+
LAST_EFFECT_SET_RATE(fighter, 0.7);
230+
}
231+
frame(lua_state, 16.0);
232+
if is_excute(fighter) {
233+
EFFECT_OFF_KIND(fighter, Hash40::new("sys_attack_arc_b"), false, true);
231234
}
232235
frame(lua_state, 24.0);
233236
if is_excute(fighter) {

0 commit comments

Comments
 (0)