Add twisting weapons and feet

This commit is contained in:
2021-06-07 15:03:15 +02:00
parent edd947a857
commit c9ca94e82e
16 changed files with 226 additions and 117 deletions
+30 -30
View File
@@ -1,34 +1,34 @@
module Dodge.Combine.Data
where
data ItemType
= Pipe
| BigTube
| Plate
| MChip
| Magnet
| Motor
| LED
| Hardware
| Nailbox
| Plank
| Prism
| LightSensor
| SoundSensor
| HeatSensor
| CopperWire
| EmptyCan
| Pistol
| AutoGun
| Rifle
| LtAutoGun
| HvAutoGun
| HvRifle
| MultGun Int
| SpreadGun Int
| Launcher Int
| Battery
| PortableFusion
| AutoFiringMech
| FiringMech
| TargetingModule
= TPipe
| TBigTube
| TPlate
| TMChip
| TMagnet
| TMotor
| TLED
| THardware
| TNailbox
| TPlank
| TPrism
| TLightSensor
| TSoundSensor
| THeatSensor
| TCopperWire
| TEmptyCan
| TPistol
| TAutoGun
| TRifle
| TLtAutoGun
| THvAutoGun
| THvRifle
| TMultGun Int
| TSpreadGun Int
| TLauncher Int
| TBattery
| TPortableFusion
| TAutoFiringMech
| TFiringMech
| TTargetingModule
deriving (Eq,Ord)