Skip to content

Commit

Permalink
YML Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Mar 8, 2024
1 parent fde4805 commit d12788a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- type: GunWieldBonus
minAngle: -43
maxAngle: -43
- type: Wieldable
# - type: Wieldable # Frontier
- type: Gun
fireRate: 0.5
selectedMode: SemiAuto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
graph: PKASawn #Frontier
node: start #Frontier
deconstructionTarget: null #Frontier
- type: Wieldable # Frontier
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: WeaponProtoKineticAcceleratorSawn
parent: BaseItem # can't inherit from base PKA since it has baked in Wieldable component
parent: WeaponProtoKineticAcceleratorBase
name: sawn-off proto-kinetic accelerator
description: boundaries and rules are ment to be broken otherwise there will be no progress, but this thing here is a good argumant against that statement.
components:
Expand All @@ -15,34 +15,11 @@
- type: Gun
fireRate: 8
selectedMode: FullAuto
angleDecay: 45
minAngle: 41
maxAngle: 55
availableModes:
- FullAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg
- type: AmmoCounter
- type: RechargeBasicEntityAmmo
rechargeCooldown: 0.75
rechargeSound:
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg
- type: BasicEntityAmmoProvider
proto: BulletKinetic
capacity: 1
count: 1
- type: Clothing
sprite: _NF/Objects/Weapons/Guns/Basic/sawn_kinetic_accelerator.rsi
quickEquip: false
slots:
- suitStorage
- Belt
- type: Tag
tags:
- Sidearm
- type: Construction
graph: PKASawn
node: pkasawn
deconstructionTarget: null
- type: UseDelay
delay: 0

0 comments on commit d12788a

Please sign in to comment.