36 lines
1.0 KiB
Plaintext
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"
|
||
|
}
|