Skip to content

Commit

Permalink
added the file for clustershit
Browse files Browse the repository at this point in the history
  • Loading branch information
Creatorbot01 authored Jan 11, 2025
1 parent 1dfc07d commit 3cebc76
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
#also in base game this file should be called clusterbang.yml for some reason. eh who cared. -cr

- type: entity
parent: GrenadeBase
id: Clustercleanade
name: cluster cleanade
description: Why use one cleanade when you can use three at once!
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/clusterbomb.rsi
layers:
- state: icon
map: ["enum.TriggerVisualLayers.Base"]
- type: ClusterGrenade
fillPrototype: CleanerGrenade
velocity: 3.5
distance: 5
- type: OnUseTimerTrigger
beepSound:
path: "/Audio/Effects/beep1.ogg"
params:
volume: 5
initialBeepDelay: 0
beepInterval: 0.5
- type: EmitSoundOnTrigger
sound:
path: "/Audio/Machines/door_lock_off.ogg"
- type: ContainerContainer
containers:
cluster-payload: !type:Container

- type: entity
parent: GrenadeBase
id: Clusternuke
name: cluster nuclear option
description: if you see this, you either an admeme or about to be vaporize. #i dont bother spellchecking this cause nobody except the maintainer that check this shit. -cr
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/clusterbomb.rsi
layers:
- state: icon
map: ["enum.TriggerVisualLayers.Base"]
- type: ClusterGrenade
fillPrototype: NuclearGrenade
velocity: 3.5
distance: 5
- type: OnUseTimerTrigger
beepSound:
path: "/Audio/Effects/beep1.ogg"
params:
volume: 5
initialBeepDelay: 0
beepInterval: 0.5
- type: EmitSoundOnTrigger
sound:
path: "/Audio/Machines/door_lock_off.ogg"
- type: ContainerContainer
containers:
cluster-payload: !type:Container

0 comments on commit 3cebc76

Please sign in to comment.