Skip to content

Commit

Permalink
Gunmodes
Browse files Browse the repository at this point in the history
  • Loading branch information
gogenych committed Aug 16, 2024
1 parent 67af4ad commit 91d6ad2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
selectedMode: FullAuto
availableModes:
- FullAuto
- SemiAuto #ss220 gunmodes
- Burst #ss220 gunmodes
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/batrifle.ogg
- type: ChamberMagazineAmmoProvider
Expand Down Expand Up @@ -70,6 +72,11 @@
maxAngle: -20
#SS220 increase-automatic-rifles-spread end
- type: Gun
#ss220 gunmodes start
availableModes:
- FullAuto
- SemiAuto
#ss220 gunmodes end
fireRate: 5
#SS220 increase-automatic-rifles-spread begin
angleIncrease: 2
Expand Down Expand Up @@ -174,6 +181,12 @@
maxAngle: -20
#SS220 increase-automatic-rifles-spread end
- type: Gun
#ss220 gunmodes start
availableModes:
- FullAuto
- SemiAuto
- Burst
#ss220 gunmodes end
#SS220 increase-automatic-rifles-spread begin
angleIncrease: 2
angleDecay: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
availableModes:
- SemiAuto
- FullAuto
- burst #ss220 gunmodes
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/smg.ogg
- type: ChamberMagazineAmmoProvider
Expand Down Expand Up @@ -144,8 +145,8 @@
selectedMode: FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
availableModes:
- FullAuto
# availableModes: #ss220 gunmodes
# - FullAuto #ss220 gunmodes
- type: ItemSlots
slots:
gun_magazine:
Expand Down Expand Up @@ -192,8 +193,8 @@
selectedMode: FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
availableModes:
- FullAuto
# availableModes:
# - FullAuto
- type: ItemSlots
slots:
gun_magazine:
Expand Down

0 comments on commit 91d6ad2

Please sign in to comment.