Skip to content

Commit

Permalink
More nader (#142)
Browse files Browse the repository at this point in the history
# Description

Added Lube nade.
also reuse pyronade texture on lube nade(going to make saperate pr to
change this later)
---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- add: Added Lubenade
  • Loading branch information
Erisfiregamer1 authored Jan 23, 2025
2 parents df6e454 + 3ac988a commit fb1083b
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: entity
parent: SmokeGrenade
id: LubeGrenades
name: lubenade
description: A special grenade for elite clowns. Releases a large cloud of lube foam.
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/pyrogrenade.rsi
- type: SmokeOnTrigger
duration: 15
spreadAmount: 50
smokePrototype: Foam
solution:
reagents:
- ReagentId: SpaceLube
Quantity: 30

0 comments on commit fb1083b

Please sign in to comment.