diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 960e37a6ccc..f26d9019e1f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -236,7 +236,8 @@ - state: icon-pka - type: ItemBorgModule items: - - WeaponProtoKineticAccelerator + - WeaponProtoKineticAcceleratorborg #Floof + - SurvivalKnife # floof they are salavaging they should be able to cut a fish - type: entity id: BorgModuleGrapplingGun diff --git a/Resources/Prototypes/Floof/Entities/Objects/Weapons/borgmodules.yml b/Resources/Prototypes/Floof/Entities/Objects/Weapons/borgmodules.yml new file mode 100644 index 00000000000..19ca7344e94 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Weapons/borgmodules.yml @@ -0,0 +1,17 @@ +- type: entity + id: WeaponProtoKineticAcceleratorborg + parent: WeaponProtoKineticAccelerator + name: proto-kinetic accelerator borg + noSpawn: true + components: + - type: Gun + fireRate: 0.5 + selectedMode: SemiAuto + minAngle: 1 + maxAngle: 3 + availableModes: + - SemiAuto + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg + fireOnDropChance: 1 +