Rethink weapon repetitions

This commit is contained in:
2025-06-04 21:03:25 +01:00
parent 9797f610aa
commit 62cac29a59
7 changed files with 166 additions and 187 deletions
-8
View File
@@ -15,8 +15,6 @@ import Dodge.Data.Item
import Dodge.Default.Item
import Linear
--import Geometry.Data
flatShield :: Item
flatShield =
defaultHeldItem
@@ -39,9 +37,7 @@ detector dt =
defaultHeldItem
& itUseCondition .~ UseableAnytime
& itUse . heldDelay . rateMax .~ 20
-- & itUse . heldAim . aimZoom .~ defaultItZoom{_izFac = 1}
& itAmmoSlots .~ singleAmmo ElectricalAmmo
-- & itUse . heldParams .~ DefaultHeldParams
& itType .~ DETECTOR dt
& itUse . heldMuzzles . ix 0 . mzEffect .~ MuzzleDetector
& itUse . heldMuzzles . ix 0 . mzAmmoPerShot .~ UseExactly 100
@@ -51,9 +47,7 @@ blinker =
defaultHeldItem
& itUseCondition .~ UseableAnytime
& itUse . heldDelay . rateMax .~ 20
-- & itUse . heldAim . aimZoom .~ defaultItZoom{_izFac = 1}
& itAmmoSlots .~ singleAmmo ElectricalAmmo
-- & itUse . heldParams .~ DefaultHeldParams
& itUse . heldMuzzles . ix 0 . mzEffect .~ MuzzleBlink
& itUse . heldMuzzles . ix 0 . mzAmmoPerShot .~ UseExactly 10000000
& itType .~ HELD BLINKER
@@ -64,8 +58,6 @@ unsafeBlinker =
& itUse . heldMuzzles . ix 0 . mzEffect .~ MuzzleUnsafeBlink
& itType .~ HELD BLINKERUNSAFE
-- & itUse . uequipEffect . eeViewDist ?~ 400
rewinder :: Item
rewinder =
blinker