Unapolagetic FG13 Flamethrower Buffs (#4749)
* gamers gotta win * i ❤️ uncommented changes no comment on Quantity/maxVol since values are now identical to Imp * syndie gaming "was" comments are going off the initial values from https://github.com/impstation/imp-station-14/pull/2575/ --------- Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
This commit is contained in:
parent
96e99dae5a
commit
5726c685d6
|
|
@ -33,9 +33,9 @@
|
|||
productEntity: WeaponFlamerXiuhcoatl
|
||||
discountCategory: veryRareDiscounts
|
||||
discountDownTo:
|
||||
Telecrystal: 12
|
||||
Telecrystal: 10 # DeltaV - was 14
|
||||
cost:
|
||||
Telecrystal: 15
|
||||
Telecrystal: 12 # DeltaV - was 16
|
||||
categories:
|
||||
- UplinkWeaponry
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@
|
|||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
Heat: 3
|
||||
Heat: 4 # DeltaV - was 3
|
||||
soundHit:
|
||||
path: /Audio/Effects/lightburn.ogg
|
||||
forceSound: true
|
||||
- type: IgniteOnCollide
|
||||
fireStacks: 0.12
|
||||
fireStacks: 0.36 # DeltaV - was 0.12
|
||||
- type: IgnitionSource
|
||||
temperature: 700
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
size: Ginormous
|
||||
- type: GunRequiresWield
|
||||
- type: Gun
|
||||
projectileSpeed: 5
|
||||
projectileSpeed: 6.5 # DeltaV - was 5
|
||||
clumsyProof: false
|
||||
cameraRecoilScalar: 0
|
||||
fireRate: 8
|
||||
|
|
@ -39,12 +39,12 @@
|
|||
chamber:
|
||||
reagents:
|
||||
- ReagentId: WeldingFuel
|
||||
Quantity: 960
|
||||
maxVol: 960 # 1 minute of fuel
|
||||
Quantity: 600
|
||||
maxVol: 600
|
||||
- type: SolutionAmmoProvider
|
||||
solutionId: chamber
|
||||
proto: BulletFlamethrower
|
||||
fireCost: 2
|
||||
fireCost: 2 # DeltaV - was 3
|
||||
- type: SolutionItemStatus
|
||||
solution: chamber
|
||||
- type: SolutionRefuel
|
||||
|
|
|
|||
Loading…
Reference in New Issue