Grenade Launcher Adjustments (#1230)

This commit is contained in:
Swept
2020-07-02 18:37:24 +00:00
committed by GitHub
parent dbd9ee1671
commit 7d346ede28
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Timers;
using Content.Shared.GameObjects.Components.Weapons.Ranged.Barrels;
using Robust.Server.GameObjects;
@@ -167,7 +167,7 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition
Magnum,
AntiMaterial,
Shotgun,
Cap, // Placeholder
Cap,
Rocket,
Dart, // Placeholder
Grenade,

View File

@@ -169,8 +169,8 @@
- type: Projectile
deleteOnCollide: false
- type: Explosive
devastationRange: 3
heavyImpactRange: 5
devastationRange: 1
heavyImpactRange: 2
lightImpactRange: 7
flashRange: 10
@@ -205,9 +205,9 @@
- type: Projectile
deleteOnCollide: false
- type: Explosive
devastationRange: 3
heavyImpactRange: 5
lightImpactRange: 7
devastationRange: 0
heavyImpactRange: 1
lightImpactRange: 4
flashRange: 10
- type: entity