]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
buff syndicate assault borgs (#23797)
authorIlya246 <57039557+Ilya246@users.noreply.github.com>
Tue, 9 Jan 2024 22:33:12 +0000 (02:33 +0400)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 22:33:12 +0000 (15:33 -0700)
rebalance

Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml

index eb8c90fc9523cc6cf4fd6a5276354086eccfc2a0..ac4906666022d11533ed732f6774380eb07915a3 100644 (file)
   id: BorgModuleOperative
   parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
   name: operative cyborg module
-  description: A module that comes with a crowbar, a Cobra pistol, an Emag and a syndicate pinpointer.
+  description: A module that comes with a crowbar, an Emag and a syndicate pinpointer.
   components:
     - type: Sprite
       layers:
     - type: ItemBorgModule
       items:
         - Crowbar
-        - WeaponPistolCobra
         - Emag
         - PinpointerSyndicateNuclear
 
   id: BorgModuleEsword
   parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
   name: energy sword cyborg module
-  description: A module that comes with an energy sword.
+  description: A module that comes with a double energy sword.
   components:
     - type: Sprite
       layers:
         - state: icon-tools
     - type: ItemBorgModule
       items:
-        - EnergySword
+        - EnergySwordDouble
         - PinpointerSyndicateNuclear
 
 - type: entity
index 6bf4eb3db22e3ae545bd9cd21dd1524db2bc8df7..49b2eeaada1370f9d0d539176a9e6de4abfdfbc9 100644 (file)
@@ -84,7 +84,7 @@
   name: L6C ROW
   id: WeaponLightMachineGunL6C
   parent: BaseItem
-  description: A L6 SAW modified for cyborg use. Feeds .30 rifle ammo from an internal 100 round magazine.
+  description: A L6 SAW for use by cyborgs. Creates .30 rifle ammo on the fly from an internal ammo fabricator, which slowly self-charges.
   components:
     - type: Gun
       minAngle: 4
     - type: ContainerContainer
       containers:
         ballistic-ammo: !type:Container
-    - type: BallisticAmmoProvider
+    - type: ProjectileBatteryAmmoProvider
       proto: CartridgeLightRifle
-      capacity: 100
+      fireCost: 100
+    - type: Battery
+      maxCharge: 10000
+      startingCharge: 10000
+    - type: BatterySelfRecharger
+      autoRecharge: true
+      autoRechargeRate: 25
     - type: AmmoCounter