Skip to content

Commit 34fd777

Browse files
committed
pk flash partial revert, pk thunder nerf
1 parent 2aab928 commit 34fd777

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

fighters/ness/src/acmd/other.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ unsafe fn ness_pkflash_bang_game(fighter: &mut L2CAgentBase) {
184184
let lua_state = fighter.lua_state_agent;
185185
let boma = fighter.boma();
186186
if is_excute(fighter) {
187-
ATTACK(fighter, 0, 0, Hash40::new("top"), 1.0, 88, 65, 0, 50, 10.0, 0.0, 0.0, 0.0, None, None, None, 0.45, 0.25, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_F, false, 0, 0.0, 0, true, true, false, false, false, *COLLISION_SITUATION_MASK_GA, *COLLISION_CATEGORY_MASK_ALL, *COLLISION_PART_MASK_ALL, false, Hash40::new("collision_attr_paralyze"), *ATTACK_SOUND_LEVEL_L, *COLLISION_SOUND_ATTR_FIRE, *ATTACK_REGION_PSI);
187+
ATTACK(fighter, 0, 0, Hash40::new("top"), 1.0, 88, 65, 0, 50, 10.0, 0.0, 0.0, 0.0, None, None, None, 1.5, 1.0, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_F, false, 0, 0.0, 0, true, true, false, false, false, *COLLISION_SITUATION_MASK_GA, *COLLISION_CATEGORY_MASK_ALL, *COLLISION_PART_MASK_ALL, false, Hash40::new("collision_attr_elec"), *ATTACK_SOUND_LEVEL_L, *COLLISION_SOUND_ATTR_FIRE, *ATTACK_REGION_PSI);
188188
}
189189
frame(lua_state, 8.0);
190190
if is_excute(fighter) {

romfs/source/fighter/ness/motion/body/motion_patch.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ special_air_lw_end:
6363
cancel_frame: 20
6464
special_n_fire:
6565
extra:
66-
cancel_frame: 46
66+
cancel_frame: 43
6767
special_n_end:
6868
extra:
69-
cancel_frame: 46
69+
cancel_frame: 43
7070
special_air_n_fire:
7171
extra:
72-
cancel_frame: 46
72+
cancel_frame: 43
7373
special_air_n_end:
7474
extra:
75-
cancel_frame: 46
75+
cancel_frame: 43
7676
catch_attack:
7777
extra:
7878
cancel_frame: 0

romfs/source/fighter/ness/param/vl.prcxml

+4-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</list>
1212
<list hash="param_special_n">
1313
<struct index="0">
14-
<int hash="nobang_time">12</int>
14+
<int hash="nobang_time">14</int>
1515
</struct>
1616
<hash40 index="1">dummy</hash40>
1717
<hash40 index="2">dummy</hash40>
@@ -21,12 +21,7 @@
2121
<struct index="0">
2222
<float hash="accel_x">0.04</float>
2323
<float hash="speed_max_x">0.875</float>
24-
<float hash="size_min">0.75</float>
25-
<float hash="size_max">1.35</float>
26-
<float hash="power_min">11</float>
27-
<float hash="power_mul">0.15</float>
28-
<int hash="bang_time">18</int>
29-
<int hash="no_bomb_frame_on_button">12</int>
24+
<int hash="bang_time">11</int>
3025
</struct>
3126
<hash40 index="1">dummy</hash40>
3227
<hash40 index="2">dummy</hash40>
@@ -44,9 +39,10 @@
4439
<list hash="param_special_hi">
4540
<struct index="0">
4641
<int hash="stop_y_time">40</int>
47-
<float hash="accel_y">0.001</float>
42+
<float hash="accel_y">0.002</float>
4843
<int hash="time">0</int>
4944
<float hash="landing_frame">20</float>
45+
<int hash="stop_time">20</int>
5046
<float hash="attack_speed">3.5</float>
5147
<float hash="bound_angle">85</float>
5248
<float hash="attack_brake">0.08</float>

0 commit comments

Comments
 (0)