Skip to content

Commit

Permalink
More Fire stack less damage
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserMaus committed Dec 11, 2024
1 parent cd47c53 commit 72db57c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: HitScanCartridgeAmmo
proto: BulletLightRifleIncendiary
- type: IgniteOnAmmoHit
fireStacks: 0.45
fireStacks: 0.8 # Sunrise-Edit
- type: Sprite
layers:
- state: base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: HitScanCartridgeAmmo
proto: BulletMagnumIncendiary
- type: IgniteOnAmmoHit
fireStacks: 0.45
fireStacks: 0.8 # Sunrise-Edit
- type: Sprite
layers:
- state: base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: HitScanCartridgeAmmo
proto: BulletPistolIncendiary
- type: IgniteOnAmmoHit
fireStacks: 0.45
fireStacks: 0.8 # Sunrise-Edit
- type: Sprite
layers:
- state: base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: HitScanCartridgeAmmo
proto: BulletRifleIncendiary
- type: IgniteOnAmmoHit
fireStacks: 0.45
fireStacks: 0.8 # Sunrise-Edit
- type: Sprite
layers:
- state: base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
- type: HitScanCartridgeAmmo
proto: PelletShotgunIncendiarySpread
- type: IgniteOnAmmoHit
fireStacks: 0.45
fireStacks: 0.8 # Sunrise-Edit
- type: SpentAmmoVisuals
state: "incendiary"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 6 #Sunrise-Start
Piercing: 10
Blunt: 13 #Sunrise-Start
Heat: 3 #Sunrise-End

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- type: Projectile
damage:
types:
Blunt: 15 #Sunrise-Start
Piercing: 15
Blunt: 10 #Sunrise-Start
Piercing: 10
Heat: 5 #Sunrise-End

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 4 #Sunrise-Start
Piercing: 10
Blunt: 8 #Sunrise-Start
Heat: 2 #Sunrise-End

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
- type: Projectile
damage:
types:
Blunt: 7 #Sunrise-Start
Piercing: 10
Blunt: 12 #Sunrise-Start
Heat: 2 #Sunrise-End

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
- type: Projectile
damage:
types:
Blunt: 4 #Sunrise-Start
Piercing: 3
Blunt: 5 #Sunrise-Start
Heat: 3 #Sunrise-End
- type: IgnitionSource
ignited: true
Expand Down

0 comments on commit 72db57c

Please sign in to comment.