Skip to content

Commit

Permalink
adds missing animations for projectile grenades
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Dynamic committed Jan 14, 2025
1 parent 5cb41ae commit 3e9df19
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
containers:
cluster-payload: !type:Container
- type: ProjectileGrenade
- type: AnimationPlayer
- type: GenericVisualizer
visuals:
enum.Trigger.TriggerVisuals.VisualState:
enum.ConstructionVisuals.Layer:
Primed: { state: primed }
Unprimed: { state: icon }

- type: entity
parent: [ProjectileGrenadeBase, BaseRestrictedContraband]
Expand All @@ -41,10 +48,6 @@
- type: SpawnOnTrigger
proto: GrenadeFlashEffect
- type: OnUseTimerTrigger
beepSound:
path: "/Audio/Effects/beep1.ogg"
params:
volume: 5
initialBeepDelay: 0
beepInterval: 2
delay: 3.5
Expand Down

0 comments on commit 3e9df19

Please sign in to comment.