Skip to content

Commit 3f03e58

Browse files
authored
mod: Increase light crossbow reload movement speed (#844)
1 parent b375d5d commit 3f03e58

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Module.Server/Common/Models/CrpgAgentStatCalculateModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ static double Polynomial(float x)
413413
props.ReloadSpeed *= ImpactOfStrReqOnCrossbows(agent, 0.15f, primaryItem);
414414

415415
// slow on reload (kicks in a bit late tho)
416-
props.BipedalRangedReloadSpeedMultiplier = 0.1f;
416+
props.BipedalRangedReloadSpeedMultiplier = 0.190f;
417417
}
418418

419419
// Bows

src/Module.Server/MapRotation/ds_config_crpg_teamdeathmatch.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ start_game
2727
set_automated_battle_count -1
2828
enable_automated_battle_switching
2929
crpg_apply_harmony_patches
30+
GamePassword yoyo
31+
crpg_frozen_bots True

0 commit comments

Comments
 (0)