mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-16 10:21:15 +01:00
Newspaper progressing.
This commit is contained in:
parent
a3012ffb0f
commit
7d7ff067f7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user