From a1b3f4b695675d1f0b8e2bcb4c83c04f4a215890 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 31 Oct 2010 01:59:17 +0000 Subject: [PATCH] name change git-svn-id: http://svn.net-core.org/repos/t-engine4@1721 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/zones/telmur/objects.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/zones/telmur/objects.lua b/game/modules/tome/data/zones/telmur/objects.lua index 19aa8240ab..b6812b426d 100644 --- a/game/modules/tome/data/zones/telmur/objects.lua +++ b/game/modules/tome/data/zones/telmur/objects.lua @@ -25,9 +25,10 @@ newEntity{ base = "BASE_STAFF", define_as = "TELOS_TOP_HALF", rarity=false, slot_forbid = false, twohanded = false, - name = "Telos's Staff Top Half", unique=true, + name = "Telos's Staff (Top Half)", unique=true, desc = [[The top part of Telos's broken staff.]], require = { stat = { mag=35 }, }, + encumberance = 2.5, cost = 500, combat = { dam = 35, @@ -47,9 +48,10 @@ newEntity{ base = "BASE_STAFF", slot = "OFFHAND", slot_forbid = false, twohanded = false, add_name=false, define_as = "TELOS_BOTTOM_HALF", rarity=false, - name = "Telos's Staff Bottom Half", unique=true, + name = "Telos's Staff (Bottom Half)", unique=true, desc = [[The bottom part of Telos's broken staff.]], require = { stat = { mag=35 }, }, + encumberance = 2.5, cost = 500, wielder = { inc_stats = { [Stats.STAT_MAG] = 4, }, -- GitLab