Alison Watson
6928c2f898
+ add option to add a projectile to timon's axe (splits mana use) + add option to speed up sapphire wand + make pickup flashes bright + make sapphire wand's trail look more like the explosion + add option to display a detailed quest log on the automap + make ettins and centaurs not play a hit sound when missing + add an option to set the behaviour of centaurs to make them more vulnerable + add an option to make players shatter frozen enemies on touch + add an option to change the sapphire wand's damage function + make sapphire wand's projectile appear at the proper height + add an option to change the frost spell's damage function + add an option to make bloodscourge's projectiles foil invulnerability
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
class VhtPickupFlash : PickupFlash replaces PickupFlash {
|
|
default {
|
|
+Bright;
|
|
}
|
|
}
|
|
|
|
class VhtMageWandSmoke : MageWandSmoke replaces MageWandSmoke {
|
|
default {
|
|
RenderStyle "Add";
|
|
Translation "156:163=217:223";
|
|
}
|
|
}
|