vht/cvarinfo.txt
Alison Watson 6928c2f898 + add aesthetic fixes for small hud font to make it consistent with the big hud font
+ 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
2022-07-10 07:24:30 -06:00

9 lines
373 B
Plaintext

server bool vht_faxe_projectile = true;
server int vht_mwand_damagefunc = 0;
server int vht_mwand_speed = 1;
server int vht_mfrost_damagefunc = 1;
server bool vht_mbloodscourge_foilinvul = false;
server bool vht_player_touchshatter = true;
server bool vht_player_questlog = true;
server int vht_monster_centaur = 2;