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