Blame
|
1 | # Quests |
||||||
| 2 | ||||||||
| 3 | Tarkov has a lot of quests, around 200 with 10 people that give you qeusts, 2 of which only in raid |
|||||||
| 4 | ||||||||
| 5 | The Tarkov wiki has an explanation of all of the, so we will not go Into detail about them here, but we will make a quest tree explaining what comes after what |
|||||||
|
6 | |||||||
|
7 | <p align="center"> |
||||||
|
8 | <img src="/Eft/Quests/image-1772610077103.png"> |
||||||
|
9 | </p> |
||||||
|
10 | |||||||
| 11 | <h2 align="center">Prapor</h2> |
|||||||
| 12 | <div align="center"> |
|||||||
|
13 | <a href="/Eft/Quests/Debut" style=" |
||||||
|
14 | width: 250px; |
||||||
| 15 | height: 50px; |
|||||||
| 16 | color: #ffffff; |
|||||||
| 17 | background: #24620d; |
|||||||
| 18 | border: 5px solid #488f2e; |
|||||||
| 19 | border-radius: 5px; |
|||||||
| 20 | display: flex; |
|||||||
| 21 | align-items: center; |
|||||||
| 22 | justify-content: center; |
|||||||
| 23 | font-size: 15px; |
|||||||
| 24 | font-weight: bold; |
|||||||
| 25 | "> |
|||||||
| 26 | Debut |
|||||||
| 27 | </a> |
|||||||
| 28 | </div> |
|||||||
|
29 | |||||||
| 30 | ```mermaid |
|||||||
| 31 | --- |
|||||||
| 32 | config: |
|||||||
| 33 | theme: 'base' |
|||||||
| 34 | themeVariables: |
|||||||
| 35 | primaryColor: '#24620d' |
|||||||
| 36 | primaryTextColor: '#fff' |
|||||||
| 37 | primaryBorderColor: '#488f2e' |
|||||||
| 38 | lineColor: '#488f2e' |
|||||||
| 39 | ||||||||
| 40 | --- |
|||||||
| 41 | flowchart TD |
|||||||
| 42 | Debut[Debut] |
|||||||
|
43 | ShootingCans[Shooting cans <a href='https://escapefromtarkov.fandom.com/wiki/Shooting_Cans' target='_blank'> </a>] |
||||||
|
44 | C[Idk the fucking next one] |
||||||
| 45 | D[Rest to be added...] |
|||||||
| 46 | ShootingCans-->Debut |
|||||||
| 47 | Debut-->C |
|||||||
| 48 | C-->D |
|||||||
| 49 | Debut-->D |
|||||||
| 50 | click ShootingCans "https://escapefromtarkov.fandom.com/wiki/Shooting_Cans" "The Wiki page for Shooting Cans" |
|||||||
| 51 | ``` |
|||||||
