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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@3787 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0c6c8209
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ newEntity{ base = "BASE_SHIELD",
dam = 45,
physcrit = 10,
dammod = {str=1},
damrange = 1.4,
damtype = DamageType.ARCANE,
},
wielder = {
......@@ -350,7 +351,7 @@ newEntity{ base = "BASE_SHIELD",
name = "Wrathroot's Barkwood", unique=true,
desc = [[The barkwood of Wrathroot, made into roughly the shape of a shield.]],
require = { stat = { str=25 }, },
level_range = {12, 2},
level_range = {12, 22},
rarity = 200,
cost = 20,
rarity = false,
......@@ -360,6 +361,7 @@ newEntity{ base = "BASE_SHIELD",
dam = resolvers.rngavg(20,30),
physcrit = 2,
dammod = {str=1.5},
damrange = 1.4,
},
wielder = {
combat_armor = 10,
......
......@@ -32,6 +32,7 @@ newEntity{
desc = [[Handheld deflection devices]],
require = { talent = { {Talents.T_ARMOUR_TRAINING,3} }, },
randart_able = { attack=20, physical=10, spell=10, def=50, misc=10 },
special_combat = { damrange = 1.2 },
egos = "/data/general/objects/egos/shield.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
}
......
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