Move towards explicitly listing weapon use effects, for modification

This commit is contained in:
2021-08-27 13:09:40 +01:00
parent 832232fef6
commit cb8613036f
2 changed files with 88 additions and 7 deletions
+4 -2
View File
@@ -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