Move towards explicitly listing weapon use effects, for modification
This commit is contained in:
@@ -275,8 +275,10 @@ hvAutoGun = defaultAutoGun
|
||||
, _wpReloadState = 0
|
||||
, _itUseRate = 25
|
||||
, _itUseTime = 0
|
||||
, _itUse = \it -> rateIncAB 24 10 (torqueBeforeForced 0.1 (mkHvBul it))
|
||||
(torqueAfter 0.2 (mkHvBul it))
|
||||
, _itUse = \it -> mkHvBul it
|
||||
, _itUseModifiers =
|
||||
[ rateIncABI 24 10 (torqueBeforeForcedI 0.1) (torqueAfterI 0.2)
|
||||
]
|
||||
, _wpRange = 20
|
||||
, _itFloorPict = onLayer FlItLayer hvAutoGunPic
|
||||
, _itAimingSpeed = 0.2
|
||||
|
||||
Reference in New Issue
Block a user