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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1649 51575b47-30f0-44d4-a5cc-537603b46e54
parent 27059783
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ newAchievement{
}
newAchievement{
name = "A dangerous secret",
desc = [[Found the mysterious staff and told Minas Tirith about it.]],
desc = [[Found the mysterious staff and told Last Hope about it.]],
}
newAchievement{
name = "The secret city",
......@@ -51,7 +51,7 @@ newAchievement{
}
newAchievement{
name = "Race through fire", id = "MOUNT_DOOM_SUCCESS",
desc = [[Raced through the fires of Mount Doom to stop the Blue Wizards.]],
desc = [[Raced through the fires of the Charred Scar to stop the Sorcerers.]],
}
newAchievement{
name = "Arachnophobia", id = "SPYDRIC_INFESTATION",
......@@ -77,23 +77,23 @@ newAchievement{
}
newAchievement{
name = "Tactical master", id = "ISTARI_NO_PORTAL",
desc = [[Fought the two Istari without closing any invocation portals.]],
desc = [[Fought the two Sorcerers without closing any invocation portals.]],
}
newAchievement{
name = "Portal destroyer", id = "ISTARI_ONE_PORTAL",
desc = [[Fought the two Istari and closed one invocation portal.]],
desc = [[Fought the two Sorcerers and closed one invocation portal.]],
}
newAchievement{
name = "Portal reaver", id = "ISTARI_TWO_PORTAL",
desc = [[Fought the two Istari and closed two invocation portals.]],
desc = [[Fought the two Sorcerers and closed two invocation portals.]],
}
newAchievement{
name = "Portal ender", id = "ISTARI_THREE_PORTAL",
desc = [[Fought the two Istari and closed three invocation portals.]],
desc = [[Fought the two Sorcerers and closed three invocation portals.]],
}
newAchievement{
name = "Portal master", id = "ISTARI_FOUR_PORTAL",
desc = [[Fought the two Istari and closed four invocation portals.]],
desc = [[Fought the two Sorcerers and closed four invocation portals.]],
}
-------------- Other quests
......@@ -127,9 +127,9 @@ newAchievement{
}
newAchievement{
name = "There and back again", id = "WEST_PORTAL",
desc = [[Opened a portal to Middle-earth from the Far East.]],
desc = [[Opened a portal to Maj'Eyal from the Far East.]],
}
newAchievement{
name = "Back and there again", id = "EAST_PORTAL",
desc = [[Opened a portal to the Far East from Middle-earth.]],
desc = [[Opened a portal to the Far East from Maj'Eyal.]],
}
......@@ -58,7 +58,7 @@ newBirthDescriptor{
newBirthDescriptor
{
type = "subrace",
name = "Hobbit",
name = "Halfling",
desc = {
"Halflings, are a race of very short stature, rarely exceeding four feet in height.",
"Most of them are happy to live a quiet life of farming and gardening, yet they are not to be taken lightly.",
......
......@@ -50,7 +50,7 @@ newBirthDescriptor{
-- Force undead faction to undead
resolvers.genericlast(function(e) e.faction = "undead" end),
default_wilderness = {37, 33},
starting_zone = "paths-of-the-dead",
starting_zone = "blighted-ruins",
starting_level = 8, starting_level_force_down = true,
starting_quest = "start-undead",
undead = 1,
......
......@@ -57,11 +57,11 @@ newBirthDescriptor{
-- Player worlds/campaigns
newBirthDescriptor{
type = "world",
name = "Arda",
name = "Maj'Eyal",
display_name = "",
desc =
{
"The people of Maj'Eyal: Humans, halflings, Elves and Dwarves.",
"The people of Maj'Eyal: Humans, Halflings, Elves and Dwarves.",
"The West has been at relative peace for over one hundred year and people are prospering again.",
"You are an adventurer, setting out to find lost treasure and glory.",
"But what lurks in the shadow of the world?",
......@@ -74,9 +74,7 @@ newBirthDescriptor{
Human = "allow",
Elf = "allow",
Dwarf = "allow",
Hobbit = "allow",
Orc = function() return profile.mod.allow_build.orc and "allow" or "disallow" end,
Troll = function() return profile.mod.allow_build.troll and "allow" or "disallow" end,
Halfling = "allow",
Undead = function() return profile.mod.allow_build.undead and "allow" or "disallow" end,
},
......
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