Commit 0da4c44d931345b854f159ca5d02c6bce7e7e02f
1 parent
d5184316
typos
git-svn-id: http://svn.net-core.org/repos/t-engine4@3352 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
4 changed files
with
6 additions
and
6 deletions
... | ... | @@ -161,7 +161,7 @@ TOOLTIP_MAG = [[#GOLD#Magic#LAST# |
161 | 161 | Magic defines your character's ability to manipulate the magical energy of the world. It increases your spell power, your chance to save against magical effects, and the effect of spells and other magic items. |
162 | 162 | ]] |
163 | 163 | TOOLTIP_WIL = [[#GOLD#Willpower#LAST# |
164 | -Willpower defines your character's ability to concentrate. It increases your mana, stamina and psi capacity, and your chance to your chance to save against magical and mental effects. | |
164 | +Willpower defines your character's ability to concentrate. It increases your mana, stamina and psi capacity, and your chance save against magical and mental effects. | |
165 | 165 | ]] |
166 | 166 | TOOLTIP_CUN = [[#GOLD#Cunning#LAST# |
167 | 167 | Cunning defines your character's ability to learn, think, and react. It allows you to learn many worldly abilities, and increases your chance to save against mental effects and critical chance. | ... | ... |
... | ... | @@ -65,7 +65,7 @@ quickEntity('charred-scar', {always_remember = true, show_tooltip=true, name='Ch |
65 | 65 | quickEntity('halfling-ruins', {always_remember = true, show_tooltip=true, name="Very old halfling ruins", display='>', color=colors.RED, notice = true, change_level=1, change_zone="halfling-ruins"}) |
66 | 66 | quickEntity('scintillating-caves', {always_remember = true, show_tooltip=true, name="Entrance to the Scintillating Caves", display='>', color={r=0, g=255, b=0}, notice = true, change_level=1, change_zone="scintillating-caves"}) |
67 | 67 | quickEntity('rhaloren-camp', {always_remember = true, show_tooltip=true, name="Stairway into the Rhaloren Camp", display='>', color={r=0, g=255, b=255}, notice = true, change_level=1, change_zone="rhaloren-camp"}) |
68 | -quickEntity('norgos-lair', {always_remember = true, show_tooltip=true, name="Passageway into Norgos lair", display='>', color={r=255, g=255, b=255}, notice = true, change_level=1, change_zone="norgos-lair"}) | |
68 | +quickEntity('norgos-lair', {always_remember = true, show_tooltip=true, name="Passageway into Norgos' Lair", display='>', color={r=255, g=255, b=255}, notice = true, change_level=1, change_zone="norgos-lair"}) | |
69 | 69 | quickEntity('heart-gloom', {always_remember = true, show_tooltip=true, name="Way into the heart of the gloom", display='>', color={r=255, g=255, b=0}, notice = true, change_level=1, change_zone="heart-gloom"}) |
70 | 70 | |
71 | 71 | quickEntity('derth', {always_remember = true, show_tooltip=true, name="Derth (Town)", desc="A quiet town at the crossroads of the north", display='*', color={r=255, g=255, b=255}, back_color=colors.DARK_GREEN, image="terrain/town1.png", notice = true, change_level=1, change_zone="town-derth"}) | ... | ... |
... | ... | @@ -25,7 +25,7 @@ desc = function(self, who) |
25 | 25 | if self:isCompleted("norgos") then |
26 | 26 | desc[#desc+1] = "#LIGHT_GREEN#* You have explored Norgos' Lair and put it at rest.#WHITE#" |
27 | 27 | else |
28 | - desc[#desc+1] = "#SLATE#* You must explore norgos lair.#WHITE#" | |
28 | + desc[#desc+1] = "#SLATE#* You must explore Norgos' Lair.#WHITE#" | |
29 | 29 | end |
30 | 30 | if self:isCompleted("heart-gloom") then |
31 | 31 | desc[#desc+1] = "#LIGHT_GREEN#* You have explored the Heart of the Gloom and slew the Withering Thing.#WHITE#" | ... | ... |
... | ... | @@ -24,8 +24,8 @@ You lived a peaceful life deep in the forest for many years, but lately you have |
24 | 24 | |
25 | 25 | You have decided to venture into the old and wild places looking for ancient treasures and glory. |
26 | 26 | |
27 | -You have come to the western side of the thaloren forest, to the lair of norgos. Norgos always was an ally of the thaloren, protecting the western border, but as of late he has grown corrupt and started attacking even thaloren. | |
28 | -To the east of Shatur, the thaloren main city, lies a dark part of the wood, ever since the spellblaze this area has grown corrupt, the wildlife there has been transformed. | |
27 | +You have come to the western side of the Thaloren forest, to the lair of Norgos. Norgos was a steadfast ally of the Thaloren, protecting the western border. But lately he has grown corrupt, even attacking the Thaloren. | |
28 | +To the east of Shatur, the Thaloren Capital, lies a dark part of the woods. Ever since the Spellblaze this area has been corrupted. The wildlife there has been transformed. | |
29 | 29 | |
30 | -After days of travel, you have found norgos lair and entered it. What will you find there...? | |
30 | +After days of travel, you have found Norgos' Lair and entered it. What will you find there...? | |
31 | 31 | ]] | ... | ... |
-
Please register or login to post a comment