Skip to content

Commit a88e59b

Browse files
committed
Un-Nerf Charge Shot
1 parent 971cf64 commit a88e59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fighters/rockman/src/acmd/specials.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ unsafe fn rockman_chargeshot_regular(agent: &mut L2CAgentBase) {
134134
if is_charge_max {
135135
damage = 15.0;
136136
bkb = 40;
137-
kbg = 75;
137+
kbg = 90;
138138
}
139139
else {
140140
damage = 9.0;
141141
bkb = 50;
142-
kbg = 70;
142+
kbg = 85;
143143
}
144144
macros::ATTACK(agent, 0, 0, Hash40::new("top"), damage, 361, kbg, 0, bkb, 2.6, 0.0, 0.0, 0.0, None, None, None, 0.3, 1.0, *ATTACK_SETOFF_KIND_OFF, *ATTACK_LR_CHECK_SPEED, 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_KICK, *ATTACK_REGION_ENERGY);
145145
macros::ATK_SET_SHIELD_SETOFF_MUL(agent, 0, 0.32);

0 commit comments

Comments
 (0)