more various tweaks to held items and chests in order to make carrying chests fun

This commit is contained in:
derek
2025-03-04 17:02:52 -06:00
parent e84aea9ef7
commit 5d989470a6
20 changed files with 111 additions and 106 deletions

View File

@@ -21,7 +21,7 @@ recoil_amount = Vector3(0.05, 0.05, 0.05)
kick_amount = 0.1
max_ammo = 20
start_mags = 3
bullet_damage = 1
bullet_damage = 2
smoke_enabled = false
bullet_force_mod = 5.0
bullet_speed = 600

View File

@@ -19,8 +19,8 @@ ads = false
recoil_amount = Vector3(0.05, 0.05, 0.05)
kick_amount = 0.1
max_ammo = 6
start_mags = 1
bullet_damage = 1
start_mags = 3
bullet_damage = 5
smoke_enabled = false
bullet_force_mod = 5.0
bullet_speed = 1200