Move weapon torque out of records

This commit is contained in:
2025-06-04 11:21:15 +01:00
parent 9f884b5aa7
commit 636a13b678
10 changed files with 279 additions and 216 deletions
+2 -5
View File
@@ -75,17 +75,14 @@ data AttachParams
data HeldParams
= DefaultHeldParams
| GasSprayParams
{ _gasCreation :: GasCreate
, _torqueAfter :: Float
, _randomOffset :: Float
{ _randomOffset :: Float
, _sidePush :: Float
, _weaponInvLock :: Int
, _weaponRepeat :: [Int]
}
| BeamShooterParams
| BulletShooterParams
{ _torqueAfter :: Float
, _randomOffset :: Float
{ _randomOffset :: Float
, _sidePush :: Float
, _weaponInvLock :: Int
, _weaponRepeat :: [Int]