Hi;
I've found the 301 key event 'Technical weather loss' in matchid 19478027.
Diff attached.
Regards; Carles
Index: Mattricks/Mattricks/MatchViewerPage.py =================================================================== RCS file: /cvsroot/mattricks/Mattricks/Mattricks/MatchViewerPage.py,v retrieving revision 1.33 diff -u -r1.33 MatchViewerPage.py --- Mattricks/Mattricks/MatchViewerPage.py 23 Aug 2004 10:48:45 -0000 1.33 +++ Mattricks/Mattricks/MatchViewerPage.py 23 Aug 2004 17:50:16 -0000 @@ -743,6 +743,8 @@ resum_text += " (" + _("technical vs. head") + ")" else: resum_text += " (" + str(event_key[0]) +"," + str(event_key[1]) + ")" + elif event_key[0] in [301]: + resum_text += _("Technical weather loss") elif event_key[0] in [302]: resum_text += _("Powerful weather win") elif event_key[0] in [303]:
Thanks!
Here is the reply from the CHPP conference:
---
Thanks for the answers.
- 106/206 is missing in your version, however I have seen examples of it
Ooops! I've lost this one :-( What SE is 106/206?
The same as 105/108, unless there is a subtle difference I haven't noticed. One of them (was it 105?) is an assist, the other two regulars if I remember correctly.
I think that there are 2 corner S.E. one involving a head specialist and
scored with the head (118) >and other with a non-head specialist (119).
Haven't checked the texts again yet. However, texts are slightly misleading sometimes, for "entertainment purposes" as an LA put it. I agree that your distinction makes sense. Is there anything in the rules to that respect?
I think that there is at least two winger S.E. one passing to a winger
and/or forward head
specialist (and scored with head) (137) and other scored by a forward and
may be a winger
non-head specialist with sufficient scoring skill.
That would be analogous to the corner event. I like that idea.
- 238 is mentioned, have you ever seen it?
I'm not sure, when I fond a 2xx chance or a 1xx goal I put the other
But In the 50k matches on Hattristics none had 238. Good choice to have it in there anyway, since the 1xx vs 2xx scheme for goal and chances seems pretty clear.
---
/Oscar
En/na Oscar Gustafsson ha escrit:
I think that there are 2 corner S.E. one involving a head specialist and scored with the head (118) and other with a non-head specialist (119).
Ooops!. 119 -> head specialist and 118 -> non-head specialist.
Haven't checked the texts again yet. However, texts are slightly misleading sometimes, for "entertainment purposes" as an LA put it. I agree that your distinction makes sense. Is there anything in the rules to that respect?
Yes, the last sentence in the corner S.E. says: «Having no head specialists at all will make you very weak at defending against corners and very weak at scoring on your own corners.» The 118 event that I read it was a goal after a corner without the head.
Regards;
I've found the 65 key event 'Nervous situations' (chapter 13 in rules) in matchid 23656800.
Diff attached.
Regards, Carles
Index: MatchViewerPage.py =================================================================== RCS file: /cvsroot/mattricks/Mattricks/Mattricks/MatchViewerPage.py,v retrieving revision 1.34 diff -u -r1.34 MatchViewerPage.py --- MatchViewerPage.py 24 Aug 2004 08:22:19 -0000 1.34 +++ MatchViewerPage.py 25 Aug 2004 14:47:26 -0000 @@ -655,6 +655,8 @@ resum_text += _("Defensive") elif event_key[0] in [64]: resum_text += _("Tactical briefing") + elif event_key[0] in [65]: + resum_text += _("Nervous situations") elif event_key[0] in [68]: resum_text += _("Pressing") elif event_key[0] in [70]:
mattricks@lists.lysator.liu.se