Skip to content
Snippets Groups Projects
Commit 26c5e3e5 authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'master' of git.net-core.org:tome/t-engine4

parents 9d8dddf3 f0522939
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -69,3 +69,11 @@ I have slain dozens of these arachnids, each one seemingly more difficult than t
Incredible, the size of that arachnid is unimaginable; there is no doubt about it, that spider is the matriarch here. I am heavily wounded, but there is no turning back now; I must finish what I started for the sake of all those awaiting my return. If I don't make it back, whoever is now reading this journal, please make High Sun Paladin Aeryn at the Gates of Morning aware of the grave situation... and tell Melnela that I'm sorry.]]
}
newLore{
id = "ardhungol-4",
category = "ardhungol",
name = "scrap of paper",
lore = [[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it. It's almost completely illegible, but you can piece some of it together to read:#{normal}#
"...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.' at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of..."]]
}
......@@ -48,6 +48,7 @@ newEntity{ define_as = "UNGOLE", base = "BASE_NPC_SPIDER",
resolvers.drops{chance=100, nb=5, {tome_drops="boss"} },
resolvers.drops{chance=100, nb=1, {defined="ROD_SPYDRIC_POISON"} },
resolvers.drops{chance=100, nb=1, {unique=true} },
resolvers.drops{chance=100, nb=1, {defined="NOTE4"} },
resolvers.talents{
[Talents.T_KNOCKBACK]={base=4, every=5, max=7},
......
......@@ -28,6 +28,13 @@ newEntity{ base = "BASE_LORE",
rarity = false,
encumberance = 0,
}
newEntity{ base = "BASE_LORE",
define_as = "NOTE4",
name = "scrap of paper", lore="ardhungol-4",
desc = [[A scrap of paper.]],
rarity = false,
encumberance = 0,
}
end
newEntity{ base = "BASE_ROD",
......
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