Skip to content

Commit 4f07ffa

Browse files
committed
Sheik UAir effect rotation
1 parent c45a295 commit 4f07ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fighters/sheik/src/acmd/aerials.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ unsafe fn effect_attackairhi(agent: &mut L2CAgentBase) {
143143
for _ in 0..3 {
144144
if is_excute(agent) {
145145
agent.clear_lua_stack();
146-
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 17.5, 3.5, 19.0, 0.0, 180.0, 0.4, 4, 4, 4, 0, 0, 0, true);
146+
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 17.5, 3.5, -19.0, 0.0, 180.0, 0.4, 4, 4, 4, 0, 0, 0, true);
147147
sv_animcmd::EFFECT_FOLLOW_RND(agent.lua_state_agent);
148148
LAST_EFFECT_SET_RATE(agent, 2.5);
149149
}
150150
wait(lua_state, 1.0);
151151
if is_excute(agent) {
152152
agent.clear_lua_stack();
153-
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 15.5, 3.25, 19.0, 0.0, 180.0, 0.5, 4, 4, 4, 0, 0, 0, true);
153+
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 15.5, 3.25, -19.0, 0.0, 180.0, 0.5, 4, 4, 4, 0, 0, 0, true);
154154
sv_animcmd::EFFECT_FOLLOW_RND(agent.lua_state_agent);
155155
LAST_EFFECT_SET_RATE(agent, 2);
156156
}
157157
wait(lua_state, 1.0);
158158
if is_excute(agent) {
159159
agent.clear_lua_stack();
160-
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 12.0, 3.0, 19.0, 0.0, 180.0, 0.65, 3, 2, 3, 0, 0, 0, true);
160+
lua_args!(agent, Hash40::new("sys_spin_wind_s"), Hash40::new("top"), 0.0, 12.0, 3.0, -19.0, 0.0, 180.0, 0.65, 3, 2, 3, 0, 0, 0, true);
161161
sv_animcmd::EFFECT_FOLLOW_RND(agent.lua_state_agent);
162162
LAST_EFFECT_SET_RATE(agent, 2);
163163
}

0 commit comments

Comments
 (0)