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

typos

Eruan and the Charred Scar can scale higher


git-svn-id: http://svn.net-core.org/repos/t-engine4@2198 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8b7792b2
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ newEntity{ base = "BASE_LEATHER_BOOT",
}
newEntity{ base = "BASE_HELM",
define_as = "RUNED_SKULL",
define_as = "DRAGON_SKULL",
name = "Dragonskull Helm", unique=true, unided_name="skull helm",
desc = [[Traces of a dragon's power still remain in this bleached and cracked skull.]],
require = { stat = { mag=24 }, },
......
......@@ -27,7 +27,7 @@ newEntity{
rarity = 5,
metallic = true,
combat = { talented = "knife", damrange = 1.3, sound = "actions/melee", sound_miss = "actions/melee_miss", },
desc = [[Sharp, long and deadly.]],
desc = [[Sharp, short and deadly.]],
randart_able = { attack=40, physical=80, spell=20, def=10, misc=10 },
egos = "/data/general/objects/egos/weapon.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
}
......
......@@ -19,7 +19,7 @@
return {
name = "Charred Scar",
level_range = {30, 40},
level_range = {30, 50},
level_scheme = "player",
max_level = 1,
decay = {300, 800},
......
......@@ -102,7 +102,7 @@ newEntity{ base="BASE_NPC_ORC_GRUSHNAK", define_as = "MASSOK",
resolvers.equip{
{type="weapon", subtype="battleaxe", ego_change=100, autoreq=true},
{type="armor", subtype="massive", ego_chance=100, autoreq=true},
{type="armor", subtype="head", defined="RUNED_SKULL", random_art_replace={chance=75}, autoreq=true},
{type="armor", subtype="head", defined="DRAGON_SKULL", random_art_replace={chance=75}, autoreq=true},
{type="armor", subtype="feet", ego_chance=100, autoreq=true},
},
resolvers.drops{chance=100, nb=5, {ego_chance=100} },
......
......@@ -19,7 +19,7 @@
return {
name = "Erúan",
level_range = {30, 35},
level_range = {30, 45},
level_scheme = "player",
max_level = 5,
decay = {300, 800},
......
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