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

typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@1979 51575b47-30f0-44d4-a5cc-537603b46e54
parent b2b98198
No related branches found
No related tags found
No related merge requests found
......@@ -129,11 +129,12 @@ end
function string.ordinal(number)
local suffix = "th"
number = tonumber(number)
if number == 1 then
local base = number % 10
if base == 1 then
suffix = "st"
elseif number == 2 then
elseif base == 2 then
suffix = "nd"
elseif number == 3 then
elseif base == 3 then
suffix = "rd"
end
return number..suffix
......
......@@ -85,7 +85,7 @@ newBirthDescriptor{
"You will be guided by a helpful spirit while learning.",
"All damage done to the player reduced by 20%",
"All healing for the player increased by 10%",
"No achievements possible.",
"No main game achievements possible.",
},
descriptor_choices =
{
......
......@@ -25,7 +25,7 @@ newBirthDescriptor{
name = "Elf",
desc = {
"The Second race to have awaken, thousands of years after the Sher'Tul.",
"Elves are split into three subrace, of which only two remain in the current age.",
"Elves are split into three subraces, of which only two remain in the current age.",
"They are tolerated by most races but not usualy well liked, due to their role in the Spellblaze.",
"Unlike other races elves are not subject to death by old age.",
},
......@@ -62,7 +62,7 @@ newBirthDescriptor
name = "Shalore",
desc = {
"Shaloren elves have close ties with the magic of the world, they produced in the past many great mages.",
"Yet they remain quiet and try to prevent the teaching of magic to their people, for fear of an otehr Spellblaze.",
"Yet they remain quiet and try to prevent the teaching of magic to their people, for fear of an other Spellblaze.",
"They posses the #GOLD#Grace of the Eternals#WHITE# talent which allows them a boost of speed every once in a while.",
"#GOLD#Stats modifiers:",
"#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution",
......
......@@ -25,7 +25,7 @@ newBirthDescriptor{
name = "Human",
desc = {
"The humans are one of the main race on Maj'Eyal, along the halflings. For many thousands of years they fought each other until events, and great people, unified all the human and halfling nations under one rule.",
"Humans of this Allied Kingdoms have know peace for over a century now.",
"Humans of this Allied Kingdoms have known peace for over a century now.",
"Humans are split into two categories, the Highers and the rest. Highers have latent magic in their blood which gives them higher attributes and senses along with a longer life.",
"The rest of humanity is gifted with quick learning nad mastery, they can do and become anything they desire.",
},
......
......@@ -573,7 +573,7 @@ newEntity{ base = "BASE_KNIFE",
newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Slient Blade",
name = "Silent Blade",
unided_name = "shining dagger",
desc = [[A thin dark dagger that seems to meld seamlessly into the shadows.]],
level_range = {23, 28},
......@@ -1161,7 +1161,7 @@ newEntity{ base = "BASE_LIGHT_ARMOR",
newEntity{ base = "BASE_LIGHT_ARMOR",
unique = true,
name = "Skin of Many",
unided_name = "stiched skin armour",
unided_name = "stitched skin armour",
desc = [[The stitched together skin of many creatures. Some eyes and mouths still decorate the robe, and some still live, screaming in tortorous agony.]],
color = colors.BROWN,
level_range = {12, 22},
......
......@@ -34,13 +34,13 @@ It has been one hundred and twenty two years since the Allied Kingdoms have been
Together they ruled the kingdoms with fairness and brought prosperity to both halflings and humans.
The King died of old age fourteen years ago, and his son, #14fffc#Tolak#ffffff#, is now king.
The elven kingdoms are quiet. The Shaloran elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lifes under the leadership of #14fffc#Aranion Gayaeil#ffffff#.
The elven kingdoms are quiet. The Shaloran elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lives under the leadership of #14fffc#Aranion Gayaeil#ffffff#.
The Thaloran elves keep to their ancient tradition of living in the woods, ruled as always by #14fffc#Nessilla Tantaelen#ffffff# the wise.
The dwarves of the Iron Throne have started a careful trade relationship with the Allied Kingdoms for nearly one hundred year, yet not much is known about them, not even their leader.
The dwarves of the Iron Throne have started a careful trade relationship with the Allied Kingdoms for nearly one hundred years, yet not much is known about them, not even their leader.
While the people of Maj'Eyal know that the mages helped put an end to the terrors of the Spellblaze, they also did not forget that it was magic that started those events. As such mages are still shuned from society, if not downright hunted down.
Still, this is a golden age, civilizations are leaking the wounds of thousands of years of conflict, even the humans and the halflings have made lasting peace.
Still, this is a golden age, civilizations are healing the wounds of thousands of years of conflict, even the humans and the halflings have made lasting peace.
You are an adventurer, set out to discover wonders, explore old places, and venture into the unknown for wealth and glory.
]]
......
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