Fix sur carrieres + nouvelles traductions

This commit is contained in:
2021-06-10 21:27:40 +02:00
parent 730c522b22
commit c2268df6f6
24 changed files with 1378 additions and 549 deletions

51
tables/athletics.json Normal file
View File

@ -0,0 +1,51 @@
{
"name": "Athletics - Middenball",
"hide" : true,
"die": "1d100",
"rows": [
{
"description": "An Away Team player is positioned in the Full Back area of the pitch. If passed to this turn, they can shoot.",
"range": [1,2]
},
{
"description": "An Away Team player is positioned in the Half Back area of the pitch. If passed to this turn, they can shoot.",
"range": [3,10]
},
{
"description": "An Away Team player is positioned in the Home Midfield area of the pitch. If passed to this turn, they can shoot.",
"range": [11,20]
},
{
"description": "An Away Team player is positioned in the Away Midfield area of the pitch. If passed to this turn, they can shoot.",
"range": [21,35]
},
{
"description": "The Away Team show slight dominance. Add 5 to their A score next turn.",
"range": [36,46]
},
{
"description": "There is no effect this turn.",
"range": [47,54]
},
{
"description": "The Home Team show slight dominance. Add 5 to their A score next turn.",
"range": [55,65]
},
{
"description": "A Home Team player is positioned in the Home Midfield area of the pitch. If passed to this turn, they can shoot.",
"range": [66,80]
},
{
"description": "A Home Team player is positioned in the Away Midfield area of the pitch. If passed to this turn, they can shoot.",
"range": [81,90]
},
{
"description": "A Home Team player is positioned in the Half Forward area of the pitch. If passed to this turn, they can shoot.",
"range": [91,98]
},
{
"description": "A Home Team player is positioned in the Forward area of the pitch. If passed to this turn, they can shoot.",
"range": [99,100]
}
]
}