Skip to content

Commit 44223d8

Browse files
committed
effects
1 parent 331a4b6 commit 44223d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fighters/mario/src/acmd/tilts.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unsafe fn mario_attack_s3_hi_effect(fighter: &mut L2CAgentBase) {
2323
let boma = fighter.boma();
2424
frame(lua_state, 3.0);
2525
if is_excute(fighter) {
26-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 6.8, 4.5, 30, -60, 135, 0.95, true, *EF_FLIP_YZ);
26+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 6.8, 4.0, 30, -60, 135, 0.95, true, *EF_FLIP_YZ);
2727
}
2828
frame(lua_state, 5.0);
2929
if is_excute(fighter) {
@@ -86,7 +86,7 @@ unsafe fn mario_attack_s3_lw_effect(fighter: &mut L2CAgentBase) {
8686
let boma = fighter.boma();
8787
frame(lua_state, 3.0);
8888
if is_excute(fighter) {
89-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), -2, 2.8, 6.0, 5, -90, 170, 0.95, true, *EF_FLIP_YZ);
89+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), -2, 2.8, 5.8, 5, -90, 170, 0.95, true, *EF_FLIP_YZ);
9090
}
9191
frame(lua_state, 5.0);
9292
if is_excute(fighter) {

fighters/mariod/src/acmd/tilts.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unsafe fn mariod_attack_s3_hi_effect(fighter: &mut L2CAgentBase) {
2323
let boma = fighter.boma();
2424
frame(lua_state, 3.0);
2525
if is_excute(fighter) {
26-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 7, 7.5, 30, -60, 135, 0.95, true, *EF_FLIP_YZ);
26+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 6.8, 4.0, 30, -60, 135, 0.95, true, *EF_FLIP_YZ);
2727
}
2828
frame(lua_state, 5.0);
2929
if is_excute(fighter) {
@@ -54,7 +54,7 @@ unsafe fn mariod_attack_s3_s_effect(fighter: &mut L2CAgentBase) {
5454
let boma = fighter.boma();
5555
frame(lua_state, 3.0);
5656
if is_excute(fighter) {
57-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 5, 9.0, 10, -39, 154, 0.95, true, *EF_FLIP_YZ);
57+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), 1, 4.8, 5.8, 10, -39, 154, 0.95, true, *EF_FLIP_YZ);
5858
}
5959
frame(lua_state, 5.0);
6060
if is_excute(fighter) {
@@ -86,7 +86,7 @@ unsafe fn mariod_attack_s3_lw_effect(fighter: &mut L2CAgentBase) {
8686
let boma = fighter.boma();
8787
frame(lua_state, 3.0);
8888
if is_excute(fighter) {
89-
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), -2, 3, 9.0, 5, -90, 170, 0.95, true, *EF_FLIP_YZ);
89+
EFFECT_FOLLOW_FLIP(fighter, Hash40::new("sys_attack_arc"), Hash40::new("sys_attack_arc"), Hash40::new("top"), -2, 2.8, 6.0, 5, -90, 170, 0.95, true, *EF_FLIP_YZ);
9090
}
9191
frame(lua_state, 5.0);
9292
if is_excute(fighter) {

0 commit comments

Comments
 (0)