diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index f09eac3b3..47e71d51b 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -65266,6 +65266,7 @@ "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", "has_special": "true", "durability": null, + "rare_item": "true", "low_alchemy": "3200", "high_alchemy": "4800", "weight": "1", @@ -105800,6 +105801,7 @@ "durability": null, "name": "Godsword shard 1", "tradeable": "true", + "rare_item": "true", "low_alchemy": "100000", "high_alchemy": "150000", "weight": "2", @@ -105822,6 +105824,7 @@ "durability": null, "name": "Godsword shard 2", "tradeable": "true", + "rare_item": "true", "low_alchemy": "100000", "high_alchemy": "150000", "destroy": "true", @@ -105845,6 +105848,7 @@ "durability": null, "name": "Godsword shard 3", "tradeable": "true", + "rare_item": "true", "low_alchemy": "100000", "high_alchemy": "150000", "weight": "2", @@ -106165,6 +106169,7 @@ "turn90cw_anim": "1207", "examine": "It's a slightly magical stick.", "walk_anim": "1205", + "rare_item": "true", "low_alchemy": "6800", "turn90ccw_anim": "1208", "attack_speed": "5", @@ -137526,6 +137531,7 @@ "shop_price": "30000", "examine": "A badly damaged lump of dragon metal.", "durability": null, + "rare_item": "true", "low_alchemy": "12000", "high_alchemy": "18000", "destroy": "true", @@ -137558,6 +137564,7 @@ "shop_price": "30000", "examine": "A badly damaged slice of dragon metal.", "durability": null, + "rare_item": "true", "low_alchemy": "12000", "high_alchemy": "18000", "destroy": "true", @@ -137590,6 +137597,7 @@ "shop_price": "30000", "examine": "A badly damaged shard of dragon metal.", "durability": null, + "rare_item": "true", "low_alchemy": "12000", "high_alchemy": "18000", "destroy": "true", @@ -139586,4 +139594,4 @@ "attack_audios": "2555,0,0,0", "name": "Staff of the raven" } -] \ No newline at end of file +]