China Lake Buff (#9543)

This commit is contained in:
Nemanja
2022-07-09 00:53:23 -04:00
committed by GitHub
parent d9fb4151d9
commit fb95c9c7f3
2 changed files with 9 additions and 8 deletions

View File

@@ -97,17 +97,15 @@
parent: ClothingBackpackDuffelSyndicateAmmo parent: ClothingBackpackDuffelSyndicateAmmo
id: ClothingBackpackDuffelSyndicateFilledGrenadeLauncher id: ClothingBackpackDuffelSyndicateFilledGrenadeLauncher
name: China-Lake bundle name: China-Lake bundle
description: "An old China-Lake grenade launcher bundled with 9 rounds of various destruction capability." description: "An old China-Lake grenade launcher bundled with 8 rounds of various destruction capability."
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: WeaponLauncherChinaLake - id: WeaponLauncherChinaLake
- id: GrenadeBlast - id: GrenadeBlast
amount: 3 amount: 4
- id: GrenadeFlash
amount: 3
- id: GrenadeFrag - id: GrenadeFrag
amount: 3 amount: 4
- type: entity - type: entity
parent: ClothingBackpackDuffelSyndicateAmmo parent: ClothingBackpackDuffelSyndicateAmmo

View File

@@ -247,8 +247,9 @@
- type: ExplodeOnTrigger - type: ExplodeOnTrigger
- type: Explosive - type: Explosive
explosionType: Default explosionType: Default
totalIntensity: 500 # a ~7 tile radius. This is pretty big. totalIntensity: 150 # a ~2 tile radius
maxIntensity: 10 # caps at 150 damage intensitySlope: 5
maxIntensity: 10
- type: entity - type: entity
id: BulletGrenadeFlash id: BulletGrenadeFlash
@@ -277,7 +278,9 @@
- type: ExplodeOnTrigger - type: ExplodeOnTrigger
- type: Explosive - type: Explosive
explosionType: Default explosionType: Default
totalIntensity: 64 # about a ~4 tile radius totalIntensity: 175 # about a ~6 tile radius
intensitySlope: 1
maxIntensity: 10
- type: entity - type: entity
id: BulletFoam id: BulletFoam