From f9d936fd30cb2c176d6a964ede59da1f256147dd Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 17 Jan 2011 01:06:08 +0000
Subject: [PATCH] Increased the price of bill's tree trunk & the staff of kor

git-svn-id: http://svn.net-core.org/repos/t-engine4@2408 51575b47-30f0-44d4-a5cc-537603b46e54
---
 .../data/general/objects/boss-artifacts.lua   |  4 ++--
 .../modules/tome/data/general/objects/gem.lua | 20 +++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/game/modules/tome/data/general/objects/boss-artifacts.lua b/game/modules/tome/data/general/objects/boss-artifacts.lua
index 141084f16a..8ffdd2e731 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts.lua
@@ -377,7 +377,7 @@ newEntity{ base = "BASE_STAFF",
 	require = { stat = { mag=25 }, },
 	level_range = {1, 10},
 	rarity = 200,
-	cost = 5,
+	cost = 60,
 	combat = {
 		dam = 10,
 		apr = 0,
@@ -543,7 +543,7 @@ newEntity{ base = "BASE_GREATMAUL",
 	level_range = {1, 10},
 	rarity = 200,
 	metallic = false,
-	cost = 5,
+	cost = 70,
 	combat = {
 		dam = 30,
 		apr = 7,
diff --git a/game/modules/tome/data/general/objects/gem.lua b/game/modules/tome/data/general/objects/gem.lua
index 29cd92bcda..5120525030 100644
--- a/game/modules/tome/data/general/objects/gem.lua
+++ b/game/modules/tome/data/general/objects/gem.lua
@@ -119,43 +119,43 @@ newGem("Garnet",	"object/garnet.png",3,	12,	"red",		20,	30, 3, 50,
 	{ inc_damage = {all=6} },
 	{ leech=5 }
 )
-newGem("Onyx",		"object/.png",	3,	12,	"black",	20,	30, 3, 50,
+newGem("Onyx",		"object/onyx.png",	3,	12,	"black",	20,	30, 3, 50,
 	{ inc_stats = { [Stats.STAT_STR] = 3, [Stats.STAT_DEX] = 3, [Stats.STAT_MAG] = 3, [Stats.STAT_WIL] = 3, [Stats.STAT_CUN] = 3, [Stats.STAT_CON] = 3, } },
 	{ power=15 }
 )
-newGem("Amethyst",	"object/.png",2,	10,	"violet",	10,	20, 2, 35,
+newGem("Amethyst",	"object/amethyst.png",2,	10,	"violet",	10,	20, 2, 35,
 	{ inc_damage = {all=4} },
 	{ splash={type="ARCANE", dam=25}}
 )
-newGem("Opal",		"object/.png",	2,	10,	"blue",		10,	20, 2, 35,
+newGem("Opal",		"object/opal.png",	2,	10,	"blue",		10,	20, 2, 35,
 	{ inc_stats = { [Stats.STAT_STR] = 2, [Stats.STAT_DEX] = 2, [Stats.STAT_MAG] = 2, [Stats.STAT_WIL] = 2, [Stats.STAT_CUN] = 2, [Stats.STAT_CON] = 2, } },
 	{ power=10 }
 )
-newGem("Topaz",		"object/.png",	2,	10,	"blue",		10,	20, 2, 35,
+newGem("Topaz",		"object/topaz.png",	2,	10,	"blue",		10,	20, 2, 35,
 	{ combat_def=4 },
 	{ range=3 }
 )
-newGem("Aquamarine",	"object/.png",2,	10,	"blue",		10,	20, 2, 35,
+newGem("Aquamarine",	"object/aquamarine.png",2,	10,	"blue",		10,	20, 2, 35,
 	{ resists = {all=4} },
 	{ mana=20 }
 )
-newGem("Ametrine",	"object/.png",1,	8,	"yellow",	1,	10, 1, 20,
+newGem("Ametrine",	"object/ametrine.png",1,	8,	"yellow",	1,	10, 1, 20,
 	{ inc_damage = {all=2} },
 	{ splash={type="LITE", dam=1} }
 )
-newGem("Zircon",	"object/.png",1,	8,	"yellow",	1,	10, 1, 20,
+newGem("Zircon",	"object/zircon.png",1,	8,	"yellow",	1,	10, 1, 20,
 	{ resists = {all=2} },
 	{ daze={chance=20, dur=3} }
 )
-newGem("Spinel",	"object/.png",1,	8,	"green",	1,	10, 1, 20,
+newGem("Spinel",	"object/spinet.png",1,	8,	"green",	1,	10, 1, 20,
 	{ combat_def=2 },
 	{ mana=10 }
 )
-newGem("Citrine",	"object/.png",1,	8,	"yellow",	1,	10, 1, 20,
+newGem("Citrine",	"object/citrine.png",1,	8,	"yellow",	1,	10, 1, 20,
 	{ lite=1 },
 	{ range=1 }
 )
-newGem("Agate",		"object/.png",	1,	8,	"black",	1,	10, 1, 20,
+newGem("Agate",		"object/agate.png",	1,	8,	"black",	1,	10, 1, 20,
 	{ inc_stats = { [Stats.STAT_STR] = 1, [Stats.STAT_DEX] = 1, [Stats.STAT_MAG] = 1, [Stats.STAT_WIL] = 1, [Stats.STAT_CUN] = 1, [Stats.STAT_CON] = 1, } },
 	{ power=5 }
 )
-- 
GitLab