Silver Bullet JET fully implemented.

Ammo rebalancing.
Damage boost to Candy Gun.
Various small adjustments.
Grilled Cheese Sandwich now gives 3 seconds of invulnerability on activation.
This commit is contained in:
Mari the Deer 2020-06-13 21:32:28 +02:00
commit fb078b7232
65 changed files with 1095 additions and 69 deletions

View file

@ -52,6 +52,32 @@ decalgroup BigWallCrack
BigWallCrack2 1
}
decal HugeWallCrack1
{
pic WallCrk1
translucent 0.9
shade "00 00 00"
x-scale 1.5
y-scale 1.5
randomflipx
randomflipy
}
decal HugeWallCrack2
{
pic WallCrk2
translucent 0.9
shade "00 00 00"
x-scale 1.5
y-scale 1.5
randomflipx
randomflipy
}
decalgroup HugeWallCrack
{
HugeWallCrack1 1
HugeWallCrack2 1
}
decal SaltMark
{
@ -204,3 +230,67 @@ decalgroup TinyBulletChip
TinyBulletChip4 1
TinyBulletChip5 1
}
decal BigBulletChip1
{
pic CHIP1
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BigBulletChip2
{
pic CHIP2
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BigBulletChip3
{
pic CHIP3
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BigBulletChip4
{
pic CHIP4
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decal BigBulletChip5
{
pic CHIP5
translucent 0.85
shade "00 00 00"
x-scale 1.0
y-scale 1.0
randomflipx
randomflipy
}
decalgroup BigBulletChip
{
BigBulletChip1 1
BigBulletChip2 1
BigBulletChip3 1
BigBulletChip4 1
BigBulletChip5 1
}