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

artifact for varsha

git-svn-id: http://svn.net-core.org/repos/t-engine4@6668 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4c761fa3
No related branches found
No related tags found
No related merge requests found
......@@ -1867,3 +1867,31 @@ newEntity{ base = "BASE_KNIFE",
wielder = {combat_atk=20},
}
newEntity{ base = "BASE_GLOVES", define_as = "VARSHA_CLAW",
power_source = {nature=true},
unique = true,
name = "Wyrmbreath", color = colors.RED, image = "object/artifact/gloves_flamewrought.png",
unided_name = "clawed dragon-scale gloves",
desc = [[These dragon scale gloves are tipped with the claws and teeth of a vicious Wyrm. The gloves are warm to the touch.]],
level_range = {12, 22},
rarity = 180,
cost = 50,
material_level = 2,
wielder = {
inc_stats = { [Stats.STAT_WIL] = 5, },
resists = { [DamageType.FIRE]= 18, [DamageType.DARKNESS]= 10, [DamageType.NATURE]= 10,},
inc_damage = { [DamageType.FIRE]= 10, },
combat_armor = 4,
combat = {
dam = 17,
apr = 7,
physcrit = 1,
dammod = {dex=0.4, str=-0.6, cun=0.4 },
melee_project={[DamageType.FIRE] = 10},
convert_damage = { [DamageType.FIRE] = 50,},
talent_on_hit = { [Talents.T_BELLOWING_ROAR] = {level=3, chance=10} },
},
},
max_power = 24, power_regen = 1,
use_talent = { id = Talents.T_FIRE_BREATH, level = 2, power = 24 },
}
......@@ -110,7 +110,7 @@ newEntity{ define_as = "VARSHA_THE_WRITHING",
resists = { [DamageType.COLD] = -20, [DamageType.FIRE] = 100 },
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
resolvers.drops{chance=100, nb=1, {defined="FROST_TREADS", random_art_replace={chance=75}}, },
resolvers.drops{chance=100, nb=1, {defined="VARSHA_CLAW", random_art_replace={chance=75}}, },
resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
resolvers.drops{chance=100, nb=10, {type="money"} },
......
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