Newspaper progressing.

This commit is contained in:
gyboth 2008-12-06 09:23:57 +00:00
parent 927c5d89cc
commit 02633e48f6
1 changed files with 10 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<paper_name>News Of The Sports World</paper_name>
<news_article>
<type>match</type>
<condition>_GD_ > 1</condition>
<condition>_GD_ G 1</condition>
<title>_TW_ [beats|crushes|kills] _TL_!</title>
<subtitle>Result: _RE_</subtitle>
<title priority="5">_TL_ loses to _TW_!</title>
@ -23,4 +23,13 @@
<subtitle priority="25" condition="_MULTIPLESCORERS_ = 1">_SCORERS_TWN__ ensure victory for _TW_.</subtitle>
</news_article>
<news_article>
<type>match</type>
<condition>_CUP_ = 0</condition>
<title>_TW_ victorious!</title>
<subtitle>_TW_ moves to rank _RANK_TWN__ in _LEAGUECUPNAME_.</subtitle>
<subtitle condition="_RANK_TWN__ > _OLDRANK_TWN__">_TW_ moves to rank _RANK_TWN__ in _LEAGUECUPNAME_.</subtitle>
<subtitle condition="_RANK_TWN__ = 1 and _OLDRANK_TWN__ != 1">_TW_ on top after defeating _TL_ _RE_.</subtitle>
</news_article>
</news>