changeset 286:108a14295243

Chest reinforcement translation
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Feb 2006 08:06:17 +0000
parents 848a9c75d9d0
children bd469f050427
files ggrtf-merchant.tf
diffstat 1 files changed, 27 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf-merchant.tf	Tue Feb 28 02:08:31 2006 +0000
+++ b/ggrtf-merchant.tf	Tue Feb 28 08:06:17 2006 +0000
@@ -365,24 +365,34 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Chest creation status translation
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-/def -i mtchest = /echo -p @{BCyellow}%{1}@{n} @{BCwhite}(@{n}@{BCgreen}%{2}@{n}/@{Cgreen}16@{n}@{BCwhite})@{n}
+/def -i mtchest = /echo -p @{BCyellow}%{1}@{n} @{BCwhite}(@{n}@{BCgreen}%{2}@{n}/@{Cgreen}%{3}@{n}@{BCwhite})@{n}
 
-/def -i -ag -msimple -t"The basic structure is forming up." mtchest1 = /test mtchest({*},1)
-/def -i -ag -msimple -t"It slightly resembles a chest." mtchest2 = /test mtchest({*},2)
-/def -i -ag -msimple -t"It is missing a lid." mtchest3 = /test mtchest({*},3)
-/def -i -ag -msimple -t"It is still quite shaky." mtchest4 = /test mtchest({*},4)
-/def -i -ag -msimple -t"It looks like a small chest but it could be so much more." mtchest5 = /test mtchest({*},5)
-/def -i -ag -msimple -t"It does not look quite safe yet." mtchest6 = /test mtchest({*},6)
-/def -i -ag -msimple -t"The base looks strong now but lid is still quite weak." mtchest7 = /test mtchest({*},7)
-/def -i -ag -msimple -t"The chest is looking much larger." mtchest8 = /test mtchest({*},8)
-/def -i -ag -msimple -t"The construction looks bigger and bigger." mtchest9 = /test mtchest({*},9)
-/def -i -ag -msimple -t"The structure is now stronger than ever before." mtchest10 = /test mtchest({*},10)
-/def -i -ag -msimple -t"The chest looks big enough to hold out several equipments." mtchest11 = /test mtchest({*},11)
-/def -i -ag -msimple -t"The extra material has made the chest almost impossible to breach." mtchest12 = /test mtchest({*},12)
-/def -i -ag -msimple -t"The chest construction looks quite large and safe." mtchest13 = /test mtchest({*},13)
-/def -i -ag -msimple -t"The extra material in support-structure quarantees quality." mtchest14 = /test mtchest({*},14)
-/def -i -ag -msimple -t"The chest looks just perfect and there is very little unfinished." mtchest15 = /test mtchest({*},15)
-/def -i -ag -msimple -t"The construction looks very big and sturdy." mtchest16 = /test mtchest({*},16)
+/def -i -ag -msimple -t"The basic structure is forming up." mtchest1 = /test mtchest({*},1,16)
+/def -i -ag -msimple -t"It slightly resembles a chest." mtchest2 = /test mtchest({*},2,16)
+/def -i -ag -msimple -t"It is missing a lid." mtchest3 = /test mtchest({*},3,16)
+/def -i -ag -msimple -t"It is still quite shaky." mtchest4 = /test mtchest({*},4,16)
+/def -i -ag -msimple -t"It looks like a small chest but it could be so much more." mtchest5 = /test mtchest({*},5,16)
+/def -i -ag -msimple -t"It does not look quite safe yet." mtchest6 = /test mtchest({*},6,16)
+/def -i -ag -msimple -t"The base looks strong now but lid is still quite weak." mtchest7 = /test mtchest({*},7,16)
+/def -i -ag -msimple -t"The chest is looking much larger." mtchest8 = /test mtchest({*},8,16)
+/def -i -ag -msimple -t"The construction looks bigger and bigger." mtchest9 = /test mtchest({*},9,16)
+/def -i -ag -msimple -t"The structure is now stronger than ever before." mtchest10 = /test mtchest({*},10,16)
+/def -i -ag -msimple -t"The chest looks big enough to hold out several equipments." mtchest11 = /test mtchest({*},11,16)
+/def -i -ag -msimple -t"The extra material has made the chest almost impossible to breach." mtchest12 = /test mtchest({*},12,16)
+/def -i -ag -msimple -t"The chest construction looks quite large and safe." mtchest13 = /test mtchest({*},13,16)
+/def -i -ag -msimple -t"The extra material in support-structure quarantees quality." mtchest14 = /test mtchest({*},14,16)
+/def -i -ag -msimple -t"The chest looks just perfect and there is very little unfinished." mtchest15 = /test mtchest({*},15,16)
+/def -i -ag -msimple -t"The construction looks very big and sturdy." mtchest16 = /test mtchest({*},16,16)
+
+
+/def -i -ag -msimple -t"The reinforcement looks totally incomplete." mtreinf1 = /test mtchest({*},1,8)
+/def -i -ag -msimple -t"The reinforcement is still quite weak." mtreinf2 = /test mtchest({*},2,8)
+/def -i -ag -msimple -t"The structure looks much stronger because of the reinforcement." mtreinf3 = /test mtchest({*},3,8)
+/def -i -ag -msimple -t"The reinforcement still lacks quality." mtreinf4 = /test mtchest({*},4,8)
+/def -i -ag -msimple -t"The reinforcement looks fine but it could be improved." mtreinf5 = /test mtchest({*},5,8)
+/def -i -ag -msimple -t"The reinforced chest looks quite sturdy now." mtreinf6 = /test mtchest({*},6,8)
+/def -i -ag -msimple -t"It would be a pain to force through the reinforcements." mtreinf7 = /test mtchest({*},7,8)
+/def -i -ag -msimple -t"Just a final touch and the reinforcement is fully complete." mtreinf8 = /test mtchest({*},8,8)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;