Add gimbal and gyroscope, allowing more fine tuned projectile control

This commit is contained in:
2024-12-30 11:41:20 +00:00
parent 4c9632b3f3
commit 87f068f01a
11 changed files with 308 additions and 239 deletions
+2
View File
@@ -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)
+2
View File
@@ -72,6 +72,8 @@ data AttachType
| BULLETSYNTH
| REMOTESCREEN
| JOYSTICK
| GIMBAL
| GYROSCOPE
| REMOTEDETONATOR
| SMOKEREDUCER
| HOMINGMODULE