diff --git a/gods/altars/altarvalk.arc b/gods/altars/altarvalk.arc new file mode 100644 index 000000000..1cf4428a8 --- /dev/null +++ b/gods/altars/altarvalk.arc @@ -0,0 +1,19 @@ +Object altar_valkyrie +name Altar of Valkyrie +other_arch Valkyrie +type 56 +face altarvalk.111 +no_pick 1 +level 100 +editable 48 +visibility 50 +magicmap grey +randomitems altar_valkyrie +end +Object altar_valkyrie_pray_event +title Python +slaying /python/gods/altar_valkyrie.py +type 116 +subtype 1 +end + diff --git a/gods/altars/altarvalk.base.111.png b/gods/altars/altarvalk.base.111.png new file mode 100644 index 000000000..83a195dff Binary files /dev/null and b/gods/altars/altarvalk.base.111.png differ diff --git a/gods/demihumans/valkyrie.arc b/gods/demihumans/valkyrie.arc new file mode 100644 index 000000000..48cef23d2 --- /dev/null +++ b/gods/demihumans/valkyrie.arc @@ -0,0 +1,40 @@ +# demihumans -- warrior goddess Valkyrie +Object Valkyrie +title Byd +type 50 +slaying unnatural,angel,demon,undead +# FIXME +face knight.111 +animation knight +monster 1 +alive 1 +# godpower, physical +attacktype 1048577 +Str 30 +Con 30 +Dex 30 +Int 30 +Wis 30 +Pow 30 +# denied: all +path_denied 1048575 +path_attuned 0 +resist_magic 100 +wc 6 +dam 20 +hp 350 +last_sp -5 +level 15 +speed 0.20 +can_cast_spell 0 +can_use_weapon 1 +can_use_armour 1 +can_use_shield 1 +msg +the Brave, the Just, Deathbringer +endmsg +exp 1 +weight 100000 +randomitems Valkyrie +editable 0 +end diff --git a/gods/demihumans/valkyrie.trs b/gods/demihumans/valkyrie.trs new file mode 100644 index 000000000..5c12e515b --- /dev/null +++ b/gods/demihumans/valkyrie.trs @@ -0,0 +1,41 @@ +############################################################# +# Valkyrie - goddess of warriors +treasure Valkyrie + arch god_restore_grace + more + arch god_restore_hitpoints + more + arch god_cure_confusion + more + arch god_remove_curse + chance 50 + more + arch god_remove_damnation + chance 30 + more + arch god_remove_depletion + chance 50 + more + arch valkyrie_general_info + chance 10 + more +arch god_grace_limit_low + more + arch god_enchant_weapon_low + chance 50 + more +arch god_grace_limit_medium + more + arch god_enchant_weapon_medium + chance 50 + more +arch god_grace_limit_high + more + arch amulet_lifesave + chance 10 + more + arch god_enchant_weapon_high +end +treasure altar_valkyrie + arch altar_valkyrie_pray_event +end diff --git a/gods/demihumans/valkyrie_general_info.arc b/gods/demihumans/valkyrie_general_info.arc new file mode 100644 index 000000000..d8a15ac1b --- /dev/null +++ b/gods/demihumans/valkyrie_general_info.arc @@ -0,0 +1,10 @@ +Object valkyrie_general_info +type 8 +invisible 1 +name message +msg +You are filled with a desire to fight - but +with honor, not with filthy magics. +endmsg +editable 0 +end