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

Rungof got his own artifact!

git-svn-id: http://svn.net-core.org/repos/t-engine4@6656 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8c237571
No related branches found
No related tags found
No related merge requests found
......@@ -148,12 +148,14 @@ newEntity{ base = "BASE_NPC_CANINE",
rank = 3.5,
size_category = 4,
rarity = 50,
max_life = 220,
max_life = 220, life_rating = 18,
combat_armor = 25, combat_def = 0,
combat = { dam=resolvers.levelup(20, 1, 1.3), atk=20, apr=16 },
ai = "tactical",
resolvers.drops{chance=100, nb=1, {defined="RUNGOF_FANG"} },
make_escort = {
{type="animal", subtype="canine", name="warg", number=6},
},
......
......@@ -1792,3 +1792,22 @@ newEntity{ base = "BASE_GAUNTLETS", define_as = "STORM_BRINGER_GAUNTLETS",
max_power = 16, power_regen = 1,
use_talent = { id = Talents.T_CHAIN_LIGHTNING, level = 3, power = 16 },
}
newEntity{ define_as = "RUNGOF_FANG",
power_source = {nature=true},
unique = true,
type = "misc", subtype="fang",
unided_name = "bloodied fang",
name = "Rungof's Fang", image = "object/artifact/rungof_fang.png",
level_range = {20, 35},
rarity = false,
display = "*", color=colors.DARK_RED,
encumber = 1,
not_in_stores = true,
desc = [[A fang from the great warg, Rungof, still covered in blood.]],
carrier = {
combat_apr = 7,
esp = {['animal/canine']=1},
},
}
game/modules/tome/data/gfx/shockbolt/object/artifact/rungof_fang.png

6.85 KiB

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