Refactor reloading to use list of required steps
This commit is contained in:
@@ -70,8 +70,7 @@ bangRod = defaultBulletWeapon
|
||||
}
|
||||
}
|
||||
& itConsumption . laMax .~ 1
|
||||
& itConsumption . laLoadType . ejectTime .~ 10
|
||||
& itConsumption . laLoadType . insertTime .~ 10
|
||||
& itConsumption . laCycle .~ [Eject 5, Insert 10 Nothing, Prime 5]
|
||||
& itType . iyBase .~ BANGROD
|
||||
& itUse . useAim . aimWeight .~ 8
|
||||
& itUse . useAim . aimRange .~ 1
|
||||
@@ -142,7 +141,6 @@ machineGun = bangRod
|
||||
& useDelay .~ VariableRate {_rateMax = 25, _rateMaxMax = 24, _rateMinMax = 7, _rateTime = 0}
|
||||
)
|
||||
& itConsumption . laMax .~ 100
|
||||
& itConsumption . laLoadType . ejectTime .~ 25
|
||||
& itConsumption . laLoadType . insertTime .~ 25
|
||||
& itConsumption . laCycle .~ [Eject 10, Insert 40 Nothing, Prime 10]
|
||||
& itInvSize .~ 3
|
||||
& itParams. torqueAfter .~ 0.2 -- not sure if this is necessary?
|
||||
|
||||
Reference in New Issue
Block a user