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

azd

git-svn-id: http://svn.net-core.org/repos/t-engine4@1023 51575b47-30f0-44d4-a5cc-537603b46e54
parent a3a01a76
No related branches found
No related tags found
No related merge requests found
......@@ -193,10 +193,12 @@ newEntity{ define_as = "ORB_DESTRUCTION",
---------------------------- Various quest starters
-- This one starts a quest it has a level and rarity so it can drop randomly, but there are palces where it is more likely to appear
newEntity{ base = "BASE_SCROLL", define_as = "JEWELER_TOME", subtype="tome",
unique = true, quest=true,
unided_name = "ancient tome",
name = "Ancient Tome titled 'Gems and their uses'",
level_range = {30, 40}, rarity = 120,
color = colors.VIOLET,
fire_proof = true,
......
......@@ -278,6 +278,7 @@ This one looks even nastier and looks toward you with what seems to be disdain.
resolvers.equip{
{type="jewelry", subtype="amulet", defined="FIERY_CHOKER"},
},
resolvers.drops{chance=20, nb=1, {defined="JEWELER_TOME"} },
resolvers.drops{chance=100, nb=5, {ego_chance=100} },
resolvers.talents{
......
......@@ -53,6 +53,7 @@ newEntity{ base="BASE_NPC_ORC_RAK_SHOR", define_as = "RAK_SHOR",
{type="weapon", subtype="staff", ego_change=100, autoreq=true},
{type="armor", subtype="cloth", defined="BLACK_ROBE", autoreq=true},
},
resolvers.drops{chance=20, nb=1, {defined="JEWELER_TOME"} },
resolvers.drops{chance=100, nb=1, {defined="ORB_UNDEATH"} },
resolvers.drops{chance=100, nb=5, {ego_chance=100} },
......
......@@ -49,6 +49,7 @@ newEntity{ base="BASE_NPC_ORC_VOR", define_as = "VOR",
{type="armor", subtype="head", defined="CROWN_ELEMENTS", autoreq=true},
},
resolvers.drops{chance=100, nb=1, {defined="ORB_ELEMENTS"} },
resolvers.drops{chance=20, nb=1, {defined="JEWELER_TOME"} },
resolvers.drops{chance=100, nb=5, {ego_chance=100} },
resolvers.talents{
......
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