From 5f8fbaacbfa696aab5655d3c9d453e422c5e2ab1 Mon Sep 17 00:00:00 2001 From: avogl Date: Tue, 9 Jan 2001 16:33:55 +0000 Subject: [PATCH] Stuffed everything into "/arch/gods/randomitems". No more double-present arches. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@670 282e977c-c81d-0410-88c4-b93c2d0d6712 --- gods/randomitems/god_enchant_weapon_high.arc | 7 ++++--- gods/randomitems/god_enchant_weapon_low.arc | 9 +++++---- gods/randomitems/god_enchant_weapon_medium.arc | 7 ++++--- gods/randomitems/god_grace_limit_high.arc | 9 +++++---- gods/randomitems/god_grace_limit_insane.arc | 8 ++++++++ gods/randomitems/god_grace_limit_low.arc | 9 +++++---- gods/randomitems/god_grace_limit_medium.arc | 9 +++++---- 7 files changed, 36 insertions(+), 22 deletions(-) create mode 100644 gods/randomitems/god_grace_limit_insane.arc diff --git a/gods/randomitems/god_enchant_weapon_high.arc b/gods/randomitems/god_enchant_weapon_high.arc index 065da113d..e5080e568 100644 --- a/gods/randomitems/god_enchant_weapon_high.arc +++ b/gods/randomitems/god_enchant_weapon_high.arc @@ -1,7 +1,8 @@ Object god_enchant_weapon_high -type 8 -invisible 1 name enchant weapon +face blank.111 +invisible 1 +type 8 level 4 editable 0 -end +end diff --git a/gods/randomitems/god_enchant_weapon_low.arc b/gods/randomitems/god_enchant_weapon_low.arc index 61a05495b..5f0f4458b 100644 --- a/gods/randomitems/god_enchant_weapon_low.arc +++ b/gods/randomitems/god_enchant_weapon_low.arc @@ -1,7 +1,8 @@ Object god_enchant_weapon_low -type 8 -invisible 1 name enchant weapon -level 8 +face blank.111 +invisible 1 +type 8 +level 10 editable 0 -end +end diff --git a/gods/randomitems/god_enchant_weapon_medium.arc b/gods/randomitems/god_enchant_weapon_medium.arc index 9c7f65863..6508957ea 100644 --- a/gods/randomitems/god_enchant_weapon_medium.arc +++ b/gods/randomitems/god_enchant_weapon_medium.arc @@ -1,7 +1,8 @@ Object god_enchant_weapon_medium -type 8 -invisible 1 name enchant weapon +face blank.111 +invisible 1 +type 8 level 6 editable 0 -end +end diff --git a/gods/randomitems/god_grace_limit_high.arc b/gods/randomitems/god_grace_limit_high.arc index 55a4914ad..3cfd42200 100644 --- a/gods/randomitems/god_grace_limit_high.arc +++ b/gods/randomitems/god_grace_limit_high.arc @@ -1,7 +1,8 @@ Object god_grace_limit_high -type 8 -invisible 1 name grace limit -grace 100 +face blank.111 +invisible 1 +type 8 +grace 600 editable 0 -end +end diff --git a/gods/randomitems/god_grace_limit_insane.arc b/gods/randomitems/god_grace_limit_insane.arc new file mode 100644 index 000000000..7d23eface --- /dev/null +++ b/gods/randomitems/god_grace_limit_insane.arc @@ -0,0 +1,8 @@ +Object god_grace_limit_insane +name grace limit +face blank.111 +invisible 1 +type 8 +grace 1000 +editable 0 +end diff --git a/gods/randomitems/god_grace_limit_low.arc b/gods/randomitems/god_grace_limit_low.arc index ec90e898c..5c1764843 100644 --- a/gods/randomitems/god_grace_limit_low.arc +++ b/gods/randomitems/god_grace_limit_low.arc @@ -1,7 +1,8 @@ Object god_grace_limit_low -type 8 -invisible 1 name grace limit -grace 60 +face blank.111 +invisible 1 +type 8 +grace 100 editable 0 -end +end diff --git a/gods/randomitems/god_grace_limit_medium.arc b/gods/randomitems/god_grace_limit_medium.arc index 64ca0ee3a..5d00c2197 100644 --- a/gods/randomitems/god_grace_limit_medium.arc +++ b/gods/randomitems/god_grace_limit_medium.arc @@ -1,7 +1,8 @@ Object god_grace_limit_medium -type 8 -invisible 1 name grace limit -grace 80 +face blank.111 +invisible 1 +type 8 +grace 300 editable 0 -end +end