Skip to content

Commit

Permalink
remove ammo counters
Browse files Browse the repository at this point in the history
  • Loading branch information
vanx committed Mar 6, 2025
1 parent a929e75 commit b724a6b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- type: ChamberMagazineAmmoProvider
soundRack:
path: /Audio/Weapons/Guns/Cock/lmg_cock.ogg
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: ItemSlots
slots:
gun_magazine:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
slots:
- Back
- suitStorage
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: Gun
fireRate: 1
selectedMode: SemiAuto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- type: StaticPrice
price: 500
- type: Execution
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: MeleeWeapon
attackRate: 1.2
damage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Back
- suitStorage
- type: Wieldable
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: Gun
bonusAngleIncreaseMove: 40 # wwdp
bonusAngleIncreaseTurn: 0.25 # wwdp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
slots:
- Back
- suitStorage
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: Gun # if changing also update WeaponDisablerSMG
bonusAngleIncreaseMove: 20 # wwdp
bonusAngleIncreaseTurn: 0.4 # wwdp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
slots:
- Back
- suitStorage
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: Gun # change WeaponShotgunBulldog too if updating this
bonusAngleIncreaseMove: 40 # wwdp
bonusAngleIncreaseMove: 40 # wwdp
bonusAngleIncreaseTurn: 0.25 # wwdp
bonusAngleDecay: 40 # wwdp
maxBonusAngle: 20 # wwdp
Expand Down Expand Up @@ -77,13 +77,13 @@
description: A rootiny tootiny point and shootiny.
abstract: true
components:
- type: Gun # change WeaponFlareGun too if updating this
bonusAngleIncreaseMove: 20 # wwdp
- type: Gun # change WeaponFlareGun too if updating this
bonusAngleIncreaseMove: 20 # wwdp
bonusAngleIncreaseTurn: 0.4 # wwdp
bonusAngleDecay: 80 # wwdp
maxBonusAngle: 10 # wwdp
fireRate: 2


- type: entity
name: Bulldog
Expand All @@ -107,7 +107,7 @@
slots:
- Back
- suitStorage
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: GunRequiresWield #remove when inaccuracy on spreads is fixed
- type: Gun
bonusAngleIncreaseMove: 40 # wwdp
Expand All @@ -134,11 +134,21 @@
- MagazineShotgun
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
gun_chamber: # WWDP
name: Chamber
locked: true
startingItem: ShellShotgunBuckshot
priority: 1
whitelist:
tags:
- ShellShotgun
- type: ContainerContainer
containers:
gun_magazine: !type:ContainerSlot
gun_chamber: !type:ContainerSlot
- type: MagazineAmmoProvider
- type: ChamberMagazineAmmoProvider # WWDP
soundRack:
path: /Audio/Weapons/Guns/Cock/sf_rifle_cock.ogg
- type: MagazineVisuals
magState: mag
steps: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
slots:
- Back
- suitStorage
- type: AmmoCounter
# - type: AmmoCounter # WWDP
- type: Wieldable
- type: GunRequiresWield
- type: Gun
Expand Down

0 comments on commit b724a6b

Please sign in to comment.