Flamethrower

This commit is contained in:
Cong
2021-05-16 23:58:57 +10:00
parent dbca4036b9
commit 977c342a2f
15 changed files with 61 additions and 34 deletions

View File

@@ -232,6 +232,24 @@
},
"Range": 7
},
{
"Name": "fireball_hit",
"Pic": {
"Type": "Animated",
"Sprites": "fireball_hit",
"TicksPerFrame": 4
},
"Range": 4
},
{
"Name": "fireball_green_hit",
"Pic": {
"Type": "Animated",
"Sprites": "fireball_green_hit",
"TicksPerFrame": 4
},
"Range": 4
},
{
"Name": "blood1",
"Pic": {

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -89,6 +89,28 @@
"Object": "hits/knife_hard",
"Flesh": "hits/knife_flesh"
}
},
{
"Name": "fireball",
"Pic": {
"Type": "Animated",
"Sprites": "fireball",
"TicksPerFrame": 4
},
"Speed": 350,
"Range": 200,
"Power": 15,
"Mass": 18.0,
"Size": [3, 3],
"Special": {
"Effect": "Flame"
},
"Spark": "fireball_hit",
"HitSounds": {
"Object": "hits/fire",
"Flesh": "hits/fire",
"Wall": "hits/fire"
}
}
]
}

View File

@@ -48,7 +48,7 @@
"speed": 128,
"Gun": "Dog Bite",
"maxHealth": 1,
"flags": 0,
"flags": 1024,
"probabilityToMove": 50,
"probabilityToTrack": 68,
"probabilityToShoot": 0,
@@ -84,11 +84,11 @@
"speed": 194,
"Gun": "Guard Pistol",
"maxHealth": 55,
"flags": 1152,
"flags": 128,
"probabilityToMove": 50,
"probabilityToTrack": 42,
"probabilityToShoot": 12,
"actionDelay": 15
"actionDelay": 5
},
{
"Class": "Officer",
@@ -192,7 +192,7 @@
"speed": 192,
"Gun": "Dual Chain Gun",
"maxHealth": 1000,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -226,7 +226,7 @@
"Hair": "000000ff",
"Feet": "404040ff",
"speed": 192,
"Gun": "Flamer",
"Gun": "Flamethrower",
"maxHealth": 350,
"flags": 1152,
"probabilityToMove": 50,
@@ -282,7 +282,7 @@
"speed": 256,
"Gun": "Dual Chain Gun",
"maxHealth": 1000,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -300,7 +300,7 @@
"speed": 194,
"Gun": "Dual Chain Gun",
"maxHealth": 1000,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -318,7 +318,7 @@
"speed": 192,
"Gun": "Dual Chain Gun",
"maxHealth": 1000,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -336,7 +336,7 @@
"speed": 192,
"Gun": "Dual Chain Gun",
"maxHealth": 1000,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -354,7 +354,7 @@
"speed": 258,
"Gun": "Dual Chain Gun",
"maxHealth": 1100,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
@@ -390,7 +390,7 @@
"speed": 256,
"Gun": "Dual Chain Gun",
"maxHealth": 1400,
"flags": 128,
"flags": 1152,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,

View File

@@ -112,6 +112,16 @@
"SoundLockLength": 10,
"CanShoot": false,
"CanDrop": false
},
{
"Name": "Flamethrower",
"Pic": "",
"Bullet": "fireball",
"Cost": 1,
"Lock": 30,
"Sound": "fireball",
"MuzzleFlashParticle": "",
"CanDrop": false
}
]
}

View File

@@ -1,23 +0,0 @@
{
"Version": 2,
"Particles": [
{
"Name": "fireball_hit",
"Pic": {
"Type": "Animated",
"Sprites": "fireball_hit",
"TicksPerFrame": 4
},
"Range": 4
},
{
"Name": "fireball_green_hit",
"Pic": {
"Type": "Animated",
"Sprites": "fireball_green_hit",
"TicksPerFrame": 4
},
"Range": 4
}
]
}