Skip to content
Snippets Groups Projects
Commit a1b3f4b6 authored by dg's avatar dg
Browse files

name change

git-svn-id: http://svn.net-core.org/repos/t-engine4@1721 51575b47-30f0-44d4-a5cc-537603b46e54
parent 50384292
No related branches found
No related tags found
No related merge requests found
......@@ -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, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment