Skip to content

Commit

Permalink
Rifle Buffs (Goob-Station#814)
Browse files Browse the repository at this point in the history
buff rifles
  • Loading branch information
TwoDucksOnnaPlane authored Nov 12, 2024
1 parent 71828d6 commit 3a98c76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- type: entity
id: BulletLightRifle
name: bullet (.20 rifle)
name: bullet (0.30 rifle)
parent: BaseBullet
categories: [ HideSpawnMenu ]
components:
- type: Projectile
damage:
types:
Piercing: 19
Piercing: 24

- type: entity
id: BulletLightRiflePractice
name: bullet (.20 rifle practice)
name: bullet (0.30 rifle practice)
parent: BaseBulletPractice
categories: [ HideSpawnMenu ]
components:
Expand All @@ -23,23 +23,23 @@
- type: entity
id: BulletLightRifleIncendiary
parent: BaseBulletIncendiary
name: bullet (.20 rifle incendiary)
name: bullet (0.30 rifle incendiary)
categories: [ HideSpawnMenu ]
components:
- type: Projectile
damage:
types:
Blunt: 3
Heat: 16
Blunt: 5
Heat: 19

- type: entity
id: BulletLightRifleUranium
parent: BaseBulletUranium
name: bullet (.20 rifle uranium)
name: bullet (0.30 rifle uranium)
categories: [ HideSpawnMenu ]
components:
- type: Projectile
damage:
types:
Radiation: 9
Piercing: 10
Radiation: 11
Piercing: 13
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- type: Projectile
damage:
types:
Piercing: 17
Piercing: 22

- type: entity
id: BulletRiflePractice
Expand All @@ -30,7 +30,7 @@
damage:
types:
Blunt: 2
Heat: 15
Heat: 20

- type: entity
id: BulletRifleUranium
Expand All @@ -41,6 +41,6 @@
- type: Projectile
damage:
types:
Radiation: 7
Piercing: 8
Radiation: 10
Piercing: 12

0 comments on commit 3a98c76

Please sign in to comment.