-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathhellfireburst.projectile
56 lines (56 loc) · 1.35 KB
/
hellfireburst.projectile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"projectileName" : "hellfireburst",
"image" : "hellfireburst.png",
"animationCycle" : 0.9,
"physics" : "bullet",
"level" : 7,
"damageKindImage" : "icon.png",
"frameNumber" : 9,
"speed" : 0,
"lightColor" : [255,141,40],
"timeToLive" : 0.3,
"piercing" : false,
"damagePoly" : [ [-9, 0], [-6, -6], [0, -27], [6, -6], [9, 0], [6, 6], [0, 27], [-6, 6] ],
"damageKind" : "fireplasma",
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/hellfireexplosion/hellfireexplosion.config"
},
{
"action" : "projectile",
"type" : "hellfireprojectile",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.32,
"angleAdjust" : 45
},
{
"action" : "projectile",
"type" : "hellfireprojectile",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.32,
"angleAdjust" : -45
},
{
"action" : "projectile",
"type" : "hellfireprojectile",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.32,
"angleAdjust" : 90
},
{
"action" : "projectile",
"type" : "hellfireprojectile",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.32,
"angleAdjust" : -90
},
{
"action" : "projectile",
"type" : "hellfireprojectile",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.32,
"angleAdjust" : 0
}
]
}