Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the damage of rubber bullet projectiles #1014

Closed
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 6
- type: StaminaDamageOnCollide
damage: 30

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 5 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 5 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers.

- type: entity
id: BulletLightRifleIncendiary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 9 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers. More cuz revolver, as below.
- type: StaminaDamageOnCollide
damage: 35 # 3 hits to stun cuz revolver

Expand All @@ -44,7 +44,7 @@
types:
Blunt: 3
Heat: 32

- type: entity
id: BulletMagnumAP
name: bullet (.45 magnum armor-piercing)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 5 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers.

- type: entity
id: BulletPistolIncendiary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 5 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers.

- type: entity
id: BulletRifleIncendiary
Expand All @@ -42,7 +42,7 @@
types:
Blunt: 2
Heat: 15

- type: entity
id: BulletRifleUranium
parent: BaseBulletUranium
Expand All @@ -54,4 +54,4 @@
types:
Radiation: 7
Piercing: 8

Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
- type: Projectile
damage:
types:
Blunt: 3
Blunt: 5 # Delta-V: Previously 3. Rubber bullets are otherwise a direct upgrade to disablers.
soundHit:
path: /Audio/Weapons/Guns/Hits/snap.ogg
- type: StaminaDamageOnCollide
Expand Down
Loading