Skip to content

Commit

Permalink
Extend the Christmas anomaly with extra jolliness
Browse files Browse the repository at this point in the history
  • Loading branch information
FairlySadPanda committed Dec 18, 2024
1 parent 505e35f commit 0d6c382
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,39 @@
sprite: Objects/Consumable/Drinks/lemon-lime-cranberry.rsi
- type: Item
sprite: Objects/Consumable/Drinks/lemon-lime-cranberry.rsi
- type: Fixtures
fixtures:
fix1:
shape: !type:PhysShapeCircle
radius: 0.2
density: 5
mask:
- ItemMask
restitution: 0.3
friction: 0.2
projectile:
shape:
!type:PhysShapeAabb
bounds: "-0.1,-0.1,0.1,0.1"
hard: false
mask:
- Impassable
- BulletImpassable
- type: EmbeddableProjectile
sound: /Audio/Weapons/punch1.ogg
embedOnThrow: True
- type: ThrowingAngle
angle: 0
- type: LandAtCursor
- type: Ammo
muzzleFlash: null
- type: Projectile
deleteOnCollide: false
onlyCollideWhenShot: true
damage:
types:
Blunt: 1
Cold: 2 # Refreshing

- type: entity
parent: DrinkCanBaseFull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,4 +983,7 @@
maxRange: 6
spawns:
- PresentRandomInsane

- type: ProjectileAnomaly
projectilePrototype: DrinkLemonLimeCranberryCan
minProjectiles: 1
maxProjectiles: 3

0 comments on commit 0d6c382

Please sign in to comment.