Add gimbal and gyroscope, allowing more fine tuned projectile control
This commit is contained in:
@@ -29,6 +29,7 @@ data ComposeLinkType
|
||||
| AugmentedHUDLink
|
||||
| FunctionChangeLink
|
||||
| MakeAutoLink
|
||||
| ProjectileStabiliserLink
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
data ItemStructuralFunction
|
||||
@@ -52,6 +53,7 @@ data ItemStructuralFunction
|
||||
| AmmoEffectSF AmmoType
|
||||
| FunctionChangeSF
|
||||
| MakeAutoSF
|
||||
| ProjectileStabiliserSF
|
||||
deriving (Eq, Ord, Show, Read)
|
||||
|
||||
type ComposedItem = (Item, ItemStructuralFunction, LinkTest)
|
||||
|
||||
Reference in New Issue
Block a user