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

Pka Salvage Borg Changes #454

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
- type: entity
name: Borg kinetic Accelerator
parent: BaseWeaponBatterySmall
id: WeaponProtoKineticAcceleratorborg
description: borg salvage gun
components:
- type: Sprite
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
layers:
- state: icon
map: ["enum.GunVisualLayers.Base"]
- type: Clothing
sprite: Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi
- type: Gun
fireRate: 0.5
availableModes:
- SemiAuto
minAngle: 1
maxAngle: 3
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg
fireOnDropChance: 0.5
- type: ProjectileBatteryAmmoProvider
proto: BulletKinetic
fireCost: 100
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 40
- type: Battery
maxCharge: 1000
startingCharge: 1000
- type: Appearance
- type: Tag
tags:
- Sidearm
- type: StaticPrice
price: 750

Loading