Skip to content

Commit

Permalink
guns and novakid
Browse files Browse the repository at this point in the history
  • Loading branch information
Filokini committed Dec 21, 2024
1 parent 1a8cdc7 commit e33eef3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public sealed partial class GunComponent : Component
/// The base value for how fast the projectile moves.
/// </summary>
[DataField]
public float ProjectileSpeed = 62f;
public float ProjectileSpeed = 42f;

/// <summary>
/// How fast the projectile moves.
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/ADT/Catalog/boobr_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

- type: listing
id: ADTBoberAntilyingAttachment
abstract: true # Убран на доработку
name: boobr-weapon-attachments-antilying-name
description: boobr-weapon-attachments-antilying-desc
icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Attachments/barrel.rsi, state: antilying }
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/ADT/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@

- type: listing
id: ADTUplinkAntilyingAttachment
abstract: true # Убран на доработку
name: uplink-attachments-antilying-name
description: uplink-attachments-antilying-description
icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Attachments/barrel.rsi, state: antilying }
Expand Down Expand Up @@ -601,7 +602,7 @@
Telecrystal: 6
categories:
- UplinkChemicals

- type: listing
id: ADTUplinkGrenadeLauncherBundle
name: ADTuplink-grenade-launcher-bundle-name
Expand All @@ -625,4 +626,4 @@
- UplinkPointless
conditions:
- !type:ListingLimitedStockCondition
stock: 3
stock: 3
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/Entities/Mobs/Species/novakid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
scaleByQuantity: true
damage:
types:
Сold: 0.12 # Повышенный дамаг от водички и моющего средства. Пшик-пшик
Heat: 0.25 # Повышенный дамаг от водички и моющего средства. Пшик-пшик
- !type:PopupMessage
type: Local
visualType: Large
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: china lake
parent: [BaseWeaponLauncher, BaseGunWieldable, BaseSyndicateContraband, ADTBaseMagneticGun, ADTBasePumpingGun]
id: ADTWeaponLauncherChinaLake
suffix: Actual
description: PLOOP.
components:
- type: Sprite
Expand All @@ -17,6 +18,7 @@
- type: AmmoCounter
- type: Gun
fireRate: 1
projectileSpeed: 25
selectedMode: SemiAuto
availableModes:
- SemiAuto
Expand All @@ -36,6 +38,7 @@
parent: [BaseWeaponLauncher, BaseMajorContraband, ADTBaseMagneticGun, BaseGunWieldable]
id: ADTWeaponLauncherRocket
description: A modified ancient rocket-propelled grenade launcher.
suffix: Actual
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Launchers/rocket.rsi
Expand All @@ -48,6 +51,7 @@
sprite: Objects/Weapons/Guns/Launchers/rocket.rsi
- type: Gun
fireRate: 0.5
projectileSpeed: 25
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/rpgfire.ogg
- type: BallisticAmmoProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
minAngle: 21
maxAngle: 32
shotsPerBurst: 5
burstFireRate: 10 # ADT tweak
burstCooldown: 0.2 # ADT tweak
availableModes:
- SemiAuto
- Burst
Expand Down Expand Up @@ -161,8 +163,8 @@
- type: Gun
minAngle: 21
maxAngle: 32
fireRate: 12
burstFireRate: 12
fireRate: 6 # ADT tweak
burstFireRate: 8 # ADT nerf
selectedMode: FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
Expand Down

0 comments on commit e33eef3

Please sign in to comment.