Merge pull request #9926 from reaperrr/d2k-spiceblooms3
Further improve D2k spiceblooms
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
spicebloom.spawnpoint:
|
||||
HiddenUnderShroud:
|
||||
Type: CenterPosition
|
||||
BodyOrientation:
|
||||
QuantizedFacings: 1
|
||||
RenderSprites:
|
||||
Image: spicebloom
|
||||
SpiceBloom:
|
||||
GrowthTerrainTypes: Sand
|
||||
SpawnActor: spicebloom
|
||||
GrowthSequences: grow0
|
||||
GrowthDelay: 250, 750
|
||||
RespawnDelay: 1, 2
|
||||
Explodes:
|
||||
Weapon: BloomSpawn
|
||||
EmptyWeapon: BloomSpawn
|
||||
Health:
|
||||
HP: 9999
|
||||
Radius: 1
|
||||
Immobile:
|
||||
OccupiesSpace: false
|
||||
|
||||
spicebloom:
|
||||
HiddenUnderShroud:
|
||||
BodyOrientation:
|
||||
|
||||
@@ -46,6 +46,11 @@ explosion:
|
||||
BlendMode: Alpha
|
||||
Offset: 12, -10
|
||||
Tick: 120
|
||||
bloomspawn: DATA.R8
|
||||
Start: 3980
|
||||
Length: 8
|
||||
Tick: 120
|
||||
Offset: 0, -16
|
||||
corpse: DATA.R8
|
||||
Start: 430
|
||||
Length: 12
|
||||
@@ -336,6 +341,11 @@ crate:
|
||||
Offset: -16,-16
|
||||
|
||||
spicebloom:
|
||||
grow0: DATA.R8
|
||||
Start: 106
|
||||
Length: 1
|
||||
ZOffset: -1023
|
||||
Offset: -16,-16
|
||||
grow1: DATA.R8
|
||||
Start: 107
|
||||
Length: 1
|
||||
|
||||
@@ -820,3 +820,12 @@ BloomExplosion:
|
||||
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath
|
||||
AffectsParent: true
|
||||
|
||||
BloomSpawn:
|
||||
Range: 0c1
|
||||
Projectile: Bullet
|
||||
Speed: 1c0
|
||||
Blockable: false
|
||||
Image: null
|
||||
Warhead@1Eff: CreateEffect
|
||||
Explosion: bloomspawn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user