From a2fda88b157551c487bb39c39789f94020148372 Mon Sep 17 00:00:00 2001 From: lalo Date: Mon, 11 Sep 2006 02:25:48 +0000 Subject: [PATCH] Valkyrie followers typically will start with low Wis, so they'll only reach "low" grace limit after going trough stat potions. Give them enchanted weapons earlier than that. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4923 282e977c-c81d-0410-88c4-b93c2d0d6712 --- gods/demihumans/valkyrie.trs | 8 +++++--- gods/randomitems/god_grace_limit_wimpy.arc | 8 ++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 gods/randomitems/god_grace_limit_wimpy.arc diff --git a/gods/demihumans/valkyrie.trs b/gods/demihumans/valkyrie.trs index 5c12e515b..2f8442de6 100644 --- a/gods/demihumans/valkyrie.trs +++ b/gods/demihumans/valkyrie.trs @@ -19,21 +19,23 @@ treasure Valkyrie arch valkyrie_general_info chance 10 more -arch god_grace_limit_low +arch god_grace_limit_wimpy more arch god_enchant_weapon_low chance 50 more -arch god_grace_limit_medium +arch god_grace_limit_low more arch god_enchant_weapon_medium chance 50 more -arch god_grace_limit_high +arch god_grace_limit_medium more arch amulet_lifesave chance 10 more +arch god_grace_limit_high + more arch god_enchant_weapon_high end treasure altar_valkyrie diff --git a/gods/randomitems/god_grace_limit_wimpy.arc b/gods/randomitems/god_grace_limit_wimpy.arc new file mode 100644 index 000000000..d7c6a7b9c --- /dev/null +++ b/gods/randomitems/god_grace_limit_wimpy.arc @@ -0,0 +1,8 @@ +Object god_grace_limit_wimpy +name grace limit +face god_grace_limit.111 +invisible 1 +type 8 +grace 35 +editable 0 +end