vht/menudef.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

36 lines
1.0 KiB
Plaintext

OptionValue "VhtDamageFunc" {
0, "$VHT_OPT_VANILLA"
1, "$VHT_OPT_MODIFIED"
2, "$VHT_OPT_CONSTANT"
}
OptionValue "VhtOnOff" {
0, "$VHT_OPT_VANILLA"
1, "$VHT_OPT_MODIFIED"
}
OptionValue "VhtCentaurBehaviour" {
0, "$VHT_OPT_VANILLA"
1, "$VHT_OPT_NOREFLECT"
2, "$VHT_OPT_ANGLED"
}
AddOptionMenu "OptionsMenu" {
SubMenu "$OPTMNU_VHT", "VhtMenu"
}
OptionMenu "VhtMenu" {
Title "$OPTMNU_VHT"
StaticText "Weapons"
Option "$VHT_FAXE_PROJECTILE", "vht_faxe_projectile", "OnOff"
Option "$VHT_MWAND_DAMAGEFUNC", "vht_mwand_damagefunc", "VhtDamageFunc"
ScaleSlider "$VHT_MWAND_SPEED", "vht_mwand_speed", 0, 6, 1, "$VHT_OPT_VANILLA"
Option "$VHT_MFROST_DAMAGEFUNC", "vht_mfrost_damagefunc", "VhtDamageFunc"
Option "$VHT_MBLOODSCOURGE_FOILINVUL", "vht_mbloodscourge_foilinvul", "OnOff"
StaticText "Players"
Option "$VHT_PLAYER_TOUCHSHATTER", "vht_player_touchshatter", "OnOff"
Option "$VHT_PLAYER_QUESTLOG", "vht_player_questlog", "OnOff"
StaticText "Monsters"
Option "$VHT_MONSTER_CENTAUR", "vht_monster_centaur", "VhtCentaurBehaviour"
}