From 1e46e876203f4d32789c2ff91f698ce8d83e22ae Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Fri, 11 Oct 2024 16:27:30 +0200 Subject: [PATCH] amke reuse 3.2 compatible; remove/add some assets; create empty roadmap --- .reuse/dep5 | 51 -- LICENSES/MIT.txt | 9 + LICENSES/OFL-1.1.txt | 43 -- REUSE.toml | 72 +++ ROADMAP.md | 26 + assets/field.aseprite | Bin 4556 -> 0 bytes assets/field.png | Bin 3304 -> 0 bytes assets/field.png.import | 35 -- assets/visual-action/body.png | Bin 228 -> 0 bytes assets/visual-action/body.png.import | 35 -- assets/visual-action/head.png | Bin 255 -> 0 bytes assets/visual-action/head.png.import | 35 -- assets/visual-action/player.ase | Bin 784 -> 0 bytes credits.md | 11 +- fsm-icon-inverted.png.import | 35 -- fsm-icon.webp | Bin 11706 -> 0 bytes fsm-icon.webp.import | 35 -- fsm-icon.xcf | Bin 128877 -> 0 bytes game/assets/ball.png | Bin 460 -> 0 bytes game/assets/ball.svg | 462 ++++++++++++++++++ .../germany.png.import => ball.svg.import} | 11 +- game/assets/flags/germany.png | Bin 1854 -> 0 bytes game/assets/flags/italy.png | Bin 1764 -> 0 bytes game/assets/flags/italy.png.import | 34 -- game/assets/flags/portugal.png | Bin 2540 -> 0 bytes game/assets/flags/portugal.png.import | 34 -- game/assets/flags/spain.png | Bin 1299 -> 0 bytes game/assets/flags/spain.png.import | 34 -- game/assets/flags/united-kingdom.png | Bin 1737 -> 0 bytes game/assets/flags/united-kingdom.png.import | 34 -- game/data/world/players/rome.csv | 2 - .../visual_actors/visual_ball/visual_ball.gd | 2 +- .../visual_ball/visual_ball.tscn | 6 +- .../visual_field/visual_field.gd | 2 +- .../visual_goalkeeper/visual_goalkeeper.gd | 2 +- .../visual_player/visual_player.gd | 2 +- .../visual_actors/visual_team/visual_team.gd | 2 +- .../match_engine/visual_match/visual_match.gd | 2 +- .../language_picker/language_picker.tscn | 31 +- game/src/utils/id_util.gd | 1 + game/src/utils/res_util.gd | 2 +- game/src/utils/ui_util.gd | 2 +- players.json | 1 - 43 files changed, 610 insertions(+), 443 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 LICENSES/MIT.txt delete mode 100644 LICENSES/OFL-1.1.txt create mode 100644 REUSE.toml create mode 100644 ROADMAP.md delete mode 100644 assets/field.aseprite delete mode 100644 assets/field.png delete mode 100644 assets/field.png.import delete mode 100644 assets/visual-action/body.png delete mode 100644 assets/visual-action/body.png.import delete mode 100644 assets/visual-action/head.png delete mode 100644 assets/visual-action/head.png.import delete mode 100644 assets/visual-action/player.ase delete mode 100644 fsm-icon-inverted.png.import delete mode 100644 fsm-icon.webp delete mode 100644 fsm-icon.webp.import delete mode 100644 fsm-icon.xcf delete mode 100644 game/assets/ball.png create mode 100644 game/assets/ball.svg rename game/assets/{flags/germany.png.import => ball.svg.import} (62%) delete mode 100644 game/assets/flags/germany.png delete mode 100644 game/assets/flags/italy.png delete mode 100644 game/assets/flags/italy.png.import delete mode 100644 game/assets/flags/portugal.png delete mode 100644 game/assets/flags/portugal.png.import delete mode 100644 game/assets/flags/spain.png delete mode 100644 game/assets/flags/spain.png.import delete mode 100644 game/assets/flags/united-kingdom.png delete mode 100644 game/assets/flags/united-kingdom.png.import delete mode 100644 game/data/world/players/rome.csv delete mode 100644 players.json diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index c0ceee3c..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,51 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Futsal Manager -Upstream-Contact: Simon Dalvai -Source: https://github.com/dulvui/futsal-manager - -#################################### -# First party -#################################### - -# Godot files -Files: game/src/**.tscn game/project.godot game/**.import game/export_presets.* game/default_profile.build -Copyright: 2022 Simon Dalvai -License: AGPL-3.0-or-later - -# Players data -Files: names/*.json game/assets/*.json names/ita_players -Copyright: 2022 Simon Dalvai -License: CC-BY-SA-4.0 - -# Assets -Files: assets/* games/assets/* -Copyright: 2022 Simon Dalvai -License: CC-BY-SA-4.0 - -Files: assets/* games/assets/* -Copyright: 2022 Simon Dalvai -License: CC0-1.0 - -# Config files -Files: | - *.mtl *.import exportOptions.plist .gitignore metadata/* - *.csv *.material *.tres *.translation version-android version-ios - fdroid/* players.json -Copyright: 2022 Simon Dalvai -License: CC0-1.0 - -#################################### -# Third Party -#################################### - -# Font -Files: game/assets/font/manrope.thin.otf -Copyright: 2020 EZduzziteh -License: OFL-1.1 - -# Person names and last names -# https://en.wikipedia.org/w/index.php?title=Category:Italian_masculine_given_names -# https://en.wiktionary.org/w/index.php?title=Category:Italian_surnames -Files: game/assets/names/* -Copyright: Wikipedia -License: CC-BY-SA-4.0 \ No newline at end of file diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 00000000..2071b23b --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSES/OFL-1.1.txt b/LICENSES/OFL-1.1.txt deleted file mode 100644 index 6fe84ee2..00000000 --- a/LICENSES/OFL-1.1.txt +++ /dev/null @@ -1,43 +0,0 @@ -SIL OPEN FONT LICENSE - -Version 1.1 - 26 February 2007 - -PREAMBLE - -The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. - -The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. - -DEFINITIONS - -"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the copyright statement(s). - -"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. - -"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS - -Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. - -5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. - -TERMINATION - -This license becomes null and void if any of the above conditions are not met. - -DISCLAIMER - -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..c0a624ed --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,72 @@ +# SPDX-FileCopyrightText: 2024 Simon Dalvai +# +# SPDX-License-Identifier: CC0-1.0 + +version = 1 +SPDX-PackageName = "Futsal Manager" +SPDX-PackageSupplier = "Simon Dalvai " +SPDX-PackageDownloadLocation = "https://github.com/dulvui/futsal-manager" + +[[annotations]] +path = [ + "game/src/**.tscn", + "game/project.godot", + "**.import", + "game/export_presets.**", + "game/themes/**", + "game/assets/i18n/translations.csv", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Simon Dalvai " +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = [ + "fsm-icon.png", + "fsm-icon.xcf", + "game/icon.png", + "game/assets/body.png", + "game/assets/head.png", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Simon Dalvai " +SPDX-License-Identifier = "CC-BY-SA-4.0" + +[[annotations]] +path = [ + ".gitignore", + "version", + "game/default_profile.build", + "game/export_credentials.android.example", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2022 Simon Dalvai " +SPDX-License-Identifier = "CC0-1.0" + +###################### +# THIRD PARTY ASSETS AND DATA +##################### + +# city names taken from Wikipedia +[[annotations]] +path = "game/data/world/world.csv" +precedence = "aggregate" +SPDX-FileCopyrightText = "Wikipedia" +SPDX-License-Identifier = "CC-BY-SA-4.0" + +# city names taken from Wikipedia +[[annotations]] +path = [ + "game/data/player_names/**.json", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright (c) 2012 Daniele Faraglia" +SPDX-License-Identifier = "MIT" + +[[annotations]] +path = [ + "game/assets/ball.svg", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright (c) 2012 Ross Duris" +SPDX-License-Identifier = "CC0-1.0" diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..ec941ffe --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,26 @@ + + +# Roadmap +List of features/issues for future versions of Futsal Manager. +So users from [Codeberg](https://codeberg.org/dulvui/futsal-manager) and [Github](https://codeberg.org/dulvui/futsal-manager) can track issues/features with ease. + +## Table of contents +- [Roadmap](#roadmap) + - [Table of contents](#table-of-contents) + - [Backlog](#backlog) + - [In progress](#in-progress) + - [Done](#done) + +## Backlog +Features/issues that will [probably] be added/solved in future. + +## In progress +List of features that are currently worked on. + +## Done +Features/issues that are added/solved in specific version. + diff --git a/assets/field.aseprite b/assets/field.aseprite deleted file mode 100644 index dbc1a13ab25dd667396ae207e804d271b51b9dc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4556 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 diff --git a/assets/field.png b/assets/field.png deleted file mode 100644 index 19b8df6b6dcbad90329c1b38784d55815a91dfdd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3304 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 diff --git a/assets/field.png.import b/assets/field.png.import deleted file mode 100644 index 10be3e7a..00000000 --- a/assets/field.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/field.png-fc9543e02f0d3dde744604a8b0366bd3.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/field.png" -dest_files=[ "res://.import/field.png-fc9543e02f0d3dde744604a8b0366bd3.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/assets/visual-action/body.png b/assets/visual-action/body.png deleted file mode 100644 index a3bc023a02918b671593b99b2790871e351a6d59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^HbCsh!3HF2#7cJnDaPU;cPEB*=VV?2IrBVS978JR zyuD+{#iA&{aPaeu|MfS2AIMYiDcT#l@Q{P@jF-Q7ZdTjp$@WEU?|xnO^G12fDS5#d z^&Rh|=9E@R&p#)*b6I@(p{Ca?*E!b-1I7Ic=031GSW1S#Wc?%a;|lu!JT`nbP0l+XkKy`fz% diff --git a/assets/visual-action/body.png.import b/assets/visual-action/body.png.import deleted file mode 100644 index 228689e9..00000000 --- a/assets/visual-action/body.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/body.png-3880de88e2f06179a635f950ef16e1da.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/visual-action/body.png" -dest_files=[ "res://.import/body.png-3880de88e2f06179a635f950ef16e1da.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/assets/visual-action/head.png b/assets/visual-action/head.png deleted file mode 100644 index fb557ee77f8ea32c5e1f1bce7d418f2a2865b960..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^HbCsh!3HF2#7cJnDaPU;cPEB*=VV?2IXgXF978JR zyuEdh^N@i=+rtp6#@Sz994zI^Q|fzQ_3km(E(fQTtfukvpU((7;r+nAWeO9}prjf8 z!LM(>o-G|&v^VzJKcg#R{I|DX53k$71e-lE>@KH(dQ_ z6MlVue|2dsRPe6<%WEciH}7(C`>BHzHC^U}F-q$nKa8tt1c{Z}FTLxnFEGciVAn>I nd!pj+ml|{UsY@_0EO^EnA}%5mv`jM|=m`c-S3j3^P6FeVlcZuFZ0Jm>KKfA4uuWx2@G zjWTgavnWy~B0k37qE~22CD;F`@pU3=Sz|HPNWf->Q7J~2#Hq};D$4K9&XOm^sV=fh zsfEY(Ibe7FAvoqa0vFHkfr;sExH3Npzvt@URqYfEJhDRjL@#XeTVPAmZfJAVL#MM3 zTF;EY_TD$JE26`W_p9oyYvwJ3B2vX&=d^xRHUG=N)N*3hEQ+bT;cJIl6;@Mc&BIocG~8}{ z?lwI+{BgeGj%$2)cDko{OCtwf#l%bxw1B9XK + +SPDX-License-Identifier: CC0-1.0 +--> + # icon -icon: Football vector created by freepik - www.freepik.com +Player silhoutte is licensed under public domain, taken from https://publicdomainvectors.org/en/free-clipart/Football-player-color-silhouette/60322.html -https://openclipart.org/detail/319993/football-player-silhouette +# ball svg +https://openclipart.org/download/167872/soccerballnoshadow.svg # player names https://github.com/joke2k/faker diff --git a/fsm-icon-inverted.png.import b/fsm-icon-inverted.png.import deleted file mode 100644 index b9faceca..00000000 --- a/fsm-icon-inverted.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/fsm-icon-inverted.png-6114030702db0e2727f404807b2b7bab.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://fsm-icon-inverted.png" -dest_files=[ "res://.import/fsm-icon-inverted.png-6114030702db0e2727f404807b2b7bab.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/fsm-icon.webp b/fsm-icon.webp deleted file mode 100644 index 691fa247e207ceeb7489df073f0668b7729d2d50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11706 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 diff --git a/fsm-icon.webp.import b/fsm-icon.webp.import deleted file mode 100644 index 130b53ad..00000000 --- a/fsm-icon.webp.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="StreamTexture" -path="res://.import/fsm-icon.webp-35659144fc2c4c1251ff8038be5a7336.stex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://fsm-icon.webp" -dest_files=[ "res://.import/fsm-icon.webp-35659144fc2c4c1251ff8038be5a7336.stex" ] - -[params] - -compress/mode=0 -compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 -compress/normal_map=0 -flags/repeat=0 -flags/filter=true -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 -process/fix_alpha_border=true -process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -process/normal_map_invert_y=false -stream=false -size_limit=0 -detect_3d=true -svg/scale=1.0 diff --git a/fsm-icon.xcf b/fsm-icon.xcf deleted file mode 100644 index e27ab58bdd42c67daa39781b59710af2a39f53b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128877 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�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 z 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 diff --git a/game/assets/ball.png b/game/assets/ball.png deleted file mode 100644 index c5a0337dff69545a29fe0f47f9edbf035fb484ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 460 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+3?vf;>QaFeOS+@4BLl<6e(pbstU&(c0G|-o zQ>RXyIC0|S$&*Kq9tE<2VE69br%#^-iU0wS3n76bKph<&9TgQ7pFVwBuwcQWMT_F& zc5jEs!Hz`&pX;Vo_$^HBHuU@@6ZQ8U;moB|{ z@nYS&b=}?F7cN}bxpU`_A3t8de*OIUbD-6qKYw;}b31e9%>V!YC5`7P04?J$3Gxe` z@82(fKc9cS{(k%T^Y0m!^&08`rA~UfIEF}E_MPy2(jfz$ma`X~WZL82S!8J)x%TSs ze7>88%+`5G%f|^(8yba_Md0JFwrF+idRbbMFk zv}sqDUOoCrbaPCm$e*Q5QNACyxJ);%N?OGum+kqoY5Gsb#SH6MBNauj_A&NHS^eSM zdD{Q=M2VYLeJ3gxA36S{D?|Q~X`bNDWiNlIdHe8qZCm@gu+wMTbm8rjf~r4p8-Gd9 yZvNc1;^BW~H_v##PnzjMzfXNG6gyzSqaRbDt@wQM<_kbiF?hQAxvX + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ebene 1 + + + + + image/svg+xml + + + + + Openclipart + + + Soccerball noShadow + 2012-02-07T01:16:22 + + https://openclipart.org/detail/167872/soccerball-noshadow-by-rduris + + + rduris + + + + + soccer + ball + football + game + sports + play + exercise + + + + + + + + + + + diff --git a/game/assets/flags/germany.png.import b/game/assets/ball.svg.import similarity index 62% rename from game/assets/flags/germany.png.import rename to game/assets/ball.svg.import index cbc50d08..f8ffeaf0 100644 --- a/game/assets/flags/germany.png.import +++ b/game/assets/ball.svg.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bgodv33es1ehh" -path="res://.godot/imported/germany.png-2a3598986127ee26098e1f91b46aaa82.ctex" +uid="uid://b4igo2k8ytmf7" +path="res://.godot/imported/ball.svg-08dbc86fa0161074f631a41f873c08a2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/flags/germany.png" -dest_files=["res://.godot/imported/germany.png-2a3598986127ee26098e1f91b46aaa82.ctex"] +source_file="res://assets/ball.svg" +dest_files=["res://.godot/imported/ball.svg-08dbc86fa0161074f631a41f873c08a2.ctex"] [params] @@ -32,3 +32,6 @@ process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/game/assets/flags/germany.png b/game/assets/flags/germany.png deleted file mode 100644 index 555cfcafb6a361d3c8647cac7d4346e9fcda29cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1854 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 XcNBFbj^xdP8xJ|#yJ26P#wGn1rCz*d diff --git a/game/assets/flags/italy.png.import b/game/assets/flags/italy.png.import deleted file mode 100644 index c51780f0..00000000 --- a/game/assets/flags/italy.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3do6v0mqyp8x" -path="res://.godot/imported/italy.png-e0d35d8d5e0fb1d2b837982a541c3090.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/flags/italy.png" -dest_files=["res://.godot/imported/italy.png-e0d35d8d5e0fb1d2b837982a541c3090.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/game/assets/flags/portugal.png b/game/assets/flags/portugal.png deleted file mode 100644 index 5757460bbe661ca73ea6160c34e69c062c17e45e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2540 zcmWkwc{r5o8-BmfjApZsr5du9EtHawM#fe~jD4wS2qA08u?*Sw;+!ne$Py_gKgw>h zmF&tPDWfRIiG*rw`F-cTuIGKOXSwh9e*e2uEGEvG%_b66O}<0m8z<)V#0x z1k>FDJkYMsansfCNr2?;G`>d1%bEYKT6-?fF*pnTs|4LBNgpm;I_Pb;@8(1tXzEj-js)|TeD<>EBZ6fenupdSP4jE$ra$m zTfm55V{PhU!Z4F)cPKbko_TMyShPp6BnyZ^Mr1iMDo{ilnuA|66p7>__7=}xw${&n z1!aR7X%BXUtFmAUoQ!Q1cXg|s(U?M3$u2{pT%xjvjuaPe3uLyi|n9^jyh_ zm1PcUa`_=U=M)1}KroJ#e-U891X;t*3%ufNDkSK07LuO4K{jNr@Tq}$p=>h~oeDt! zXF&X>*bnk>V-q>4IZ+IBx&S@Q!AKD-N9u?>k5Hm8I75O-Sgmjo9H+vjsy$YCb{On4 z`{DCorAsmr?wW0oY0A1aamT3E3HW`^AXJ!ppO6%_;}okB7~Gc1K;A1E>^t`J^} z3Ne-@s;!kHiPDt~Hyuh~vP7Fv#t$oStvXpq7X8v%2bp-)C18L-H#DfoP}}4Y6M{+h za!7k_$)l|i3uFdpDoEviv1+%4Kbx881Fhg?usxcIjLCpjm z4OF#G1cngm3jnuDPbM;hlUk;$t7^wwwDcp}?U9xcb7aKauybBs&mAx^9b z9A*U!ErbMeWZ9&{$bSPo8i>%@2H|b{jnKNMY>Vhktpt}Sm138O!C~ZHF3~%F1TF1@n8b^po8&riBwSRV&+>ZM;w02Wz&Z)CS;;DZ{gb3%{=xps2 z{m}84G<^FXmuBsZ;l!mPz7MF$L(PxFcB;*}#nYEgLWS|gxi>_}lXJr-wo0OEX!?;S z1Wugqouv;ef3cE;S=VD^W@}>ux4Y676TVeMe-9_LtGw1jb8RTx{FbG%r?j1w_gy{v z52W{Sbo+h~U6U}-P|>INih8?vxT&jA{ST3To%<{oULat4nthWdC^zi^lBFH$pq~TQfT8 zn}W0A!2bKPKKy3D#e6ZV=x1Nisia2CO30m_udsF%n7Dyu zt%>WyF1wM31Djm*y(>e5gqT(G<6q%7N#9j}*=-lLqr$DcHCq5x5#Sh9#@j;BqZ>QX zyE(&h+;ugbRgiaNW5Qr0ItqJHl<@@a7kzl{s{wa~}7l(|gkbz|1MF+YkJ zJkww8aGn@dzcpQ3^+SpLesvm|Tm1M)$*xb4?s*VbuE#A%SLhxe8IgODq5vo;!TLQ(b$1-1*MzQAEL64Y1d@`QSNE>{uLGKdN94MA;Xzrq!|>Y z8KkQ3vA*lyi{HAO)qb9zyU|FRZX!M6CJN$~%F`yR&+F#h*16v(Q${yT{^;B}J-s2H z@~`-PznK1i>KXUaoI9JZVXY&ryb9Dd=>0iB@$s&8hZiX@b4B0$(XwXhblz{N8;uHk1(H^ENDs$9%|4#@p4<4X zH1|Cef1|)(Vekd*9sV@ud%)0(t|w%aSTbAqh=VL|8YREYl=xSQW^lf?D$#rO%q<6H zv2#6_pLqRGJgqnAyMvmPdb-9|f>5|edS7k&^K+#uV~VX>L*b;JG`YbH(b~-8>JL^{ zy@Kgo|9%=wYyJ0AKCmJm#xZrJpeJ=`SK)y(P>4xIuCD@?Ew7ykFC^m0>L1|ls&N?# z6j!|3U^-}92h8L2h~zc*JvrVic%Ao^6<89B1hVl6M1t_91QdKK&b`>-3+16w^!oct zfXmd*x@8@~3>@o8he3K2ha@;aa?vRDrCA=bn?P2AY|h8gtcF-7dwKD8x35N3(f|>~AWkbte@ryvMNRlOcX4xcDs4F?Yx?5FyXo zbBqa=TEaBTmuEH85q<-jSPnsz982?SJBVHpbUSK^s?Vn|tYa;{=AC6+GZ|e_y=*NG z**Q9=2c4amF`&N2kNC~FWw!WU_<%dtHuT5Og!Z8?rQo;G0$%l9>#-*D2i2j~ZGUtm=VM3! diff --git a/game/assets/flags/portugal.png.import b/game/assets/flags/portugal.png.import deleted file mode 100644 index 53f30b3d..00000000 --- a/game/assets/flags/portugal.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bgupmt8asi7fi" -path="res://.godot/imported/portugal.png-5b9849e7f64204a69b53089e784662bc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/flags/portugal.png" -dest_files=["res://.godot/imported/portugal.png-5b9849e7f64204a69b53089e784662bc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/game/assets/flags/spain.png b/game/assets/flags/spain.png deleted file mode 100644 index 6ebe69361089ac8cd121cf394729744d78ebb746..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1299 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&F&8^|hH!9j+t<7e}h5&|1B3d31q+#L>wy@O$wq0D2ObM%mykz<|4C^&BrBp%n{+y^?k5Tk(PLjw>S!8Or?8w(VCWCr5; z3q8{ZhJH>-kY6wZBO@~l8wVFRuYicSq?DAboPvsmrjC)Zm5r^lr(bYbcvMV6Vp@7u zc0oyfV^dR0dq-#27THgDO!Yxmy$hYue=aqirOn>TOXyZ`Xf<0ns^ zyn6Na{re9eK7Rc6?dPvwfByXW`|rD6XaxfU(*aKx$B>F!XJ=mx({>badAlk_lM6;6?HPYR-5+!z|Cyc%R#ZMHx}+OykKo$xqVx;Sm&I#>(2V} zePNS2y^y{B`kR$1PfNC)UTvldDEqf$9 zw}U$;ZpZsomB;`2&>z`ZPg%i7@R{w15*x{v;plO%v5tFWQ_|WnE z4kn(<-cC37X(aAH6H|AwQRC5q6Fzlu0aFCe7#F^Z6l>L4Zm)Z`BPi|CQ~s_bw&3UG z-9@{CpPKJqC0>#1w~@i7gH5h3jxWrWd$s-3@-8*2$A5#SL2Bl<#|>u>$1&F1|6dh6fMzqiliok6MVsP;8apPu4n5AyO%V6=0Q-;|gwZ}uXL2j7?e}n6?14-j>v!gbYR15_G5p4F!#$z{QPp@!fN(ob+!gS-n3rK=jYkKTH^nI)-EaM70)v5 RZUgfWgQu&X%Q~loCIAM)S_c3C diff --git a/game/assets/flags/spain.png.import b/game/assets/flags/spain.png.import deleted file mode 100644 index 97270e4d..00000000 --- a/game/assets/flags/spain.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://00354b2lyni3" -path="res://.godot/imported/spain.png-c7a373489b90865206675b9bc008aba0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/flags/spain.png" -dest_files=["res://.godot/imported/spain.png-c7a373489b90865206675b9bc008aba0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/game/assets/flags/united-kingdom.png b/game/assets/flags/united-kingdom.png deleted file mode 100644 index 7e22e3b94adde61b29a82411439dbf34ef21c051..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1737 zcmXApdpr~R8^^!99BovS6_Kb@5_*YiB@@8|P8&mZ4EzG?PE%RSOc(g1)x)>Z^Z zNu~V^1Wb~b`1jT&1r}ju?TkPmhCkWyC0Asam0N^Fjrti7>L9&aA}U6jUx{=gUyGz% z4fh8W3I!7s8XVz!HOwDF4i6}vJFg^Z+O)syY%Ugy=jZ1EjYfIcBY~Y`b({6opR&Uf z!8Ab_eX8Wi?MjYBAs6;|Wp(XX|c}Wz^jn)wiamz^-(k8~tD0SHt|N@n+- zy?YNRYHAx`&zM-+c=!bb1VvF&(<&RATUdYp)85tBH}G+Y|7k+-_1oOs{KC@m+Sk`i_ zrK0KSe-FRs;NBHhZy+z~4!)$fs#&NDNp(>xnZ4C2D%HJrS15I)uj-a`v0PcDLLMbI zw%X#e+mlg2^3*$3tqWP6qeiZG`XHPy@xG_e&g)N?$<5@qmej%?8}q|WerQIm>lVsz zZo%v`GP?7x2m%%iX>d^g_FcO=&Kqyc15AzX&R@k_APfffwy-?5gXfgyKz%Qjn!jl; zl8;7#uws>PZkY*WOa?sYKF3}S=t_kFK?o~jn{!lFVjHP(#Uw&J&`3bDR~a_s+%=#@ zW;mAx4!Tt_2IPz&&SN>TLn>cqP?*!B*Hz7^Yz^7XOd3sNrK@ovD{5mgj04Q zTK>ngU@w-R4!%d;-Cmn|bPAmcF%u1T_BgmF&epG#7viP+D*ogQ9bw>_xv?Dl5qRpP zHj^;R71dot%^>{1Zz3C=A>l3Oi60o~KAMI1lboB|I+}Dmw0zK2t*h$13uiA9jR0CH ze&%1;oWww7=X0ckOr!9HGZrWn5L?yqNJ;kVVS^Wvb`qGlm+_PdZFvppLtPnJn}bNP%dr|6H1v z8PNyEpZ-$YU}*;pm#p?swK@YxpYT3XvXj0{NX-pP0(Co)8uXeh&8JM7H&mV?W2e6h z*+)ZyA-LX|!L1+x3UA8=^6}7<9FRwap5%fkDs)z=Ep-7|Zb7$Zf$X-CznnJHp_}1d z1`1WquU^~K2o!v@c|T-o(6bxA@KAR*p~}AmBtUxU+AQGOcFUW#OAN+X(C@kxt7R3d zX>T^1XQ}!NEy{7@S<&P7W5#o0$MZID1<|;o7~F$cT@o2f3DVEk=PCKL2vSNuNx24f_gZT z^t{nP6GgM^!;n0>mha_U2J)sU5m)!wuCYr}1L=Lq$?I&3?7PP3`|z08j9iB@g9A=* zgC%B(TNzWHhm>CGU|{yme7x@2FJV&T~Jc92gef9 zo7zlu(u?NfUq-Ky!>5wYsEY3pw>@6PmVfL?Z1P57&#&OS0#MjjEBIkD3VUG{KSR;Q dvJwd!VpSbp;t!#GA4>9-0&8<3q1w!c{y#nwQL+F4 diff --git a/game/assets/flags/united-kingdom.png.import b/game/assets/flags/united-kingdom.png.import deleted file mode 100644 index 419a1494..00000000 --- a/game/assets/flags/united-kingdom.png.import +++ /dev/null @@ -1,34 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dmt5mivw06ki0" -path="res://.godot/imported/united-kingdom.png-e3cda1cfeca6858b74cdd45efe7a1aa2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://assets/flags/united-kingdom.png" -dest_files=["res://.godot/imported/united-kingdom.png-e3cda1cfeca6858b74cdd45efe7a1aa2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/game/data/world/players/rome.csv b/game/data/world/players/rome.csv deleted file mode 100644 index 6db19543..00000000 --- a/game/data/world/players/rome.csv +++ /dev/null @@ -1,2 +0,0 @@ -TEAM,NAME,SURNAME,BIRTHDATE,… -Rome,Simon,Dalvai,, diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.gd b/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.gd index 19de430c..d54cd05f 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.gd +++ b/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualBall extends Node2D diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.tscn b/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.tscn index 261d5691..5c59b3e4 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.tscn +++ b/game/src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=3 format=3 uid="uid://brmxp0ulenogn"] [ext_resource type="Script" path="res://src/match_simulator/match_engine/visual_actors/visual_ball/visual_ball.gd" id="1_dxacx"] -[ext_resource type="Texture2D" uid="uid://csak1pwgr8dde" path="res://assets/ball.png" id="2_x8ybp"] +[ext_resource type="Texture2D" uid="uid://b4igo2k8ytmf7" path="res://assets/ball.svg" id="2_ktxve"] [node name="VisualBall" type="Node2D"] -scale = Vector2(0.5, 0.5) script = ExtResource("1_dxacx") [node name="Sprite" type="Sprite2D" parent="."] -texture = ExtResource("2_x8ybp") +scale = Vector2(0.02, 0.02) +texture = ExtResource("2_ktxve") diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_field/visual_field.gd b/game/src/match_simulator/match_engine/visual_actors/visual_field/visual_field.gd index 51623872..4a7a7483 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_field/visual_field.gd +++ b/game/src/match_simulator/match_engine/visual_actors/visual_field/visual_field.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualField extends Node2D diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_goalkeeper/visual_goalkeeper.gd b/game/src/match_simulator/match_engine/visual_actors/visual_goalkeeper/visual_goalkeeper.gd index a0b5682f..68f6a12c 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_goalkeeper/visual_goalkeeper.gd +++ b/game/src/match_simulator/match_engine/visual_actors/visual_goalkeeper/visual_goalkeeper.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualGoalkeeper extends Node2D diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_player/visual_player.gd b/game/src/match_simulator/match_engine/visual_actors/visual_player/visual_player.gd index 452a1807..c0cdf466 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_player/visual_player.gd +++ b/game/src/match_simulator/match_engine/visual_actors/visual_player/visual_player.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualPlayer extends Node2D diff --git a/game/src/match_simulator/match_engine/visual_actors/visual_team/visual_team.gd b/game/src/match_simulator/match_engine/visual_actors/visual_team/visual_team.gd index b8ffbdde..bb241756 100644 --- a/game/src/match_simulator/match_engine/visual_actors/visual_team/visual_team.gd +++ b/game/src/match_simulator/match_engine/visual_actors/visual_team/visual_team.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualTeam extends Node2D diff --git a/game/src/match_simulator/match_engine/visual_match/visual_match.gd b/game/src/match_simulator/match_engine/visual_match/visual_match.gd index 31dc815e..a7b53995 100644 --- a/game/src/match_simulator/match_engine/visual_match/visual_match.gd +++ b/game/src/match_simulator/match_engine/visual_match/visual_match.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later class_name VisualMatch extends Node2D diff --git a/game/src/screens/settings/language_picker/language_picker.tscn b/game/src/screens/settings/language_picker/language_picker.tscn index f3845367..50c21788 100644 --- a/game/src/screens/settings/language_picker/language_picker.tscn +++ b/game/src/screens/settings/language_picker/language_picker.tscn @@ -1,11 +1,6 @@ -[gd_scene load_steps=7 format=3 uid="uid://djrvl8pvkr7aa"] +[gd_scene load_steps=2 format=3 uid="uid://djrvl8pvkr7aa"] [ext_resource type="Script" path="res://src/screens/settings/language_picker/language_picker.gd" id="1_1ma02"] -[ext_resource type="Texture2D" uid="uid://dmt5mivw06ki0" path="res://assets/flags/united-kingdom.png" id="2_u8w0t"] -[ext_resource type="Texture2D" uid="uid://bgupmt8asi7fi" path="res://assets/flags/portugal.png" id="3_2slns"] -[ext_resource type="Texture2D" uid="uid://3do6v0mqyp8x" path="res://assets/flags/italy.png" id="4_y3fhi"] -[ext_resource type="Texture2D" uid="uid://00354b2lyni3" path="res://assets/flags/spain.png" id="5_fhke6"] -[ext_resource type="Texture2D" uid="uid://bgodv33es1ehh" path="res://assets/flags/germany.png" id="6_v1gfj"] [node name="LanguagePicker" type="Control"] layout_mode = 3 @@ -32,34 +27,34 @@ anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -328.0 -offset_top = -64.0 +offset_top = -13.0 offset_right = 328.0 -offset_bottom = 64.0 +offset_bottom = 13.0 grow_horizontal = 2 grow_vertical = 2 alignment = 1 -[node name="English" type="TextureButton" parent="HBoxContainer"] +[node name="English" type="Button" parent="HBoxContainer"] layout_mode = 2 -texture_normal = ExtResource("2_u8w0t") +text = "ENGLISH" -[node name="Portuguese" type="TextureButton" parent="HBoxContainer"] +[node name="Portuguese" type="Button" parent="HBoxContainer"] visible = false layout_mode = 2 -texture_normal = ExtResource("3_2slns") +text = "PORTUGUES" -[node name="Italian" type="TextureButton" parent="HBoxContainer"] +[node name="Italian" type="Button" parent="HBoxContainer"] layout_mode = 2 -texture_normal = ExtResource("4_y3fhi") +text = "ITALIANO" -[node name="Spanish" type="TextureButton" parent="HBoxContainer"] +[node name="Spanish" type="Button" parent="HBoxContainer"] visible = false layout_mode = 2 -texture_normal = ExtResource("5_fhke6") +text = "ESPAÑOL" -[node name="German" type="TextureButton" parent="HBoxContainer"] +[node name="German" type="Button" parent="HBoxContainer"] layout_mode = 2 -texture_normal = ExtResource("6_v1gfj") +text = "DEUTSCH" [connection signal="pressed" from="HBoxContainer/English" to="." method="_on_english_pressed"] [connection signal="pressed" from="HBoxContainer/Portuguese" to="." method="_on_portuguese_pressed"] diff --git a/game/src/utils/id_util.gd b/game/src/utils/id_util.gd index d5d7f3ab..38759134 100644 --- a/game/src/utils/id_util.gd +++ b/game/src/utils/id_util.gd @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: 2023 Simon Dalvai # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/game/src/utils/res_util.gd b/game/src/utils/res_util.gd index c2938b65..6c3fc11b 100644 --- a/game/src/utils/res_util.gd +++ b/game/src/utils/res_util.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later extends Node diff --git a/game/src/utils/ui_util.gd b/game/src/utils/ui_util.gd index 9c339e6a..b29cac6a 100644 --- a/game/src/utils/ui_util.gd +++ b/game/src/utils/ui_util.gd @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Simon Dalvai -# SPDX-License-Identifier: AGPL-3.0-or-late +# SPDX-License-Identifier: AGPL-3.0-or-later extends Control diff --git a/players.json b/players.json deleted file mode 100644 index ae00b4ce..00000000 --- a/players.json +++ /dev/null @@ -1 +0,0 @@ -[{"price": 250000, "name": "Samuel", "surname": "Guardiola", "birth_date": "28/02/1979", "nationality": "ES", "moral": 2, "position": "W", "foot": "L", "prestige": 6, "form": "GOOD", "potential": 1, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 9, "aniticipation": 7, "decisions": 4, "concentration": 8, "teamwork": 1, "vision": 9, "work_rate": 4, "offensive_movement": 8, "defensive_movement": 2}, "technical": {"crossing": 2, "pass": 3, "long_pass": 2, "tackling": 1, "heading": 9, "interception": 2, "marking": 2, "shoot": 4, "dribble": 10, "long_shoot": 11, "free_kick": 3, "penalty": 1, "finishing": 2, "technique": 9, "first_touch": 3}, "physycal": {"acceleration": 9, "agility": 9, "balance": 1, "jump": 4, "pace": 5, "stamina": 6, "strength": 5}, "contract": {}}, {"price": 110000, "name": "Isidoro", "surname": "Bay\u00f3n", "birth_date": "16/05/1986", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 2, "_potential_growth": 2, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 1, "aniticipation": 2, "decisions": 10, "concentration": 8, "teamwork": 5, "vision": 4, "work_rate": 4, "offensive_movement": 1, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 10, "long_pass": 2, "tackling": 2, "heading": 11, "interception": 4, "marking": 1, "shoot": 4, "dribble": 10, "long_shoot": 7, "free_kick": 3, "penalty": 10, "finishing": 6, "technique": 2, "first_touch": 3}, "physycal": {"acceleration": 9, "agility": 11, "balance": 1, "jump": 11, "pace": 7, "stamina": 6, "strength": 1}, "contract": {}}, {"price": 160000, "name": "Jos\u00e9", "surname": "Novoa", "birth_date": "21/03/1987", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 12, "form": "INJURED", "potential": 5, "_potential_growth": 1, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 14, "aniticipation": 13, "decisions": 8, "concentration": 10, "teamwork": 9, "vision": 5, "work_rate": 12, "offensive_movement": 15, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 13, "long_pass": 9, "tackling": 16, "heading": 13, "interception": 15, "marking": 9, "shoot": 16, "dribble": 12, "long_shoot": 11, "free_kick": 12, "penalty": 11, "finishing": 7, "technique": 13, "first_touch": 16}, "physycal": {"acceleration": 7, "agility": 10, "balance": 8, "jump": 12, "pace": 8, "stamina": 12, "strength": 9}, "contract": {}}, {"price": 140000, "name": "Felix", "surname": "Guillen", "birth_date": "25/03/2004", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 2, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 10, "aniticipation": 7, "decisions": 5, "concentration": 3, "teamwork": 6, "vision": 4, "work_rate": 8, "offensive_movement": 1, "defensive_movement": 16}, "technical": {"crossing": 15, "pass": 6, "long_pass": 15, "tackling": 7, "heading": 12, "interception": 10, "marking": 12, "shoot": 6, "dribble": 14, "long_shoot": 5, "free_kick": 11, "penalty": 9, "finishing": 17, "technique": 14, "first_touch": 9}, "physycal": {"acceleration": 12, "agility": 8, "balance": 9, "jump": 5, "pace": 9, "stamina": 12, "strength": 9}, "contract": {}}, {"price": 60000, "name": "Jos\u00e9", "surname": "Mart\u00edn-Romeu", "birth_date": "19/06/1991", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 17, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 11, "aniticipation": 13, "decisions": 5, "concentration": 6, "teamwork": 14, "vision": 10, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 10}, "technical": {"crossing": 13, "pass": 14, "long_pass": 7, "tackling": 15, "heading": 10, "interception": 8, "marking": 10, "shoot": 12, "dribble": 12, "long_shoot": 8, "free_kick": 10, "penalty": 12, "finishing": 13, "technique": 13, "first_touch": 20}, "physycal": {"acceleration": 7, "agility": 8, "balance": 13, "jump": 6, "pace": 5, "stamina": 5, "strength": 10}, "contract": {}}, {"price": 80000, "name": "Osvaldo", "surname": "del", "birth_date": "04/08/1996", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 5, "_potential_growth": 1, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 7, "aniticipation": 3, "decisions": 3, "concentration": 5, "teamwork": 8, "vision": 13, "work_rate": 8, "offensive_movement": 12, "defensive_movement": 10}, "technical": {"crossing": 12, "pass": 13, "long_pass": 13, "tackling": 4, "heading": 8, "interception": 10, "marking": 7, "shoot": 3, "dribble": 12, "long_shoot": 10, "free_kick": 2, "penalty": 11, "finishing": 9, "technique": 9, "first_touch": 11}, "physycal": {"acceleration": 4, "agility": 11, "balance": 3, "jump": 5, "pace": 3, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 310000, "name": "Maximiano", "surname": "Falc\u00f3", "birth_date": "29/05/1988", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 3, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 14, "aniticipation": 10, "decisions": 12, "concentration": 13, "teamwork": 10, "vision": 18, "work_rate": 19, "offensive_movement": 19, "defensive_movement": 14}, "technical": {"crossing": 12, "pass": 13, "long_pass": 14, "tackling": 13, "heading": 17, "interception": 6, "marking": 6, "shoot": 15, "dribble": 4, "long_shoot": 18, "free_kick": 18, "penalty": 11, "finishing": 7, "technique": 6, "first_touch": 11}, "physycal": {"acceleration": 7, "agility": 4, "balance": 10, "jump": 11, "pace": 7, "stamina": 7, "strength": 7}, "contract": {}}, {"price": 270000, "name": "Felix", "surname": "de", "birth_date": "15/11/1979", "nationality": "ES", "moral": 2, "position": "W", "foot": "L", "prestige": 18, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 3, "aniticipation": 8, "decisions": 10, "concentration": 15, "teamwork": 14, "vision": 15, "work_rate": 14, "offensive_movement": 11, "defensive_movement": 10}, "technical": {"crossing": 8, "pass": 5, "long_pass": 5, "tackling": 1, "heading": 1, "interception": 9, "marking": 1, "shoot": 6, "dribble": 3, "long_shoot": 8, "free_kick": 6, "penalty": 4, "finishing": 11, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 12, "agility": 12, "balance": 4, "jump": 11, "pace": 3, "stamina": 4, "strength": 3}, "contract": {}}, {"price": 50000, "name": "Urbano", "surname": "Gomila", "birth_date": "01/11/1995", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 4, "aniticipation": 7, "decisions": 7, "concentration": 9, "teamwork": 6, "vision": 6, "work_rate": 10, "offensive_movement": 4, "defensive_movement": 3}, "technical": {"crossing": 9, "pass": 10, "long_pass": 9, "tackling": 13, "heading": 13, "interception": 6, "marking": 11, "shoot": 10, "dribble": 12, "long_shoot": 8, "free_kick": 11, "penalty": 5, "finishing": 10, "technique": 6, "first_touch": 11}, "physycal": {"acceleration": 9, "agility": 11, "balance": 4, "jump": 12, "pace": 11, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 330000, "name": "Emiliano", "surname": "Felipe", "birth_date": "10/05/2004", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 9, "aniticipation": 10, "decisions": 12, "concentration": 9, "teamwork": 15, "vision": 16, "work_rate": 14, "offensive_movement": 14, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 14, "long_pass": 5, "tackling": 7, "heading": 15, "interception": 9, "marking": 14, "shoot": 5, "dribble": 13, "long_shoot": 9, "free_kick": 11, "penalty": 14, "finishing": 13, "technique": 10, "first_touch": 9}, "physycal": {"acceleration": 5, "agility": 4, "balance": 10, "jump": 13, "pace": 10, "stamina": 8, "strength": 10}, "contract": {}}, {"price": 120000, "name": "Osvaldo", "surname": "Tudela", "birth_date": "06/03/1981", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 8, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 6, "concentration": 11, "teamwork": 9, "vision": 5, "work_rate": 8, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 9, "pass": 5, "long_pass": 6, "tackling": 8, "heading": 5, "interception": 6, "marking": 2, "shoot": 7, "dribble": 9, "long_shoot": 13, "free_kick": 7, "penalty": 3, "finishing": 7, "technique": 5, "first_touch": 3}, "physycal": {"acceleration": 5, "agility": 8, "balance": 11, "jump": 2, "pace": 8, "stamina": 4, "strength": 8}, "contract": {}}, {"price": 190000, "name": "Herminio", "surname": "Morales", "birth_date": "10/10/1986", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 14, "form": "RECOVER", "potential": 4, "_potential_growth": 4, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 14, "aniticipation": 16, "decisions": 12, "concentration": 18, "teamwork": 18, "vision": 12, "work_rate": 12, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 11, "pass": 10, "long_pass": 9, "tackling": 12, "heading": 13, "interception": 9, "marking": 14, "shoot": 12, "dribble": 13, "long_shoot": 5, "free_kick": 10, "penalty": 12, "finishing": 14, "technique": 16, "first_touch": 19}, "physycal": {"acceleration": 9, "agility": 17, "balance": 12, "jump": 15, "pace": 17, "stamina": 19, "strength": 15}, "contract": {}}, {"price": 80000, "name": "V\u00edctor", "surname": "Esteve", "birth_date": "20/10/2000", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 10, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 15, "concentration": 6, "teamwork": 10, "vision": 11, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 4}, "technical": {"crossing": 9, "pass": 13, "long_pass": 9, "tackling": 4, "heading": 8, "interception": 8, "marking": 10, "shoot": 5, "dribble": 10, "long_shoot": 3, "free_kick": 10, "penalty": 4, "finishing": 13, "technique": 6, "first_touch": 11}, "physycal": {"acceleration": 14, "agility": 10, "balance": 11, "jump": 3, "pace": 14, "stamina": 8, "strength": 6}, "contract": {}}, {"price": 400000, "name": "Albino", "surname": "Albero", "birth_date": "26/11/2001", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 17, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 20, "aniticipation": 17, "decisions": 1, "concentration": 5, "teamwork": 5, "vision": 2, "work_rate": 8, "offensive_movement": 1, "defensive_movement": 18}, "technical": {"crossing": 5, "pass": 10, "long_pass": 11, "tackling": 11, "heading": 4, "interception": 19, "marking": 20, "shoot": 10, "dribble": 12, "long_shoot": 8, "free_kick": 9, "penalty": 7, "finishing": 9, "technique": 10, "first_touch": 12}, "physycal": {"acceleration": 17, "agility": 20, "balance": 17, "jump": 14, "pace": 13, "stamina": 15, "strength": 13}, "contract": {}}, {"price": 230000, "name": "Alex", "surname": "Marti", "birth_date": "14/09/1978", "nationality": "ES", "moral": 1, "position": "U", "foot": "L", "prestige": 10, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 12, "concentration": 4, "teamwork": 9, "vision": 7, "work_rate": 9, "offensive_movement": 12, "defensive_movement": 3}, "technical": {"crossing": 7, "pass": 9, "long_pass": 12, "tackling": 9, "heading": 8, "interception": 4, "marking": 6, "shoot": 12, "dribble": 11, "long_shoot": 11, "free_kick": 15, "penalty": 9, "finishing": 5, "technique": 3, "first_touch": 3}, "physycal": {"acceleration": 10, "agility": 9, "balance": 11, "jump": 15, "pace": 11, "stamina": 6, "strength": 15}, "contract": {}}, {"price": 90000, "name": "Severiano", "surname": "Manzanares", "birth_date": "30/06/1990", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 6, "aniticipation": 5, "decisions": 9, "concentration": 2, "teamwork": 5, "vision": 2, "work_rate": 6, "offensive_movement": 8, "defensive_movement": 8}, "technical": {"crossing": 8, "pass": 11, "long_pass": 11, "tackling": 1, "heading": 8, "interception": 6, "marking": 1, "shoot": 8, "dribble": 8, "long_shoot": 5, "free_kick": 5, "penalty": 2, "finishing": 9, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 3, "agility": 3, "balance": 9, "jump": 11, "pace": 5, "stamina": 3, "strength": 3}, "contract": {}}, {"price": 90000, "name": "Edu", "surname": "Humberto", "birth_date": "11/07/1993", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 5, "form": "GOOD", "potential": 1, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 8, "aniticipation": 8, "decisions": 11, "concentration": 1, "teamwork": 3, "vision": 6, "work_rate": 7, "offensive_movement": 1, "defensive_movement": 8}, "technical": {"crossing": 4, "pass": 10, "long_pass": 8, "tackling": 7, "heading": 8, "interception": 10, "marking": 3, "shoot": 11, "dribble": 7, "long_shoot": 11, "free_kick": 7, "penalty": 6, "finishing": 2, "technique": 2, "first_touch": 1}, "physycal": {"acceleration": 7, "agility": 5, "balance": 3, "jump": 10, "pace": 10, "stamina": 5, "strength": 3}, "contract": {}}, {"price": 180000, "name": "Pascual", "surname": "Palacios-Sarmiento", "birth_date": "03/08/2003", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 9, "aniticipation": 10, "decisions": 12, "concentration": 12, "teamwork": 15, "vision": 10, "work_rate": 9, "offensive_movement": 13, "defensive_movement": 8}, "technical": {"crossing": 12, "pass": 12, "long_pass": 15, "tackling": 4, "heading": 16, "interception": 12, "marking": 10, "shoot": 10, "dribble": 12, "long_shoot": 14, "free_kick": 17, "penalty": 11, "finishing": 10, "technique": 9, "first_touch": 16}, "physycal": {"acceleration": 11, "agility": 12, "balance": 17, "jump": 9, "pace": 14, "stamina": 10, "strength": 8}, "contract": {}}, {"price": 130000, "name": "Fabi\u00e1n", "surname": "Costa", "birth_date": "13/10/1987", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 15, "aniticipation": 9, "decisions": 13, "concentration": 11, "teamwork": 20, "vision": 13, "work_rate": 18, "offensive_movement": 15, "defensive_movement": 17}, "technical": {"crossing": 17, "pass": 19, "long_pass": 18, "tackling": 20, "heading": 16, "interception": 17, "marking": 20, "shoot": 18, "dribble": 9, "long_shoot": 10, "free_kick": 11, "penalty": 10, "finishing": 7, "technique": 11, "first_touch": 14}, "physycal": {"acceleration": 10, "agility": 11, "balance": 17, "jump": 18, "pace": 18, "stamina": 12, "strength": 15}, "contract": {}}, {"price": 180000, "name": "Edgardo", "surname": "Busquets", "birth_date": "01/02/1989", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 17, "aniticipation": 17, "decisions": 13, "concentration": 13, "teamwork": 16, "vision": 17, "work_rate": 13, "offensive_movement": 20, "defensive_movement": 17}, "technical": {"crossing": 14, "pass": 16, "long_pass": 19, "tackling": 9, "heading": 19, "interception": 11, "marking": 9, "shoot": 18, "dribble": 10, "long_shoot": 9, "free_kick": 14, "penalty": 13, "finishing": 10, "technique": 17, "first_touch": 10}, "physycal": {"acceleration": 8, "agility": 5, "balance": 15, "jump": 16, "pace": 7, "stamina": 13, "strength": 10}, "contract": {}}, {"price": 210000, "name": "Edgardo", "surname": "del", "birth_date": "06/12/1980", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 12, "aniticipation": 13, "decisions": 12, "concentration": 6, "teamwork": 5, "vision": 8, "work_rate": 3, "offensive_movement": 6, "defensive_movement": 16}, "technical": {"crossing": 10, "pass": 4, "long_pass": 7, "tackling": 13, "heading": 15, "interception": 10, "marking": 7, "shoot": 14, "dribble": 11, "long_shoot": 13, "free_kick": 13, "penalty": 10, "finishing": 8, "technique": 16, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 14, "balance": 12, "jump": 6, "pace": 16, "stamina": 6, "strength": 7}, "contract": {}}, {"price": 190000, "name": "Alex", "surname": "Castej\u00f3n", "birth_date": "11/03/2003", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 1, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 15, "aniticipation": 12, "decisions": 10, "concentration": 15, "teamwork": 15, "vision": 11, "work_rate": 13, "offensive_movement": 8, "defensive_movement": 14}, "technical": {"crossing": 9, "pass": 16, "long_pass": 12, "tackling": 9, "heading": 10, "interception": 7, "marking": 16, "shoot": 7, "dribble": 7, "long_shoot": 12, "free_kick": 16, "penalty": 10, "finishing": 13, "technique": 12, "first_touch": 7}, "physycal": {"acceleration": 15, "agility": 12, "balance": 8, "jump": 13, "pace": 13, "stamina": 12, "strength": 15}, "contract": {}}, {"price": 280000, "name": "Humberto", "surname": "Castej\u00f3n", "birth_date": "03/01/1978", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 12, "decisions": 13, "concentration": 13, "teamwork": 13, "vision": 8, "work_rate": 6, "offensive_movement": 11, "defensive_movement": 3}, "technical": {"crossing": 9, "pass": 15, "long_pass": 7, "tackling": 3, "heading": 6, "interception": 9, "marking": 9, "shoot": 14, "dribble": 16, "long_shoot": 14, "free_kick": 14, "penalty": 7, "finishing": 13, "technique": 12, "first_touch": 12}, "physycal": {"acceleration": 11, "agility": 10, "balance": 12, "jump": 14, "pace": 9, "stamina": 13, "strength": 11}, "contract": {}}, {"price": 250000, "name": "Emiliano", "surname": "Manuel", "birth_date": "10/01/1989", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 13, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 14, "aniticipation": 11, "decisions": 3, "concentration": 6, "teamwork": 11, "vision": 8, "work_rate": 4, "offensive_movement": 9, "defensive_movement": 9}, "technical": {"crossing": 11, "pass": 5, "long_pass": 12, "tackling": 9, "heading": 9, "interception": 12, "marking": 5, "shoot": 12, "dribble": 17, "long_shoot": 8, "free_kick": 9, "penalty": 11, "finishing": 8, "technique": 12, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 14, "balance": 15, "jump": 10, "pace": 11, "stamina": 17, "strength": 10}, "contract": {}}, {"price": 110000, "name": "Erasmo", "surname": "Morales", "birth_date": "19/10/1988", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 6, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 5, "aniticipation": 5, "decisions": 9, "concentration": 1, "teamwork": 9, "vision": 11, "work_rate": 4, "offensive_movement": 4, "defensive_movement": 3}, "technical": {"crossing": 2, "pass": 3, "long_pass": 7, "tackling": 3, "heading": 11, "interception": 6, "marking": 7, "shoot": 9, "dribble": 9, "long_shoot": 2, "free_kick": 7, "penalty": 10, "finishing": 10, "technique": 3, "first_touch": 6}, "physycal": {"acceleration": 10, "agility": 1, "balance": 2, "jump": 1, "pace": 11, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 120000, "name": "Josep", "surname": "Barrag\u00e1n", "birth_date": "17/07/1989", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 7, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 2, "aniticipation": 8, "decisions": 11, "concentration": 6, "teamwork": 4, "vision": 12, "work_rate": 9, "offensive_movement": 12, "defensive_movement": 10}, "technical": {"crossing": 11, "pass": 4, "long_pass": 3, "tackling": 7, "heading": 4, "interception": 2, "marking": 5, "shoot": 9, "dribble": 7, "long_shoot": 4, "free_kick": 2, "penalty": 5, "finishing": 2, "technique": 10, "first_touch": 10}, "physycal": {"acceleration": 11, "agility": 5, "balance": 9, "jump": 4, "pace": 3, "stamina": 9, "strength": 11}, "contract": {}}, {"price": 260000, "name": "Cipriano", "surname": "Estrada", "birth_date": "11/03/1985", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 17, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 4, "concentration": 12, "teamwork": 6, "vision": 13, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 13}, "technical": {"crossing": 13, "pass": 9, "long_pass": 13, "tackling": 15, "heading": 18, "interception": 9, "marking": 13, "shoot": 13, "dribble": 4, "long_shoot": 20, "free_kick": 15, "penalty": 16, "finishing": 12, "technique": 13, "first_touch": 8}, "physycal": {"acceleration": 18, "agility": 16, "balance": 12, "jump": 2, "pace": 13, "stamina": 3, "strength": 10}, "contract": {}}, {"price": 410000, "name": "Ram\u00f3n", "surname": "Barrag\u00e1n", "birth_date": "01/03/2005", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 14, "aniticipation": 8, "decisions": 12, "concentration": 13, "teamwork": 6, "vision": 9, "work_rate": 14, "offensive_movement": 10, "defensive_movement": 8}, "technical": {"crossing": 11, "pass": 7, "long_pass": 8, "tackling": 12, "heading": 3, "interception": 4, "marking": 6, "shoot": 4, "dribble": 5, "long_shoot": 8, "free_kick": 11, "penalty": 3, "finishing": 5, "technique": 12, "first_touch": 9}, "physycal": {"acceleration": 4, "agility": 14, "balance": 14, "jump": 10, "pace": 4, "stamina": 14, "strength": 12}, "contract": {}}, {"price": 280000, "name": "Cipriano", "surname": "Cardona", "birth_date": "15/12/1976", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 5, "aniticipation": 5, "decisions": 4, "concentration": 4, "teamwork": 2, "vision": 10, "work_rate": 4, "offensive_movement": 6, "defensive_movement": 11}, "technical": {"crossing": 3, "pass": 6, "long_pass": 8, "tackling": 1, "heading": 6, "interception": 7, "marking": 7, "shoot": 1, "dribble": 9, "long_shoot": 11, "free_kick": 1, "penalty": 6, "finishing": 4, "technique": 10, "first_touch": 7}, "physycal": {"acceleration": 7, "agility": 1, "balance": 2, "jump": 2, "pace": 6, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 260000, "name": "Cipriano", "surname": "Castillo", "birth_date": "23/11/1995", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 13, "aniticipation": 9, "decisions": 11, "concentration": 8, "teamwork": 7, "vision": 9, "work_rate": 10, "offensive_movement": 6, "defensive_movement": 9}, "technical": {"crossing": 10, "pass": 16, "long_pass": 15, "tackling": 15, "heading": 14, "interception": 9, "marking": 6, "shoot": 12, "dribble": 10, "long_shoot": 17, "free_kick": 16, "penalty": 18, "finishing": 19, "technique": 17, "first_touch": 18}, "physycal": {"acceleration": 9, "agility": 7, "balance": 15, "jump": 12, "pace": 10, "stamina": 19, "strength": 13}, "contract": {}}, {"price": 440000, "name": "Bartolom\u00e9", "surname": "Almeida", "birth_date": "18/01/2005", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 2, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 14, "aniticipation": 12, "decisions": 9, "concentration": 4, "teamwork": 4, "vision": 9, "work_rate": 9, "offensive_movement": 6, "defensive_movement": 7}, "technical": {"crossing": 6, "pass": 13, "long_pass": 8, "tackling": 7, "heading": 4, "interception": 4, "marking": 14, "shoot": 4, "dribble": 6, "long_shoot": 5, "free_kick": 11, "penalty": 5, "finishing": 7, "technique": 13, "first_touch": 8}, "physycal": {"acceleration": 12, "agility": 6, "balance": 11, "jump": 2, "pace": 6, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 370000, "name": "V\u00edctor", "surname": "Mart\u00edn-Romeu", "birth_date": "20/07/1982", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 11, "aniticipation": 8, "decisions": 5, "concentration": 5, "teamwork": 11, "vision": 5, "work_rate": 15, "offensive_movement": 6, "defensive_movement": 7}, "technical": {"crossing": 10, "pass": 8, "long_pass": 9, "tackling": 14, "heading": 5, "interception": 7, "marking": 6, "shoot": 10, "dribble": 13, "long_shoot": 11, "free_kick": 11, "penalty": 11, "finishing": 12, "technique": 10, "first_touch": 6}, "physycal": {"acceleration": 6, "agility": 15, "balance": 9, "jump": 12, "pace": 15, "stamina": 13, "strength": 6}, "contract": {}}, {"price": 430000, "name": "Saturnino", "surname": "Frutos-Mu\u00f1oz", "birth_date": "27/09/1979", "nationality": "ES", "moral": 3, "position": "U", "foot": "L", "prestige": 16, "form": "GOOD", "potential": 1, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 13, "aniticipation": 8, "decisions": 9, "concentration": 9, "teamwork": 9, "vision": 7, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 7}, "technical": {"crossing": 3, "pass": 13, "long_pass": 5, "tackling": 17, "heading": 8, "interception": 7, "marking": 13, "shoot": 6, "dribble": 6, "long_shoot": 8, "free_kick": 6, "penalty": 5, "finishing": 10, "technique": 10, "first_touch": 3}, "physycal": {"acceleration": 11, "agility": 9, "balance": 10, "jump": 14, "pace": 7, "stamina": 8, "strength": 13}, "contract": {}}, {"price": 290000, "name": "P\u00e1nfilo", "surname": "Salda\u00f1a-Aramburu", "birth_date": "26/08/1987", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 14, "form": "RECOVER", "potential": 2, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 12, "aniticipation": 18, "decisions": 11, "concentration": 15, "teamwork": 19, "vision": 9, "work_rate": 9, "offensive_movement": 12, "defensive_movement": 15}, "technical": {"crossing": 17, "pass": 14, "long_pass": 11, "tackling": 2, "heading": 17, "interception": 10, "marking": 2, "shoot": 17, "dribble": 10, "long_shoot": 16, "free_kick": 9, "penalty": 16, "finishing": 12, "technique": 14, "first_touch": 13}, "physycal": {"acceleration": 4, "agility": 8, "balance": 9, "jump": 16, "pace": 9, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 350000, "name": "Bautista", "surname": "Busquets", "birth_date": "17/01/2005", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 1, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 4, "decisions": 4, "concentration": 7, "teamwork": 2, "vision": 2, "work_rate": 6, "offensive_movement": 3, "defensive_movement": 10}, "technical": {"crossing": 7, "pass": 7, "long_pass": 5, "tackling": 12, "heading": 6, "interception": 6, "marking": 11, "shoot": 9, "dribble": 4, "long_shoot": 5, "free_kick": 6, "penalty": 8, "finishing": 3, "technique": 3, "first_touch": 8}, "physycal": {"acceleration": 6, "agility": 7, "balance": 4, "jump": 4, "pace": 2, "stamina": 2, "strength": 7}, "contract": {}}, {"price": 190000, "name": "Angelino", "surname": "Gomila", "birth_date": "08/02/1977", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 10, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 5, "aniticipation": 9, "decisions": 6, "concentration": 8, "teamwork": 12, "vision": 11, "work_rate": 2, "offensive_movement": 11, "defensive_movement": 9}, "technical": {"crossing": 12, "pass": 5, "long_pass": 9, "tackling": 13, "heading": 4, "interception": 6, "marking": 13, "shoot": 6, "dribble": 11, "long_shoot": 6, "free_kick": 10, "penalty": 3, "finishing": 11, "technique": 8, "first_touch": 8}, "physycal": {"acceleration": 5, "agility": 13, "balance": 5, "jump": 9, "pace": 5, "stamina": 10, "strength": 14}, "contract": {}}, {"price": 250000, "name": "Calisto", "surname": "L\u00f3pez", "birth_date": "23/08/1982", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 5, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 1, "aniticipation": 9, "decisions": 11, "concentration": 10, "teamwork": 5, "vision": 10, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 11, "pass": 2, "long_pass": 11, "tackling": 9, "heading": 1, "interception": 4, "marking": 10, "shoot": 10, "dribble": 3, "long_shoot": 6, "free_kick": 6, "penalty": 7, "finishing": 2, "technique": 3, "first_touch": 8}, "physycal": {"acceleration": 8, "agility": 4, "balance": 6, "jump": 4, "pace": 3, "stamina": 7, "strength": 3}, "contract": {}}, {"price": 90000, "name": "Rosendo", "surname": "Humberto", "birth_date": "15/10/1998", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 7, "aniticipation": 1, "decisions": 1, "concentration": 9, "teamwork": 9, "vision": 9, "work_rate": 1, "offensive_movement": 3, "defensive_movement": 5}, "technical": {"crossing": 9, "pass": 9, "long_pass": 11, "tackling": 3, "heading": 5, "interception": 11, "marking": 11, "shoot": 10, "dribble": 10, "long_shoot": 5, "free_kick": 3, "penalty": 7, "finishing": 6, "technique": 4, "first_touch": 4}, "physycal": {"acceleration": 2, "agility": 10, "balance": 8, "jump": 1, "pace": 5, "stamina": 5, "strength": 8}, "contract": {}}, {"price": 260000, "name": "Emiliano", "surname": "Matas", "birth_date": "30/01/1985", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 18, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 10, "aniticipation": 13, "decisions": 9, "concentration": 11, "teamwork": 13, "vision": 7, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 18}, "technical": {"crossing": 13, "pass": 9, "long_pass": 6, "tackling": 11, "heading": 7, "interception": 12, "marking": 16, "shoot": 13, "dribble": 8, "long_shoot": 9, "free_kick": 11, "penalty": 6, "finishing": 13, "technique": 15, "first_touch": 11}, "physycal": {"acceleration": 14, "agility": 13, "balance": 16, "jump": 12, "pace": 13, "stamina": 6, "strength": 8}, "contract": {}}, {"price": 290000, "name": "Osvaldo", "surname": "Pereira", "birth_date": "10/01/1995", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 11, "aniticipation": 5, "decisions": 12, "concentration": 7, "teamwork": 11, "vision": 10, "work_rate": 11, "offensive_movement": 5, "defensive_movement": 12}, "technical": {"crossing": 12, "pass": 3, "long_pass": 11, "tackling": 12, "heading": 12, "interception": 7, "marking": 10, "shoot": 12, "dribble": 3, "long_shoot": 6, "free_kick": 3, "penalty": 5, "finishing": 9, "technique": 6, "first_touch": 3}, "physycal": {"acceleration": 4, "agility": 7, "balance": 4, "jump": 3, "pace": 4, "stamina": 4, "strength": 10}, "contract": {}}, {"price": 330000, "name": "Quique", "surname": "Pastor", "birth_date": "04/05/2005", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 11, "form": "RECOVER", "potential": 3, "_potential_growth": 1, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 6, "aniticipation": 7, "decisions": 3, "concentration": 5, "teamwork": 8, "vision": 5, "work_rate": 8, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 10, "pass": 8, "long_pass": 13, "tackling": 16, "heading": 9, "interception": 9, "marking": 6, "shoot": 10, "dribble": 3, "long_shoot": 14, "free_kick": 14, "penalty": 6, "finishing": 2, "technique": 8, "first_touch": 3}, "physycal": {"acceleration": 7, "agility": 11, "balance": 15, "jump": 7, "pace": 16, "stamina": 9, "strength": 11}, "contract": {}}, {"price": 400000, "name": "Nazario", "surname": "Jose", "birth_date": "24/08/2005", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 18, "form": "RECOVER", "potential": 2, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 13, "aniticipation": 8, "decisions": 11, "concentration": 4, "teamwork": 3, "vision": 6, "work_rate": 1, "offensive_movement": 6, "defensive_movement": 13}, "technical": {"crossing": 16, "pass": 16, "long_pass": 14, "tackling": 16, "heading": 11, "interception": 17, "marking": 19, "shoot": 7, "dribble": 14, "long_shoot": 15, "free_kick": 7, "penalty": 8, "finishing": 11, "technique": 11, "first_touch": 11}, "physycal": {"acceleration": 12, "agility": 20, "balance": 6, "jump": 13, "pace": 12, "stamina": 14, "strength": 4}, "contract": {}}, {"price": 70000, "name": "Lucho", "surname": "Sanmiguel", "birth_date": "09/05/1986", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 6, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 6, "aniticipation": 10, "decisions": 6, "concentration": 3, "teamwork": 8, "vision": 3, "work_rate": 6, "offensive_movement": 11, "defensive_movement": 2}, "technical": {"crossing": 3, "pass": 4, "long_pass": 10, "tackling": 9, "heading": 7, "interception": 10, "marking": 10, "shoot": 11, "dribble": 2, "long_shoot": 5, "free_kick": 2, "penalty": 1, "finishing": 10, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 2, "agility": 2, "balance": 1, "jump": 2, "pace": 9, "stamina": 6, "strength": 2}, "contract": {}}, {"price": 140000, "name": "Eustaquio", "surname": "Amat-Redondo", "birth_date": "26/10/2002", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 2, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 4, "aniticipation": 4, "decisions": 13, "concentration": 3, "teamwork": 12, "vision": 9, "work_rate": 9, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 3, "pass": 13, "long_pass": 11, "tackling": 6, "heading": 11, "interception": 4, "marking": 9, "shoot": 3, "dribble": 11, "long_shoot": 5, "free_kick": 3, "penalty": 10, "finishing": 7, "technique": 8, "first_touch": 7}, "physycal": {"acceleration": 12, "agility": 6, "balance": 8, "jump": 3, "pace": 3, "stamina": 7, "strength": 4}, "contract": {}}, {"price": 280000, "name": "Rosendo", "surname": "Raya", "birth_date": "10/10/2001", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 3, "_potential_growth": 4, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 5, "aniticipation": 6, "decisions": 9, "concentration": 8, "teamwork": 9, "vision": 6, "work_rate": 9, "offensive_movement": 5, "defensive_movement": 8}, "technical": {"crossing": 9, "pass": 7, "long_pass": 9, "tackling": 12, "heading": 9, "interception": 13, "marking": 4, "shoot": 10, "dribble": 4, "long_shoot": 9, "free_kick": 9, "penalty": 11, "finishing": 11, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 5, "balance": 12, "jump": 12, "pace": 9, "stamina": 4, "strength": 12}, "contract": {}}, {"price": 120000, "name": "Osvaldo", "surname": "Zapata", "birth_date": "13/06/1990", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 8, "aniticipation": 10, "decisions": 7, "concentration": 11, "teamwork": 11, "vision": 7, "work_rate": 4, "offensive_movement": 10, "defensive_movement": 4}, "technical": {"crossing": 7, "pass": 5, "long_pass": 6, "tackling": 8, "heading": 5, "interception": 4, "marking": 1, "shoot": 3, "dribble": 8, "long_shoot": 1, "free_kick": 2, "penalty": 6, "finishing": 5, "technique": 2, "first_touch": 11}, "physycal": {"acceleration": 1, "agility": 8, "balance": 1, "jump": 7, "pace": 10, "stamina": 9, "strength": 3}, "contract": {}}, {"price": 50000, "name": "R\u00e9gulo", "surname": "Barrag\u00e1n", "birth_date": "17/04/1982", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 6, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 2, "aniticipation": 2, "decisions": 7, "concentration": 9, "teamwork": 4, "vision": 8, "work_rate": 2, "offensive_movement": 11, "defensive_movement": 3}, "technical": {"crossing": 11, "pass": 11, "long_pass": 5, "tackling": 10, "heading": 5, "interception": 6, "marking": 3, "shoot": 4, "dribble": 7, "long_shoot": 5, "free_kick": 7, "penalty": 5, "finishing": 8, "technique": 3, "first_touch": 1}, "physycal": {"acceleration": 5, "agility": 3, "balance": 4, "jump": 8, "pace": 11, "stamina": 1, "strength": 4}, "contract": {}}, {"price": 60000, "name": "Evaristo", "surname": "Cardona", "birth_date": "24/07/2000", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 9, "aniticipation": 8, "decisions": 9, "concentration": 9, "teamwork": 2, "vision": 11, "work_rate": 11, "offensive_movement": 4, "defensive_movement": 3}, "technical": {"crossing": 5, "pass": 10, "long_pass": 8, "tackling": 6, "heading": 8, "interception": 5, "marking": 4, "shoot": 3, "dribble": 11, "long_shoot": 2, "free_kick": 10, "penalty": 7, "finishing": 8, "technique": 4, "first_touch": 9}, "physycal": {"acceleration": 5, "agility": 7, "balance": 5, "jump": 4, "pace": 11, "stamina": 9, "strength": 7}, "contract": {}}, {"price": 300000, "name": "Edgardo", "surname": "Manuel", "birth_date": "16/03/1996", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 9, "aniticipation": 14, "decisions": 15, "concentration": 8, "teamwork": 12, "vision": 15, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 12}, "technical": {"crossing": 15, "pass": 7, "long_pass": 5, "tackling": 13, "heading": 15, "interception": 10, "marking": 5, "shoot": 5, "dribble": 5, "long_shoot": 9, "free_kick": 6, "penalty": 13, "finishing": 5, "technique": 7, "first_touch": 12}, "physycal": {"acceleration": 7, "agility": 12, "balance": 11, "jump": 5, "pace": 5, "stamina": 2, "strength": 3}, "contract": {}}, {"price": 310000, "name": "Isidoro", "surname": "Mart\u00edn-Romeu", "birth_date": "24/03/1976", "nationality": "ES", "moral": 4, "position": "U", "foot": "L", "prestige": 15, "form": "INJURED", "potential": 2, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 11, "concentration": 10, "teamwork": 5, "vision": 8, "work_rate": 3, "offensive_movement": 8, "defensive_movement": 10}, "technical": {"crossing": 6, "pass": 14, "long_pass": 9, "tackling": 1, "heading": 4, "interception": 11, "marking": 4, "shoot": 9, "dribble": 2, "long_shoot": 10, "free_kick": 12, "penalty": 7, "finishing": 5, "technique": 6, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 6, "balance": 10, "jump": 12, "pace": 2, "stamina": 4, "strength": 12}, "contract": {}}, {"price": 330000, "name": "Maximiano", "surname": "Domingo", "birth_date": "05/01/2002", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 11, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 7, "aniticipation": 6, "decisions": 15, "concentration": 10, "teamwork": 8, "vision": 16, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 6, "long_pass": 4, "tackling": 12, "heading": 12, "interception": 9, "marking": 6, "shoot": 12, "dribble": 5, "long_shoot": 15, "free_kick": 6, "penalty": 7, "finishing": 6, "technique": 5, "first_touch": 5}, "physycal": {"acceleration": 16, "agility": 12, "balance": 7, "jump": 6, "pace": 6, "stamina": 15, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Edgardo", "surname": "Tudela", "birth_date": "26/08/1989", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 6, "aniticipation": 5, "decisions": 6, "concentration": 3, "teamwork": 9, "vision": 8, "work_rate": 7, "offensive_movement": 7, "defensive_movement": 5}, "technical": {"crossing": 6, "pass": 9, "long_pass": 5, "tackling": 10, "heading": 9, "interception": 2, "marking": 10, "shoot": 12, "dribble": 4, "long_shoot": 10, "free_kick": 5, "penalty": 5, "finishing": 6, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 8, "agility": 2, "balance": 9, "jump": 3, "pace": 8, "stamina": 8, "strength": 10}, "contract": {}}, {"price": 150000, "name": "Severo", "surname": "de", "birth_date": "25/03/1994", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 10, "aniticipation": 4, "decisions": 12, "concentration": 12, "teamwork": 6, "vision": 13, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 7}, "technical": {"crossing": 8, "pass": 8, "long_pass": 2, "tackling": 7, "heading": 6, "interception": 12, "marking": 11, "shoot": 13, "dribble": 14, "long_shoot": 15, "free_kick": 15, "penalty": 7, "finishing": 15, "technique": 16, "first_touch": 16}, "physycal": {"acceleration": 6, "agility": 8, "balance": 7, "jump": 7, "pace": 9, "stamina": 4, "strength": 14}, "contract": {}}, {"price": 250000, "name": "Angelino", "surname": "Riquelme", "birth_date": "29/07/2001", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 3, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 10, "aniticipation": 3, "decisions": 7, "concentration": 5, "teamwork": 7, "vision": 13, "work_rate": 5, "offensive_movement": 3, "defensive_movement": 12}, "technical": {"crossing": 6, "pass": 3, "long_pass": 7, "tackling": 8, "heading": 13, "interception": 6, "marking": 13, "shoot": 4, "dribble": 11, "long_shoot": 13, "free_kick": 13, "penalty": 10, "finishing": 5, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 12, "agility": 10, "balance": 5, "jump": 5, "pace": 3, "stamina": 3, "strength": 6}, "contract": {}}, {"price": 120000, "name": "Nicol\u00e1s", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "15/10/1980", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 1, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 10, "aniticipation": 10, "decisions": 15, "concentration": 7, "teamwork": 10, "vision": 8, "work_rate": 12, "offensive_movement": 16, "defensive_movement": 9}, "technical": {"crossing": 9, "pass": 12, "long_pass": 7, "tackling": 15, "heading": 13, "interception": 9, "marking": 7, "shoot": 16, "dribble": 10, "long_shoot": 15, "free_kick": 7, "penalty": 6, "finishing": 4, "technique": 3, "first_touch": 3}, "physycal": {"acceleration": 3, "agility": 6, "balance": 13, "jump": 10, "pace": 3, "stamina": 8, "strength": 11}, "contract": {}}, {"price": 380000, "name": "Candelario", "surname": "Roca", "birth_date": "06/10/1980", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 5, "aniticipation": 5, "decisions": 9, "concentration": 3, "teamwork": 12, "vision": 9, "work_rate": 9, "offensive_movement": 10, "defensive_movement": 4}, "technical": {"crossing": 16, "pass": 16, "long_pass": 16, "tackling": 10, "heading": 9, "interception": 9, "marking": 12, "shoot": 2, "dribble": 7, "long_shoot": 8, "free_kick": 1, "penalty": 8, "finishing": 11, "technique": 8, "first_touch": 12}, "physycal": {"acceleration": 2, "agility": 9, "balance": 12, "jump": 14, "pace": 6, "stamina": 14, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Berto", "surname": "Vergara", "birth_date": "06/08/1978", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 16, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 3, "aniticipation": 4, "decisions": 8, "concentration": 2, "teamwork": 5, "vision": 8, "work_rate": 8, "offensive_movement": 6, "defensive_movement": 6}, "technical": {"crossing": 10, "pass": 16, "long_pass": 13, "tackling": 12, "heading": 7, "interception": 3, "marking": 4, "shoot": 5, "dribble": 14, "long_shoot": 4, "free_kick": 11, "penalty": 9, "finishing": 8, "technique": 11, "first_touch": 6}, "physycal": {"acceleration": 6, "agility": 9, "balance": 10, "jump": 7, "pace": 5, "stamina": 5, "strength": 8}, "contract": {}}, {"price": 330000, "name": "Alfonso", "surname": "Bar\u00f3n-Salamanca", "birth_date": "11/04/2005", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 13, "form": "PERFECT", "potential": 3, "_potential_growth": 4, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 7, "concentration": 5, "teamwork": 10, "vision": 11, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 6}, "technical": {"crossing": 12, "pass": 15, "long_pass": 14, "tackling": 4, "heading": 15, "interception": 14, "marking": 14, "shoot": 9, "dribble": 11, "long_shoot": 11, "free_kick": 17, "penalty": 13, "finishing": 15, "technique": 13, "first_touch": 14}, "physycal": {"acceleration": 14, "agility": 12, "balance": 18, "jump": 9, "pace": 10, "stamina": 14, "strength": 18}, "contract": {}}, {"price": 70000, "name": "Nazario", "surname": "Morcillo-Gimenez", "birth_date": "22/04/2004", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 1, "_potential_growth": 5, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 10, "aniticipation": 6, "decisions": 8, "concentration": 9, "teamwork": 6, "vision": 12, "work_rate": 9, "offensive_movement": 9, "defensive_movement": 11}, "technical": {"crossing": 5, "pass": 12, "long_pass": 4, "tackling": 6, "heading": 8, "interception": 4, "marking": 4, "shoot": 11, "dribble": 7, "long_shoot": 8, "free_kick": 6, "penalty": 9, "finishing": 10, "technique": 6, "first_touch": 3}, "physycal": {"acceleration": 2, "agility": 6, "balance": 8, "jump": 12, "pace": 9, "stamina": 7, "strength": 6}, "contract": {}}, {"price": 180000, "name": "Epifanio", "surname": "Falc\u00f3", "birth_date": "18/03/1985", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 15, "aniticipation": 7, "decisions": 8, "concentration": 7, "teamwork": 8, "vision": 6, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 9}, "technical": {"crossing": 8, "pass": 10, "long_pass": 7, "tackling": 13, "heading": 9, "interception": 13, "marking": 11, "shoot": 13, "dribble": 7, "long_shoot": 15, "free_kick": 5, "penalty": 6, "finishing": 9, "technique": 9, "first_touch": 5}, "physycal": {"acceleration": 1, "agility": 5, "balance": 14, "jump": 12, "pace": 9, "stamina": 7, "strength": 17}, "contract": {}}, {"price": 100000, "name": "Patricio", "surname": "Humberto", "birth_date": "13/04/2003", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 10, "concentration": 2, "teamwork": 3, "vision": 2, "work_rate": 5, "offensive_movement": 1, "defensive_movement": 4}, "technical": {"crossing": 9, "pass": 5, "long_pass": 8, "tackling": 2, "heading": 4, "interception": 7, "marking": 9, "shoot": 6, "dribble": 10, "long_shoot": 10, "free_kick": 10, "penalty": 10, "finishing": 2, "technique": 11, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 2, "balance": 11, "jump": 11, "pace": 10, "stamina": 3, "strength": 4}, "contract": {}}, {"price": 310000, "name": "Jos\u00e9", "surname": "Palacios-Sarmiento", "birth_date": "22/07/2003", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 11, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 14, "aniticipation": 8, "decisions": 11, "concentration": 10, "teamwork": 8, "vision": 14, "work_rate": 8, "offensive_movement": 15, "defensive_movement": 12}, "technical": {"crossing": 8, "pass": 14, "long_pass": 14, "tackling": 12, "heading": 5, "interception": 8, "marking": 7, "shoot": 7, "dribble": 2, "long_shoot": 7, "free_kick": 12, "penalty": 9, "finishing": 12, "technique": 12, "first_touch": 3}, "physycal": {"acceleration": 11, "agility": 5, "balance": 7, "jump": 12, "pace": 9, "stamina": 15, "strength": 16}, "contract": {}}, {"price": 140000, "name": "Albert", "surname": "Arnau", "birth_date": "19/08/1984", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 7, "aniticipation": 10, "decisions": 13, "concentration": 19, "teamwork": 11, "vision": 20, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 11}, "technical": {"crossing": 20, "pass": 15, "long_pass": 20, "tackling": 5, "heading": 15, "interception": 3, "marking": 7, "shoot": 14, "dribble": 20, "long_shoot": 14, "free_kick": 18, "penalty": 15, "finishing": 18, "technique": 10, "first_touch": 11}, "physycal": {"acceleration": 13, "agility": 10, "balance": 2, "jump": 4, "pace": 5, "stamina": 2, "strength": 1}, "contract": {}}, {"price": 80000, "name": "Severiano", "surname": "\u00c1lvarez", "birth_date": "27/12/1981", "nationality": "ES", "moral": 4, "position": "G", "foot": "L", "prestige": 8, "form": "GOOD", "potential": 1, "_potential_growth": 3, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 6, "aniticipation": 10, "decisions": 10, "concentration": 12, "teamwork": 7, "vision": 3, "work_rate": 12, "offensive_movement": 11, "defensive_movement": 10}, "technical": {"crossing": 10, "pass": 10, "long_pass": 9, "tackling": 13, "heading": 5, "interception": 12, "marking": 13, "shoot": 9, "dribble": 8, "long_shoot": 11, "free_kick": 11, "penalty": 8, "finishing": 11, "technique": 3, "first_touch": 9}, "physycal": {"acceleration": 13, "agility": 12, "balance": 9, "jump": 13, "pace": 7, "stamina": 3, "strength": 6}, "contract": {}}, {"price": 360000, "name": "Efra\u00edn", "surname": "Manuel", "birth_date": "15/12/1978", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 8, "aniticipation": 4, "decisions": 7, "concentration": 4, "teamwork": 5, "vision": 11, "work_rate": 8, "offensive_movement": 7, "defensive_movement": 7}, "technical": {"crossing": 12, "pass": 10, "long_pass": 9, "tackling": 6, "heading": 7, "interception": 4, "marking": 6, "shoot": 1, "dribble": 8, "long_shoot": 6, "free_kick": 11, "penalty": 2, "finishing": 12, "technique": 12, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 8, "balance": 3, "jump": 7, "pace": 4, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 320000, "name": "V\u00edctor", "surname": "Esteve", "birth_date": "20/11/1976", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 3, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 13, "aniticipation": 13, "decisions": 6, "concentration": 10, "teamwork": 14, "vision": 11, "work_rate": 6, "offensive_movement": 8, "defensive_movement": 7}, "technical": {"crossing": 10, "pass": 7, "long_pass": 10, "tackling": 8, "heading": 2, "interception": 13, "marking": 7, "shoot": 3, "dribble": 8, "long_shoot": 11, "free_kick": 5, "penalty": 4, "finishing": 10, "technique": 2, "first_touch": 2}, "physycal": {"acceleration": 2, "agility": 10, "balance": 7, "jump": 12, "pace": 10, "stamina": 10, "strength": 11}, "contract": {}}, {"price": 210000, "name": "Alex", "surname": "\u00c1lvarez", "birth_date": "18/06/1978", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 1, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 2, "aniticipation": 6, "decisions": 4, "concentration": 12, "teamwork": 2, "vision": 12, "work_rate": 4, "offensive_movement": 3, "defensive_movement": 12}, "technical": {"crossing": 12, "pass": 5, "long_pass": 10, "tackling": 10, "heading": 8, "interception": 7, "marking": 10, "shoot": 1, "dribble": 9, "long_shoot": 1, "free_kick": 6, "penalty": 6, "finishing": 8, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 2, "agility": 7, "balance": 11, "jump": 4, "pace": 6, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 30000, "name": "Cleto", "surname": "Guardiola", "birth_date": "08/11/1998", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 9, "aniticipation": 10, "decisions": 4, "concentration": 5, "teamwork": 10, "vision": 5, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 5}, "technical": {"crossing": 7, "pass": 12, "long_pass": 9, "tackling": 7, "heading": 10, "interception": 12, "marking": 7, "shoot": 6, "dribble": 3, "long_shoot": 4, "free_kick": 4, "penalty": 11, "finishing": 13, "technique": 6, "first_touch": 4}, "physycal": {"acceleration": 11, "agility": 13, "balance": 11, "jump": 2, "pace": 3, "stamina": 8, "strength": 12}, "contract": {}}, {"price": 320000, "name": "Te\u00f3filo", "surname": "Mart\u00edn-Romeu", "birth_date": "03/10/1979", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 18, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 4, "aniticipation": 4, "decisions": 13, "concentration": 13, "teamwork": 3, "vision": 6, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 7}, "technical": {"crossing": 5, "pass": 7, "long_pass": 9, "tackling": 9, "heading": 8, "interception": 9, "marking": 7, "shoot": 8, "dribble": 10, "long_shoot": 10, "free_kick": 7, "penalty": 10, "finishing": 7, "technique": 11, "first_touch": 15}, "physycal": {"acceleration": 10, "agility": 14, "balance": 12, "jump": 9, "pace": 14, "stamina": 7, "strength": 14}, "contract": {}}, {"price": 160000, "name": "Lucho", "surname": "Matas", "birth_date": "21/05/1994", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 12, "form": "PERFECT", "potential": 5, "_potential_growth": 3, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 9, "aniticipation": 7, "decisions": 11, "concentration": 17, "teamwork": 16, "vision": 11, "work_rate": 12, "offensive_movement": 14, "defensive_movement": 17}, "technical": {"crossing": 12, "pass": 17, "long_pass": 7, "tackling": 10, "heading": 8, "interception": 11, "marking": 6, "shoot": 11, "dribble": 3, "long_shoot": 16, "free_kick": 16, "penalty": 15, "finishing": 5, "technique": 6, "first_touch": 4}, "physycal": {"acceleration": 4, "agility": 11, "balance": 11, "jump": 10, "pace": 11, "stamina": 17, "strength": 7}, "contract": {}}, {"price": 240000, "name": "Rom\u00e1n", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "12/11/2004", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 4, "_potential_growth": 2, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 4, "aniticipation": 8, "decisions": 12, "concentration": 10, "teamwork": 8, "vision": 6, "work_rate": 14, "offensive_movement": 8, "defensive_movement": 3}, "technical": {"crossing": 12, "pass": 8, "long_pass": 5, "tackling": 12, "heading": 11, "interception": 13, "marking": 14, "shoot": 10, "dribble": 13, "long_shoot": 12, "free_kick": 11, "penalty": 14, "finishing": 14, "technique": 5, "first_touch": 13}, "physycal": {"acceleration": 7, "agility": 5, "balance": 9, "jump": 9, "pace": 4, "stamina": 5, "strength": 7}, "contract": {}}, {"price": 120000, "name": "Maximiano", "surname": "Mercader", "birth_date": "24/05/1993", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 1, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 6, "aniticipation": 3, "decisions": 10, "concentration": 9, "teamwork": 10, "vision": 6, "work_rate": 2, "offensive_movement": 6, "defensive_movement": 9}, "technical": {"crossing": 3, "pass": 6, "long_pass": 9, "tackling": 5, "heading": 3, "interception": 2, "marking": 7, "shoot": 3, "dribble": 1, "long_shoot": 2, "free_kick": 5, "penalty": 8, "finishing": 3, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 4, "agility": 11, "balance": 5, "jump": 10, "pace": 7, "stamina": 6, "strength": 5}, "contract": {}}, {"price": 190000, "name": "Edgardo", "surname": "Reig", "birth_date": "20/04/2001", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 8, "aniticipation": 13, "decisions": 11, "concentration": 11, "teamwork": 5, "vision": 5, "work_rate": 12, "offensive_movement": 6, "defensive_movement": 9}, "technical": {"crossing": 10, "pass": 4, "long_pass": 13, "tackling": 9, "heading": 9, "interception": 7, "marking": 8, "shoot": 10, "dribble": 4, "long_shoot": 4, "free_kick": 12, "penalty": 13, "finishing": 9, "technique": 6, "first_touch": 7}, "physycal": {"acceleration": 12, "agility": 6, "balance": 5, "jump": 14, "pace": 6, "stamina": 4, "strength": 12}, "contract": {}}, {"price": 430000, "name": "Nico", "surname": "Bar\u00f3n-Salamanca", "birth_date": "15/07/1976", "nationality": "ES", "moral": 4, "position": "U", "foot": "L", "prestige": 16, "form": "RECOVER", "potential": 2, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 4, "aniticipation": 8, "decisions": 3, "concentration": 3, "teamwork": 10, "vision": 6, "work_rate": 3, "offensive_movement": 3, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 12, "long_pass": 8, "tackling": 10, "heading": 9, "interception": 13, "marking": 8, "shoot": 10, "dribble": 4, "long_shoot": 3, "free_kick": 13, "penalty": 8, "finishing": 7, "technique": 5, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 11, "balance": 2, "jump": 10, "pace": 12, "stamina": 11, "strength": 5}, "contract": {}}, {"price": 270000, "name": "Ernesto", "surname": "Amat-Redondo", "birth_date": "03/10/1976", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 1, "aniticipation": 6, "decisions": 4, "concentration": 6, "teamwork": 3, "vision": 5, "work_rate": 10, "offensive_movement": 3, "defensive_movement": 11}, "technical": {"crossing": 5, "pass": 7, "long_pass": 4, "tackling": 10, "heading": 5, "interception": 9, "marking": 6, "shoot": 4, "dribble": 3, "long_shoot": 11, "free_kick": 2, "penalty": 4, "finishing": 11, "technique": 1, "first_touch": 6}, "physycal": {"acceleration": 4, "agility": 1, "balance": 9, "jump": 8, "pace": 4, "stamina": 1, "strength": 6}, "contract": {}}, {"price": 390000, "name": "Quique", "surname": "Valbuena", "birth_date": "06/08/1976", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 2, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 9, "aniticipation": 4, "decisions": 9, "concentration": 11, "teamwork": 10, "vision": 8, "work_rate": 13, "offensive_movement": 6, "defensive_movement": 6}, "technical": {"crossing": 11, "pass": 1, "long_pass": 9, "tackling": 6, "heading": 13, "interception": 11, "marking": 3, "shoot": 9, "dribble": 6, "long_shoot": 11, "free_kick": 14, "penalty": 10, "finishing": 10, "technique": 11, "first_touch": 13}, "physycal": {"acceleration": 14, "agility": 4, "balance": 3, "jump": 4, "pace": 13, "stamina": 6, "strength": 6}, "contract": {}}, {"price": 290000, "name": "Seve", "surname": "Diez", "birth_date": "18/05/1977", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 4, "aniticipation": 3, "decisions": 8, "concentration": 9, "teamwork": 9, "vision": 5, "work_rate": 5, "offensive_movement": 10, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 3, "long_pass": 8, "tackling": 9, "heading": 3, "interception": 13, "marking": 12, "shoot": 6, "dribble": 6, "long_shoot": 10, "free_kick": 11, "penalty": 9, "finishing": 5, "technique": 12, "first_touch": 8}, "physycal": {"acceleration": 4, "agility": 9, "balance": 8, "jump": 14, "pace": 8, "stamina": 14, "strength": 14}, "contract": {}}, {"price": 170000, "name": "Quique", "surname": "Enr\u00edquez-Sola", "birth_date": "08/04/1988", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 7, "aniticipation": 12, "decisions": 10, "concentration": 10, "teamwork": 11, "vision": 9, "work_rate": 14, "offensive_movement": 11, "defensive_movement": 12}, "technical": {"crossing": 12, "pass": 5, "long_pass": 8, "tackling": 5, "heading": 12, "interception": 14, "marking": 6, "shoot": 11, "dribble": 13, "long_shoot": 12, "free_kick": 7, "penalty": 7, "finishing": 14, "technique": 6, "first_touch": 14}, "physycal": {"acceleration": 10, "agility": 6, "balance": 10, "jump": 4, "pace": 9, "stamina": 8, "strength": 14}, "contract": {}}, {"price": 220000, "name": "Erasmo", "surname": "Amat-Redondo", "birth_date": "24/09/1982", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 6, "form": "RECOVER", "potential": 2, "_potential_growth": 4, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 6, "aniticipation": 7, "decisions": 8, "concentration": 2, "teamwork": 4, "vision": 5, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 10}, "technical": {"crossing": 2, "pass": 10, "long_pass": 9, "tackling": 3, "heading": 6, "interception": 8, "marking": 8, "shoot": 5, "dribble": 2, "long_shoot": 6, "free_kick": 8, "penalty": 9, "finishing": 4, "technique": 9, "first_touch": 7}, "physycal": {"acceleration": 4, "agility": 2, "balance": 3, "jump": 3, "pace": 7, "stamina": 1, "strength": 1}, "contract": {}}, {"price": 210000, "name": "Angelino", "surname": "Roca", "birth_date": "19/03/1985", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 3, "concentration": 11, "teamwork": 9, "vision": 10, "work_rate": 3, "offensive_movement": 5, "defensive_movement": 9}, "technical": {"crossing": 8, "pass": 10, "long_pass": 12, "tackling": 7, "heading": 9, "interception": 10, "marking": 12, "shoot": 6, "dribble": 7, "long_shoot": 12, "free_kick": 7, "penalty": 12, "finishing": 6, "technique": 9, "first_touch": 7}, "physycal": {"acceleration": 6, "agility": 6, "balance": 2, "jump": 7, "pace": 7, "stamina": 9, "strength": 11}, "contract": {}}, {"price": 300000, "name": "Pascual", "surname": "Tudela", "birth_date": "01/09/1985", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 20, "form": "INJURED", "potential": 1, "_potential_growth": 1, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 5, "aniticipation": 11, "decisions": 20, "concentration": 17, "teamwork": 20, "vision": 14, "work_rate": 20, "offensive_movement": 16, "defensive_movement": 4}, "technical": {"crossing": 20, "pass": 19, "long_pass": 16, "tackling": 17, "heading": 13, "interception": 20, "marking": 15, "shoot": 8, "dribble": 17, "long_shoot": 10, "free_kick": 5, "penalty": 12, "finishing": 13, "technique": 15, "first_touch": 10}, "physycal": {"acceleration": 14, "agility": 20, "balance": 13, "jump": 10, "pace": 14, "stamina": 15, "strength": 11}, "contract": {}}, {"price": 200000, "name": "Osvaldo", "surname": "Pastor", "birth_date": "19/08/1996", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 1, "aniticipation": 11, "decisions": 10, "concentration": 8, "teamwork": 9, "vision": 9, "work_rate": 3, "offensive_movement": 10, "defensive_movement": 5}, "technical": {"crossing": 4, "pass": 7, "long_pass": 9, "tackling": 6, "heading": 1, "interception": 1, "marking": 7, "shoot": 10, "dribble": 10, "long_shoot": 8, "free_kick": 7, "penalty": 3, "finishing": 6, "technique": 7, "first_touch": 3}, "physycal": {"acceleration": 8, "agility": 5, "balance": 6, "jump": 6, "pace": 1, "stamina": 7, "strength": 3}, "contract": {}}, {"price": 260000, "name": "Andr\u00e9s", "surname": "Andres", "birth_date": "05/08/2001", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 8, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 10, "aniticipation": 4, "decisions": 7, "concentration": 11, "teamwork": 9, "vision": 6, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 10}, "technical": {"crossing": 11, "pass": 6, "long_pass": 10, "tackling": 12, "heading": 13, "interception": 8, "marking": 3, "shoot": 3, "dribble": 9, "long_shoot": 5, "free_kick": 7, "penalty": 5, "finishing": 4, "technique": 10, "first_touch": 8}, "physycal": {"acceleration": 5, "agility": 7, "balance": 6, "jump": 7, "pace": 3, "stamina": 4, "strength": 11}, "contract": {}}, {"price": 280000, "name": "V\u00edctor", "surname": "Jord\u00e1", "birth_date": "22/07/2000", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 2, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 7, "concentration": 12, "teamwork": 6, "vision": 10, "work_rate": 15, "offensive_movement": 9, "defensive_movement": 5}, "technical": {"crossing": 14, "pass": 13, "long_pass": 8, "tackling": 14, "heading": 5, "interception": 11, "marking": 5, "shoot": 4, "dribble": 9, "long_shoot": 6, "free_kick": 9, "penalty": 6, "finishing": 11, "technique": 12, "first_touch": 6}, "physycal": {"acceleration": 7, "agility": 6, "balance": 13, "jump": 5, "pace": 7, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 220000, "name": "Salom\u00f3n", "surname": "Morales", "birth_date": "06/11/1992", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 10, "aniticipation": 13, "decisions": 4, "concentration": 9, "teamwork": 11, "vision": 13, "work_rate": 7, "offensive_movement": 12, "defensive_movement": 12}, "technical": {"crossing": 8, "pass": 5, "long_pass": 5, "tackling": 8, "heading": 10, "interception": 7, "marking": 12, "shoot": 4, "dribble": 12, "long_shoot": 3, "free_kick": 3, "penalty": 10, "finishing": 8, "technique": 12, "first_touch": 5}, "physycal": {"acceleration": 4, "agility": 9, "balance": 4, "jump": 9, "pace": 8, "stamina": 13, "strength": 6}, "contract": {}}, {"price": 180000, "name": "Samuel", "surname": "Frutos-Mu\u00f1oz", "birth_date": "31/12/1987", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 6, "aniticipation": 11, "decisions": 13, "concentration": 14, "teamwork": 8, "vision": 15, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 5}, "technical": {"crossing": 12, "pass": 13, "long_pass": 16, "tackling": 14, "heading": 12, "interception": 14, "marking": 12, "shoot": 16, "dribble": 11, "long_shoot": 6, "free_kick": 15, "penalty": 9, "finishing": 18, "technique": 9, "first_touch": 13}, "physycal": {"acceleration": 10, "agility": 12, "balance": 10, "jump": 18, "pace": 8, "stamina": 10, "strength": 11}, "contract": {}}, {"price": 210000, "name": "Ruben", "surname": "Bautista", "birth_date": "25/05/1987", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 20, "form": "RECOVER", "potential": 5, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 17, "aniticipation": 12, "decisions": 10, "concentration": 17, "teamwork": 16, "vision": 16, "work_rate": 11, "offensive_movement": 17, "defensive_movement": 12}, "technical": {"crossing": 4, "pass": 11, "long_pass": 1, "tackling": 17, "heading": 14, "interception": 15, "marking": 10, "shoot": 17, "dribble": 3, "long_shoot": 15, "free_kick": 13, "penalty": 13, "finishing": 5, "technique": 9, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 10, "balance": 4, "jump": 4, "pace": 13, "stamina": 3, "strength": 7}, "contract": {}}, {"price": 210000, "name": "Epifanio", "surname": "Pereira", "birth_date": "18/10/1994", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 11, "form": "PERFECT", "potential": 4, "_potential_growth": 2, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 10, "aniticipation": 11, "decisions": 7, "concentration": 8, "teamwork": 10, "vision": 13, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 14}, "technical": {"crossing": 12, "pass": 7, "long_pass": 16, "tackling": 12, "heading": 12, "interception": 15, "marking": 16, "shoot": 6, "dribble": 8, "long_shoot": 8, "free_kick": 13, "penalty": 8, "finishing": 16, "technique": 7, "first_touch": 15}, "physycal": {"acceleration": 13, "agility": 9, "balance": 9, "jump": 9, "pace": 11, "stamina": 6, "strength": 10}, "contract": {}}, {"price": 190000, "name": "Urbano", "surname": "Amat-Redondo", "birth_date": "21/02/1995", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 14, "aniticipation": 9, "decisions": 12, "concentration": 14, "teamwork": 16, "vision": 9, "work_rate": 15, "offensive_movement": 8, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 8, "long_pass": 8, "tackling": 10, "heading": 9, "interception": 13, "marking": 8, "shoot": 16, "dribble": 13, "long_shoot": 10, "free_kick": 6, "penalty": 11, "finishing": 8, "technique": 16, "first_touch": 14}, "physycal": {"acceleration": 11, "agility": 11, "balance": 14, "jump": 10, "pace": 7, "stamina": 9, "strength": 8}, "contract": {}}, {"price": 270000, "name": "Josep", "surname": "Cornejo", "birth_date": "14/04/1988", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 1, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 1, "aniticipation": 8, "decisions": 10, "concentration": 4, "teamwork": 3, "vision": 1, "work_rate": 4, "offensive_movement": 10, "defensive_movement": 8}, "technical": {"crossing": 4, "pass": 8, "long_pass": 9, "tackling": 3, "heading": 5, "interception": 7, "marking": 5, "shoot": 4, "dribble": 2, "long_shoot": 1, "free_kick": 1, "penalty": 3, "finishing": 4, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 11, "agility": 1, "balance": 10, "jump": 2, "pace": 1, "stamina": 5, "strength": 2}, "contract": {}}, {"price": 240000, "name": "Alex", "surname": "Melero-Galan", "birth_date": "08/07/1999", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 4, "_potential_growth": 1, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 13, "aniticipation": 16, "decisions": 14, "concentration": 14, "teamwork": 11, "vision": 10, "work_rate": 19, "offensive_movement": 17, "defensive_movement": 16}, "technical": {"crossing": 10, "pass": 10, "long_pass": 15, "tackling": 19, "heading": 15, "interception": 17, "marking": 9, "shoot": 11, "dribble": 10, "long_shoot": 19, "free_kick": 10, "penalty": 11, "finishing": 17, "technique": 17, "first_touch": 16}, "physycal": {"acceleration": 12, "agility": 19, "balance": 1, "jump": 2, "pace": 15, "stamina": 5, "strength": 3}, "contract": {}}, {"price": 320000, "name": "V\u00edctor", "surname": "Mendiz\u00e1bal", "birth_date": "20/07/2000", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 1, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 14, "aniticipation": 17, "decisions": 11, "concentration": 9, "teamwork": 13, "vision": 16, "work_rate": 14, "offensive_movement": 16, "defensive_movement": 11}, "technical": {"crossing": 15, "pass": 13, "long_pass": 12, "tackling": 15, "heading": 16, "interception": 16, "marking": 8, "shoot": 16, "dribble": 4, "long_shoot": 15, "free_kick": 17, "penalty": 18, "finishing": 11, "technique": 8, "first_touch": 12}, "physycal": {"acceleration": 17, "agility": 13, "balance": 14, "jump": 11, "pace": 8, "stamina": 9, "strength": 18}, "contract": {}}, {"price": 190000, "name": "Nico", "surname": "Barrera", "birth_date": "09/03/1983", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 7, "aniticipation": 5, "decisions": 7, "concentration": 4, "teamwork": 8, "vision": 3, "work_rate": 3, "offensive_movement": 5, "defensive_movement": 5}, "technical": {"crossing": 12, "pass": 2, "long_pass": 5, "tackling": 7, "heading": 8, "interception": 10, "marking": 9, "shoot": 2, "dribble": 7, "long_shoot": 3, "free_kick": 11, "penalty": 10, "finishing": 5, "technique": 8, "first_touch": 2}, "physycal": {"acceleration": 12, "agility": 9, "balance": 3, "jump": 8, "pace": 2, "stamina": 12, "strength": 2}, "contract": {}}, {"price": 140000, "name": "Nazario", "surname": "Pereira", "birth_date": "31/12/1991", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 2, "_potential_growth": 2, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 8, "aniticipation": 11, "decisions": 11, "concentration": 3, "teamwork": 9, "vision": 12, "work_rate": 10, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 4, "pass": 2, "long_pass": 7, "tackling": 5, "heading": 5, "interception": 11, "marking": 4, "shoot": 10, "dribble": 3, "long_shoot": 5, "free_kick": 8, "penalty": 10, "finishing": 3, "technique": 9, "first_touch": 8}, "physycal": {"acceleration": 12, "agility": 9, "balance": 10, "jump": 5, "pace": 10, "stamina": 12, "strength": 2}, "contract": {}}, {"price": 360000, "name": "P\u00e1nfilo", "surname": "Guardiola", "birth_date": "08/09/1997", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 9, "concentration": 10, "teamwork": 4, "vision": 11, "work_rate": 4, "offensive_movement": 10, "defensive_movement": 9}, "technical": {"crossing": 5, "pass": 14, "long_pass": 11, "tackling": 10, "heading": 4, "interception": 3, "marking": 9, "shoot": 11, "dribble": 4, "long_shoot": 14, "free_kick": 4, "penalty": 9, "finishing": 8, "technique": 4, "first_touch": 7}, "physycal": {"acceleration": 3, "agility": 13, "balance": 12, "jump": 13, "pace": 4, "stamina": 4, "strength": 7}, "contract": {}}, {"price": 280000, "name": "Jos\u00e9", "surname": "Mayol", "birth_date": "18/11/1975", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 2, "_potential_growth": 3, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 9, "aniticipation": 1, "decisions": 8, "concentration": 11, "teamwork": 3, "vision": 8, "work_rate": 10, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 6, "pass": 3, "long_pass": 11, "tackling": 2, "heading": 1, "interception": 4, "marking": 1, "shoot": 10, "dribble": 3, "long_shoot": 10, "free_kick": 3, "penalty": 7, "finishing": 4, "technique": 6, "first_touch": 2}, "physycal": {"acceleration": 11, "agility": 10, "balance": 9, "jump": 6, "pace": 8, "stamina": 10, "strength": 6}, "contract": {}}, {"price": 330000, "name": "Felix", "surname": "Vara", "birth_date": "22/02/1996", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 10, "aniticipation": 15, "decisions": 10, "concentration": 11, "teamwork": 9, "vision": 4, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 17}, "technical": {"crossing": 5, "pass": 6, "long_pass": 3, "tackling": 16, "heading": 14, "interception": 14, "marking": 10, "shoot": 13, "dribble": 11, "long_shoot": 7, "free_kick": 5, "penalty": 13, "finishing": 15, "technique": 13, "first_touch": 14}, "physycal": {"acceleration": 10, "agility": 16, "balance": 16, "jump": 20, "pace": 10, "stamina": 20, "strength": 13}, "contract": {}}, {"price": 20000, "name": "Edgardo", "surname": "Busquets", "birth_date": "30/06/1988", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 8, "form": "PERFECT", "potential": 1, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 5, "aniticipation": 13, "decisions": 13, "concentration": 3, "teamwork": 3, "vision": 6, "work_rate": 13, "offensive_movement": 10, "defensive_movement": 10}, "technical": {"crossing": 4, "pass": 5, "long_pass": 11, "tackling": 13, "heading": 7, "interception": 4, "marking": 9, "shoot": 6, "dribble": 10, "long_shoot": 8, "free_kick": 10, "penalty": 6, "finishing": 9, "technique": 5, "first_touch": 11}, "physycal": {"acceleration": 12, "agility": 7, "balance": 10, "jump": 8, "pace": 9, "stamina": 13, "strength": 13}, "contract": {}}, {"price": 330000, "name": "Isidoro", "surname": "Bay\u00f3n", "birth_date": "27/04/1982", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 7, "form": "RECOVER", "potential": 4, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 4, "aniticipation": 6, "decisions": 5, "concentration": 8, "teamwork": 4, "vision": 11, "work_rate": 5, "offensive_movement": 6, "defensive_movement": 3}, "technical": {"crossing": 4, "pass": 2, "long_pass": 9, "tackling": 10, "heading": 6, "interception": 9, "marking": 4, "shoot": 4, "dribble": 11, "long_shoot": 5, "free_kick": 9, "penalty": 6, "finishing": 7, "technique": 11, "first_touch": 2}, "physycal": {"acceleration": 10, "agility": 8, "balance": 6, "jump": 7, "pace": 10, "stamina": 6, "strength": 4}, "contract": {}}, {"price": 80000, "name": "Amado", "surname": "Humberto", "birth_date": "23/05/1982", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 5, "concentration": 11, "teamwork": 10, "vision": 8, "work_rate": 4, "offensive_movement": 7, "defensive_movement": 13}, "technical": {"crossing": 6, "pass": 13, "long_pass": 7, "tackling": 8, "heading": 7, "interception": 11, "marking": 9, "shoot": 14, "dribble": 16, "long_shoot": 8, "free_kick": 14, "penalty": 15, "finishing": 7, "technique": 6, "first_touch": 8}, "physycal": {"acceleration": 5, "agility": 7, "balance": 6, "jump": 4, "pace": 4, "stamina": 8, "strength": 10}, "contract": {}}, {"price": 200000, "name": "Hector", "surname": "\u00c1guila", "birth_date": "03/04/1991", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 5, "_potential_growth": 5, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 5, "aniticipation": 8, "decisions": 13, "concentration": 9, "teamwork": 3, "vision": 11, "work_rate": 7, "offensive_movement": 5, "defensive_movement": 10}, "technical": {"crossing": 11, "pass": 9, "long_pass": 13, "tackling": 11, "heading": 5, "interception": 13, "marking": 9, "shoot": 5, "dribble": 13, "long_shoot": 8, "free_kick": 4, "penalty": 9, "finishing": 7, "technique": 3, "first_touch": 9}, "physycal": {"acceleration": 3, "agility": 9, "balance": 12, "jump": 10, "pace": 8, "stamina": 8, "strength": 5}, "contract": {}}, {"price": 150000, "name": "Felix", "surname": "Felipe", "birth_date": "03/06/1989", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 14, "aniticipation": 9, "decisions": 10, "concentration": 12, "teamwork": 11, "vision": 17, "work_rate": 10, "offensive_movement": 12, "defensive_movement": 7}, "technical": {"crossing": 11, "pass": 13, "long_pass": 8, "tackling": 14, "heading": 9, "interception": 15, "marking": 15, "shoot": 13, "dribble": 9, "long_shoot": 10, "free_kick": 13, "penalty": 18, "finishing": 10, "technique": 9, "first_touch": 16}, "physycal": {"acceleration": 18, "agility": 12, "balance": 14, "jump": 13, "pace": 14, "stamina": 11, "strength": 13}, "contract": {}}, {"price": 310000, "name": "Emiliano", "surname": "Palacios-Sarmiento", "birth_date": "04/10/1985", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 8, "concentration": 11, "teamwork": 12, "vision": 18, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 14}, "technical": {"crossing": 10, "pass": 16, "long_pass": 16, "tackling": 8, "heading": 9, "interception": 5, "marking": 7, "shoot": 6, "dribble": 16, "long_shoot": 13, "free_kick": 16, "penalty": 12, "finishing": 18, "technique": 18, "first_touch": 10}, "physycal": {"acceleration": 10, "agility": 9, "balance": 14, "jump": 4, "pace": 8, "stamina": 9, "strength": 5}, "contract": {}}, {"price": 250000, "name": "Cleto", "surname": "L\u00f3pez", "birth_date": "27/02/1995", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 4, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 13, "aniticipation": 12, "decisions": 10, "concentration": 6, "teamwork": 11, "vision": 3, "work_rate": 12, "offensive_movement": 12, "defensive_movement": 6}, "technical": {"crossing": 5, "pass": 6, "long_pass": 10, "tackling": 14, "heading": 11, "interception": 5, "marking": 11, "shoot": 5, "dribble": 4, "long_shoot": 14, "free_kick": 9, "penalty": 10, "finishing": 4, "technique": 4, "first_touch": 13}, "physycal": {"acceleration": 4, "agility": 13, "balance": 5, "jump": 9, "pace": 4, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 260000, "name": "Efra\u00edn", "surname": "Morales", "birth_date": "18/01/1995", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 7, "aniticipation": 2, "decisions": 10, "concentration": 3, "teamwork": 1, "vision": 7, "work_rate": 8, "offensive_movement": 6, "defensive_movement": 10}, "technical": {"crossing": 6, "pass": 5, "long_pass": 3, "tackling": 9, "heading": 4, "interception": 5, "marking": 5, "shoot": 11, "dribble": 5, "long_shoot": 2, "free_kick": 7, "penalty": 2, "finishing": 7, "technique": 6, "first_touch": 2}, "physycal": {"acceleration": 5, "agility": 7, "balance": 5, "jump": 1, "pace": 5, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 290000, "name": "Felix", "surname": "Matas", "birth_date": "19/01/1977", "nationality": "ES", "moral": 4, "position": "W", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 2, "_potential_growth": 5, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 4, "aniticipation": 1, "decisions": 4, "concentration": 10, "teamwork": 7, "vision": 10, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 2}, "technical": {"crossing": 9, "pass": 7, "long_pass": 10, "tackling": 8, "heading": 3, "interception": 7, "marking": 7, "shoot": 1, "dribble": 9, "long_shoot": 8, "free_kick": 5, "penalty": 8, "finishing": 5, "technique": 2, "first_touch": 1}, "physycal": {"acceleration": 9, "agility": 7, "balance": 11, "jump": 4, "pace": 11, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 120000, "name": "Te\u00f3filo", "surname": "de", "birth_date": "15/03/1988", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 5, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 5, "aniticipation": 9, "decisions": 3, "concentration": 11, "teamwork": 4, "vision": 2, "work_rate": 10, "offensive_movement": 6, "defensive_movement": 10}, "technical": {"crossing": 7, "pass": 1, "long_pass": 5, "tackling": 4, "heading": 10, "interception": 10, "marking": 5, "shoot": 7, "dribble": 4, "long_shoot": 11, "free_kick": 5, "penalty": 5, "finishing": 7, "technique": 8, "first_touch": 10}, "physycal": {"acceleration": 3, "agility": 1, "balance": 8, "jump": 4, "pace": 2, "stamina": 3, "strength": 9}, "contract": {}}, {"price": 200000, "name": "Nico", "surname": "Mayol", "birth_date": "27/05/1996", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 13, "form": "PERFECT", "potential": 4, "_potential_growth": 3, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 13, "aniticipation": 11, "decisions": 13, "concentration": 14, "teamwork": 17, "vision": 8, "work_rate": 18, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 16, "pass": 15, "long_pass": 9, "tackling": 3, "heading": 5, "interception": 8, "marking": 8, "shoot": 8, "dribble": 1, "long_shoot": 6, "free_kick": 13, "penalty": 6, "finishing": 9, "technique": 10, "first_touch": 1}, "physycal": {"acceleration": 18, "agility": 14, "balance": 1, "jump": 2, "pace": 16, "stamina": 6, "strength": 3}, "contract": {}}, {"price": 270000, "name": "Josep", "surname": "Diez", "birth_date": "01/07/2005", "nationality": "ES", "moral": 4, "position": "U", "foot": "L", "prestige": 10, "form": "RECOVER", "potential": 5, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 13, "aniticipation": 14, "decisions": 8, "concentration": 10, "teamwork": 10, "vision": 8, "work_rate": 6, "offensive_movement": 6, "defensive_movement": 7}, "technical": {"crossing": 3, "pass": 5, "long_pass": 6, "tackling": 8, "heading": 12, "interception": 11, "marking": 6, "shoot": 13, "dribble": 14, "long_shoot": 12, "free_kick": 10, "penalty": 7, "finishing": 10, "technique": 5, "first_touch": 9}, "physycal": {"acceleration": 8, "agility": 14, "balance": 9, "jump": 15, "pace": 9, "stamina": 6, "strength": 10}, "contract": {}}, {"price": 330000, "name": "Am\u00e9rico", "surname": "Gomila", "birth_date": "10/07/1998", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 4, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 13, "aniticipation": 14, "decisions": 10, "concentration": 2, "teamwork": 6, "vision": 3, "work_rate": 7, "offensive_movement": 12, "defensive_movement": 14}, "technical": {"crossing": 16, "pass": 6, "long_pass": 11, "tackling": 16, "heading": 8, "interception": 8, "marking": 17, "shoot": 2, "dribble": 9, "long_shoot": 9, "free_kick": 2, "penalty": 11, "finishing": 7, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 2, "agility": 12, "balance": 12, "jump": 13, "pace": 10, "stamina": 9, "strength": 16}, "contract": {}}, {"price": 300000, "name": "Edu", "surname": "Guardiola", "birth_date": "13/04/1982", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 15, "aniticipation": 14, "decisions": 4, "concentration": 9, "teamwork": 8, "vision": 9, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 16, "pass": 7, "long_pass": 16, "tackling": 14, "heading": 15, "interception": 12, "marking": 9, "shoot": 7, "dribble": 16, "long_shoot": 6, "free_kick": 9, "penalty": 14, "finishing": 9, "technique": 7, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 5, "balance": 15, "jump": 7, "pace": 6, "stamina": 15, "strength": 7}, "contract": {}}, {"price": 330000, "name": "Amado", "surname": "Valencia", "birth_date": "02/11/1986", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 10, "form": "RECOVER", "potential": 4, "_potential_growth": 1, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 5, "aniticipation": 14, "decisions": 5, "concentration": 6, "teamwork": 10, "vision": 10, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 10}, "technical": {"crossing": 6, "pass": 6, "long_pass": 8, "tackling": 10, "heading": 7, "interception": 15, "marking": 11, "shoot": 8, "dribble": 9, "long_shoot": 11, "free_kick": 8, "penalty": 3, "finishing": 5, "technique": 4, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 7, "balance": 14, "jump": 15, "pace": 15, "stamina": 8, "strength": 11}, "contract": {}}, {"price": 380000, "name": "Jord\u00e1n", "surname": "Jord\u00e1", "birth_date": "31/12/1976", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 3, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 6, "aniticipation": 12, "decisions": 12, "concentration": 6, "teamwork": 7, "vision": 3, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 2}, "technical": {"crossing": 10, "pass": 11, "long_pass": 5, "tackling": 10, "heading": 7, "interception": 8, "marking": 8, "shoot": 9, "dribble": 9, "long_shoot": 6, "free_kick": 8, "penalty": 2, "finishing": 8, "technique": 8, "first_touch": 4}, "physycal": {"acceleration": 12, "agility": 7, "balance": 5, "jump": 5, "pace": 8, "stamina": 1, "strength": 5}, "contract": {}}, {"price": 240000, "name": "Hugo", "surname": "Busquets", "birth_date": "20/09/1990", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 11, "form": "RECOVER", "potential": 2, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 7, "aniticipation": 5, "decisions": 9, "concentration": 4, "teamwork": 4, "vision": 6, "work_rate": 12, "offensive_movement": 10, "defensive_movement": 14}, "technical": {"crossing": 7, "pass": 8, "long_pass": 11, "tackling": 12, "heading": 6, "interception": 8, "marking": 15, "shoot": 14, "dribble": 3, "long_shoot": 6, "free_kick": 12, "penalty": 11, "finishing": 7, "technique": 6, "first_touch": 8}, "physycal": {"acceleration": 6, "agility": 8, "balance": 6, "jump": 7, "pace": 11, "stamina": 9, "strength": 13}, "contract": {}}, {"price": 220000, "name": "Rufino", "surname": "Arnau", "birth_date": "02/11/2004", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 3, "aniticipation": 7, "decisions": 10, "concentration": 1, "teamwork": 1, "vision": 1, "work_rate": 6, "offensive_movement": 11, "defensive_movement": 5}, "technical": {"crossing": 11, "pass": 3, "long_pass": 9, "tackling": 6, "heading": 11, "interception": 3, "marking": 10, "shoot": 4, "dribble": 9, "long_shoot": 8, "free_kick": 8, "penalty": 7, "finishing": 9, "technique": 10, "first_touch": 11}, "physycal": {"acceleration": 9, "agility": 10, "balance": 8, "jump": 6, "pace": 11, "stamina": 11, "strength": 3}, "contract": {}}, {"price": 70000, "name": "Severo", "surname": "Pereira", "birth_date": "12/05/1991", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 2, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 1, "concentration": 2, "teamwork": 5, "vision": 6, "work_rate": 5, "offensive_movement": 4, "defensive_movement": 4}, "technical": {"crossing": 1, "pass": 7, "long_pass": 9, "tackling": 6, "heading": 9, "interception": 6, "marking": 2, "shoot": 4, "dribble": 10, "long_shoot": 11, "free_kick": 2, "penalty": 9, "finishing": 7, "technique": 4, "first_touch": 8}, "physycal": {"acceleration": 11, "agility": 9, "balance": 10, "jump": 6, "pace": 5, "stamina": 4, "strength": 2}, "contract": {}}, {"price": 200000, "name": "Feliciano", "surname": "del", "birth_date": "01/09/1978", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 5, "form": "INJURED", "potential": 3, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 6, "aniticipation": 7, "decisions": 9, "concentration": 4, "teamwork": 7, "vision": 7, "work_rate": 10, "offensive_movement": 2, "defensive_movement": 5}, "technical": {"crossing": 10, "pass": 1, "long_pass": 9, "tackling": 9, "heading": 1, "interception": 8, "marking": 10, "shoot": 8, "dribble": 10, "long_shoot": 3, "free_kick": 3, "penalty": 10, "finishing": 1, "technique": 2, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 3, "balance": 2, "jump": 6, "pace": 4, "stamina": 9, "strength": 4}, "contract": {}}, {"price": 140000, "name": "Juan", "surname": "Mendez-Soto", "birth_date": "16/05/1976", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 10, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 10, "aniticipation": 12, "decisions": 10, "concentration": 6, "teamwork": 5, "vision": 6, "work_rate": 13, "offensive_movement": 10, "defensive_movement": 12}, "technical": {"crossing": 5, "pass": 11, "long_pass": 2, "tackling": 5, "heading": 12, "interception": 10, "marking": 8, "shoot": 7, "dribble": 4, "long_shoot": 13, "free_kick": 5, "penalty": 11, "finishing": 13, "technique": 4, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 13, "balance": 13, "jump": 7, "pace": 15, "stamina": 11, "strength": 8}, "contract": {}}, {"price": 100000, "name": "Nazario", "surname": "de", "birth_date": "02/07/2005", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 5, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 9, "aniticipation": 9, "decisions": 9, "concentration": 5, "teamwork": 9, "vision": 7, "work_rate": 1, "offensive_movement": 5, "defensive_movement": 2}, "technical": {"crossing": 5, "pass": 2, "long_pass": 11, "tackling": 3, "heading": 11, "interception": 9, "marking": 10, "shoot": 5, "dribble": 5, "long_shoot": 3, "free_kick": 1, "penalty": 6, "finishing": 6, "technique": 2, "first_touch": 8}, "physycal": {"acceleration": 1, "agility": 9, "balance": 5, "jump": 4, "pace": 2, "stamina": 2, "strength": 3}, "contract": {}}, {"price": 110000, "name": "Bautista", "surname": "Gomila", "birth_date": "01/01/1993", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 6, "form": "RECOVER", "potential": 4, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 2, "aniticipation": 5, "decisions": 6, "concentration": 11, "teamwork": 3, "vision": 2, "work_rate": 7, "offensive_movement": 5, "defensive_movement": 2}, "technical": {"crossing": 9, "pass": 1, "long_pass": 10, "tackling": 5, "heading": 11, "interception": 2, "marking": 2, "shoot": 10, "dribble": 2, "long_shoot": 8, "free_kick": 5, "penalty": 10, "finishing": 10, "technique": 11, "first_touch": 3}, "physycal": {"acceleration": 6, "agility": 6, "balance": 5, "jump": 5, "pace": 8, "stamina": 4, "strength": 1}, "contract": {}}, {"price": 180000, "name": "Erasmo", "surname": "Marti", "birth_date": "23/06/1998", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 11, "aniticipation": 5, "decisions": 5, "concentration": 7, "teamwork": 9, "vision": 10, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 12}, "technical": {"crossing": 9, "pass": 8, "long_pass": 11, "tackling": 11, "heading": 7, "interception": 11, "marking": 10, "shoot": 9, "dribble": 1, "long_shoot": 8, "free_kick": 12, "penalty": 7, "finishing": 8, "technique": 3, "first_touch": 11}, "physycal": {"acceleration": 5, "agility": 9, "balance": 7, "jump": 5, "pace": 11, "stamina": 10, "strength": 4}, "contract": {}}, {"price": 320000, "name": "Horacio", "surname": "Barrag\u00e1n", "birth_date": "14/05/2003", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 15, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 3, "aniticipation": 10, "decisions": 17, "concentration": 18, "teamwork": 16, "vision": 18, "work_rate": 14, "offensive_movement": 15, "defensive_movement": 13}, "technical": {"crossing": 9, "pass": 5, "long_pass": 1, "tackling": 12, "heading": 7, "interception": 10, "marking": 12, "shoot": 12, "dribble": 17, "long_shoot": 12, "free_kick": 10, "penalty": 13, "finishing": 12, "technique": 8, "first_touch": 14}, "physycal": {"acceleration": 13, "agility": 17, "balance": 4, "jump": 7, "pace": 17, "stamina": 8, "strength": 2}, "contract": {}}, {"price": 140000, "name": "Te\u00f3filo", "surname": "Herrero-Lobato", "birth_date": "03/05/1991", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 8, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 12, "concentration": 10, "teamwork": 5, "vision": 8, "work_rate": 13, "offensive_movement": 9, "defensive_movement": 8}, "technical": {"crossing": 10, "pass": 10, "long_pass": 8, "tackling": 11, "heading": 7, "interception": 12, "marking": 4, "shoot": 13, "dribble": 11, "long_shoot": 5, "free_kick": 3, "penalty": 5, "finishing": 11, "technique": 7, "first_touch": 3}, "physycal": {"acceleration": 12, "agility": 11, "balance": 11, "jump": 11, "pace": 4, "stamina": 12, "strength": 10}, "contract": {}}, {"price": 240000, "name": "Jos\u00e9", "surname": "Carmona-Cano", "birth_date": "28/02/1986", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 11, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 12, "concentration": 7, "teamwork": 16, "vision": 11, "work_rate": 12, "offensive_movement": 13, "defensive_movement": 15}, "technical": {"crossing": 16, "pass": 13, "long_pass": 6, "tackling": 8, "heading": 13, "interception": 7, "marking": 1, "shoot": 10, "dribble": 7, "long_shoot": 15, "free_kick": 13, "penalty": 15, "finishing": 5, "technique": 11, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 7, "balance": 10, "jump": 7, "pace": 12, "stamina": 13, "strength": 5}, "contract": {}}, {"price": 140000, "name": "Efra\u00edn", "surname": "Domingo", "birth_date": "18/05/2005", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 7, "aniticipation": 13, "decisions": 3, "concentration": 12, "teamwork": 5, "vision": 6, "work_rate": 4, "offensive_movement": 8, "defensive_movement": 6}, "technical": {"crossing": 4, "pass": 5, "long_pass": 10, "tackling": 8, "heading": 10, "interception": 10, "marking": 9, "shoot": 9, "dribble": 6, "long_shoot": 9, "free_kick": 9, "penalty": 12, "finishing": 11, "technique": 10, "first_touch": 4}, "physycal": {"acceleration": 5, "agility": 4, "balance": 10, "jump": 9, "pace": 7, "stamina": 8, "strength": 13}, "contract": {}}, {"price": 170000, "name": "Bautista", "surname": "Estrada", "birth_date": "17/08/1988", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 5, "_potential_growth": 5, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 10, "aniticipation": 11, "decisions": 7, "concentration": 4, "teamwork": 8, "vision": 8, "work_rate": 8, "offensive_movement": 12, "defensive_movement": 16}, "technical": {"crossing": 14, "pass": 12, "long_pass": 6, "tackling": 20, "heading": 16, "interception": 17, "marking": 17, "shoot": 16, "dribble": 5, "long_shoot": 11, "free_kick": 15, "penalty": 15, "finishing": 11, "technique": 8, "first_touch": 8}, "physycal": {"acceleration": 11, "agility": 9, "balance": 13, "jump": 10, "pace": 14, "stamina": 11, "strength": 8}, "contract": {}}, {"price": 290000, "name": "Berto", "surname": "Maxi", "birth_date": "10/09/1992", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 18, "form": "INJURED", "potential": 2, "_potential_growth": 1, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 10, "aniticipation": 6, "decisions": 13, "concentration": 4, "teamwork": 6, "vision": 7, "work_rate": 8, "offensive_movement": 6, "defensive_movement": 5}, "technical": {"crossing": 7, "pass": 6, "long_pass": 3, "tackling": 11, "heading": 8, "interception": 10, "marking": 3, "shoot": 13, "dribble": 20, "long_shoot": 12, "free_kick": 12, "penalty": 8, "finishing": 20, "technique": 20, "first_touch": 20}, "physycal": {"acceleration": 15, "agility": 12, "balance": 13, "jump": 10, "pace": 16, "stamina": 12, "strength": 14}, "contract": {}}, {"price": 390000, "name": "Nicanor", "surname": "Requena", "birth_date": "13/11/1978", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 9, "concentration": 2, "teamwork": 7, "vision": 11, "work_rate": 8, "offensive_movement": 11, "defensive_movement": 3}, "technical": {"crossing": 9, "pass": 10, "long_pass": 5, "tackling": 12, "heading": 3, "interception": 12, "marking": 12, "shoot": 6, "dribble": 4, "long_shoot": 2, "free_kick": 5, "penalty": 6, "finishing": 5, "technique": 4, "first_touch": 8}, "physycal": {"acceleration": 8, "agility": 9, "balance": 12, "jump": 10, "pace": 10, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 90000, "name": "Te\u00f3filo", "surname": "Cornejo", "birth_date": "07/08/1990", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 6, "aniticipation": 5, "decisions": 3, "concentration": 10, "teamwork": 6, "vision": 12, "work_rate": 10, "offensive_movement": 8, "defensive_movement": 10}, "technical": {"crossing": 3, "pass": 2, "long_pass": 2, "tackling": 11, "heading": 2, "interception": 3, "marking": 12, "shoot": 6, "dribble": 8, "long_shoot": 11, "free_kick": 6, "penalty": 3, "finishing": 10, "technique": 6, "first_touch": 10}, "physycal": {"acceleration": 10, "agility": 12, "balance": 3, "jump": 11, "pace": 5, "stamina": 7, "strength": 3}, "contract": {}}, {"price": 100000, "name": "Te\u00f3filo", "surname": "\u00c1lvarez", "birth_date": "16/01/1982", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 16, "form": "RECOVER", "potential": 1, "_potential_growth": 2, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 15, "concentration": 9, "teamwork": 9, "vision": 17, "work_rate": 17, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 7, "pass": 11, "long_pass": 15, "tackling": 9, "heading": 16, "interception": 11, "marking": 6, "shoot": 13, "dribble": 12, "long_shoot": 13, "free_kick": 16, "penalty": 16, "finishing": 5, "technique": 14, "first_touch": 8}, "physycal": {"acceleration": 16, "agility": 9, "balance": 17, "jump": 17, "pace": 14, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 40000, "name": "V\u00edctor", "surname": "Roca", "birth_date": "02/11/1985", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 11, "form": "PERFECT", "potential": 3, "_potential_growth": 2, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 6, "aniticipation": 11, "decisions": 11, "concentration": 10, "teamwork": 10, "vision": 12, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 12}, "technical": {"crossing": 8, "pass": 7, "long_pass": 12, "tackling": 10, "heading": 13, "interception": 12, "marking": 11, "shoot": 7, "dribble": 6, "long_shoot": 14, "free_kick": 13, "penalty": 14, "finishing": 6, "technique": 7, "first_touch": 11}, "physycal": {"acceleration": 13, "agility": 12, "balance": 12, "jump": 10, "pace": 12, "stamina": 10, "strength": 11}, "contract": {}}, {"price": 410000, "name": "Ruben", "surname": "Estrada", "birth_date": "24/07/1998", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 15, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 13, "aniticipation": 11, "decisions": 18, "concentration": 19, "teamwork": 14, "vision": 19, "work_rate": 10, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 12, "pass": 9, "long_pass": 11, "tackling": 14, "heading": 11, "interception": 9, "marking": 15, "shoot": 7, "dribble": 17, "long_shoot": 5, "free_kick": 11, "penalty": 6, "finishing": 18, "technique": 17, "first_touch": 13}, "physycal": {"acceleration": 15, "agility": 10, "balance": 7, "jump": 11, "pace": 5, "stamina": 1, "strength": 5}, "contract": {}}, {"price": 330000, "name": "C\u00e9sar", "surname": "Tudela", "birth_date": "08/04/2001", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 10, "aniticipation": 7, "decisions": 6, "concentration": 10, "teamwork": 10, "vision": 14, "work_rate": 6, "offensive_movement": 9, "defensive_movement": 14}, "technical": {"crossing": 7, "pass": 15, "long_pass": 12, "tackling": 13, "heading": 6, "interception": 8, "marking": 10, "shoot": 15, "dribble": 7, "long_shoot": 14, "free_kick": 7, "penalty": 16, "finishing": 3, "technique": 6, "first_touch": 8}, "physycal": {"acceleration": 6, "agility": 15, "balance": 10, "jump": 9, "pace": 7, "stamina": 12, "strength": 9}, "contract": {}}, {"price": 250000, "name": "Jos\u00e9", "surname": "Jord\u00e1", "birth_date": "10/12/1988", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 10, "aniticipation": 12, "decisions": 19, "concentration": 13, "teamwork": 19, "vision": 18, "work_rate": 18, "offensive_movement": 14, "defensive_movement": 18}, "technical": {"crossing": 8, "pass": 11, "long_pass": 6, "tackling": 16, "heading": 15, "interception": 14, "marking": 7, "shoot": 10, "dribble": 10, "long_shoot": 10, "free_kick": 18, "penalty": 18, "finishing": 7, "technique": 1, "first_touch": 6}, "physycal": {"acceleration": 8, "agility": 8, "balance": 10, "jump": 10, "pace": 5, "stamina": 9, "strength": 18}, "contract": {}}, {"price": 190000, "name": "Te\u00f3filo", "surname": "Gomila", "birth_date": "02/03/1990", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 10, "aniticipation": 8, "decisions": 12, "concentration": 6, "teamwork": 8, "vision": 14, "work_rate": 9, "offensive_movement": 8, "defensive_movement": 4}, "technical": {"crossing": 6, "pass": 9, "long_pass": 14, "tackling": 10, "heading": 8, "interception": 8, "marking": 9, "shoot": 12, "dribble": 6, "long_shoot": 12, "free_kick": 8, "penalty": 5, "finishing": 8, "technique": 10, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 9, "balance": 4, "jump": 9, "pace": 6, "stamina": 13, "strength": 12}, "contract": {}}, {"price": 350000, "name": "Maximiano", "surname": "Mart\u00edn-Romeu", "birth_date": "01/05/1994", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 2, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 9, "aniticipation": 6, "decisions": 16, "concentration": 7, "teamwork": 16, "vision": 6, "work_rate": 13, "offensive_movement": 16, "defensive_movement": 5}, "technical": {"crossing": 11, "pass": 12, "long_pass": 9, "tackling": 11, "heading": 9, "interception": 6, "marking": 11, "shoot": 16, "dribble": 15, "long_shoot": 13, "free_kick": 12, "penalty": 15, "finishing": 7, "technique": 12, "first_touch": 13}, "physycal": {"acceleration": 14, "agility": 13, "balance": 7, "jump": 10, "pace": 14, "stamina": 16, "strength": 16}, "contract": {}}, {"price": 50000, "name": "Sigfrido", "surname": "Frutos-Mu\u00f1oz", "birth_date": "13/10/1992", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 11, "form": "GOOD", "potential": 1, "_potential_growth": 5, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 3, "concentration": 13, "teamwork": 13, "vision": 13, "work_rate": 11, "offensive_movement": 12, "defensive_movement": 9}, "technical": {"crossing": 9, "pass": 9, "long_pass": 9, "tackling": 10, "heading": 16, "interception": 7, "marking": 16, "shoot": 9, "dribble": 11, "long_shoot": 15, "free_kick": 7, "penalty": 14, "finishing": 10, "technique": 10, "first_touch": 7}, "physycal": {"acceleration": 11, "agility": 1, "balance": 9, "jump": 10, "pace": 3, "stamina": 7, "strength": 7}, "contract": {}}, {"price": 150000, "name": "Alex", "surname": "de", "birth_date": "07/06/1995", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 1, "_potential_growth": 3, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 10, "aniticipation": 11, "decisions": 15, "concentration": 10, "teamwork": 18, "vision": 16, "work_rate": 17, "offensive_movement": 16, "defensive_movement": 14}, "technical": {"crossing": 10, "pass": 8, "long_pass": 18, "tackling": 16, "heading": 11, "interception": 12, "marking": 9, "shoot": 12, "dribble": 14, "long_shoot": 10, "free_kick": 11, "penalty": 13, "finishing": 10, "technique": 15, "first_touch": 17}, "physycal": {"acceleration": 11, "agility": 9, "balance": 16, "jump": 9, "pace": 17, "stamina": 13, "strength": 15}, "contract": {}}, {"price": 310000, "name": "Daniel", "surname": "Vergara", "birth_date": "02/06/2001", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 13, "form": "PERFECT", "potential": 5, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 17, "aniticipation": 18, "decisions": 17, "concentration": 10, "teamwork": 14, "vision": 8, "work_rate": 14, "offensive_movement": 10, "defensive_movement": 8}, "technical": {"crossing": 3, "pass": 13, "long_pass": 12, "tackling": 15, "heading": 11, "interception": 5, "marking": 6, "shoot": 8, "dribble": 17, "long_shoot": 10, "free_kick": 16, "penalty": 15, "finishing": 18, "technique": 9, "first_touch": 18}, "physycal": {"acceleration": 5, "agility": 9, "balance": 5, "jump": 10, "pace": 6, "stamina": 5, "strength": 11}, "contract": {}}, {"price": 210000, "name": "Evaristo", "surname": "Vara", "birth_date": "06/10/1987", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 7, "aniticipation": 11, "decisions": 5, "concentration": 10, "teamwork": 10, "vision": 9, "work_rate": 10, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 8, "pass": 9, "long_pass": 2, "tackling": 8, "heading": 1, "interception": 5, "marking": 4, "shoot": 3, "dribble": 8, "long_shoot": 9, "free_kick": 2, "penalty": 8, "finishing": 9, "technique": 2, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 11, "balance": 5, "jump": 1, "pace": 10, "stamina": 2, "strength": 11}, "contract": {}}, {"price": 320000, "name": "Cleto", "surname": "Angulo", "birth_date": "09/08/1992", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 4, "_potential_growth": 4, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 11, "aniticipation": 9, "decisions": 14, "concentration": 13, "teamwork": 12, "vision": 15, "work_rate": 11, "offensive_movement": 12, "defensive_movement": 17}, "technical": {"crossing": 14, "pass": 13, "long_pass": 17, "tackling": 9, "heading": 17, "interception": 9, "marking": 8, "shoot": 10, "dribble": 5, "long_shoot": 11, "free_kick": 9, "penalty": 8, "finishing": 7, "technique": 10, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 9, "balance": 14, "jump": 11, "pace": 6, "stamina": 10, "strength": 12}, "contract": {}}, {"price": 180000, "name": "Rosendo", "surname": "Mendiz\u00e1bal", "birth_date": "12/12/1989", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 13, "aniticipation": 5, "decisions": 6, "concentration": 4, "teamwork": 10, "vision": 3, "work_rate": 4, "offensive_movement": 5, "defensive_movement": 4}, "technical": {"crossing": 1, "pass": 8, "long_pass": 3, "tackling": 12, "heading": 10, "interception": 5, "marking": 14, "shoot": 13, "dribble": 12, "long_shoot": 8, "free_kick": 11, "penalty": 10, "finishing": 8, "technique": 4, "first_touch": 4}, "physycal": {"acceleration": 5, "agility": 9, "balance": 6, "jump": 5, "pace": 11, "stamina": 8, "strength": 12}, "contract": {}}, {"price": 220000, "name": "Rom\u00e1n", "surname": "Caba\u00f1as", "birth_date": "22/11/2002", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 7, "concentration": 3, "teamwork": 9, "vision": 10, "work_rate": 4, "offensive_movement": 4, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 5, "long_pass": 5, "tackling": 9, "heading": 8, "interception": 4, "marking": 9, "shoot": 3, "dribble": 3, "long_shoot": 5, "free_kick": 9, "penalty": 1, "finishing": 5, "technique": 10, "first_touch": 10}, "physycal": {"acceleration": 2, "agility": 5, "balance": 11, "jump": 11, "pace": 11, "stamina": 11, "strength": 7}, "contract": {}}, {"price": 290000, "name": "Cipriano", "surname": "Palacios-Sarmiento", "birth_date": "23/06/1989", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 12, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 10, "aniticipation": 9, "decisions": 14, "concentration": 11, "teamwork": 12, "vision": 4, "work_rate": 9, "offensive_movement": 8, "defensive_movement": 5}, "technical": {"crossing": 13, "pass": 10, "long_pass": 8, "tackling": 17, "heading": 10, "interception": 8, "marking": 10, "shoot": 9, "dribble": 7, "long_shoot": 11, "free_kick": 14, "penalty": 14, "finishing": 17, "technique": 10, "first_touch": 11}, "physycal": {"acceleration": 13, "agility": 16, "balance": 12, "jump": 10, "pace": 7, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 360000, "name": "Rafa", "surname": "Matas", "birth_date": "10/03/2001", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 15, "form": "GOOD", "potential": 4, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 17, "aniticipation": 18, "decisions": 11, "concentration": 15, "teamwork": 20, "vision": 12, "work_rate": 16, "offensive_movement": 16, "defensive_movement": 18}, "technical": {"crossing": 12, "pass": 13, "long_pass": 16, "tackling": 12, "heading": 12, "interception": 18, "marking": 10, "shoot": 9, "dribble": 14, "long_shoot": 15, "free_kick": 15, "penalty": 15, "finishing": 15, "technique": 13, "first_touch": 10}, "physycal": {"acceleration": 6, "agility": 2, "balance": 12, "jump": 14, "pace": 5, "stamina": 9, "strength": 15}, "contract": {}}, {"price": 250000, "name": "Angelino", "surname": "Tudela", "birth_date": "26/12/1975", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 7, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 1, "aniticipation": 1, "decisions": 7, "concentration": 3, "teamwork": 7, "vision": 1, "work_rate": 2, "offensive_movement": 1, "defensive_movement": 4}, "technical": {"crossing": 7, "pass": 9, "long_pass": 3, "tackling": 11, "heading": 12, "interception": 5, "marking": 11, "shoot": 12, "dribble": 12, "long_shoot": 5, "free_kick": 12, "penalty": 2, "finishing": 4, "technique": 11, "first_touch": 12}, "physycal": {"acceleration": 10, "agility": 2, "balance": 9, "jump": 2, "pace": 12, "stamina": 12, "strength": 10}, "contract": {}}, {"price": 240000, "name": "Maxi", "surname": "Amores-Carro", "birth_date": "11/10/1995", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 14, "aniticipation": 7, "decisions": 13, "concentration": 6, "teamwork": 10, "vision": 5, "work_rate": 4, "offensive_movement": 10, "defensive_movement": 14}, "technical": {"crossing": 14, "pass": 12, "long_pass": 6, "tackling": 5, "heading": 6, "interception": 7, "marking": 12, "shoot": 11, "dribble": 4, "long_shoot": 8, "free_kick": 7, "penalty": 6, "finishing": 8, "technique": 14, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 11, "balance": 14, "jump": 11, "pace": 7, "stamina": 7, "strength": 6}, "contract": {}}, {"price": 130000, "name": "Rom\u00e1n", "surname": "Novoa", "birth_date": "03/06/1990", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 8, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 6, "aniticipation": 12, "decisions": 9, "concentration": 6, "teamwork": 6, "vision": 3, "work_rate": 4, "offensive_movement": 8, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 11, "long_pass": 3, "tackling": 4, "heading": 4, "interception": 7, "marking": 6, "shoot": 9, "dribble": 3, "long_shoot": 13, "free_kick": 12, "penalty": 3, "finishing": 10, "technique": 8, "first_touch": 10}, "physycal": {"acceleration": 6, "agility": 8, "balance": 13, "jump": 3, "pace": 3, "stamina": 5, "strength": 6}, "contract": {}}, {"price": 250000, "name": "Hugo", "surname": "Cornejo", "birth_date": "29/09/1980", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 4, "decisions": 7, "concentration": 7, "teamwork": 5, "vision": 5, "work_rate": 10, "offensive_movement": 6, "defensive_movement": 7}, "technical": {"crossing": 6, "pass": 8, "long_pass": 6, "tackling": 6, "heading": 2, "interception": 12, "marking": 11, "shoot": 4, "dribble": 12, "long_shoot": 10, "free_kick": 8, "penalty": 6, "finishing": 6, "technique": 12, "first_touch": 2}, "physycal": {"acceleration": 3, "agility": 4, "balance": 2, "jump": 6, "pace": 11, "stamina": 4, "strength": 2}, "contract": {}}, {"price": 240000, "name": "Samuel", "surname": "Sanmiguel", "birth_date": "04/09/1979", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 12, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 6, "aniticipation": 7, "decisions": 10, "concentration": 8, "teamwork": 13, "vision": 8, "work_rate": 9, "offensive_movement": 13, "defensive_movement": 9}, "technical": {"crossing": 12, "pass": 8, "long_pass": 5, "tackling": 3, "heading": 9, "interception": 10, "marking": 8, "shoot": 6, "dribble": 12, "long_shoot": 9, "free_kick": 4, "penalty": 2, "finishing": 8, "technique": 12, "first_touch": 16}, "physycal": {"acceleration": 8, "agility": 13, "balance": 8, "jump": 7, "pace": 4, "stamina": 5, "strength": 13}, "contract": {}}, {"price": 220000, "name": "Lucho", "surname": "Juli\u00e1", "birth_date": "13/03/2005", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 17, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 8, "concentration": 9, "teamwork": 17, "vision": 9, "work_rate": 16, "offensive_movement": 17, "defensive_movement": 14}, "technical": {"crossing": 13, "pass": 11, "long_pass": 17, "tackling": 6, "heading": 6, "interception": 4, "marking": 7, "shoot": 9, "dribble": 7, "long_shoot": 10, "free_kick": 12, "penalty": 10, "finishing": 11, "technique": 12, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 16, "balance": 13, "jump": 12, "pace": 17, "stamina": 15, "strength": 15}, "contract": {}}, {"price": 280000, "name": "Lucho", "surname": "Herrero-Lobato", "birth_date": "03/04/2003", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 1, "_potential_growth": 5, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 17, "aniticipation": 8, "decisions": 5, "concentration": 3, "teamwork": 6, "vision": 9, "work_rate": 6, "offensive_movement": 2, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 11, "long_pass": 10, "tackling": 17, "heading": 7, "interception": 13, "marking": 16, "shoot": 14, "dribble": 8, "long_shoot": 15, "free_kick": 14, "penalty": 9, "finishing": 9, "technique": 17, "first_touch": 15}, "physycal": {"acceleration": 13, "agility": 8, "balance": 7, "jump": 14, "pace": 12, "stamina": 9, "strength": 8}, "contract": {}}, {"price": 260000, "name": "Feliciano", "surname": "Andres", "birth_date": "02/02/2002", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 3, "aniticipation": 10, "decisions": 8, "concentration": 8, "teamwork": 12, "vision": 8, "work_rate": 3, "offensive_movement": 3, "defensive_movement": 8}, "technical": {"crossing": 6, "pass": 9, "long_pass": 3, "tackling": 5, "heading": 12, "interception": 1, "marking": 5, "shoot": 13, "dribble": 13, "long_shoot": 13, "free_kick": 6, "penalty": 11, "finishing": 10, "technique": 10, "first_touch": 6}, "physycal": {"acceleration": 6, "agility": 13, "balance": 10, "jump": 11, "pace": 11, "stamina": 7, "strength": 8}, "contract": {}}, {"price": 270000, "name": "Alfonso", "surname": "Morera", "birth_date": "05/05/1993", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 16, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 8, "aniticipation": 15, "decisions": 18, "concentration": 14, "teamwork": 13, "vision": 20, "work_rate": 12, "offensive_movement": 17, "defensive_movement": 8}, "technical": {"crossing": 12, "pass": 11, "long_pass": 14, "tackling": 11, "heading": 14, "interception": 8, "marking": 11, "shoot": 13, "dribble": 20, "long_shoot": 11, "free_kick": 13, "penalty": 13, "finishing": 12, "technique": 11, "first_touch": 12}, "physycal": {"acceleration": 19, "agility": 19, "balance": 13, "jump": 10, "pace": 20, "stamina": 11, "strength": 8}, "contract": {}}, {"price": 290000, "name": "Alex", "surname": "Barrera", "birth_date": "10/11/1985", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 6, "form": "PERFECT", "potential": 5, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 9, "aniticipation": 4, "decisions": 8, "concentration": 9, "teamwork": 9, "vision": 11, "work_rate": 6, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 11, "pass": 11, "long_pass": 3, "tackling": 5, "heading": 4, "interception": 1, "marking": 5, "shoot": 6, "dribble": 1, "long_shoot": 8, "free_kick": 9, "penalty": 3, "finishing": 11, "technique": 1, "first_touch": 1}, "physycal": {"acceleration": 10, "agility": 3, "balance": 10, "jump": 9, "pace": 7, "stamina": 8, "strength": 8}, "contract": {}}, {"price": 310000, "name": "Eutimio", "surname": "Requena", "birth_date": "31/05/2001", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 18, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 9, "aniticipation": 8, "decisions": 13, "concentration": 8, "teamwork": 12, "vision": 11, "work_rate": 12, "offensive_movement": 13, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 17, "long_pass": 13, "tackling": 3, "heading": 15, "interception": 5, "marking": 5, "shoot": 7, "dribble": 17, "long_shoot": 16, "free_kick": 9, "penalty": 13, "finishing": 19, "technique": 20, "first_touch": 18}, "physycal": {"acceleration": 16, "agility": 18, "balance": 7, "jump": 8, "pace": 15, "stamina": 13, "strength": 9}, "contract": {}}, {"price": -20000, "name": "Patricio", "surname": "Mart\u00edn-Romeu", "birth_date": "16/07/1992", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 2, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 4, "aniticipation": 8, "decisions": 6, "concentration": 8, "teamwork": 4, "vision": 9, "work_rate": 7, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 6, "pass": 4, "long_pass": 7, "tackling": 9, "heading": 2, "interception": 5, "marking": 9, "shoot": 9, "dribble": 5, "long_shoot": 11, "free_kick": 7, "penalty": 5, "finishing": 5, "technique": 5, "first_touch": 4}, "physycal": {"acceleration": 6, "agility": 8, "balance": 7, "jump": 7, "pace": 8, "stamina": 7, "strength": 1}, "contract": {}}, {"price": 130000, "name": "Horacio", "surname": "de", "birth_date": "14/04/1986", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 3, "aniticipation": 2, "decisions": 13, "concentration": 14, "teamwork": 4, "vision": 10, "work_rate": 14, "offensive_movement": 8, "defensive_movement": 5}, "technical": {"crossing": 2, "pass": 5, "long_pass": 2, "tackling": 13, "heading": 13, "interception": 5, "marking": 9, "shoot": 6, "dribble": 10, "long_shoot": 8, "free_kick": 7, "penalty": 14, "finishing": 8, "technique": 7, "first_touch": 5}, "physycal": {"acceleration": 5, "agility": 14, "balance": 5, "jump": 7, "pace": 11, "stamina": 9, "strength": 13}, "contract": {}}, {"price": 230000, "name": "Evaristo", "surname": "Felipe", "birth_date": "13/12/1977", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 10, "form": "RECOVER", "potential": 5, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 10, "aniticipation": 12, "decisions": 5, "concentration": 4, "teamwork": 3, "vision": 9, "work_rate": 9, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 14, "pass": 8, "long_pass": 9, "tackling": 4, "heading": 6, "interception": 3, "marking": 9, "shoot": 12, "dribble": 5, "long_shoot": 6, "free_kick": 7, "penalty": 14, "finishing": 7, "technique": 10, "first_touch": 2}, "physycal": {"acceleration": 7, "agility": 11, "balance": 8, "jump": 12, "pace": 14, "stamina": 5, "strength": 4}, "contract": {}}, {"price": 220000, "name": "Alfonso", "surname": "Manzanares", "birth_date": "09/11/1997", "nationality": "ES", "moral": 1, "position": "U", "foot": "L", "prestige": 15, "form": "GOOD", "potential": 1, "_potential_growth": 5, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 14, "aniticipation": 16, "decisions": 10, "concentration": 7, "teamwork": 1, "vision": 8, "work_rate": 1, "offensive_movement": 5, "defensive_movement": 19}, "technical": {"crossing": 20, "pass": 12, "long_pass": 11, "tackling": 11, "heading": 7, "interception": 14, "marking": 12, "shoot": 9, "dribble": 3, "long_shoot": 7, "free_kick": 11, "penalty": 13, "finishing": 11, "technique": 3, "first_touch": 7}, "physycal": {"acceleration": 4, "agility": 10, "balance": 12, "jump": 16, "pace": 10, "stamina": 13, "strength": 15}, "contract": {}}, {"price": 210000, "name": "Salom\u00f3n", "surname": "Llad\u00f3", "birth_date": "12/04/2001", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 5, "aniticipation": 3, "decisions": 10, "concentration": 8, "teamwork": 9, "vision": 4, "work_rate": 9, "offensive_movement": 3, "defensive_movement": 6}, "technical": {"crossing": 7, "pass": 6, "long_pass": 8, "tackling": 7, "heading": 3, "interception": 2, "marking": 9, "shoot": 10, "dribble": 7, "long_shoot": 11, "free_kick": 10, "penalty": 11, "finishing": 7, "technique": 6, "first_touch": 5}, "physycal": {"acceleration": 3, "agility": 10, "balance": 3, "jump": 10, "pace": 3, "stamina": 2, "strength": 9}, "contract": {}}, {"price": 150000, "name": "David", "surname": "Herrero-Lobato", "birth_date": "24/05/1979", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 2, "_potential_growth": 2, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 1, "aniticipation": 3, "decisions": 5, "concentration": 11, "teamwork": 6, "vision": 9, "work_rate": 10, "offensive_movement": 5, "defensive_movement": 2}, "technical": {"crossing": 1, "pass": 3, "long_pass": 7, "tackling": 3, "heading": 6, "interception": 2, "marking": 1, "shoot": 6, "dribble": 6, "long_shoot": 11, "free_kick": 11, "penalty": 4, "finishing": 10, "technique": 5, "first_touch": 5}, "physycal": {"acceleration": 1, "agility": 9, "balance": 1, "jump": 5, "pace": 5, "stamina": 1, "strength": 6}, "contract": {}}, {"price": 420000, "name": "Cristian", "surname": "Matas", "birth_date": "01/11/1979", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 15, "form": "INJURED", "potential": 1, "_potential_growth": 5, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 4, "aniticipation": 4, "decisions": 7, "concentration": 8, "teamwork": 11, "vision": 8, "work_rate": 10, "offensive_movement": 8, "defensive_movement": 4}, "technical": {"crossing": 6, "pass": 5, "long_pass": 11, "tackling": 12, "heading": 6, "interception": 7, "marking": 9, "shoot": 3, "dribble": 12, "long_shoot": 11, "free_kick": 2, "penalty": 9, "finishing": 10, "technique": 16, "first_touch": 12}, "physycal": {"acceleration": 3, "agility": 6, "balance": 18, "jump": 9, "pace": 3, "stamina": 9, "strength": 17}, "contract": {}}, {"price": 190000, "name": "Pascual", "surname": "Maxi", "birth_date": "18/08/1997", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 4, "aniticipation": 3, "decisions": 3, "concentration": 3, "teamwork": 12, "vision": 4, "work_rate": 8, "offensive_movement": 6, "defensive_movement": 4}, "technical": {"crossing": 6, "pass": 3, "long_pass": 8, "tackling": 11, "heading": 7, "interception": 11, "marking": 10, "shoot": 8, "dribble": 4, "long_shoot": 8, "free_kick": 13, "penalty": 13, "finishing": 6, "technique": 9, "first_touch": 12}, "physycal": {"acceleration": 10, "agility": 7, "balance": 12, "jump": 9, "pace": 10, "stamina": 5, "strength": 10}, "contract": {}}, {"price": 270000, "name": "Angelino", "surname": "\u00c1guila", "birth_date": "29/12/1987", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 19, "form": "RECOVER", "potential": 2, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 17, "aniticipation": 17, "decisions": 13, "concentration": 12, "teamwork": 10, "vision": 8, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 16}, "technical": {"crossing": 14, "pass": 11, "long_pass": 15, "tackling": 20, "heading": 20, "interception": 19, "marking": 20, "shoot": 18, "dribble": 9, "long_shoot": 19, "free_kick": 15, "penalty": 16, "finishing": 5, "technique": 6, "first_touch": 4}, "physycal": {"acceleration": 18, "agility": 10, "balance": 4, "jump": 11, "pace": 20, "stamina": 4, "strength": 5}, "contract": {}}, {"price": 300000, "name": "Evaristo", "surname": "de", "birth_date": "22/10/1977", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 3, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 4, "aniticipation": 9, "decisions": 8, "concentration": 13, "teamwork": 6, "vision": 16, "work_rate": 13, "offensive_movement": 12, "defensive_movement": 5}, "technical": {"crossing": 9, "pass": 8, "long_pass": 4, "tackling": 15, "heading": 14, "interception": 16, "marking": 9, "shoot": 13, "dribble": 9, "long_shoot": 10, "free_kick": 7, "penalty": 4, "finishing": 6, "technique": 6, "first_touch": 12}, "physycal": {"acceleration": 10, "agility": 9, "balance": 11, "jump": 5, "pace": 7, "stamina": 6, "strength": 3}, "contract": {}}, {"price": 210000, "name": "Rogelio", "surname": "Falc\u00f3", "birth_date": "22/11/1980", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 2, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 15, "aniticipation": 10, "decisions": 11, "concentration": 8, "teamwork": 12, "vision": 6, "work_rate": 11, "offensive_movement": 13, "defensive_movement": 10}, "technical": {"crossing": 10, "pass": 6, "long_pass": 10, "tackling": 10, "heading": 10, "interception": 7, "marking": 15, "shoot": 1, "dribble": 13, "long_shoot": 4, "free_kick": 7, "penalty": 4, "finishing": 16, "technique": 8, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 14, "balance": 5, "jump": 8, "pace": 12, "stamina": 5, "strength": 9}, "contract": {}}, {"price": 70000, "name": "Samuel", "surname": "Manuel", "birth_date": "09/02/1989", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 2, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 13, "aniticipation": 4, "decisions": 4, "concentration": 6, "teamwork": 13, "vision": 11, "work_rate": 14, "offensive_movement": 11, "defensive_movement": 6}, "technical": {"crossing": 9, "pass": 8, "long_pass": 8, "tackling": 4, "heading": 8, "interception": 4, "marking": 13, "shoot": 4, "dribble": 9, "long_shoot": 11, "free_kick": 13, "penalty": 6, "finishing": 4, "technique": 12, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 13, "balance": 4, "jump": 4, "pace": 6, "stamina": 5, "strength": 4}, "contract": {}}, {"price": 300000, "name": "\u00c1lvaro", "surname": "Sanmiguel", "birth_date": "27/12/1983", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 13, "aniticipation": 6, "decisions": 12, "concentration": 11, "teamwork": 13, "vision": 9, "work_rate": 6, "offensive_movement": 10, "defensive_movement": 7}, "technical": {"crossing": 11, "pass": 13, "long_pass": 5, "tackling": 12, "heading": 10, "interception": 6, "marking": 6, "shoot": 9, "dribble": 7, "long_shoot": 12, "free_kick": 11, "penalty": 5, "finishing": 7, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 5, "balance": 5, "jump": 5, "pace": 6, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 210000, "name": "Andr\u00e9s", "surname": "Guillen", "birth_date": "20/12/1983", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 10, "aniticipation": 12, "decisions": 5, "concentration": 8, "teamwork": 13, "vision": 10, "work_rate": 5, "offensive_movement": 6, "defensive_movement": 16}, "technical": {"crossing": 9, "pass": 11, "long_pass": 13, "tackling": 11, "heading": 5, "interception": 8, "marking": 11, "shoot": 7, "dribble": 16, "long_shoot": 6, "free_kick": 8, "penalty": 6, "finishing": 6, "technique": 10, "first_touch": 15}, "physycal": {"acceleration": 4, "agility": 7, "balance": 12, "jump": 4, "pace": 9, "stamina": 2, "strength": 11}, "contract": {}}, {"price": 290000, "name": "Camilo", "surname": "Domingo", "birth_date": "17/10/1975", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 14, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 4, "concentration": 8, "teamwork": 5, "vision": 5, "work_rate": 8, "offensive_movement": 8, "defensive_movement": 3}, "technical": {"crossing": 8, "pass": 2, "long_pass": 6, "tackling": 4, "heading": 11, "interception": 9, "marking": 2, "shoot": 3, "dribble": 11, "long_shoot": 1, "free_kick": 6, "penalty": 2, "finishing": 5, "technique": 4, "first_touch": 12}, "physycal": {"acceleration": 6, "agility": 10, "balance": 2, "jump": 7, "pace": 9, "stamina": 4, "strength": 10}, "contract": {}}, {"price": -20000, "name": "Humberto", "surname": "Mercader", "birth_date": "10/08/1986", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 1, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 6, "aniticipation": 12, "decisions": 4, "concentration": 4, "teamwork": 6, "vision": 5, "work_rate": 11, "offensive_movement": 13, "defensive_movement": 13}, "technical": {"crossing": 10, "pass": 5, "long_pass": 14, "tackling": 11, "heading": 8, "interception": 4, "marking": 9, "shoot": 8, "dribble": 8, "long_shoot": 7, "free_kick": 4, "penalty": 6, "finishing": 4, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 6, "agility": 6, "balance": 8, "jump": 7, "pace": 4, "stamina": 3, "strength": 3}, "contract": {}}, {"price": 80000, "name": "Osvaldo", "surname": "Humberto", "birth_date": "15/08/1983", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 10, "aniticipation": 7, "decisions": 10, "concentration": 2, "teamwork": 7, "vision": 11, "work_rate": 7, "offensive_movement": 11, "defensive_movement": 7}, "technical": {"crossing": 6, "pass": 1, "long_pass": 11, "tackling": 11, "heading": 5, "interception": 10, "marking": 8, "shoot": 9, "dribble": 7, "long_shoot": 6, "free_kick": 10, "penalty": 5, "finishing": 2, "technique": 2, "first_touch": 11}, "physycal": {"acceleration": 1, "agility": 5, "balance": 3, "jump": 5, "pace": 5, "stamina": 8, "strength": 5}, "contract": {}}, {"price": 240000, "name": "Alfonso", "surname": "Humberto", "birth_date": "04/01/1995", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 2, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 12, "aniticipation": 8, "decisions": 4, "concentration": 5, "teamwork": 14, "vision": 14, "work_rate": 12, "offensive_movement": 8, "defensive_movement": 12}, "technical": {"crossing": 11, "pass": 10, "long_pass": 17, "tackling": 12, "heading": 18, "interception": 18, "marking": 16, "shoot": 15, "dribble": 11, "long_shoot": 16, "free_kick": 19, "penalty": 14, "finishing": 3, "technique": 11, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 16, "balance": 9, "jump": 7, "pace": 15, "stamina": 12, "strength": 17}, "contract": {}}, {"price": 160000, "name": "David", "surname": "Busquets", "birth_date": "04/05/1979", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 4, "aniticipation": 7, "decisions": 11, "concentration": 9, "teamwork": 7, "vision": 12, "work_rate": 10, "offensive_movement": 7, "defensive_movement": 12}, "technical": {"crossing": 14, "pass": 9, "long_pass": 16, "tackling": 10, "heading": 12, "interception": 10, "marking": 12, "shoot": 8, "dribble": 9, "long_shoot": 13, "free_kick": 12, "penalty": 11, "finishing": 6, "technique": 12, "first_touch": 4}, "physycal": {"acceleration": 10, "agility": 3, "balance": 5, "jump": 7, "pace": 11, "stamina": 4, "strength": 10}, "contract": {}}, {"price": 10000, "name": "Urbano", "surname": "Nicolau-Castro", "birth_date": "04/03/1983", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 1, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 1, "aniticipation": 10, "decisions": 7, "concentration": 9, "teamwork": 9, "vision": 1, "work_rate": 7, "offensive_movement": 1, "defensive_movement": 6}, "technical": {"crossing": 2, "pass": 10, "long_pass": 7, "tackling": 7, "heading": 8, "interception": 2, "marking": 7, "shoot": 9, "dribble": 4, "long_shoot": 11, "free_kick": 2, "penalty": 10, "finishing": 7, "technique": 6, "first_touch": 1}, "physycal": {"acceleration": 3, "agility": 3, "balance": 10, "jump": 8, "pace": 9, "stamina": 7, "strength": 6}, "contract": {}}, {"price": 120000, "name": "Duilio", "surname": "Angulo", "birth_date": "16/06/1985", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 8, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 3, "aniticipation": 3, "decisions": 13, "concentration": 7, "teamwork": 8, "vision": 12, "work_rate": 11, "offensive_movement": 3, "defensive_movement": 4}, "technical": {"crossing": 7, "pass": 11, "long_pass": 11, "tackling": 11, "heading": 7, "interception": 12, "marking": 6, "shoot": 9, "dribble": 8, "long_shoot": 12, "free_kick": 11, "penalty": 6, "finishing": 11, "technique": 7, "first_touch": 8}, "physycal": {"acceleration": 3, "agility": 4, "balance": 5, "jump": 10, "pace": 6, "stamina": 6, "strength": 12}, "contract": {}}, {"price": 90000, "name": "Juan", "surname": "Vergara", "birth_date": "22/10/1995", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 7, "aniticipation": 13, "decisions": 13, "concentration": 12, "teamwork": 7, "vision": 11, "work_rate": 7, "offensive_movement": 7, "defensive_movement": 5}, "technical": {"crossing": 8, "pass": 2, "long_pass": 8, "tackling": 15, "heading": 15, "interception": 15, "marking": 15, "shoot": 9, "dribble": 12, "long_shoot": 6, "free_kick": 9, "penalty": 11, "finishing": 8, "technique": 14, "first_touch": 16}, "physycal": {"acceleration": 12, "agility": 17, "balance": 12, "jump": 19, "pace": 17, "stamina": 20, "strength": 17}, "contract": {}}, {"price": 180000, "name": "Isidoro", "surname": "Palacios-Sarmiento", "birth_date": "15/09/1987", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 12, "aniticipation": 10, "decisions": 18, "concentration": 16, "teamwork": 14, "vision": 11, "work_rate": 12, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 17, "pass": 13, "long_pass": 12, "tackling": 16, "heading": 6, "interception": 14, "marking": 14, "shoot": 8, "dribble": 11, "long_shoot": 11, "free_kick": 10, "penalty": 6, "finishing": 17, "technique": 10, "first_touch": 15}, "physycal": {"acceleration": 11, "agility": 2, "balance": 7, "jump": 8, "pace": 3, "stamina": 8, "strength": 12}, "contract": {}}, {"price": 350000, "name": "Cleto", "surname": "Rosa", "birth_date": "23/08/2000", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 10, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 15, "aniticipation": 5, "decisions": 8, "concentration": 4, "teamwork": 9, "vision": 3, "work_rate": 4, "offensive_movement": 6, "defensive_movement": 8}, "technical": {"crossing": 14, "pass": 11, "long_pass": 15, "tackling": 13, "heading": 8, "interception": 7, "marking": 8, "shoot": 5, "dribble": 8, "long_shoot": 5, "free_kick": 15, "penalty": 8, "finishing": 9, "technique": 8, "first_touch": 11}, "physycal": {"acceleration": 9, "agility": 8, "balance": 9, "jump": 11, "pace": 7, "stamina": 5, "strength": 13}, "contract": {}}, {"price": 160000, "name": "Patricio", "surname": "Frutos-Mu\u00f1oz", "birth_date": "21/12/1996", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 15, "aniticipation": 14, "decisions": 15, "concentration": 15, "teamwork": 7, "vision": 11, "work_rate": 8, "offensive_movement": 17, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 7, "long_pass": 13, "tackling": 13, "heading": 13, "interception": 12, "marking": 11, "shoot": 16, "dribble": 11, "long_shoot": 16, "free_kick": 7, "penalty": 15, "finishing": 15, "technique": 16, "first_touch": 14}, "physycal": {"acceleration": 14, "agility": 12, "balance": 10, "jump": 15, "pace": 11, "stamina": 13, "strength": 16}, "contract": {}}, {"price": 270000, "name": "Espiridi\u00f3n", "surname": "Arnau", "birth_date": "25/07/1998", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 5, "form": "PERFECT", "potential": 5, "_potential_growth": 3, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 9, "aniticipation": 6, "decisions": 1, "concentration": 4, "teamwork": 8, "vision": 1, "work_rate": 11, "offensive_movement": 6, "defensive_movement": 5}, "technical": {"crossing": 7, "pass": 4, "long_pass": 8, "tackling": 5, "heading": 9, "interception": 10, "marking": 7, "shoot": 3, "dribble": 11, "long_shoot": 3, "free_kick": 6, "penalty": 5, "finishing": 8, "technique": 5, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 7, "balance": 1, "jump": 2, "pace": 10, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 180000, "name": "Horacio", "surname": "Riquelme", "birth_date": "11/12/1980", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 7, "concentration": 10, "teamwork": 3, "vision": 1, "work_rate": 2, "offensive_movement": 3, "defensive_movement": 10}, "technical": {"crossing": 6, "pass": 2, "long_pass": 6, "tackling": 11, "heading": 1, "interception": 6, "marking": 7, "shoot": 4, "dribble": 8, "long_shoot": 11, "free_kick": 7, "penalty": 4, "finishing": 11, "technique": 5, "first_touch": 9}, "physycal": {"acceleration": 7, "agility": 8, "balance": 7, "jump": 8, "pace": 9, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 280000, "name": "Nazario", "surname": "de", "birth_date": "12/01/1999", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 15, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 14, "aniticipation": 10, "decisions": 12, "concentration": 10, "teamwork": 10, "vision": 9, "work_rate": 10, "offensive_movement": 6, "defensive_movement": 20}, "technical": {"crossing": 10, "pass": 10, "long_pass": 11, "tackling": 19, "heading": 9, "interception": 10, "marking": 20, "shoot": 12, "dribble": 14, "long_shoot": 6, "free_kick": 7, "penalty": 13, "finishing": 15, "technique": 16, "first_touch": 19}, "physycal": {"acceleration": 11, "agility": 5, "balance": 7, "jump": 9, "pace": 8, "stamina": 7, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Sigfrido", "surname": "Nicolau-Castro", "birth_date": "01/08/1986", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 12, "aniticipation": 8, "decisions": 9, "concentration": 8, "teamwork": 12, "vision": 6, "work_rate": 15, "offensive_movement": 6, "defensive_movement": 14}, "technical": {"crossing": 6, "pass": 13, "long_pass": 15, "tackling": 7, "heading": 16, "interception": 9, "marking": 16, "shoot": 11, "dribble": 14, "long_shoot": 11, "free_kick": 10, "penalty": 16, "finishing": 14, "technique": 6, "first_touch": 12}, "physycal": {"acceleration": 7, "agility": 13, "balance": 4, "jump": 9, "pace": 16, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 380000, "name": "Sigfrido", "surname": "Zapata", "birth_date": "02/10/1975", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 12, "aniticipation": 7, "decisions": 3, "concentration": 3, "teamwork": 5, "vision": 12, "work_rate": 3, "offensive_movement": 12, "defensive_movement": 4}, "technical": {"crossing": 5, "pass": 9, "long_pass": 11, "tackling": 7, "heading": 10, "interception": 10, "marking": 6, "shoot": 12, "dribble": 10, "long_shoot": 4, "free_kick": 2, "penalty": 7, "finishing": 6, "technique": 6, "first_touch": 5}, "physycal": {"acceleration": 12, "agility": 12, "balance": 10, "jump": 8, "pace": 6, "stamina": 5, "strength": 6}, "contract": {}}, {"price": 310000, "name": "Sigfrido", "surname": "Cornejo", "birth_date": "15/02/1978", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 8, "aniticipation": 1, "decisions": 6, "concentration": 11, "teamwork": 13, "vision": 12, "work_rate": 5, "offensive_movement": 4, "defensive_movement": 2}, "technical": {"crossing": 8, "pass": 8, "long_pass": 3, "tackling": 13, "heading": 6, "interception": 10, "marking": 9, "shoot": 12, "dribble": 8, "long_shoot": 10, "free_kick": 7, "penalty": 6, "finishing": 6, "technique": 3, "first_touch": 9}, "physycal": {"acceleration": 3, "agility": 7, "balance": 5, "jump": 4, "pace": 12, "stamina": 3, "strength": 11}, "contract": {}}, {"price": 310000, "name": "Samuel", "surname": "Mendez-Soto", "birth_date": "02/06/1978", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 4, "_potential_growth": 4, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 8, "aniticipation": 8, "decisions": 5, "concentration": 3, "teamwork": 8, "vision": 7, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 12}, "technical": {"crossing": 9, "pass": 5, "long_pass": 3, "tackling": 13, "heading": 5, "interception": 12, "marking": 13, "shoot": 12, "dribble": 15, "long_shoot": 12, "free_kick": 5, "penalty": 11, "finishing": 6, "technique": 14, "first_touch": 5}, "physycal": {"acceleration": 11, "agility": 11, "balance": 8, "jump": 3, "pace": 12, "stamina": 9, "strength": 10}, "contract": {}}, {"price": 260000, "name": "Humberto", "surname": "de", "birth_date": "21/02/1999", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 14, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 15, "aniticipation": 17, "decisions": 13, "concentration": 17, "teamwork": 17, "vision": 17, "work_rate": 13, "offensive_movement": 12, "defensive_movement": 17}, "technical": {"crossing": 10, "pass": 13, "long_pass": 10, "tackling": 10, "heading": 19, "interception": 16, "marking": 16, "shoot": 19, "dribble": 10, "long_shoot": 18, "free_kick": 9, "penalty": 9, "finishing": 16, "technique": 18, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 14, "balance": 11, "jump": 14, "pace": 14, "stamina": 13, "strength": 19}, "contract": {}}, {"price": 420000, "name": "Epifanio", "surname": "Valencia", "birth_date": "24/01/1999", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 11, "concentration": 8, "teamwork": 4, "vision": 8, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 10}, "technical": {"crossing": 10, "pass": 11, "long_pass": 10, "tackling": 16, "heading": 13, "interception": 13, "marking": 13, "shoot": 15, "dribble": 10, "long_shoot": 10, "free_kick": 19, "penalty": 15, "finishing": 10, "technique": 16, "first_touch": 16}, "physycal": {"acceleration": 13, "agility": 10, "balance": 5, "jump": 4, "pace": 16, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 230000, "name": "Calisto", "surname": "Riquelme", "birth_date": "15/06/1988", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 10, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 7, "concentration": 7, "teamwork": 11, "vision": 3, "work_rate": 4, "offensive_movement": 3, "defensive_movement": 8}, "technical": {"crossing": 4, "pass": 6, "long_pass": 5, "tackling": 13, "heading": 12, "interception": 10, "marking": 11, "shoot": 3, "dribble": 12, "long_shoot": 9, "free_kick": 6, "penalty": 3, "finishing": 5, "technique": 13, "first_touch": 6}, "physycal": {"acceleration": 14, "agility": 8, "balance": 8, "jump": 8, "pace": 9, "stamina": 13, "strength": 5}, "contract": {}}, {"price": 40000, "name": "Rosendo", "surname": "Palacios-Sarmiento", "birth_date": "31/03/1993", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 10, "aniticipation": 3, "decisions": 6, "concentration": 7, "teamwork": 5, "vision": 4, "work_rate": 4, "offensive_movement": 3, "defensive_movement": 1}, "technical": {"crossing": 10, "pass": 7, "long_pass": 3, "tackling": 7, "heading": 6, "interception": 7, "marking": 5, "shoot": 5, "dribble": 11, "long_shoot": 4, "free_kick": 1, "penalty": 10, "finishing": 4, "technique": 1, "first_touch": 8}, "physycal": {"acceleration": 2, "agility": 6, "balance": 4, "jump": 10, "pace": 6, "stamina": 1, "strength": 4}, "contract": {}}, {"price": 220000, "name": "Bartolom\u00e9", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "07/11/1996", "nationality": "ES", "moral": 2, "position": "U", "foot": "L", "prestige": 14, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 15, "aniticipation": 11, "decisions": 7, "concentration": 11, "teamwork": 9, "vision": 7, "work_rate": 17, "offensive_movement": 12, "defensive_movement": 16}, "technical": {"crossing": 16, "pass": 19, "long_pass": 12, "tackling": 8, "heading": 17, "interception": 9, "marking": 11, "shoot": 15, "dribble": 6, "long_shoot": 16, "free_kick": 14, "penalty": 18, "finishing": 12, "technique": 2, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 19, "balance": 11, "jump": 12, "pace": 12, "stamina": 12, "strength": 11}, "contract": {}}, {"price": 320000, "name": "Jos\u00e9", "surname": "Manzanares", "birth_date": "17/11/1997", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 14, "aniticipation": 12, "decisions": 14, "concentration": 14, "teamwork": 12, "vision": 11, "work_rate": 14, "offensive_movement": 19, "defensive_movement": 20}, "technical": {"crossing": 6, "pass": 11, "long_pass": 10, "tackling": 18, "heading": 20, "interception": 18, "marking": 15, "shoot": 15, "dribble": 17, "long_shoot": 11, "free_kick": 17, "penalty": 10, "finishing": 15, "technique": 11, "first_touch": 20}, "physycal": {"acceleration": 5, "agility": 3, "balance": 17, "jump": 16, "pace": 1, "stamina": 20, "strength": 16}, "contract": {}}, {"price": 180000, "name": "Saturnino", "surname": "Esteve", "birth_date": "07/05/1990", "nationality": "ES", "moral": 4, "position": "G", "foot": "L", "prestige": 14, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 19, "aniticipation": 15, "decisions": 6, "concentration": 15, "teamwork": 10, "vision": 5, "work_rate": 13, "offensive_movement": 14, "defensive_movement": 11}, "technical": {"crossing": 4, "pass": 7, "long_pass": 14, "tackling": 18, "heading": 7, "interception": 15, "marking": 9, "shoot": 10, "dribble": 9, "long_shoot": 15, "free_kick": 10, "penalty": 10, "finishing": 14, "technique": 15, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 10, "balance": 11, "jump": 16, "pace": 18, "stamina": 11, "strength": 15}, "contract": {}}, {"price": 380000, "name": "Edu", "surname": "Amat-Redondo", "birth_date": "23/02/2001", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 9, "aniticipation": 2, "decisions": 12, "concentration": 10, "teamwork": 4, "vision": 6, "work_rate": 2, "offensive_movement": 5, "defensive_movement": 12}, "technical": {"crossing": 5, "pass": 2, "long_pass": 5, "tackling": 8, "heading": 10, "interception": 6, "marking": 12, "shoot": 8, "dribble": 2, "long_shoot": 9, "free_kick": 6, "penalty": 5, "finishing": 3, "technique": 7, "first_touch": 2}, "physycal": {"acceleration": 10, "agility": 9, "balance": 2, "jump": 7, "pace": 11, "stamina": 7, "strength": 10}, "contract": {}}, {"price": 190000, "name": "Pascual", "surname": "Mendiz\u00e1bal", "birth_date": "05/06/1982", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 13, "aniticipation": 12, "decisions": 11, "concentration": 9, "teamwork": 14, "vision": 14, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 8}, "technical": {"crossing": 11, "pass": 5, "long_pass": 6, "tackling": 17, "heading": 10, "interception": 9, "marking": 9, "shoot": 10, "dribble": 7, "long_shoot": 10, "free_kick": 3, "penalty": 5, "finishing": 8, "technique": 5, "first_touch": 3}, "physycal": {"acceleration": 16, "agility": 10, "balance": 9, "jump": 13, "pace": 8, "stamina": 14, "strength": 14}, "contract": {}}, {"price": 230000, "name": "Rafa", "surname": "Ayll\u00f3n", "birth_date": "04/12/1993", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 15, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 19, "aniticipation": 11, "decisions": 12, "concentration": 14, "teamwork": 19, "vision": 11, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 10}, "technical": {"crossing": 10, "pass": 10, "long_pass": 19, "tackling": 17, "heading": 3, "interception": 14, "marking": 13, "shoot": 6, "dribble": 19, "long_shoot": 3, "free_kick": 3, "penalty": 5, "finishing": 17, "technique": 10, "first_touch": 16}, "physycal": {"acceleration": 8, "agility": 5, "balance": 18, "jump": 15, "pace": 6, "stamina": 9, "strength": 13}, "contract": {}}, {"price": 20000, "name": "Samuel", "surname": "Almeida", "birth_date": "15/09/1993", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 4, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 3, "aniticipation": 10, "decisions": 1, "concentration": 7, "teamwork": 5, "vision": 3, "work_rate": 6, "offensive_movement": 9, "defensive_movement": 7}, "technical": {"crossing": 5, "pass": 2, "long_pass": 11, "tackling": 9, "heading": 11, "interception": 4, "marking": 5, "shoot": 7, "dribble": 9, "long_shoot": 11, "free_kick": 6, "penalty": 8, "finishing": 10, "technique": 2, "first_touch": 1}, "physycal": {"acceleration": 6, "agility": 2, "balance": 10, "jump": 11, "pace": 1, "stamina": 5, "strength": 2}, "contract": {}}, {"price": 190000, "name": "Nazario", "surname": "Maxi", "birth_date": "03/11/1994", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 5, "aniticipation": 13, "decisions": 12, "concentration": 10, "teamwork": 6, "vision": 14, "work_rate": 8, "offensive_movement": 9, "defensive_movement": 9}, "technical": {"crossing": 3, "pass": 10, "long_pass": 2, "tackling": 8, "heading": 12, "interception": 12, "marking": 13, "shoot": 9, "dribble": 13, "long_shoot": 5, "free_kick": 12, "penalty": 10, "finishing": 10, "technique": 6, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 2, "balance": 9, "jump": 12, "pace": 3, "stamina": 5, "strength": 7}, "contract": {}}, {"price": 290000, "name": "Pelayo", "surname": "Mendiz\u00e1bal", "birth_date": "31/01/1985", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 8, "form": "RECOVER", "potential": 3, "_potential_growth": 3, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 10, "aniticipation": 8, "decisions": 11, "concentration": 12, "teamwork": 3, "vision": 7, "work_rate": 6, "offensive_movement": 8, "defensive_movement": 9}, "technical": {"crossing": 13, "pass": 7, "long_pass": 9, "tackling": 7, "heading": 13, "interception": 11, "marking": 11, "shoot": 10, "dribble": 8, "long_shoot": 9, "free_kick": 4, "penalty": 11, "finishing": 9, "technique": 11, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 7, "balance": 6, "jump": 4, "pace": 10, "stamina": 8, "strength": 9}, "contract": {}}, {"price": 350000, "name": "Tadeo", "surname": "Roca", "birth_date": "11/04/1988", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 4, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 10, "aniticipation": 16, "decisions": 8, "concentration": 14, "teamwork": 13, "vision": 17, "work_rate": 17, "offensive_movement": 10, "defensive_movement": 18}, "technical": {"crossing": 6, "pass": 16, "long_pass": 16, "tackling": 12, "heading": 13, "interception": 5, "marking": 12, "shoot": 9, "dribble": 19, "long_shoot": 12, "free_kick": 12, "penalty": 9, "finishing": 12, "technique": 17, "first_touch": 16}, "physycal": {"acceleration": 12, "agility": 7, "balance": 13, "jump": 7, "pace": 16, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Jord\u00e1n", "surname": "Bellido", "birth_date": "24/01/2004", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 5, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 2, "aniticipation": 9, "decisions": 6, "concentration": 8, "teamwork": 7, "vision": 6, "work_rate": 4, "offensive_movement": 8, "defensive_movement": 4}, "technical": {"crossing": 10, "pass": 8, "long_pass": 1, "tackling": 2, "heading": 4, "interception": 6, "marking": 11, "shoot": 9, "dribble": 5, "long_shoot": 5, "free_kick": 1, "penalty": 7, "finishing": 2, "technique": 7, "first_touch": 12}, "physycal": {"acceleration": 4, "agility": 6, "balance": 9, "jump": 8, "pace": 11, "stamina": 12, "strength": 10}, "contract": {}}, {"price": 270000, "name": "Alfonso", "surname": "Andres", "birth_date": "07/12/1996", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 11, "concentration": 14, "teamwork": 12, "vision": 5, "work_rate": 12, "offensive_movement": 15, "defensive_movement": 12}, "technical": {"crossing": 10, "pass": 13, "long_pass": 14, "tackling": 9, "heading": 3, "interception": 9, "marking": 8, "shoot": 4, "dribble": 6, "long_shoot": 2, "free_kick": 5, "penalty": 3, "finishing": 6, "technique": 5, "first_touch": 15}, "physycal": {"acceleration": 12, "agility": 11, "balance": 9, "jump": 2, "pace": 13, "stamina": 2, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Edgardo", "surname": "Rosa", "birth_date": "13/04/1993", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 5, "concentration": 9, "teamwork": 7, "vision": 7, "work_rate": 6, "offensive_movement": 1, "defensive_movement": 14}, "technical": {"crossing": 13, "pass": 20, "long_pass": 15, "tackling": 12, "heading": 12, "interception": 8, "marking": 10, "shoot": 4, "dribble": 7, "long_shoot": 12, "free_kick": 11, "penalty": 13, "finishing": 7, "technique": 12, "first_touch": 5}, "physycal": {"acceleration": 16, "agility": 18, "balance": 13, "jump": 10, "pace": 14, "stamina": 14, "strength": 20}, "contract": {}}, {"price": 130000, "name": "Juan", "surname": "Busquets", "birth_date": "29/04/2003", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 6, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 11, "aniticipation": 1, "decisions": 10, "concentration": 1, "teamwork": 4, "vision": 2, "work_rate": 4, "offensive_movement": 2, "defensive_movement": 1}, "technical": {"crossing": 2, "pass": 6, "long_pass": 3, "tackling": 11, "heading": 8, "interception": 5, "marking": 4, "shoot": 11, "dribble": 2, "long_shoot": 7, "free_kick": 7, "penalty": 10, "finishing": 4, "technique": 6, "first_touch": 11}, "physycal": {"acceleration": 6, "agility": 9, "balance": 9, "jump": 1, "pace": 8, "stamina": 2, "strength": 1}, "contract": {}}, {"price": 120000, "name": "Am\u00e9rico", "surname": "Bautista", "birth_date": "10/07/1995", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 8, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 7, "aniticipation": 3, "decisions": 8, "concentration": 6, "teamwork": 12, "vision": 11, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 10, "pass": 3, "long_pass": 5, "tackling": 3, "heading": 7, "interception": 9, "marking": 4, "shoot": 3, "dribble": 7, "long_shoot": 10, "free_kick": 13, "penalty": 8, "finishing": 10, "technique": 7, "first_touch": 10}, "physycal": {"acceleration": 11, "agility": 9, "balance": 3, "jump": 4, "pace": 10, "stamina": 9, "strength": 8}, "contract": {}}, {"price": 260000, "name": "Daniel", "surname": "L\u00f3pez", "birth_date": "22/01/1985", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 11, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 6, "aniticipation": 11, "decisions": 11, "concentration": 9, "teamwork": 11, "vision": 15, "work_rate": 16, "offensive_movement": 8, "defensive_movement": 9}, "technical": {"crossing": 9, "pass": 15, "long_pass": 13, "tackling": 7, "heading": 7, "interception": 7, "marking": 7, "shoot": 11, "dribble": 10, "long_shoot": 6, "free_kick": 11, "penalty": 9, "finishing": 12, "technique": 8, "first_touch": 3}, "physycal": {"acceleration": 6, "agility": 12, "balance": 10, "jump": 6, "pace": 13, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 300000, "name": "Samuel", "surname": "Mart\u00edn-Romeu", "birth_date": "25/05/2002", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 9, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 10, "aniticipation": 10, "decisions": 8, "concentration": 4, "teamwork": 10, "vision": 4, "work_rate": 5, "offensive_movement": 11, "defensive_movement": 9}, "technical": {"crossing": 12, "pass": 13, "long_pass": 9, "tackling": 8, "heading": 7, "interception": 14, "marking": 5, "shoot": 6, "dribble": 11, "long_shoot": 10, "free_kick": 4, "penalty": 4, "finishing": 8, "technique": 13, "first_touch": 13}, "physycal": {"acceleration": 10, "agility": 13, "balance": 5, "jump": 6, "pace": 7, "stamina": 9, "strength": 12}, "contract": {}}, {"price": 330000, "name": "Samuel", "surname": "Esteve", "birth_date": "11/10/2004", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 5, "aniticipation": 11, "decisions": 12, "concentration": 7, "teamwork": 13, "vision": 11, "work_rate": 6, "offensive_movement": 9, "defensive_movement": 10}, "technical": {"crossing": 12, "pass": 12, "long_pass": 10, "tackling": 11, "heading": 4, "interception": 12, "marking": 5, "shoot": 14, "dribble": 5, "long_shoot": 11, "free_kick": 7, "penalty": 14, "finishing": 12, "technique": 8, "first_touch": 12}, "physycal": {"acceleration": 11, "agility": 13, "balance": 13, "jump": 10, "pace": 11, "stamina": 6, "strength": 6}, "contract": {}}, {"price": 60000, "name": "R\u00e9gulo", "surname": "Bautista", "birth_date": "18/09/1999", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 7, "form": "PERFECT", "potential": 2, "_potential_growth": 3, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 10, "aniticipation": 10, "decisions": 6, "concentration": 6, "teamwork": 7, "vision": 12, "work_rate": 2, "offensive_movement": 12, "defensive_movement": 7}, "technical": {"crossing": 11, "pass": 7, "long_pass": 11, "tackling": 4, "heading": 2, "interception": 12, "marking": 3, "shoot": 11, "dribble": 11, "long_shoot": 5, "free_kick": 3, "penalty": 12, "finishing": 9, "technique": 9, "first_touch": 3}, "physycal": {"acceleration": 2, "agility": 3, "balance": 2, "jump": 11, "pace": 9, "stamina": 7, "strength": 5}, "contract": {}}, {"price": 30000, "name": "Tadeo", "surname": "Manuel", "birth_date": "26/10/1990", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 1, "aniticipation": 5, "decisions": 5, "concentration": 4, "teamwork": 11, "vision": 7, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 1}, "technical": {"crossing": 7, "pass": 6, "long_pass": 4, "tackling": 6, "heading": 2, "interception": 11, "marking": 1, "shoot": 11, "dribble": 4, "long_shoot": 9, "free_kick": 3, "penalty": 6, "finishing": 2, "technique": 5, "first_touch": 6}, "physycal": {"acceleration": 6, "agility": 2, "balance": 2, "jump": 1, "pace": 1, "stamina": 2, "strength": 6}, "contract": {}}, {"price": 320000, "name": "Maxi", "surname": "Morales", "birth_date": "11/08/1977", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 6, "aniticipation": 2, "decisions": 3, "concentration": 2, "teamwork": 1, "vision": 2, "work_rate": 5, "offensive_movement": 1, "defensive_movement": 7}, "technical": {"crossing": 1, "pass": 10, "long_pass": 1, "tackling": 7, "heading": 5, "interception": 6, "marking": 3, "shoot": 8, "dribble": 6, "long_shoot": 4, "free_kick": 4, "penalty": 1, "finishing": 2, "technique": 2, "first_touch": 4}, "physycal": {"acceleration": 11, "agility": 5, "balance": 4, "jump": 4, "pace": 9, "stamina": 3, "strength": 8}, "contract": {}}, {"price": 190000, "name": "Efra\u00edn", "surname": "Barrag\u00e1n", "birth_date": "17/12/1998", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 17, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 19, "aniticipation": 16, "decisions": 17, "concentration": 19, "teamwork": 17, "vision": 19, "work_rate": 20, "offensive_movement": 20, "defensive_movement": 16}, "technical": {"crossing": 14, "pass": 16, "long_pass": 8, "tackling": 19, "heading": 19, "interception": 20, "marking": 18, "shoot": 10, "dribble": 13, "long_shoot": 16, "free_kick": 10, "penalty": 18, "finishing": 18, "technique": 13, "first_touch": 13}, "physycal": {"acceleration": 10, "agility": 7, "balance": 16, "jump": 14, "pace": 5, "stamina": 19, "strength": 14}, "contract": {}}, {"price": 190000, "name": "Florencio", "surname": "de", "birth_date": "20/05/1988", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 11, "aniticipation": 18, "decisions": 5, "concentration": 8, "teamwork": 3, "vision": 11, "work_rate": 11, "offensive_movement": 12, "defensive_movement": 13}, "technical": {"crossing": 19, "pass": 17, "long_pass": 14, "tackling": 12, "heading": 15, "interception": 19, "marking": 11, "shoot": 11, "dribble": 5, "long_shoot": 16, "free_kick": 14, "penalty": 13, "finishing": 9, "technique": 14, "first_touch": 14}, "physycal": {"acceleration": 11, "agility": 8, "balance": 16, "jump": 12, "pace": 12, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 210000, "name": "Maxi", "surname": "Bar\u00f3n-Salamanca", "birth_date": "05/10/2003", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 10, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 11, "concentration": 8, "teamwork": 11, "vision": 14, "work_rate": 6, "offensive_movement": 14, "defensive_movement": 13}, "technical": {"crossing": 11, "pass": 11, "long_pass": 7, "tackling": 9, "heading": 15, "interception": 10, "marking": 12, "shoot": 6, "dribble": 7, "long_shoot": 14, "free_kick": 15, "penalty": 12, "finishing": 8, "technique": 5, "first_touch": 11}, "physycal": {"acceleration": 8, "agility": 9, "balance": 5, "jump": 6, "pace": 8, "stamina": 7, "strength": 8}, "contract": {}}, {"price": 390000, "name": "Jos\u00e9", "surname": "Enr\u00edquez-Sola", "birth_date": "26/09/1996", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 14, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 10, "aniticipation": 17, "decisions": 11, "concentration": 17, "teamwork": 13, "vision": 10, "work_rate": 14, "offensive_movement": 12, "defensive_movement": 9}, "technical": {"crossing": 10, "pass": 5, "long_pass": 6, "tackling": 15, "heading": 11, "interception": 11, "marking": 9, "shoot": 7, "dribble": 7, "long_shoot": 10, "free_kick": 8, "penalty": 11, "finishing": 11, "technique": 13, "first_touch": 10}, "physycal": {"acceleration": 14, "agility": 14, "balance": 6, "jump": 11, "pace": 4, "stamina": 10, "strength": 13}, "contract": {}}, {"price": 310000, "name": "Cristian", "surname": "de", "birth_date": "29/05/2005", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 10, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 13, "aniticipation": 14, "decisions": 9, "concentration": 9, "teamwork": 11, "vision": 8, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 11}, "technical": {"crossing": 4, "pass": 9, "long_pass": 3, "tackling": 9, "heading": 14, "interception": 14, "marking": 6, "shoot": 15, "dribble": 8, "long_shoot": 10, "free_kick": 8, "penalty": 12, "finishing": 6, "technique": 10, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 9, "balance": 8, "jump": 12, "pace": 5, "stamina": 6, "strength": 12}, "contract": {}}, {"price": 0, "name": "Jord\u00e1n", "surname": "Enr\u00edquez-Sola", "birth_date": "16/06/1988", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 5, "_potential_growth": 1, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 9, "concentration": 15, "teamwork": 13, "vision": 13, "work_rate": 10, "offensive_movement": 14, "defensive_movement": 14}, "technical": {"crossing": 14, "pass": 4, "long_pass": 12, "tackling": 4, "heading": 10, "interception": 1, "marking": 7, "shoot": 13, "dribble": 13, "long_shoot": 15, "free_kick": 12, "penalty": 7, "finishing": 8, "technique": 13, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 14, "balance": 8, "jump": 14, "pace": 15, "stamina": 11, "strength": 8}, "contract": {}}, {"price": 150000, "name": "Felix", "surname": "Almeida", "birth_date": "08/05/1987", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 15, "aniticipation": 15, "decisions": 17, "concentration": 9, "teamwork": 11, "vision": 16, "work_rate": 16, "offensive_movement": 12, "defensive_movement": 12}, "technical": {"crossing": 14, "pass": 18, "long_pass": 11, "tackling": 8, "heading": 15, "interception": 2, "marking": 8, "shoot": 9, "dribble": 12, "long_shoot": 13, "free_kick": 10, "penalty": 13, "finishing": 3, "technique": 12, "first_touch": 4}, "physycal": {"acceleration": 2, "agility": 8, "balance": 15, "jump": 13, "pace": 1, "stamina": 7, "strength": 12}, "contract": {}}, {"price": 140000, "name": "Am\u00e9rico", "surname": "Bola\u00f1os-Cid", "birth_date": "08/02/2004", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 1, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 11, "aniticipation": 12, "decisions": 15, "concentration": 18, "teamwork": 15, "vision": 13, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 5}, "technical": {"crossing": 8, "pass": 12, "long_pass": 8, "tackling": 11, "heading": 8, "interception": 12, "marking": 12, "shoot": 4, "dribble": 17, "long_shoot": 3, "free_kick": 5, "penalty": 7, "finishing": 18, "technique": 10, "first_touch": 9}, "physycal": {"acceleration": 8, "agility": 12, "balance": 13, "jump": 15, "pace": 10, "stamina": 14, "strength": 17}, "contract": {}}, {"price": 120000, "name": "C\u00e9sar", "surname": "Juli\u00e1", "birth_date": "22/04/1998", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 2, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 11, "aniticipation": 3, "decisions": 8, "concentration": 9, "teamwork": 7, "vision": 11, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 6, "pass": 8, "long_pass": 12, "tackling": 2, "heading": 12, "interception": 7, "marking": 12, "shoot": 3, "dribble": 10, "long_shoot": 3, "free_kick": 8, "penalty": 11, "finishing": 3, "technique": 8, "first_touch": 5}, "physycal": {"acceleration": 12, "agility": 2, "balance": 3, "jump": 11, "pace": 7, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 410000, "name": "Rolando", "surname": "Castej\u00f3n", "birth_date": "01/02/2005", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 13, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 16, "aniticipation": 12, "decisions": 7, "concentration": 13, "teamwork": 12, "vision": 9, "work_rate": 11, "offensive_movement": 5, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 16, "long_pass": 17, "tackling": 8, "heading": 2, "interception": 16, "marking": 16, "shoot": 3, "dribble": 6, "long_shoot": 11, "free_kick": 6, "penalty": 10, "finishing": 8, "technique": 12, "first_touch": 9}, "physycal": {"acceleration": 13, "agility": 14, "balance": 12, "jump": 15, "pace": 15, "stamina": 12, "strength": 5}, "contract": {}}, {"price": 40000, "name": "Epifanio", "surname": "Mendez-Soto", "birth_date": "05/05/1983", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 6, "form": "RECOVER", "potential": 4, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 1, "concentration": 5, "teamwork": 8, "vision": 1, "work_rate": 3, "offensive_movement": 11, "defensive_movement": 4}, "technical": {"crossing": 1, "pass": 2, "long_pass": 7, "tackling": 11, "heading": 5, "interception": 7, "marking": 1, "shoot": 1, "dribble": 2, "long_shoot": 9, "free_kick": 8, "penalty": 10, "finishing": 3, "technique": 4, "first_touch": 9}, "physycal": {"acceleration": 7, "agility": 5, "balance": 8, "jump": 10, "pace": 3, "stamina": 2, "strength": 7}, "contract": {}}, {"price": 240000, "name": "Reinaldo", "surname": "Salinas", "birth_date": "09/10/1999", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 10, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 5, "aniticipation": 10, "decisions": 13, "concentration": 9, "teamwork": 12, "vision": 15, "work_rate": 8, "offensive_movement": 14, "defensive_movement": 9}, "technical": {"crossing": 14, "pass": 11, "long_pass": 10, "tackling": 5, "heading": 11, "interception": 12, "marking": 13, "shoot": 9, "dribble": 13, "long_shoot": 12, "free_kick": 3, "penalty": 7, "finishing": 13, "technique": 9, "first_touch": 5}, "physycal": {"acceleration": 12, "agility": 6, "balance": 5, "jump": 6, "pace": 12, "stamina": 9, "strength": 12}, "contract": {}}, {"price": 120000, "name": "Nicol\u00e1s", "surname": "Salda\u00f1a-Aramburu", "birth_date": "09/10/1983", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 2, "_potential_growth": 5, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 1, "concentration": 7, "teamwork": 6, "vision": 2, "work_rate": 9, "offensive_movement": 9, "defensive_movement": 11}, "technical": {"crossing": 9, "pass": 1, "long_pass": 7, "tackling": 1, "heading": 3, "interception": 1, "marking": 2, "shoot": 10, "dribble": 2, "long_shoot": 2, "free_kick": 3, "penalty": 4, "finishing": 1, "technique": 5, "first_touch": 1}, "physycal": {"acceleration": 2, "agility": 10, "balance": 9, "jump": 11, "pace": 11, "stamina": 6, "strength": 6}, "contract": {}}, {"price": 280000, "name": "Juan", "surname": "de", "birth_date": "10/07/1976", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 3, "aniticipation": 5, "decisions": 4, "concentration": 9, "teamwork": 8, "vision": 4, "work_rate": 2, "offensive_movement": 11, "defensive_movement": 9}, "technical": {"crossing": 8, "pass": 10, "long_pass": 7, "tackling": 6, "heading": 6, "interception": 9, "marking": 4, "shoot": 3, "dribble": 7, "long_shoot": 7, "free_kick": 11, "penalty": 11, "finishing": 13, "technique": 10, "first_touch": 12}, "physycal": {"acceleration": 5, "agility": 8, "balance": 7, "jump": 12, "pace": 3, "stamina": 4, "strength": 10}, "contract": {}}, {"price": 230000, "name": "Efra\u00edn", "surname": "Guardiola", "birth_date": "29/09/2001", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 4, "concentration": 5, "teamwork": 5, "vision": 4, "work_rate": 11, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 6, "pass": 3, "long_pass": 5, "tackling": 5, "heading": 5, "interception": 3, "marking": 2, "shoot": 9, "dribble": 10, "long_shoot": 6, "free_kick": 5, "penalty": 6, "finishing": 7, "technique": 8, "first_touch": 6}, "physycal": {"acceleration": 11, "agility": 8, "balance": 10, "jump": 8, "pace": 1, "stamina": 7, "strength": 1}, "contract": {}}, {"price": 260000, "name": "Tadeo", "surname": "Cardona", "birth_date": "29/03/1997", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 1, "_potential_growth": 5, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 6, "aniticipation": 9, "decisions": 5, "concentration": 11, "teamwork": 6, "vision": 11, "work_rate": 9, "offensive_movement": 11, "defensive_movement": 4}, "technical": {"crossing": 1, "pass": 11, "long_pass": 8, "tackling": 11, "heading": 8, "interception": 7, "marking": 2, "shoot": 9, "dribble": 2, "long_shoot": 6, "free_kick": 2, "penalty": 9, "finishing": 9, "technique": 5, "first_touch": 6}, "physycal": {"acceleration": 11, "agility": 11, "balance": 10, "jump": 3, "pace": 6, "stamina": 11, "strength": 1}, "contract": {}}, {"price": 280000, "name": "Edgardo", "surname": "Humberto", "birth_date": "20/03/1978", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 18, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 13, "aniticipation": 10, "decisions": 10, "concentration": 13, "teamwork": 16, "vision": 11, "work_rate": 8, "offensive_movement": 8, "defensive_movement": 15}, "technical": {"crossing": 12, "pass": 15, "long_pass": 14, "tackling": 7, "heading": 9, "interception": 4, "marking": 8, "shoot": 9, "dribble": 10, "long_shoot": 4, "free_kick": 14, "penalty": 10, "finishing": 6, "technique": 6, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 11, "balance": 8, "jump": 9, "pace": 4, "stamina": 5, "strength": 6}, "contract": {}}, {"price": 190000, "name": "Rafa", "surname": "Mart\u00edn-Romeu", "birth_date": "12/12/1994", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 4, "aniticipation": 12, "decisions": 12, "concentration": 9, "teamwork": 10, "vision": 10, "work_rate": 14, "offensive_movement": 7, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 13, "long_pass": 6, "tackling": 12, "heading": 12, "interception": 7, "marking": 9, "shoot": 10, "dribble": 12, "long_shoot": 10, "free_kick": 9, "penalty": 14, "finishing": 5, "technique": 2, "first_touch": 6}, "physycal": {"acceleration": 16, "agility": 12, "balance": 7, "jump": 5, "pace": 6, "stamina": 9, "strength": 5}, "contract": {}}, {"price": 180000, "name": "Alfonso", "surname": "Roca", "birth_date": "30/10/1994", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 18, "aniticipation": 19, "decisions": 14, "concentration": 11, "teamwork": 19, "vision": 9, "work_rate": 16, "offensive_movement": 12, "defensive_movement": 13}, "technical": {"crossing": 12, "pass": 12, "long_pass": 12, "tackling": 11, "heading": 14, "interception": 17, "marking": 15, "shoot": 14, "dribble": 10, "long_shoot": 8, "free_kick": 10, "penalty": 16, "finishing": 15, "technique": 10, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 6, "balance": 5, "jump": 11, "pace": 2, "stamina": 6, "strength": 3}, "contract": {}}, {"price": 310000, "name": "Edgardo", "surname": "Caba\u00f1as", "birth_date": "27/12/2001", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 14, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 13, "aniticipation": 6, "decisions": 19, "concentration": 10, "teamwork": 13, "vision": 15, "work_rate": 16, "offensive_movement": 18, "defensive_movement": 7}, "technical": {"crossing": 11, "pass": 12, "long_pass": 14, "tackling": 10, "heading": 12, "interception": 9, "marking": 4, "shoot": 2, "dribble": 11, "long_shoot": 10, "free_kick": 2, "penalty": 7, "finishing": 15, "technique": 9, "first_touch": 13}, "physycal": {"acceleration": 19, "agility": 17, "balance": 10, "jump": 14, "pace": 9, "stamina": 18, "strength": 13}, "contract": {}}, {"price": 180000, "name": "Lucho", "surname": "Domingo", "birth_date": "15/06/1991", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 1, "_potential_growth": 1, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 17, "aniticipation": 9, "decisions": 16, "concentration": 16, "teamwork": 14, "vision": 14, "work_rate": 17, "offensive_movement": 18, "defensive_movement": 13}, "technical": {"crossing": 13, "pass": 9, "long_pass": 7, "tackling": 12, "heading": 1, "interception": 11, "marking": 11, "shoot": 2, "dribble": 9, "long_shoot": 1, "free_kick": 8, "penalty": 9, "finishing": 18, "technique": 17, "first_touch": 19}, "physycal": {"acceleration": 14, "agility": 15, "balance": 19, "jump": 17, "pace": 14, "stamina": 10, "strength": 16}, "contract": {}}, {"price": 250000, "name": "Tadeo", "surname": "de", "birth_date": "29/12/1986", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 18, "form": "GOOD", "potential": 2, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 16, "aniticipation": 13, "decisions": 4, "concentration": 4, "teamwork": 8, "vision": 12, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 20}, "technical": {"crossing": 13, "pass": 20, "long_pass": 20, "tackling": 5, "heading": 19, "interception": 7, "marking": 10, "shoot": 17, "dribble": 16, "long_shoot": 13, "free_kick": 17, "penalty": 18, "finishing": 14, "technique": 20, "first_touch": 17}, "physycal": {"acceleration": 5, "agility": 7, "balance": 6, "jump": 11, "pace": 4, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 130000, "name": "Edgardo", "surname": "Domingo", "birth_date": "30/04/2004", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 2, "aniticipation": 5, "decisions": 9, "concentration": 7, "teamwork": 9, "vision": 3, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 4}, "technical": {"crossing": 4, "pass": 12, "long_pass": 8, "tackling": 3, "heading": 6, "interception": 3, "marking": 3, "shoot": 12, "dribble": 7, "long_shoot": 2, "free_kick": 11, "penalty": 5, "finishing": 8, "technique": 7, "first_touch": 8}, "physycal": {"acceleration": 2, "agility": 7, "balance": 10, "jump": 4, "pace": 10, "stamina": 12, "strength": 3}, "contract": {}}, {"price": 140000, "name": "Albert", "surname": "Abril", "birth_date": "08/01/1983", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 5, "aniticipation": 9, "decisions": 6, "concentration": 5, "teamwork": 4, "vision": 2, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 8}, "technical": {"crossing": 4, "pass": 5, "long_pass": 2, "tackling": 7, "heading": 11, "interception": 2, "marking": 5, "shoot": 11, "dribble": 4, "long_shoot": 7, "free_kick": 8, "penalty": 10, "finishing": 7, "technique": 11, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 11, "balance": 3, "jump": 4, "pace": 6, "stamina": 2, "strength": 8}, "contract": {}}, {"price": 230000, "name": "Maxi", "surname": "Diez", "birth_date": "15/02/1996", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 16, "form": "PERFECT", "potential": 2, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 12, "aniticipation": 11, "decisions": 11, "concentration": 7, "teamwork": 8, "vision": 12, "work_rate": 4, "offensive_movement": 7, "defensive_movement": 14}, "technical": {"crossing": 6, "pass": 3, "long_pass": 3, "tackling": 14, "heading": 8, "interception": 20, "marking": 17, "shoot": 5, "dribble": 15, "long_shoot": 6, "free_kick": 5, "penalty": 3, "finishing": 19, "technique": 16, "first_touch": 14}, "physycal": {"acceleration": 6, "agility": 10, "balance": 8, "jump": 7, "pace": 10, "stamina": 13, "strength": 11}, "contract": {}}, {"price": 120000, "name": "Cipriano", "surname": "Caba\u00f1as", "birth_date": "21/06/2001", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 16, "aniticipation": 16, "decisions": 8, "concentration": 16, "teamwork": 8, "vision": 10, "work_rate": 13, "offensive_movement": 8, "defensive_movement": 16}, "technical": {"crossing": 7, "pass": 11, "long_pass": 8, "tackling": 7, "heading": 14, "interception": 8, "marking": 11, "shoot": 14, "dribble": 2, "long_shoot": 6, "free_kick": 16, "penalty": 11, "finishing": 5, "technique": 7, "first_touch": 2}, "physycal": {"acceleration": 8, "agility": 11, "balance": 9, "jump": 14, "pace": 6, "stamina": 15, "strength": 13}, "contract": {}}, {"price": 230000, "name": "Nicanor", "surname": "Amat-Redondo", "birth_date": "22/01/1986", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 8, "aniticipation": 13, "decisions": 6, "concentration": 1, "teamwork": 7, "vision": 1, "work_rate": 2, "offensive_movement": 8, "defensive_movement": 8}, "technical": {"crossing": 7, "pass": 7, "long_pass": 12, "tackling": 11, "heading": 16, "interception": 7, "marking": 14, "shoot": 6, "dribble": 10, "long_shoot": 9, "free_kick": 8, "penalty": 15, "finishing": 8, "technique": 15, "first_touch": 9}, "physycal": {"acceleration": 12, "agility": 11, "balance": 7, "jump": 9, "pace": 11, "stamina": 12, "strength": 7}, "contract": {}}, {"price": 150000, "name": "Humberto", "surname": "Abril", "birth_date": "30/12/1991", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 5, "aniticipation": 8, "decisions": 10, "concentration": 10, "teamwork": 5, "vision": 4, "work_rate": 2, "offensive_movement": 3, "defensive_movement": 8}, "technical": {"crossing": 2, "pass": 2, "long_pass": 4, "tackling": 4, "heading": 6, "interception": 1, "marking": 8, "shoot": 11, "dribble": 8, "long_shoot": 6, "free_kick": 5, "penalty": 10, "finishing": 8, "technique": 7, "first_touch": 9}, "physycal": {"acceleration": 9, "agility": 11, "balance": 9, "jump": 4, "pace": 7, "stamina": 10, "strength": 5}, "contract": {}}, {"price": 120000, "name": "Evaristo", "surname": "Esteve", "birth_date": "17/04/1983", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 2, "_potential_growth": 4, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 4, "concentration": 11, "teamwork": 6, "vision": 1, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 2}, "technical": {"crossing": 10, "pass": 8, "long_pass": 6, "tackling": 11, "heading": 11, "interception": 4, "marking": 7, "shoot": 3, "dribble": 4, "long_shoot": 6, "free_kick": 1, "penalty": 6, "finishing": 5, "technique": 3, "first_touch": 4}, "physycal": {"acceleration": 3, "agility": 2, "balance": 5, "jump": 11, "pace": 5, "stamina": 5, "strength": 11}, "contract": {}}, {"price": 150000, "name": "Cristian", "surname": "Vergara", "birth_date": "26/09/1985", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 10, "concentration": 4, "teamwork": 7, "vision": 3, "work_rate": 2, "offensive_movement": 9, "defensive_movement": 4}, "technical": {"crossing": 5, "pass": 5, "long_pass": 6, "tackling": 4, "heading": 10, "interception": 8, "marking": 3, "shoot": 1, "dribble": 8, "long_shoot": 7, "free_kick": 10, "penalty": 4, "finishing": 8, "technique": 4, "first_touch": 3}, "physycal": {"acceleration": 7, "agility": 9, "balance": 6, "jump": 5, "pace": 7, "stamina": 4, "strength": 6}, "contract": {}}, {"price": 130000, "name": "Juan", "surname": "Albero", "birth_date": "22/09/1984", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 15, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 15, "aniticipation": 17, "decisions": 11, "concentration": 14, "teamwork": 20, "vision": 17, "work_rate": 14, "offensive_movement": 19, "defensive_movement": 10}, "technical": {"crossing": 16, "pass": 11, "long_pass": 10, "tackling": 8, "heading": 13, "interception": 3, "marking": 4, "shoot": 10, "dribble": 20, "long_shoot": 11, "free_kick": 15, "penalty": 17, "finishing": 16, "technique": 18, "first_touch": 12}, "physycal": {"acceleration": 13, "agility": 10, "balance": 17, "jump": 13, "pace": 13, "stamina": 17, "strength": 18}, "contract": {}}, {"price": 240000, "name": "Juan", "surname": "Marti", "birth_date": "05/07/1976", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 9, "concentration": 10, "teamwork": 1, "vision": 8, "work_rate": 2, "offensive_movement": 1, "defensive_movement": 4}, "technical": {"crossing": 6, "pass": 7, "long_pass": 2, "tackling": 2, "heading": 10, "interception": 5, "marking": 3, "shoot": 2, "dribble": 1, "long_shoot": 9, "free_kick": 10, "penalty": 5, "finishing": 10, "technique": 5, "first_touch": 10}, "physycal": {"acceleration": 1, "agility": 3, "balance": 7, "jump": 9, "pace": 7, "stamina": 4, "strength": 7}, "contract": {}}, {"price": 300000, "name": "Amado", "surname": "Fabra", "birth_date": "03/10/1980", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 2, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 8, "aniticipation": 5, "decisions": 13, "concentration": 9, "teamwork": 8, "vision": 6, "work_rate": 11, "offensive_movement": 6, "defensive_movement": 14}, "technical": {"crossing": 11, "pass": 10, "long_pass": 3, "tackling": 9, "heading": 5, "interception": 13, "marking": 15, "shoot": 7, "dribble": 14, "long_shoot": 10, "free_kick": 9, "penalty": 10, "finishing": 7, "technique": 5, "first_touch": 15}, "physycal": {"acceleration": 1, "agility": 10, "balance": 11, "jump": 14, "pace": 11, "stamina": 4, "strength": 12}, "contract": {}}, {"price": 350000, "name": "\u00c1lvaro", "surname": "Estrada", "birth_date": "27/04/1978", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 4, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 2, "aniticipation": 6, "decisions": 9, "concentration": 16, "teamwork": 11, "vision": 8, "work_rate": 14, "offensive_movement": 10, "defensive_movement": 3}, "technical": {"crossing": 17, "pass": 11, "long_pass": 15, "tackling": 2, "heading": 12, "interception": 4, "marking": 1, "shoot": 13, "dribble": 8, "long_shoot": 13, "free_kick": 15, "penalty": 13, "finishing": 12, "technique": 10, "first_touch": 13}, "physycal": {"acceleration": 6, "agility": 9, "balance": 4, "jump": 12, "pace": 10, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 290000, "name": "Ram\u00f3n", "surname": "Arnau", "birth_date": "25/05/1993", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 12, "form": "INJURED", "potential": 4, "_potential_growth": 1, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 13, "aniticipation": 9, "decisions": 13, "concentration": 15, "teamwork": 11, "vision": 15, "work_rate": 11, "offensive_movement": 17, "defensive_movement": 10}, "technical": {"crossing": 4, "pass": 3, "long_pass": 9, "tackling": 12, "heading": 11, "interception": 11, "marking": 16, "shoot": 10, "dribble": 13, "long_shoot": 13, "free_kick": 16, "penalty": 7, "finishing": 7, "technique": 17, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 14, "balance": 10, "jump": 4, "pace": 13, "stamina": 11, "strength": 2}, "contract": {}}, {"price": 220000, "name": "Francisco", "surname": "Jord\u00e1", "birth_date": "09/02/1989", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 1, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 14, "aniticipation": 11, "decisions": 13, "concentration": 13, "teamwork": 10, "vision": 9, "work_rate": 12, "offensive_movement": 7, "defensive_movement": 13}, "technical": {"crossing": 18, "pass": 17, "long_pass": 10, "tackling": 18, "heading": 8, "interception": 13, "marking": 18, "shoot": 9, "dribble": 2, "long_shoot": 12, "free_kick": 9, "penalty": 11, "finishing": 10, "technique": 11, "first_touch": 7}, "physycal": {"acceleration": 12, "agility": 11, "balance": 2, "jump": 6, "pace": 16, "stamina": 2, "strength": 3}, "contract": {}}, {"price": 270000, "name": "Francisco", "surname": "Manuel", "birth_date": "22/09/1991", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 12, "form": "INJURED", "potential": 2, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 14, "aniticipation": 16, "decisions": 8, "concentration": 10, "teamwork": 8, "vision": 14, "work_rate": 9, "offensive_movement": 15, "defensive_movement": 8}, "technical": {"crossing": 16, "pass": 11, "long_pass": 15, "tackling": 10, "heading": 11, "interception": 8, "marking": 17, "shoot": 9, "dribble": 12, "long_shoot": 8, "free_kick": 10, "penalty": 13, "finishing": 7, "technique": 2, "first_touch": 2}, "physycal": {"acceleration": 7, "agility": 10, "balance": 10, "jump": 11, "pace": 9, "stamina": 6, "strength": 6}, "contract": {}}, {"price": 140000, "name": "Lucho", "surname": "Reig", "birth_date": "03/04/1993", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 18, "form": "RECOVER", "potential": 2, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 18, "aniticipation": 17, "decisions": 10, "concentration": 15, "teamwork": 8, "vision": 5, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 11}, "technical": {"crossing": 15, "pass": 19, "long_pass": 19, "tackling": 18, "heading": 15, "interception": 10, "marking": 13, "shoot": 20, "dribble": 20, "long_shoot": 16, "free_kick": 20, "penalty": 20, "finishing": 18, "technique": 20, "first_touch": 20}, "physycal": {"acceleration": 6, "agility": 10, "balance": 10, "jump": 14, "pace": 15, "stamina": 7, "strength": 7}, "contract": {}}, {"price": 490000, "name": "Remigio", "surname": "Juli\u00e1", "birth_date": "18/01/2005", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 11, "aniticipation": 11, "decisions": 9, "concentration": 13, "teamwork": 16, "vision": 8, "work_rate": 12, "offensive_movement": 9, "defensive_movement": 4}, "technical": {"crossing": 11, "pass": 7, "long_pass": 7, "tackling": 14, "heading": 12, "interception": 18, "marking": 8, "shoot": 13, "dribble": 15, "long_shoot": 11, "free_kick": 8, "penalty": 10, "finishing": 11, "technique": 15, "first_touch": 16}, "physycal": {"acceleration": 6, "agility": 12, "balance": 12, "jump": 9, "pace": 11, "stamina": 17, "strength": 11}, "contract": {}}, {"price": 360000, "name": "Cleto", "surname": "Pastor", "birth_date": "01/07/1996", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 15, "aniticipation": 14, "decisions": 10, "concentration": 5, "teamwork": 9, "vision": 12, "work_rate": 12, "offensive_movement": 8, "defensive_movement": 16}, "technical": {"crossing": 6, "pass": 5, "long_pass": 8, "tackling": 4, "heading": 9, "interception": 10, "marking": 5, "shoot": 11, "dribble": 6, "long_shoot": 13, "free_kick": 3, "penalty": 6, "finishing": 6, "technique": 9, "first_touch": 10}, "physycal": {"acceleration": 15, "agility": 6, "balance": 13, "jump": 8, "pace": 9, "stamina": 11, "strength": 11}, "contract": {}}, {"price": 320000, "name": "Albino", "surname": "Pastor", "birth_date": "11/08/1998", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 4, "_potential_growth": 5, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 5, "aniticipation": 14, "decisions": 13, "concentration": 4, "teamwork": 4, "vision": 9, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 9}, "technical": {"crossing": 17, "pass": 13, "long_pass": 12, "tackling": 19, "heading": 17, "interception": 13, "marking": 12, "shoot": 19, "dribble": 13, "long_shoot": 9, "free_kick": 14, "penalty": 15, "finishing": 12, "technique": 13, "first_touch": 11}, "physycal": {"acceleration": 12, "agility": 19, "balance": 8, "jump": 9, "pace": 12, "stamina": 6, "strength": 4}, "contract": {}}, {"price": 250000, "name": "Humberto", "surname": "Gomila", "birth_date": "10/09/2003", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 1, "_potential_growth": 3, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 9, "aniticipation": 12, "decisions": 11, "concentration": 10, "teamwork": 19, "vision": 9, "work_rate": 14, "offensive_movement": 12, "defensive_movement": 11}, "technical": {"crossing": 7, "pass": 6, "long_pass": 13, "tackling": 5, "heading": 15, "interception": 10, "marking": 13, "shoot": 13, "dribble": 10, "long_shoot": 9, "free_kick": 18, "penalty": 16, "finishing": 18, "technique": 11, "first_touch": 10}, "physycal": {"acceleration": 11, "agility": 9, "balance": 12, "jump": 15, "pace": 11, "stamina": 15, "strength": 13}, "contract": {}}, {"price": 250000, "name": "Herminio", "surname": "Arnau", "birth_date": "03/01/1999", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 6, "aniticipation": 15, "decisions": 12, "concentration": 15, "teamwork": 9, "vision": 11, "work_rate": 12, "offensive_movement": 13, "defensive_movement": 12}, "technical": {"crossing": 9, "pass": 4, "long_pass": 5, "tackling": 9, "heading": 7, "interception": 8, "marking": 7, "shoot": 4, "dribble": 6, "long_shoot": 7, "free_kick": 7, "penalty": 6, "finishing": 5, "technique": 6, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 11, "balance": 12, "jump": 9, "pace": 15, "stamina": 15, "strength": 14}, "contract": {}}, {"price": 130000, "name": "C\u00e9sar", "surname": "Pastor", "birth_date": "02/01/1979", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 4, "aniticipation": 5, "decisions": 8, "concentration": 2, "teamwork": 8, "vision": 5, "work_rate": 4, "offensive_movement": 3, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 2, "long_pass": 8, "tackling": 6, "heading": 10, "interception": 12, "marking": 7, "shoot": 6, "dribble": 13, "long_shoot": 5, "free_kick": 7, "penalty": 9, "finishing": 12, "technique": 9, "first_touch": 3}, "physycal": {"acceleration": 12, "agility": 8, "balance": 4, "jump": 3, "pace": 6, "stamina": 12, "strength": 9}, "contract": {}}, {"price": 240000, "name": "Samuel", "surname": "Enr\u00edquez-Sola", "birth_date": "24/05/1984", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 5, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 13, "aniticipation": 10, "decisions": 5, "concentration": 10, "teamwork": 9, "vision": 8, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 6}, "technical": {"crossing": 6, "pass": 13, "long_pass": 13, "tackling": 7, "heading": 5, "interception": 10, "marking": 15, "shoot": 9, "dribble": 15, "long_shoot": 14, "free_kick": 15, "penalty": 12, "finishing": 8, "technique": 10, "first_touch": 7}, "physycal": {"acceleration": 7, "agility": 9, "balance": 10, "jump": 12, "pace": 6, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 320000, "name": "Albino", "surname": "Abril", "birth_date": "04/02/1981", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 6, "form": "INJURED", "potential": 1, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 8, "aniticipation": 2, "decisions": 4, "concentration": 11, "teamwork": 9, "vision": 11, "work_rate": 1, "offensive_movement": 3, "defensive_movement": 6}, "technical": {"crossing": 1, "pass": 10, "long_pass": 6, "tackling": 8, "heading": 5, "interception": 6, "marking": 3, "shoot": 7, "dribble": 6, "long_shoot": 1, "free_kick": 7, "penalty": 10, "finishing": 11, "technique": 4, "first_touch": 6}, "physycal": {"acceleration": 10, "agility": 9, "balance": 11, "jump": 10, "pace": 7, "stamina": 10, "strength": 4}, "contract": {}}, {"price": 180000, "name": "Rosendo", "surname": "Enr\u00edquez-Sola", "birth_date": "09/07/1992", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 15, "form": "PERFECT", "potential": 2, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 13, "concentration": 13, "teamwork": 11, "vision": 13, "work_rate": 14, "offensive_movement": 14, "defensive_movement": 11}, "technical": {"crossing": 2, "pass": 2, "long_pass": 4, "tackling": 11, "heading": 14, "interception": 7, "marking": 7, "shoot": 14, "dribble": 13, "long_shoot": 9, "free_kick": 16, "penalty": 11, "finishing": 19, "technique": 12, "first_touch": 15}, "physycal": {"acceleration": 15, "agility": 18, "balance": 16, "jump": 14, "pace": 19, "stamina": 20, "strength": 11}, "contract": {}}, {"price": 310000, "name": "Jord\u00e1n", "surname": "Mayol", "birth_date": "21/10/1993", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 4, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 13, "aniticipation": 12, "decisions": 13, "concentration": 8, "teamwork": 11, "vision": 17, "work_rate": 7, "offensive_movement": 17, "defensive_movement": 9}, "technical": {"crossing": 15, "pass": 8, "long_pass": 14, "tackling": 17, "heading": 12, "interception": 12, "marking": 9, "shoot": 14, "dribble": 9, "long_shoot": 13, "free_kick": 11, "penalty": 18, "finishing": 3, "technique": 6, "first_touch": 10}, "physycal": {"acceleration": 3, "agility": 6, "balance": 10, "jump": 10, "pace": 6, "stamina": 18, "strength": 12}, "contract": {}}, {"price": 250000, "name": "Epifanio", "surname": "Llad\u00f3", "birth_date": "16/03/2003", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 10, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 10, "aniticipation": 13, "decisions": 7, "concentration": 7, "teamwork": 6, "vision": 12, "work_rate": 9, "offensive_movement": 14, "defensive_movement": 13}, "technical": {"crossing": 3, "pass": 2, "long_pass": 11, "tackling": 5, "heading": 5, "interception": 11, "marking": 7, "shoot": 11, "dribble": 15, "long_shoot": 14, "free_kick": 5, "penalty": 12, "finishing": 13, "technique": 7, "first_touch": 10}, "physycal": {"acceleration": 15, "agility": 8, "balance": 11, "jump": 10, "pace": 5, "stamina": 11, "strength": 9}, "contract": {}}, {"price": 270000, "name": "Felix", "surname": "Estrada", "birth_date": "14/08/1989", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 10, "form": "INJURED", "potential": 1, "_potential_growth": 1, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 11, "aniticipation": 9, "decisions": 10, "concentration": 6, "teamwork": 10, "vision": 8, "work_rate": 5, "offensive_movement": 13, "defensive_movement": 15}, "technical": {"crossing": 9, "pass": 5, "long_pass": 13, "tackling": 7, "heading": 5, "interception": 5, "marking": 7, "shoot": 6, "dribble": 5, "long_shoot": 5, "free_kick": 6, "penalty": 10, "finishing": 5, "technique": 15, "first_touch": 15}, "physycal": {"acceleration": 13, "agility": 10, "balance": 11, "jump": 9, "pace": 11, "stamina": 7, "strength": 15}, "contract": {}}, {"price": 250000, "name": "Alfonso", "surname": "Zapata", "birth_date": "29/04/1983", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 17, "form": "RECOVER", "potential": 5, "_potential_growth": 2, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 10, "aniticipation": 20, "decisions": 13, "concentration": 10, "teamwork": 6, "vision": 5, "work_rate": 6, "offensive_movement": 12, "defensive_movement": 19}, "technical": {"crossing": 13, "pass": 13, "long_pass": 19, "tackling": 10, "heading": 8, "interception": 9, "marking": 3, "shoot": 16, "dribble": 4, "long_shoot": 15, "free_kick": 12, "penalty": 11, "finishing": 7, "technique": 12, "first_touch": 14}, "physycal": {"acceleration": 2, "agility": 3, "balance": 11, "jump": 12, "pace": 6, "stamina": 13, "strength": 10}, "contract": {}}, {"price": 290000, "name": "Am\u00e9rico", "surname": "Vergara", "birth_date": "14/04/1991", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 15, "concentration": 10, "teamwork": 9, "vision": 10, "work_rate": 13, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 9, "pass": 16, "long_pass": 14, "tackling": 11, "heading": 8, "interception": 9, "marking": 17, "shoot": 13, "dribble": 8, "long_shoot": 8, "free_kick": 8, "penalty": 14, "finishing": 6, "technique": 2, "first_touch": 3}, "physycal": {"acceleration": 9, "agility": 9, "balance": 9, "jump": 13, "pace": 13, "stamina": 13, "strength": 12}, "contract": {}}, {"price": 330000, "name": "V\u00edctor", "surname": "Albero", "birth_date": "28/07/1991", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 8, "aniticipation": 6, "decisions": 19, "concentration": 14, "teamwork": 14, "vision": 11, "work_rate": 10, "offensive_movement": 18, "defensive_movement": 12}, "technical": {"crossing": 5, "pass": 6, "long_pass": 6, "tackling": 10, "heading": 15, "interception": 19, "marking": 18, "shoot": 16, "dribble": 6, "long_shoot": 17, "free_kick": 12, "penalty": 17, "finishing": 8, "technique": 7, "first_touch": 5}, "physycal": {"acceleration": 19, "agility": 10, "balance": 10, "jump": 14, "pace": 12, "stamina": 10, "strength": 17}, "contract": {}}, {"price": 320000, "name": "Nicol\u00e1s", "surname": "Riquelme", "birth_date": "06/03/2003", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 19, "form": "PERFECT", "potential": 2, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 10, "aniticipation": 10, "decisions": 12, "concentration": 12, "teamwork": 16, "vision": 12, "work_rate": 13, "offensive_movement": 18, "defensive_movement": 15}, "technical": {"crossing": 18, "pass": 17, "long_pass": 15, "tackling": 18, "heading": 17, "interception": 16, "marking": 18, "shoot": 10, "dribble": 7, "long_shoot": 19, "free_kick": 11, "penalty": 17, "finishing": 13, "technique": 9, "first_touch": 17}, "physycal": {"acceleration": 11, "agility": 11, "balance": 13, "jump": 12, "pace": 13, "stamina": 14, "strength": 7}, "contract": {}}, {"price": 280000, "name": "Juan", "surname": "Guardiola", "birth_date": "11/05/1993", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 9, "aniticipation": 5, "decisions": 8, "concentration": 7, "teamwork": 8, "vision": 14, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 7}, "technical": {"crossing": 6, "pass": 4, "long_pass": 8, "tackling": 8, "heading": 10, "interception": 9, "marking": 15, "shoot": 7, "dribble": 6, "long_shoot": 10, "free_kick": 9, "penalty": 11, "finishing": 11, "technique": 9, "first_touch": 5}, "physycal": {"acceleration": 6, "agility": 11, "balance": 11, "jump": 7, "pace": 16, "stamina": 11, "strength": 16}, "contract": {}}, {"price": 270000, "name": "Pelayo", "surname": "Domingo", "birth_date": "12/08/1994", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 8, "form": "INJURED", "potential": 4, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 9, "aniticipation": 5, "decisions": 10, "concentration": 13, "teamwork": 6, "vision": 4, "work_rate": 13, "offensive_movement": 4, "defensive_movement": 12}, "technical": {"crossing": 11, "pass": 3, "long_pass": 10, "tackling": 12, "heading": 11, "interception": 11, "marking": 7, "shoot": 5, "dribble": 11, "long_shoot": 13, "free_kick": 3, "penalty": 10, "finishing": 11, "technique": 9, "first_touch": 5}, "physycal": {"acceleration": 10, "agility": 6, "balance": 7, "jump": 4, "pace": 9, "stamina": 5, "strength": 9}, "contract": {}}, {"price": 170000, "name": "Edu", "surname": "Albero", "birth_date": "16/09/1997", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 5, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 9, "aniticipation": 9, "decisions": 10, "concentration": 12, "teamwork": 9, "vision": 6, "work_rate": 3, "offensive_movement": 12, "defensive_movement": 3}, "technical": {"crossing": 3, "pass": 6, "long_pass": 6, "tackling": 8, "heading": 13, "interception": 10, "marking": 6, "shoot": 7, "dribble": 5, "long_shoot": 4, "free_kick": 12, "penalty": 3, "finishing": 7, "technique": 3, "first_touch": 13}, "physycal": {"acceleration": 3, "agility": 8, "balance": 6, "jump": 6, "pace": 3, "stamina": 2, "strength": 3}, "contract": {}}, {"price": 30000, "name": "R\u00e9gulo", "surname": "Palacios-Sarmiento", "birth_date": "21/01/1991", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 10, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 6, "aniticipation": 9, "decisions": 11, "concentration": 12, "teamwork": 6, "vision": 15, "work_rate": 9, "offensive_movement": 11, "defensive_movement": 7}, "technical": {"crossing": 8, "pass": 10, "long_pass": 4, "tackling": 7, "heading": 13, "interception": 4, "marking": 11, "shoot": 4, "dribble": 7, "long_shoot": 11, "free_kick": 6, "penalty": 8, "finishing": 12, "technique": 14, "first_touch": 7}, "physycal": {"acceleration": 8, "agility": 15, "balance": 11, "jump": 11, "pace": 14, "stamina": 9, "strength": 7}, "contract": {}}, {"price": 320000, "name": "Felix", "surname": "Salda\u00f1a-Aramburu", "birth_date": "31/10/1996", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 8, "aniticipation": 5, "decisions": 9, "concentration": 5, "teamwork": 2, "vision": 11, "work_rate": 8, "offensive_movement": 12, "defensive_movement": 10}, "technical": {"crossing": 10, "pass": 7, "long_pass": 5, "tackling": 7, "heading": 2, "interception": 5, "marking": 12, "shoot": 2, "dribble": 11, "long_shoot": 8, "free_kick": 9, "penalty": 7, "finishing": 7, "technique": 4, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 3, "balance": 11, "jump": 2, "pace": 3, "stamina": 6, "strength": 1}, "contract": {}}, {"price": 160000, "name": "Rogelio", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "17/03/1983", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 9, "form": "INJURED", "potential": 4, "_potential_growth": 1, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 10, "concentration": 8, "teamwork": 7, "vision": 7, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 10, "pass": 8, "long_pass": 10, "tackling": 11, "heading": 7, "interception": 11, "marking": 11, "shoot": 6, "dribble": 11, "long_shoot": 8, "free_kick": 11, "penalty": 12, "finishing": 9, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 6, "agility": 5, "balance": 6, "jump": 8, "pace": 9, "stamina": 10, "strength": 4}, "contract": {}}, {"price": 230000, "name": "Edu", "surname": "Juli\u00e1", "birth_date": "26/09/1995", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 7, "aniticipation": 11, "decisions": 9, "concentration": 8, "teamwork": 8, "vision": 11, "work_rate": 12, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 5, "pass": 7, "long_pass": 6, "tackling": 2, "heading": 7, "interception": 3, "marking": 7, "shoot": 5, "dribble": 8, "long_shoot": 9, "free_kick": 11, "penalty": 4, "finishing": 4, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 3, "agility": 8, "balance": 12, "jump": 9, "pace": 7, "stamina": 4, "strength": 5}, "contract": {}}, {"price": 380000, "name": "Edgardo", "surname": "Corominas", "birth_date": "04/06/1977", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 17, "form": "GOOD", "potential": 1, "_potential_growth": 2, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 6, "aniticipation": 13, "decisions": 9, "concentration": 11, "teamwork": 6, "vision": 9, "work_rate": 8, "offensive_movement": 4, "defensive_movement": 14}, "technical": {"crossing": 10, "pass": 12, "long_pass": 11, "tackling": 8, "heading": 12, "interception": 12, "marking": 12, "shoot": 11, "dribble": 10, "long_shoot": 5, "free_kick": 11, "penalty": 4, "finishing": 8, "technique": 5, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 3, "balance": 11, "jump": 10, "pace": 7, "stamina": 8, "strength": 4}, "contract": {}}, {"price": 330000, "name": "Maxi", "surname": "Domingo", "birth_date": "04/07/1981", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 11, "aniticipation": 6, "decisions": 1, "concentration": 9, "teamwork": 6, "vision": 8, "work_rate": 2, "offensive_movement": 6, "defensive_movement": 2}, "technical": {"crossing": 7, "pass": 7, "long_pass": 1, "tackling": 2, "heading": 7, "interception": 6, "marking": 6, "shoot": 11, "dribble": 7, "long_shoot": 10, "free_kick": 3, "penalty": 7, "finishing": 2, "technique": 8, "first_touch": 4}, "physycal": {"acceleration": 1, "agility": 4, "balance": 1, "jump": 3, "pace": 11, "stamina": 5, "strength": 7}, "contract": {}}, {"price": 120000, "name": "Josep", "surname": "Bellido", "birth_date": "06/01/2002", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 12, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 15, "aniticipation": 16, "decisions": 7, "concentration": 10, "teamwork": 14, "vision": 13, "work_rate": 11, "offensive_movement": 7, "defensive_movement": 11}, "technical": {"crossing": 11, "pass": 7, "long_pass": 10, "tackling": 17, "heading": 13, "interception": 13, "marking": 13, "shoot": 11, "dribble": 9, "long_shoot": 6, "free_kick": 13, "penalty": 7, "finishing": 17, "technique": 13, "first_touch": 10}, "physycal": {"acceleration": 10, "agility": 7, "balance": 16, "jump": 16, "pace": 10, "stamina": 9, "strength": 12}, "contract": {}}, {"price": 290000, "name": "Epifanio", "surname": "Ferr\u00e1n", "birth_date": "21/08/1983", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 11, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 8, "aniticipation": 12, "decisions": 3, "concentration": 5, "teamwork": 9, "vision": 6, "work_rate": 6, "offensive_movement": 4, "defensive_movement": 6}, "technical": {"crossing": 4, "pass": 5, "long_pass": 9, "tackling": 16, "heading": 10, "interception": 13, "marking": 9, "shoot": 13, "dribble": 14, "long_shoot": 9, "free_kick": 8, "penalty": 10, "finishing": 10, "technique": 16, "first_touch": 16}, "physycal": {"acceleration": 10, "agility": 6, "balance": 3, "jump": 9, "pace": 7, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 50000, "name": "V\u00edctor", "surname": "Tudela", "birth_date": "02/03/1993", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 9, "aniticipation": 4, "decisions": 7, "concentration": 3, "teamwork": 5, "vision": 10, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 6}, "technical": {"crossing": 1, "pass": 5, "long_pass": 10, "tackling": 8, "heading": 3, "interception": 6, "marking": 10, "shoot": 7, "dribble": 11, "long_shoot": 1, "free_kick": 8, "penalty": 8, "finishing": 1, "technique": 1, "first_touch": 6}, "physycal": {"acceleration": 8, "agility": 1, "balance": 8, "jump": 1, "pace": 9, "stamina": 5, "strength": 2}, "contract": {}}, {"price": 190000, "name": "Cipriano", "surname": "Maxi", "birth_date": "25/01/1989", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 11, "form": "RECOVER", "potential": 3, "_potential_growth": 4, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 12, "aniticipation": 12, "decisions": 6, "concentration": 6, "teamwork": 8, "vision": 4, "work_rate": 4, "offensive_movement": 13, "defensive_movement": 13}, "technical": {"crossing": 12, "pass": 10, "long_pass": 16, "tackling": 13, "heading": 14, "interception": 14, "marking": 6, "shoot": 13, "dribble": 16, "long_shoot": 8, "free_kick": 13, "penalty": 8, "finishing": 12, "technique": 8, "first_touch": 13}, "physycal": {"acceleration": 13, "agility": 6, "balance": 10, "jump": 12, "pace": 12, "stamina": 9, "strength": 12}, "contract": {}}, {"price": 330000, "name": "P\u00e1nfilo", "surname": "Tudela", "birth_date": "01/08/1997", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 20, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 14, "aniticipation": 19, "decisions": 2, "concentration": 7, "teamwork": 4, "vision": 10, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 20}, "technical": {"crossing": 4, "pass": 5, "long_pass": 3, "tackling": 11, "heading": 17, "interception": 19, "marking": 14, "shoot": 15, "dribble": 12, "long_shoot": 10, "free_kick": 13, "penalty": 12, "finishing": 11, "technique": 20, "first_touch": 12}, "physycal": {"acceleration": 8, "agility": 2, "balance": 13, "jump": 17, "pace": 3, "stamina": 15, "strength": 18}, "contract": {}}, {"price": 330000, "name": "Samuel", "surname": "Rosa", "birth_date": "11/02/2005", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 10, "aniticipation": 6, "decisions": 10, "concentration": 14, "teamwork": 7, "vision": 13, "work_rate": 5, "offensive_movement": 12, "defensive_movement": 6}, "technical": {"crossing": 14, "pass": 7, "long_pass": 16, "tackling": 18, "heading": 1, "interception": 17, "marking": 16, "shoot": 3, "dribble": 17, "long_shoot": 6, "free_kick": 5, "penalty": 3, "finishing": 15, "technique": 14, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 14, "balance": 8, "jump": 15, "pace": 18, "stamina": 15, "strength": 10}, "contract": {}}, {"price": 330000, "name": "Rafa", "surname": "Gomila", "birth_date": "11/05/2001", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 11, "form": "PERFECT", "potential": 2, "_potential_growth": 3, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 2, "aniticipation": 2, "decisions": 13, "concentration": 7, "teamwork": 6, "vision": 8, "work_rate": 12, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 8, "long_pass": 13, "tackling": 8, "heading": 11, "interception": 1, "marking": 2, "shoot": 8, "dribble": 5, "long_shoot": 9, "free_kick": 9, "penalty": 4, "finishing": 10, "technique": 13, "first_touch": 9}, "physycal": {"acceleration": 15, "agility": 15, "balance": 9, "jump": 13, "pace": 11, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 120000, "name": "Bartolom\u00e9", "surname": "del", "birth_date": "12/03/1994", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 1, "_potential_growth": 1, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 9, "aniticipation": 9, "decisions": 8, "concentration": 7, "teamwork": 4, "vision": 6, "work_rate": 7, "offensive_movement": 5, "defensive_movement": 13}, "technical": {"crossing": 6, "pass": 6, "long_pass": 3, "tackling": 7, "heading": 3, "interception": 5, "marking": 11, "shoot": 4, "dribble": 12, "long_shoot": 3, "free_kick": 5, "penalty": 3, "finishing": 12, "technique": 5, "first_touch": 9}, "physycal": {"acceleration": 6, "agility": 12, "balance": 2, "jump": 9, "pace": 5, "stamina": 1, "strength": 9}, "contract": {}}, {"price": 370000, "name": "Cipriano", "surname": "Albero", "birth_date": "21/05/2004", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 18, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 1, "aniticipation": 4, "decisions": 12, "concentration": 16, "teamwork": 8, "vision": 11, "work_rate": 17, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 8, "long_pass": 10, "tackling": 16, "heading": 6, "interception": 17, "marking": 13, "shoot": 7, "dribble": 14, "long_shoot": 11, "free_kick": 15, "penalty": 15, "finishing": 16, "technique": 19, "first_touch": 18}, "physycal": {"acceleration": 15, "agility": 6, "balance": 3, "jump": 10, "pace": 12, "stamina": 11, "strength": 4}, "contract": {}}, {"price": -20000, "name": "Ram\u00f3n", "surname": "Tudela", "birth_date": "11/10/1989", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 1, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 5, "aniticipation": 7, "decisions": 6, "concentration": 7, "teamwork": 6, "vision": 10, "work_rate": 11, "offensive_movement": 11, "defensive_movement": 10}, "technical": {"crossing": 3, "pass": 12, "long_pass": 3, "tackling": 2, "heading": 9, "interception": 6, "marking": 2, "shoot": 10, "dribble": 8, "long_shoot": 4, "free_kick": 8, "penalty": 11, "finishing": 7, "technique": 2, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 3, "balance": 4, "jump": 4, "pace": 3, "stamina": 9, "strength": 7}, "contract": {}}, {"price": 250000, "name": "Florencio", "surname": "Bautista", "birth_date": "16/11/1986", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 13, "concentration": 12, "teamwork": 9, "vision": 5, "work_rate": 9, "offensive_movement": 8, "defensive_movement": 17}, "technical": {"crossing": 13, "pass": 14, "long_pass": 12, "tackling": 6, "heading": 13, "interception": 7, "marking": 11, "shoot": 15, "dribble": 12, "long_shoot": 16, "free_kick": 15, "penalty": 9, "finishing": 9, "technique": 14, "first_touch": 10}, "physycal": {"acceleration": 14, "agility": 15, "balance": 20, "jump": 20, "pace": 14, "stamina": 10, "strength": 19}, "contract": {}}, {"price": 240000, "name": "Amado", "surname": "Domingo", "birth_date": "14/08/1976", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 8, "form": "INJURED", "potential": 5, "_potential_growth": 1, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 7, "aniticipation": 12, "decisions": 10, "concentration": 8, "teamwork": 3, "vision": 6, "work_rate": 12, "offensive_movement": 7, "defensive_movement": 7}, "technical": {"crossing": 9, "pass": 5, "long_pass": 6, "tackling": 12, "heading": 5, "interception": 6, "marking": 5, "shoot": 12, "dribble": 11, "long_shoot": 9, "free_kick": 9, "penalty": 11, "finishing": 9, "technique": 4, "first_touch": 9}, "physycal": {"acceleration": 5, "agility": 10, "balance": 2, "jump": 5, "pace": 11, "stamina": 8, "strength": 4}, "contract": {}}, {"price": 200000, "name": "Sigfrido", "surname": "Cardona", "birth_date": "25/08/2000", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 7, "decisions": 19, "concentration": 10, "teamwork": 12, "vision": 16, "work_rate": 16, "offensive_movement": 18, "defensive_movement": 15}, "technical": {"crossing": 14, "pass": 10, "long_pass": 9, "tackling": 5, "heading": 18, "interception": 8, "marking": 11, "shoot": 11, "dribble": 19, "long_shoot": 16, "free_kick": 10, "penalty": 16, "finishing": 17, "technique": 15, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 11, "balance": 7, "jump": 11, "pace": 11, "stamina": 9, "strength": 14}, "contract": {}}, {"price": 240000, "name": "Camilo", "surname": "Valbuena", "birth_date": "02/02/1980", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 10, "aniticipation": 12, "decisions": 10, "concentration": 13, "teamwork": 13, "vision": 12, "work_rate": 4, "offensive_movement": 13, "defensive_movement": 8}, "technical": {"crossing": 8, "pass": 7, "long_pass": 13, "tackling": 8, "heading": 3, "interception": 11, "marking": 11, "shoot": 7, "dribble": 3, "long_shoot": 9, "free_kick": 6, "penalty": 9, "finishing": 12, "technique": 3, "first_touch": 10}, "physycal": {"acceleration": 5, "agility": 10, "balance": 8, "jump": 8, "pace": 6, "stamina": 11, "strength": 3}, "contract": {}}, {"price": 130000, "name": "Patricio", "surname": "Mendiz\u00e1bal", "birth_date": "07/09/1999", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 9, "aniticipation": 11, "decisions": 9, "concentration": 10, "teamwork": 5, "vision": 4, "work_rate": 11, "offensive_movement": 6, "defensive_movement": 9}, "technical": {"crossing": 3, "pass": 7, "long_pass": 10, "tackling": 6, "heading": 11, "interception": 8, "marking": 9, "shoot": 8, "dribble": 7, "long_shoot": 5, "free_kick": 5, "penalty": 11, "finishing": 4, "technique": 12, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 12, "balance": 9, "jump": 13, "pace": 10, "stamina": 8, "strength": 10}, "contract": {}}, {"price": 220000, "name": "V\u00edctor", "surname": "Morcillo-Gimenez", "birth_date": "01/12/1976", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 2, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 12, "aniticipation": 13, "decisions": 3, "concentration": 8, "teamwork": 9, "vision": 8, "work_rate": 5, "offensive_movement": 11, "defensive_movement": 11}, "technical": {"crossing": 9, "pass": 7, "long_pass": 9, "tackling": 12, "heading": 9, "interception": 10, "marking": 3, "shoot": 7, "dribble": 7, "long_shoot": 6, "free_kick": 7, "penalty": 7, "finishing": 9, "technique": 9, "first_touch": 8}, "physycal": {"acceleration": 12, "agility": 8, "balance": 5, "jump": 5, "pace": 13, "stamina": 8, "strength": 4}, "contract": {}}, {"price": 140000, "name": "Nazario", "surname": "del", "birth_date": "18/04/1984", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 2, "concentration": 3, "teamwork": 2, "vision": 9, "work_rate": 9, "offensive_movement": 4, "defensive_movement": 3}, "technical": {"crossing": 8, "pass": 3, "long_pass": 4, "tackling": 4, "heading": 4, "interception": 3, "marking": 11, "shoot": 6, "dribble": 3, "long_shoot": 9, "free_kick": 3, "penalty": 5, "finishing": 1, "technique": 2, "first_touch": 8}, "physycal": {"acceleration": 2, "agility": 5, "balance": 7, "jump": 6, "pace": 10, "stamina": 7, "strength": 10}, "contract": {}}, {"price": 170000, "name": "Duilio", "surname": "Melero-Galan", "birth_date": "17/10/1976", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 5, "form": "RECOVER", "potential": 5, "_potential_growth": 2, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 5, "aniticipation": 8, "decisions": 4, "concentration": 9, "teamwork": 4, "vision": 8, "work_rate": 8, "offensive_movement": 8, "defensive_movement": 6}, "technical": {"crossing": 3, "pass": 3, "long_pass": 2, "tackling": 7, "heading": 5, "interception": 3, "marking": 8, "shoot": 11, "dribble": 4, "long_shoot": 2, "free_kick": 5, "penalty": 7, "finishing": 10, "technique": 9, "first_touch": 2}, "physycal": {"acceleration": 7, "agility": 4, "balance": 1, "jump": 6, "pace": 5, "stamina": 8, "strength": 5}, "contract": {}}, {"price": 330000, "name": "V\u00edctor", "surname": "Albero", "birth_date": "26/03/2000", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 4, "_potential_growth": 5, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 16, "concentration": 10, "teamwork": 18, "vision": 12, "work_rate": 12, "offensive_movement": 12, "defensive_movement": 17}, "technical": {"crossing": 9, "pass": 17, "long_pass": 9, "tackling": 12, "heading": 1, "interception": 7, "marking": 10, "shoot": 6, "dribble": 12, "long_shoot": 4, "free_kick": 6, "penalty": 11, "finishing": 20, "technique": 13, "first_touch": 12}, "physycal": {"acceleration": 19, "agility": 16, "balance": 9, "jump": 16, "pace": 16, "stamina": 8, "strength": 18}, "contract": {}}, {"price": 290000, "name": "Bartolom\u00e9", "surname": "Tudela", "birth_date": "25/06/1996", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 5, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 4, "aniticipation": 1, "decisions": 2, "concentration": 10, "teamwork": 9, "vision": 8, "work_rate": 1, "offensive_movement": 2, "defensive_movement": 6}, "technical": {"crossing": 6, "pass": 4, "long_pass": 5, "tackling": 6, "heading": 5, "interception": 8, "marking": 8, "shoot": 8, "dribble": 3, "long_shoot": 9, "free_kick": 9, "penalty": 5, "finishing": 3, "technique": 6, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 5, "balance": 3, "jump": 8, "pace": 10, "stamina": 3, "strength": 10}, "contract": {}}, {"price": 90000, "name": "Felix", "surname": "Sanmiguel", "birth_date": "30/11/1998", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 3, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 2, "aniticipation": 7, "decisions": 3, "concentration": 2, "teamwork": 8, "vision": 9, "work_rate": 2, "offensive_movement": 11, "defensive_movement": 5}, "technical": {"crossing": 5, "pass": 11, "long_pass": 1, "tackling": 3, "heading": 8, "interception": 6, "marking": 11, "shoot": 9, "dribble": 2, "long_shoot": 9, "free_kick": 3, "penalty": 3, "finishing": 6, "technique": 1, "first_touch": 4}, "physycal": {"acceleration": 9, "agility": 6, "balance": 11, "jump": 3, "pace": 9, "stamina": 5, "strength": 6}, "contract": {}}, {"price": 170000, "name": "Horacio", "surname": "Diez", "birth_date": "06/03/1980", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 1, "_potential_growth": 1, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 12, "aniticipation": 8, "decisions": 11, "concentration": 4, "teamwork": 7, "vision": 6, "work_rate": 11, "offensive_movement": 8, "defensive_movement": 5}, "technical": {"crossing": 6, "pass": 10, "long_pass": 3, "tackling": 10, "heading": 12, "interception": 11, "marking": 10, "shoot": 7, "dribble": 16, "long_shoot": 6, "free_kick": 11, "penalty": 8, "finishing": 14, "technique": 16, "first_touch": 11}, "physycal": {"acceleration": 15, "agility": 15, "balance": 12, "jump": 16, "pace": 8, "stamina": 13, "strength": 10}, "contract": {}}, {"price": 270000, "name": "Samuel", "surname": "L\u00f3pez", "birth_date": "15/12/1982", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 4, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 2, "aniticipation": 11, "decisions": 8, "concentration": 9, "teamwork": 7, "vision": 6, "work_rate": 4, "offensive_movement": 4, "defensive_movement": 8}, "technical": {"crossing": 8, "pass": 6, "long_pass": 11, "tackling": 2, "heading": 8, "interception": 5, "marking": 5, "shoot": 6, "dribble": 1, "long_shoot": 8, "free_kick": 4, "penalty": 5, "finishing": 5, "technique": 10, "first_touch": 3}, "physycal": {"acceleration": 8, "agility": 4, "balance": 5, "jump": 11, "pace": 5, "stamina": 7, "strength": 9}, "contract": {}}, {"price": 310000, "name": "Rolando", "surname": "Herrero-Lobato", "birth_date": "28/09/1975", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 12, "aniticipation": 5, "decisions": 2, "concentration": 12, "teamwork": 4, "vision": 2, "work_rate": 3, "offensive_movement": 5, "defensive_movement": 9}, "technical": {"crossing": 6, "pass": 11, "long_pass": 4, "tackling": 12, "heading": 11, "interception": 8, "marking": 7, "shoot": 8, "dribble": 6, "long_shoot": 11, "free_kick": 5, "penalty": 7, "finishing": 4, "technique": 8, "first_touch": 3}, "physycal": {"acceleration": 5, "agility": 7, "balance": 6, "jump": 2, "pace": 8, "stamina": 9, "strength": 4}, "contract": {}}, {"price": 180000, "name": "Maxi", "surname": "Amat-Redondo", "birth_date": "05/01/1992", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 9, "aniticipation": 13, "decisions": 8, "concentration": 15, "teamwork": 15, "vision": 14, "work_rate": 13, "offensive_movement": 17, "defensive_movement": 8}, "technical": {"crossing": 10, "pass": 9, "long_pass": 6, "tackling": 16, "heading": 8, "interception": 11, "marking": 10, "shoot": 7, "dribble": 4, "long_shoot": 9, "free_kick": 12, "penalty": 14, "finishing": 8, "technique": 12, "first_touch": 13}, "physycal": {"acceleration": 12, "agility": 17, "balance": 14, "jump": 13, "pace": 17, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 280000, "name": "Jos\u00e9", "surname": "Mendiz\u00e1bal", "birth_date": "15/02/1994", "nationality": "ES", "moral": 4, "position": "W", "foot": "L", "prestige": 9, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 4, "aniticipation": 12, "decisions": 11, "concentration": 11, "teamwork": 12, "vision": 4, "work_rate": 10, "offensive_movement": 8, "defensive_movement": 10}, "technical": {"crossing": 13, "pass": 10, "long_pass": 11, "tackling": 4, "heading": 4, "interception": 10, "marking": 6, "shoot": 9, "dribble": 7, "long_shoot": 8, "free_kick": 5, "penalty": 6, "finishing": 13, "technique": 12, "first_touch": 7}, "physycal": {"acceleration": 5, "agility": 5, "balance": 6, "jump": 10, "pace": 9, "stamina": 12, "strength": 10}, "contract": {}}, {"price": -10000, "name": "Fabi\u00e1n", "surname": "Esteve", "birth_date": "26/08/1991", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 2, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 4, "concentration": 7, "teamwork": 8, "vision": 4, "work_rate": 10, "offensive_movement": 7, "defensive_movement": 12}, "technical": {"crossing": 2, "pass": 2, "long_pass": 10, "tackling": 11, "heading": 4, "interception": 7, "marking": 4, "shoot": 10, "dribble": 5, "long_shoot": 6, "free_kick": 8, "penalty": 10, "finishing": 5, "technique": 2, "first_touch": 3}, "physycal": {"acceleration": 6, "agility": 3, "balance": 4, "jump": 11, "pace": 5, "stamina": 7, "strength": 8}, "contract": {}}, {"price": 200000, "name": "Seve", "surname": "Castillo", "birth_date": "28/07/1995", "nationality": "ES", "moral": 4, "position": "U", "foot": "L", "prestige": 15, "form": "PERFECT", "potential": 5, "_potential_growth": 4, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 14, "concentration": 19, "teamwork": 19, "vision": 11, "work_rate": 20, "offensive_movement": 13, "defensive_movement": 14}, "technical": {"crossing": 11, "pass": 10, "long_pass": 5, "tackling": 10, "heading": 18, "interception": 1, "marking": 3, "shoot": 18, "dribble": 12, "long_shoot": 13, "free_kick": 20, "penalty": 15, "finishing": 10, "technique": 9, "first_touch": 8}, "physycal": {"acceleration": 9, "agility": 17, "balance": 13, "jump": 19, "pace": 13, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 220000, "name": "Calisto", "surname": "Bar\u00f3n-Salamanca", "birth_date": "19/12/1988", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 10, "aniticipation": 11, "decisions": 8, "concentration": 9, "teamwork": 9, "vision": 4, "work_rate": 12, "offensive_movement": 10, "defensive_movement": 8}, "technical": {"crossing": 5, "pass": 13, "long_pass": 4, "tackling": 12, "heading": 12, "interception": 14, "marking": 11, "shoot": 9, "dribble": 16, "long_shoot": 3, "free_kick": 2, "penalty": 5, "finishing": 11, "technique": 7, "first_touch": 13}, "physycal": {"acceleration": 2, "agility": 2, "balance": 13, "jump": 15, "pace": 2, "stamina": 10, "strength": 16}, "contract": {}}, {"price": 140000, "name": "Cleto", "surname": "Mendiz\u00e1bal", "birth_date": "18/07/1983", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 3, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 8, "aniticipation": 13, "decisions": 12, "concentration": 12, "teamwork": 10, "vision": 6, "work_rate": 6, "offensive_movement": 3, "defensive_movement": 3}, "technical": {"crossing": 9, "pass": 2, "long_pass": 11, "tackling": 3, "heading": 11, "interception": 5, "marking": 6, "shoot": 5, "dribble": 10, "long_shoot": 3, "free_kick": 7, "penalty": 9, "finishing": 6, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 9, "agility": 5, "balance": 4, "jump": 6, "pace": 10, "stamina": 7, "strength": 12}, "contract": {}}, {"price": 390000, "name": "Bartolom\u00e9", "surname": "Portillo-Toledo", "birth_date": "17/04/1986", "nationality": "ES", "moral": 1, "position": "U", "foot": "L", "prestige": 15, "form": "PERFECT", "potential": 3, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 16, "aniticipation": 11, "decisions": 10, "concentration": 17, "teamwork": 19, "vision": 17, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 13}, "technical": {"crossing": 17, "pass": 14, "long_pass": 7, "tackling": 18, "heading": 16, "interception": 16, "marking": 14, "shoot": 15, "dribble": 17, "long_shoot": 20, "free_kick": 14, "penalty": 11, "finishing": 20, "technique": 17, "first_touch": 12}, "physycal": {"acceleration": 14, "agility": 15, "balance": 14, "jump": 12, "pace": 15, "stamina": 19, "strength": 14}, "contract": {}}, {"price": 290000, "name": "Jos\u00e9", "surname": "Frutos-Mu\u00f1oz", "birth_date": "11/11/1976", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 7, "concentration": 8, "teamwork": 9, "vision": 4, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 9}, "technical": {"crossing": 14, "pass": 11, "long_pass": 13, "tackling": 9, "heading": 11, "interception": 11, "marking": 5, "shoot": 6, "dribble": 2, "long_shoot": 8, "free_kick": 15, "penalty": 14, "finishing": 10, "technique": 10, "first_touch": 1}, "physycal": {"acceleration": 7, "agility": 10, "balance": 4, "jump": 8, "pace": 9, "stamina": 10, "strength": 6}, "contract": {}}, {"price": 180000, "name": "Rolando", "surname": "Bola\u00f1os-Cid", "birth_date": "07/11/1996", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 17, "form": "INJURED", "potential": 2, "_potential_growth": 1, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 12, "aniticipation": 10, "decisions": 10, "concentration": 13, "teamwork": 6, "vision": 11, "work_rate": 5, "offensive_movement": 8, "defensive_movement": 14}, "technical": {"crossing": 11, "pass": 11, "long_pass": 6, "tackling": 13, "heading": 14, "interception": 17, "marking": 7, "shoot": 9, "dribble": 9, "long_shoot": 17, "free_kick": 13, "penalty": 17, "finishing": 4, "technique": 10, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 7, "balance": 13, "jump": 13, "pace": 11, "stamina": 13, "strength": 13}, "contract": {}}, {"price": 200000, "name": "Eutimio", "surname": "de", "birth_date": "15/06/1996", "nationality": "ES", "moral": 3, "position": "G", "foot": "L", "prestige": 14, "form": "PERFECT", "potential": 2, "_potential_growth": 2, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 15, "aniticipation": 16, "decisions": 5, "concentration": 4, "teamwork": 7, "vision": 7, "work_rate": 14, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 16, "pass": 13, "long_pass": 14, "tackling": 12, "heading": 12, "interception": 9, "marking": 10, "shoot": 19, "dribble": 18, "long_shoot": 13, "free_kick": 10, "penalty": 18, "finishing": 12, "technique": 13, "first_touch": 18}, "physycal": {"acceleration": 12, "agility": 10, "balance": 15, "jump": 16, "pace": 10, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 250000, "name": "Valero", "surname": "Bay\u00f3n", "birth_date": "13/03/2004", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 5, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 3, "decisions": 11, "concentration": 8, "teamwork": 5, "vision": 3, "work_rate": 8, "offensive_movement": 6, "defensive_movement": 6}, "technical": {"crossing": 9, "pass": 11, "long_pass": 5, "tackling": 2, "heading": 2, "interception": 1, "marking": 10, "shoot": 5, "dribble": 11, "long_shoot": 3, "free_kick": 4, "penalty": 1, "finishing": 5, "technique": 8, "first_touch": 9}, "physycal": {"acceleration": 4, "agility": 9, "balance": 6, "jump": 8, "pace": 10, "stamina": 8, "strength": 7}, "contract": {}}, {"price": 210000, "name": "Quique", "surname": "Reig", "birth_date": "01/02/2001", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 12, "aniticipation": 9, "decisions": 3, "concentration": 8, "teamwork": 9, "vision": 11, "work_rate": 4, "offensive_movement": 12, "defensive_movement": 3}, "technical": {"crossing": 7, "pass": 5, "long_pass": 3, "tackling": 5, "heading": 7, "interception": 3, "marking": 13, "shoot": 4, "dribble": 6, "long_shoot": 3, "free_kick": 4, "penalty": 9, "finishing": 11, "technique": 9, "first_touch": 4}, "physycal": {"acceleration": 7, "agility": 10, "balance": 6, "jump": 5, "pace": 4, "stamina": 8, "strength": 4}, "contract": {}}, {"price": 220000, "name": "Andr\u00e9s", "surname": "Busquets", "birth_date": "09/08/1984", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 7, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 7, "aniticipation": 2, "decisions": 12, "concentration": 3, "teamwork": 6, "vision": 10, "work_rate": 11, "offensive_movement": 4, "defensive_movement": 7}, "technical": {"crossing": 7, "pass": 3, "long_pass": 4, "tackling": 10, "heading": 7, "interception": 9, "marking": 9, "shoot": 7, "dribble": 9, "long_shoot": 7, "free_kick": 4, "penalty": 7, "finishing": 8, "technique": 11, "first_touch": 4}, "physycal": {"acceleration": 8, "agility": 10, "balance": 4, "jump": 3, "pace": 3, "stamina": 7, "strength": 9}, "contract": {}}, {"price": 210000, "name": "V\u00edctor", "surname": "Requena", "birth_date": "19/04/1999", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 5, "aniticipation": 7, "decisions": 5, "concentration": 3, "teamwork": 5, "vision": 4, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 4, "pass": 11, "long_pass": 3, "tackling": 8, "heading": 1, "interception": 2, "marking": 5, "shoot": 2, "dribble": 6, "long_shoot": 3, "free_kick": 3, "penalty": 5, "finishing": 1, "technique": 11, "first_touch": 4}, "physycal": {"acceleration": 7, "agility": 4, "balance": 2, "jump": 6, "pace": 6, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 290000, "name": "Epifanio", "surname": "Matas", "birth_date": "16/11/1985", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 16, "aniticipation": 17, "decisions": 12, "concentration": 8, "teamwork": 5, "vision": 9, "work_rate": 14, "offensive_movement": 5, "defensive_movement": 17}, "technical": {"crossing": 14, "pass": 9, "long_pass": 12, "tackling": 11, "heading": 7, "interception": 7, "marking": 2, "shoot": 15, "dribble": 11, "long_shoot": 7, "free_kick": 13, "penalty": 9, "finishing": 14, "technique": 9, "first_touch": 11}, "physycal": {"acceleration": 14, "agility": 9, "balance": 11, "jump": 13, "pace": 12, "stamina": 16, "strength": 9}, "contract": {}}, {"price": 230000, "name": "Pelayo", "surname": "\u00c1lvarez", "birth_date": "19/06/1977", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 10, "decisions": 4, "concentration": 4, "teamwork": 5, "vision": 5, "work_rate": 7, "offensive_movement": 5, "defensive_movement": 13}, "technical": {"crossing": 10, "pass": 12, "long_pass": 11, "tackling": 9, "heading": 12, "interception": 7, "marking": 11, "shoot": 8, "dribble": 10, "long_shoot": 7, "free_kick": 8, "penalty": 14, "finishing": 9, "technique": 5, "first_touch": 7}, "physycal": {"acceleration": 12, "agility": 9, "balance": 1, "jump": 3, "pace": 12, "stamina": 9, "strength": 11}, "contract": {}}, {"price": 260000, "name": "Nicol\u00e1s", "surname": "Valencia", "birth_date": "07/07/1991", "nationality": "ES", "moral": 4, "position": "U", "foot": "L", "prestige": 6, "form": "GOOD", "potential": 2, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 7, "decisions": 11, "concentration": 1, "teamwork": 3, "vision": 2, "work_rate": 1, "offensive_movement": 4, "defensive_movement": 5}, "technical": {"crossing": 7, "pass": 10, "long_pass": 7, "tackling": 6, "heading": 1, "interception": 11, "marking": 1, "shoot": 4, "dribble": 1, "long_shoot": 6, "free_kick": 8, "penalty": 7, "finishing": 11, "technique": 1, "first_touch": 5}, "physycal": {"acceleration": 1, "agility": 11, "balance": 3, "jump": 10, "pace": 4, "stamina": 5, "strength": 2}, "contract": {}}, {"price": 280000, "name": "Espiridi\u00f3n", "surname": "Jord\u00e1", "birth_date": "24/03/1980", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 11, "form": "INJURED", "potential": 2, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 15, "aniticipation": 15, "decisions": 13, "concentration": 16, "teamwork": 12, "vision": 15, "work_rate": 6, "offensive_movement": 6, "defensive_movement": 11}, "technical": {"crossing": 13, "pass": 5, "long_pass": 6, "tackling": 10, "heading": 12, "interception": 12, "marking": 4, "shoot": 11, "dribble": 7, "long_shoot": 9, "free_kick": 15, "penalty": 11, "finishing": 8, "technique": 10, "first_touch": 6}, "physycal": {"acceleration": 12, "agility": 15, "balance": 4, "jump": 11, "pace": 12, "stamina": 6, "strength": 2}, "contract": {}}, {"price": 300000, "name": "Ram\u00f3n", "surname": "Enr\u00edquez-Sola", "birth_date": "18/03/1989", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 18, "form": "INJURED", "potential": 3, "_potential_growth": 1, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 14, "aniticipation": 20, "decisions": 12, "concentration": 16, "teamwork": 12, "vision": 13, "work_rate": 18, "offensive_movement": 13, "defensive_movement": 18}, "technical": {"crossing": 16, "pass": 20, "long_pass": 19, "tackling": 19, "heading": 17, "interception": 12, "marking": 18, "shoot": 15, "dribble": 17, "long_shoot": 13, "free_kick": 20, "penalty": 20, "finishing": 12, "technique": 19, "first_touch": 15}, "physycal": {"acceleration": 13, "agility": 12, "balance": 14, "jump": 17, "pace": 17, "stamina": 16, "strength": 16}, "contract": {}}, {"price": 470000, "name": "Nazario", "surname": "L\u00f3pez", "birth_date": "20/03/1976", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 4, "aniticipation": 10, "decisions": 9, "concentration": 7, "teamwork": 7, "vision": 3, "work_rate": 8, "offensive_movement": 2, "defensive_movement": 4}, "technical": {"crossing": 15, "pass": 9, "long_pass": 14, "tackling": 7, "heading": 9, "interception": 13, "marking": 9, "shoot": 5, "dribble": 4, "long_shoot": 8, "free_kick": 11, "penalty": 14, "finishing": 4, "technique": 5, "first_touch": 12}, "physycal": {"acceleration": 7, "agility": 7, "balance": 2, "jump": 1, "pace": 9, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 190000, "name": "R\u00e9gulo", "surname": "Escriv\u00e1-Diez", "birth_date": "24/06/2005", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 6, "concentration": 4, "teamwork": 8, "vision": 5, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 6, "long_pass": 6, "tackling": 7, "heading": 12, "interception": 8, "marking": 11, "shoot": 12, "dribble": 13, "long_shoot": 3, "free_kick": 13, "penalty": 4, "finishing": 6, "technique": 14, "first_touch": 12}, "physycal": {"acceleration": 7, "agility": 11, "balance": 4, "jump": 2, "pace": 2, "stamina": 6, "strength": 9}, "contract": {}}, {"price": 210000, "name": "Pelayo", "surname": "\u00c1lvarez", "birth_date": "13/11/1995", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 3, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 14, "decisions": 20, "concentration": 15, "teamwork": 17, "vision": 12, "work_rate": 14, "offensive_movement": 19, "defensive_movement": 9}, "technical": {"crossing": 18, "pass": 15, "long_pass": 19, "tackling": 12, "heading": 12, "interception": 11, "marking": 4, "shoot": 9, "dribble": 5, "long_shoot": 10, "free_kick": 4, "penalty": 9, "finishing": 11, "technique": 9, "first_touch": 10}, "physycal": {"acceleration": 17, "agility": 17, "balance": 14, "jump": 19, "pace": 12, "stamina": 16, "strength": 11}, "contract": {}}, {"price": 290000, "name": "Severo", "surname": "Manzanares", "birth_date": "15/05/1985", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 15, "aniticipation": 14, "decisions": 7, "concentration": 4, "teamwork": 11, "vision": 4, "work_rate": 7, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 10, "long_pass": 10, "tackling": 5, "heading": 17, "interception": 8, "marking": 10, "shoot": 14, "dribble": 8, "long_shoot": 15, "free_kick": 11, "penalty": 7, "finishing": 8, "technique": 9, "first_touch": 15}, "physycal": {"acceleration": 7, "agility": 6, "balance": 14, "jump": 14, "pace": 15, "stamina": 8, "strength": 11}, "contract": {}}, {"price": 400000, "name": "Samuel", "surname": "Matas", "birth_date": "07/08/2004", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 2, "aniticipation": 6, "decisions": 3, "concentration": 2, "teamwork": 10, "vision": 6, "work_rate": 1, "offensive_movement": 2, "defensive_movement": 11}, "technical": {"crossing": 2, "pass": 4, "long_pass": 1, "tackling": 2, "heading": 6, "interception": 10, "marking": 7, "shoot": 7, "dribble": 8, "long_shoot": 3, "free_kick": 8, "penalty": 3, "finishing": 4, "technique": 6, "first_touch": 2}, "physycal": {"acceleration": 4, "agility": 1, "balance": 10, "jump": 5, "pace": 5, "stamina": 10, "strength": 5}, "contract": {}}, {"price": 230000, "name": "Felix", "surname": "Bola\u00f1os-Cid", "birth_date": "09/04/2001", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 9, "aniticipation": 2, "decisions": 1, "concentration": 3, "teamwork": 3, "vision": 2, "work_rate": 5, "offensive_movement": 1, "defensive_movement": 5}, "technical": {"crossing": 11, "pass": 5, "long_pass": 6, "tackling": 2, "heading": 6, "interception": 8, "marking": 7, "shoot": 7, "dribble": 3, "long_shoot": 5, "free_kick": 3, "penalty": 4, "finishing": 1, "technique": 2, "first_touch": 5}, "physycal": {"acceleration": 9, "agility": 8, "balance": 6, "jump": 3, "pace": 2, "stamina": 5, "strength": 7}, "contract": {}}, {"price": 270000, "name": "Patricio", "surname": "Tom\u00e9", "birth_date": "01/09/2003", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 3, "aniticipation": 3, "decisions": 2, "concentration": 11, "teamwork": 6, "vision": 11, "work_rate": 11, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 8, "pass": 10, "long_pass": 8, "tackling": 9, "heading": 6, "interception": 5, "marking": 12, "shoot": 13, "dribble": 11, "long_shoot": 10, "free_kick": 14, "penalty": 12, "finishing": 7, "technique": 11, "first_touch": 11}, "physycal": {"acceleration": 9, "agility": 5, "balance": 12, "jump": 11, "pace": 13, "stamina": 5, "strength": 9}, "contract": {}}, {"price": 170000, "name": "Hugo", "surname": "Cornejo", "birth_date": "01/11/1979", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 5, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 9, "aniticipation": 8, "decisions": 12, "concentration": 13, "teamwork": 5, "vision": 11, "work_rate": 10, "offensive_movement": 14, "defensive_movement": 13}, "technical": {"crossing": 12, "pass": 9, "long_pass": 7, "tackling": 9, "heading": 5, "interception": 14, "marking": 13, "shoot": 10, "dribble": 11, "long_shoot": 8, "free_kick": 6, "penalty": 4, "finishing": 2, "technique": 8, "first_touch": 10}, "physycal": {"acceleration": 7, "agility": 13, "balance": 7, "jump": 5, "pace": 7, "stamina": 8, "strength": 10}, "contract": {}}, {"price": 100000, "name": "Horacio", "surname": "Mendiz\u00e1bal", "birth_date": "10/05/1977", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 3, "aniticipation": 2, "decisions": 9, "concentration": 3, "teamwork": 1, "vision": 6, "work_rate": 4, "offensive_movement": 8, "defensive_movement": 5}, "technical": {"crossing": 3, "pass": 2, "long_pass": 7, "tackling": 4, "heading": 8, "interception": 4, "marking": 7, "shoot": 2, "dribble": 8, "long_shoot": 11, "free_kick": 4, "penalty": 2, "finishing": 11, "technique": 11, "first_touch": 6}, "physycal": {"acceleration": 4, "agility": 6, "balance": 9, "jump": 1, "pace": 8, "stamina": 1, "strength": 11}, "contract": {}}, {"price": 120000, "name": "Salom\u00f3n", "surname": "Castej\u00f3n", "birth_date": "19/08/1990", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 3, "concentration": 6, "teamwork": 7, "vision": 5, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 11}, "technical": {"crossing": 7, "pass": 12, "long_pass": 4, "tackling": 12, "heading": 10, "interception": 2, "marking": 5, "shoot": 6, "dribble": 9, "long_shoot": 5, "free_kick": 11, "penalty": 9, "finishing": 7, "technique": 3, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 11, "balance": 7, "jump": 3, "pace": 11, "stamina": 12, "strength": 8}, "contract": {}}, {"price": 200000, "name": "Jos\u00e9", "surname": "Cardona", "birth_date": "22/04/1984", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 7, "form": "RECOVER", "potential": 4, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 2, "decisions": 12, "concentration": 5, "teamwork": 6, "vision": 8, "work_rate": 9, "offensive_movement": 10, "defensive_movement": 4}, "technical": {"crossing": 8, "pass": 9, "long_pass": 8, "tackling": 12, "heading": 12, "interception": 7, "marking": 10, "shoot": 2, "dribble": 2, "long_shoot": 2, "free_kick": 12, "penalty": 11, "finishing": 3, "technique": 3, "first_touch": 2}, "physycal": {"acceleration": 6, "agility": 8, "balance": 2, "jump": 10, "pace": 3, "stamina": 9, "strength": 3}, "contract": {}}, {"price": 300000, "name": "Reinaldo", "surname": "Escriv\u00e1-Diez", "birth_date": "26/12/2003", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 7, "aniticipation": 7, "decisions": 10, "concentration": 11, "teamwork": 7, "vision": 6, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 11, "long_pass": 13, "tackling": 12, "heading": 9, "interception": 6, "marking": 6, "shoot": 11, "dribble": 6, "long_shoot": 3, "free_kick": 10, "penalty": 4, "finishing": 9, "technique": 5, "first_touch": 3}, "physycal": {"acceleration": 8, "agility": 13, "balance": 5, "jump": 14, "pace": 7, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 370000, "name": "Hector", "surname": "de", "birth_date": "10/07/2004", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 9, "concentration": 13, "teamwork": 10, "vision": 10, "work_rate": 11, "offensive_movement": 11, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 5, "long_pass": 12, "tackling": 3, "heading": 9, "interception": 1, "marking": 8, "shoot": 11, "dribble": 12, "long_shoot": 5, "free_kick": 3, "penalty": 3, "finishing": 5, "technique": 4, "first_touch": 5}, "physycal": {"acceleration": 4, "agility": 13, "balance": 12, "jump": 4, "pace": 12, "stamina": 9, "strength": 9}, "contract": {}}, {"price": 20000, "name": "Amado", "surname": "L\u00f3pez", "birth_date": "23/04/1989", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 9, "form": "INJURED", "potential": 4, "_potential_growth": 3, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 9, "aniticipation": 6, "decisions": 3, "concentration": 8, "teamwork": 3, "vision": 6, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 13}, "technical": {"crossing": 3, "pass": 10, "long_pass": 5, "tackling": 13, "heading": 8, "interception": 10, "marking": 7, "shoot": 7, "dribble": 2, "long_shoot": 11, "free_kick": 11, "penalty": 13, "finishing": 9, "technique": 9, "first_touch": 10}, "physycal": {"acceleration": 7, "agility": 11, "balance": 14, "jump": 14, "pace": 4, "stamina": 12, "strength": 14}, "contract": {}}, {"price": 350000, "name": "Samuel", "surname": "Palacios-Sarmiento", "birth_date": "22/09/1984", "nationality": "ES", "moral": 2, "position": "U", "foot": "L", "prestige": 14, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 17, "aniticipation": 11, "decisions": 15, "concentration": 9, "teamwork": 9, "vision": 16, "work_rate": 11, "offensive_movement": 14, "defensive_movement": 18}, "technical": {"crossing": 4, "pass": 13, "long_pass": 12, "tackling": 9, "heading": 10, "interception": 2, "marking": 3, "shoot": 16, "dribble": 7, "long_shoot": 9, "free_kick": 14, "penalty": 9, "finishing": 9, "technique": 14, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 10, "balance": 16, "jump": 16, "pace": 13, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 350000, "name": "Bautista", "surname": "Domingo", "birth_date": "13/01/2002", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 12, "aniticipation": 4, "decisions": 3, "concentration": 6, "teamwork": 6, "vision": 10, "work_rate": 6, "offensive_movement": 2, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 10, "long_pass": 8, "tackling": 2, "heading": 4, "interception": 4, "marking": 6, "shoot": 4, "dribble": 2, "long_shoot": 12, "free_kick": 3, "penalty": 5, "finishing": 2, "technique": 2, "first_touch": 2}, "physycal": {"acceleration": 12, "agility": 4, "balance": 2, "jump": 9, "pace": 7, "stamina": 6, "strength": 4}, "contract": {}}, {"price": 320000, "name": "Rafa", "surname": "Esteve", "birth_date": "03/01/1977", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 12, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 10, "aniticipation": 6, "decisions": 5, "concentration": 14, "teamwork": 10, "vision": 11, "work_rate": 13, "offensive_movement": 9, "defensive_movement": 4}, "technical": {"crossing": 14, "pass": 4, "long_pass": 10, "tackling": 5, "heading": 7, "interception": 5, "marking": 9, "shoot": 9, "dribble": 7, "long_shoot": 13, "free_kick": 5, "penalty": 10, "finishing": 4, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 9, "agility": 12, "balance": 16, "jump": 14, "pace": 8, "stamina": 6, "strength": 11}, "contract": {}}, {"price": 140000, "name": "Candelario", "surname": "Barrera", "birth_date": "03/08/1981", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 11, "aniticipation": 1, "decisions": 5, "concentration": 7, "teamwork": 1, "vision": 7, "work_rate": 9, "offensive_movement": 2, "defensive_movement": 2}, "technical": {"crossing": 6, "pass": 11, "long_pass": 9, "tackling": 11, "heading": 1, "interception": 8, "marking": 11, "shoot": 1, "dribble": 8, "long_shoot": 10, "free_kick": 7, "penalty": 6, "finishing": 7, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 5, "agility": 1, "balance": 5, "jump": 6, "pace": 10, "stamina": 6, "strength": 2}, "contract": {}}, {"price": 210000, "name": "Albert", "surname": "Abril", "birth_date": "15/11/2001", "nationality": "ES", "moral": 2, "position": "D", "foot": "L", "prestige": 14, "form": "INJURED", "potential": 1, "_potential_growth": 3, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 18, "aniticipation": 18, "decisions": 16, "concentration": 16, "teamwork": 9, "vision": 12, "work_rate": 17, "offensive_movement": 18, "defensive_movement": 17}, "technical": {"crossing": 16, "pass": 14, "long_pass": 17, "tackling": 6, "heading": 10, "interception": 8, "marking": 11, "shoot": 10, "dribble": 16, "long_shoot": 12, "free_kick": 5, "penalty": 7, "finishing": 14, "technique": 15, "first_touch": 14}, "physycal": {"acceleration": 18, "agility": 10, "balance": 9, "jump": 11, "pace": 18, "stamina": 18, "strength": 19}, "contract": {}}, {"price": 180000, "name": "Felix", "surname": "Mercader", "birth_date": "10/01/1980", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 8, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 11, "aniticipation": 3, "decisions": 12, "concentration": 4, "teamwork": 11, "vision": 9, "work_rate": 7, "offensive_movement": 13, "defensive_movement": 12}, "technical": {"crossing": 11, "pass": 7, "long_pass": 5, "tackling": 5, "heading": 9, "interception": 6, "marking": 6, "shoot": 3, "dribble": 10, "long_shoot": 9, "free_kick": 3, "penalty": 4, "finishing": 7, "technique": 10, "first_touch": 4}, "physycal": {"acceleration": 7, "agility": 9, "balance": 9, "jump": 5, "pace": 5, "stamina": 7, "strength": 3}, "contract": {}}, {"price": 20000, "name": "Rosendo", "surname": "Sanmiguel", "birth_date": "02/03/1990", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 6, "form": "INJURED", "potential": 1, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 3, "aniticipation": 1, "decisions": 4, "concentration": 9, "teamwork": 2, "vision": 2, "work_rate": 10, "offensive_movement": 5, "defensive_movement": 2}, "technical": {"crossing": 10, "pass": 9, "long_pass": 3, "tackling": 6, "heading": 1, "interception": 11, "marking": 1, "shoot": 10, "dribble": 2, "long_shoot": 3, "free_kick": 5, "penalty": 5, "finishing": 9, "technique": 3, "first_touch": 5}, "physycal": {"acceleration": 4, "agility": 3, "balance": 3, "jump": 11, "pace": 6, "stamina": 4, "strength": 5}, "contract": {}}, {"price": 200000, "name": "Efra\u00edn", "surname": "Reig", "birth_date": "07/11/1999", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 16, "form": "RECOVER", "potential": 3, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 17, "aniticipation": 11, "decisions": 3, "concentration": 6, "teamwork": 11, "vision": 7, "work_rate": 5, "offensive_movement": 11, "defensive_movement": 17}, "technical": {"crossing": 9, "pass": 3, "long_pass": 9, "tackling": 17, "heading": 13, "interception": 9, "marking": 13, "shoot": 9, "dribble": 12, "long_shoot": 8, "free_kick": 13, "penalty": 13, "finishing": 6, "technique": 8, "first_touch": 15}, "physycal": {"acceleration": 6, "agility": 7, "balance": 9, "jump": 9, "pace": 7, "stamina": 11, "strength": 8}, "contract": {}}, {"price": 110000, "name": "Salom\u00f3n", "surname": "Borrego", "birth_date": "29/03/1978", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 2, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 11, "aniticipation": 8, "decisions": 7, "concentration": 9, "teamwork": 10, "vision": 8, "work_rate": 3, "offensive_movement": 4, "defensive_movement": 1}, "technical": {"crossing": 5, "pass": 7, "long_pass": 9, "tackling": 3, "heading": 8, "interception": 5, "marking": 8, "shoot": 6, "dribble": 2, "long_shoot": 7, "free_kick": 9, "penalty": 1, "finishing": 5, "technique": 11, "first_touch": 5}, "physycal": {"acceleration": 11, "agility": 2, "balance": 8, "jump": 2, "pace": 7, "stamina": 6, "strength": 1}, "contract": {}}, {"price": 400000, "name": "Maximiano", "surname": "Angulo", "birth_date": "09/01/2003", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 7, "aniticipation": 11, "decisions": 9, "concentration": 13, "teamwork": 7, "vision": 6, "work_rate": 13, "offensive_movement": 15, "defensive_movement": 10}, "technical": {"crossing": 7, "pass": 11, "long_pass": 4, "tackling": 8, "heading": 14, "interception": 10, "marking": 15, "shoot": 8, "dribble": 9, "long_shoot": 8, "free_kick": 8, "penalty": 11, "finishing": 7, "technique": 9, "first_touch": 8}, "physycal": {"acceleration": 16, "agility": 11, "balance": 11, "jump": 7, "pace": 7, "stamina": 9, "strength": 7}, "contract": {}}, {"price": 160000, "name": "Felix", "surname": "Tom\u00e9", "birth_date": "20/11/1989", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 15, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 13, "aniticipation": 3, "decisions": 11, "concentration": 13, "teamwork": 6, "vision": 12, "work_rate": 16, "offensive_movement": 10, "defensive_movement": 6}, "technical": {"crossing": 14, "pass": 7, "long_pass": 7, "tackling": 11, "heading": 13, "interception": 5, "marking": 4, "shoot": 6, "dribble": 13, "long_shoot": 3, "free_kick": 6, "penalty": 5, "finishing": 16, "technique": 15, "first_touch": 11}, "physycal": {"acceleration": 20, "agility": 11, "balance": 5, "jump": 10, "pace": 10, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 290000, "name": "Nazario", "surname": "Castillo", "birth_date": "26/08/1986", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 16, "form": "INJURED", "potential": 4, "_potential_growth": 5, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 7, "aniticipation": 4, "decisions": 16, "concentration": 14, "teamwork": 10, "vision": 18, "work_rate": 14, "offensive_movement": 18, "defensive_movement": 6}, "technical": {"crossing": 14, "pass": 15, "long_pass": 17, "tackling": 13, "heading": 10, "interception": 11, "marking": 20, "shoot": 9, "dribble": 7, "long_shoot": 3, "free_kick": 3, "penalty": 6, "finishing": 8, "technique": 8, "first_touch": 7}, "physycal": {"acceleration": 16, "agility": 12, "balance": 12, "jump": 8, "pace": 20, "stamina": 7, "strength": 8}, "contract": {}}, {"price": 310000, "name": "Albino", "surname": "Portillo-Toledo", "birth_date": "10/06/1982", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 1, "_potential_growth": 4, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 15, "aniticipation": 16, "decisions": 14, "concentration": 11, "teamwork": 9, "vision": 6, "work_rate": 12, "offensive_movement": 12, "defensive_movement": 15}, "technical": {"crossing": 3, "pass": 7, "long_pass": 10, "tackling": 7, "heading": 14, "interception": 8, "marking": 11, "shoot": 13, "dribble": 2, "long_shoot": 14, "free_kick": 9, "penalty": 12, "finishing": 2, "technique": 4, "first_touch": 9}, "physycal": {"acceleration": 15, "agility": 17, "balance": 11, "jump": 13, "pace": 17, "stamina": 17, "strength": 11}, "contract": {}}, {"price": 210000, "name": "Albino", "surname": "Morera", "birth_date": "27/12/1990", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 10, "form": "GOOD", "potential": 5, "_potential_growth": 1, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 15, "aniticipation": 8, "decisions": 13, "concentration": 11, "teamwork": 10, "vision": 11, "work_rate": 10, "offensive_movement": 12, "defensive_movement": 8}, "technical": {"crossing": 14, "pass": 7, "long_pass": 8, "tackling": 7, "heading": 8, "interception": 8, "marking": 6, "shoot": 11, "dribble": 11, "long_shoot": 10, "free_kick": 9, "penalty": 13, "finishing": 8, "technique": 5, "first_touch": 15}, "physycal": {"acceleration": 8, "agility": 11, "balance": 5, "jump": 15, "pace": 11, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 140000, "name": "Bartolom\u00e9", "surname": "Estrada", "birth_date": "17/08/1976", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 1, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 12, "aniticipation": 6, "decisions": 10, "concentration": 4, "teamwork": 5, "vision": 11, "work_rate": 7, "offensive_movement": 12, "defensive_movement": 6}, "technical": {"crossing": 11, "pass": 9, "long_pass": 9, "tackling": 2, "heading": 4, "interception": 6, "marking": 8, "shoot": 11, "dribble": 9, "long_shoot": 3, "free_kick": 12, "penalty": 7, "finishing": 7, "technique": 7, "first_touch": 9}, "physycal": {"acceleration": 2, "agility": 11, "balance": 9, "jump": 6, "pace": 10, "stamina": 5, "strength": 8}, "contract": {}}, {"price": 330000, "name": "Hugo", "surname": "Mart\u00edn-Romeu", "birth_date": "12/02/2000", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 4, "_potential_growth": 3, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 11, "aniticipation": 10, "decisions": 13, "concentration": 6, "teamwork": 9, "vision": 7, "work_rate": 14, "offensive_movement": 8, "defensive_movement": 12}, "technical": {"crossing": 11, "pass": 8, "long_pass": 15, "tackling": 16, "heading": 10, "interception": 17, "marking": 8, "shoot": 8, "dribble": 13, "long_shoot": 9, "free_kick": 18, "penalty": 16, "finishing": 13, "technique": 15, "first_touch": 7}, "physycal": {"acceleration": 16, "agility": 15, "balance": 11, "jump": 11, "pace": 14, "stamina": 1, "strength": 5}, "contract": {}}, {"price": 280000, "name": "Pascual", "surname": "Carmona-Cano", "birth_date": "22/06/1977", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 4, "aniticipation": 9, "decisions": 2, "concentration": 4, "teamwork": 9, "vision": 7, "work_rate": 10, "offensive_movement": 6, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 5, "long_pass": 10, "tackling": 10, "heading": 6, "interception": 4, "marking": 4, "shoot": 9, "dribble": 8, "long_shoot": 9, "free_kick": 4, "penalty": 8, "finishing": 11, "technique": 2, "first_touch": 6}, "physycal": {"acceleration": 8, "agility": 4, "balance": 4, "jump": 2, "pace": 2, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 250000, "name": "Rafa", "surname": "Tom\u00e9", "birth_date": "02/03/1978", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 4, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 11, "aniticipation": 4, "decisions": 7, "concentration": 10, "teamwork": 9, "vision": 7, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 9}, "technical": {"crossing": 7, "pass": 6, "long_pass": 8, "tackling": 10, "heading": 7, "interception": 8, "marking": 10, "shoot": 2, "dribble": 7, "long_shoot": 9, "free_kick": 10, "penalty": 9, "finishing": 3, "technique": 3, "first_touch": 8}, "physycal": {"acceleration": 15, "agility": 12, "balance": 12, "jump": 7, "pace": 15, "stamina": 11, "strength": 12}, "contract": {}}, {"price": 280000, "name": "Saturnino", "surname": "Carmona-Cano", "birth_date": "16/05/1979", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 2, "concentration": 9, "teamwork": 11, "vision": 2, "work_rate": 9, "offensive_movement": 10, "defensive_movement": 9}, "technical": {"crossing": 3, "pass": 4, "long_pass": 3, "tackling": 8, "heading": 4, "interception": 4, "marking": 3, "shoot": 7, "dribble": 8, "long_shoot": 4, "free_kick": 2, "penalty": 6, "finishing": 8, "technique": 7, "first_touch": 8}, "physycal": {"acceleration": 10, "agility": 2, "balance": 5, "jump": 12, "pace": 1, "stamina": 6, "strength": 10}, "contract": {}}, {"price": 290000, "name": "Eustaquio", "surname": "Angulo", "birth_date": "01/01/1989", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 4, "_potential_growth": 2, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 8, "aniticipation": 12, "decisions": 7, "concentration": 14, "teamwork": 10, "vision": 16, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 13}, "technical": {"crossing": 11, "pass": 17, "long_pass": 12, "tackling": 15, "heading": 8, "interception": 7, "marking": 12, "shoot": 12, "dribble": 10, "long_shoot": 3, "free_kick": 10, "penalty": 6, "finishing": 10, "technique": 13, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 17, "balance": 12, "jump": 13, "pace": 13, "stamina": 4, "strength": 13}, "contract": {}}, {"price": 170000, "name": "Rosendo", "surname": "Angulo", "birth_date": "14/05/1982", "nationality": "ES", "moral": 3, "position": "P", "foot": "L", "prestige": 8, "form": "INJURED", "potential": 2, "_potential_growth": 5, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 6, "aniticipation": 10, "decisions": 6, "concentration": 3, "teamwork": 8, "vision": 12, "work_rate": 4, "offensive_movement": 6, "defensive_movement": 12}, "technical": {"crossing": 7, "pass": 8, "long_pass": 5, "tackling": 5, "heading": 7, "interception": 12, "marking": 8, "shoot": 11, "dribble": 9, "long_shoot": 4, "free_kick": 10, "penalty": 8, "finishing": 13, "technique": 4, "first_touch": 10}, "physycal": {"acceleration": 10, "agility": 9, "balance": 9, "jump": 10, "pace": 9, "stamina": 13, "strength": 3}, "contract": {}}, {"price": 410000, "name": "Rosendo", "surname": "Barrag\u00e1n", "birth_date": "02/10/2002", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 16, "aniticipation": 12, "decisions": 6, "concentration": 13, "teamwork": 7, "vision": 5, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 15}, "technical": {"crossing": 6, "pass": 13, "long_pass": 7, "tackling": 14, "heading": 13, "interception": 16, "marking": 10, "shoot": 13, "dribble": 9, "long_shoot": 17, "free_kick": 8, "penalty": 9, "finishing": 11, "technique": 12, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 9, "balance": 12, "jump": 8, "pace": 8, "stamina": 9, "strength": 13}, "contract": {}}, {"price": 240000, "name": "Nazario", "surname": "Sanmiguel", "birth_date": "13/12/2001", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 1, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 1, "aniticipation": 2, "decisions": 8, "concentration": 9, "teamwork": 5, "vision": 9, "work_rate": 3, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 11, "pass": 12, "long_pass": 16, "tackling": 12, "heading": 12, "interception": 8, "marking": 9, "shoot": 10, "dribble": 14, "long_shoot": 18, "free_kick": 14, "penalty": 10, "finishing": 15, "technique": 9, "first_touch": 16}, "physycal": {"acceleration": 4, "agility": 8, "balance": 9, "jump": 10, "pace": 8, "stamina": 12, "strength": 16}, "contract": {}}, {"price": 150000, "name": "Patricio", "surname": "Angulo", "birth_date": "01/01/1982", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 10, "form": "PERFECT", "potential": 2, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 6, "aniticipation": 5, "decisions": 10, "concentration": 10, "teamwork": 9, "vision": 12, "work_rate": 13, "offensive_movement": 11, "defensive_movement": 13}, "technical": {"crossing": 5, "pass": 10, "long_pass": 7, "tackling": 9, "heading": 3, "interception": 5, "marking": 10, "shoot": 6, "dribble": 10, "long_shoot": 2, "free_kick": 10, "penalty": 3, "finishing": 7, "technique": 13, "first_touch": 12}, "physycal": {"acceleration": 13, "agility": 5, "balance": 7, "jump": 5, "pace": 5, "stamina": 12, "strength": 9}, "contract": {}}, {"price": 210000, "name": "Samuel", "surname": "Cornejo", "birth_date": "18/11/1982", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 12, "form": "PERFECT", "potential": 3, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 11, "aniticipation": 7, "decisions": 13, "concentration": 10, "teamwork": 11, "vision": 14, "work_rate": 11, "offensive_movement": 14, "defensive_movement": 15}, "technical": {"crossing": 17, "pass": 7, "long_pass": 8, "tackling": 10, "heading": 12, "interception": 6, "marking": 1, "shoot": 6, "dribble": 15, "long_shoot": 12, "free_kick": 14, "penalty": 11, "finishing": 14, "technique": 9, "first_touch": 11}, "physycal": {"acceleration": 16, "agility": 12, "balance": 6, "jump": 3, "pace": 15, "stamina": 2, "strength": 9}, "contract": {}}, {"price": 230000, "name": "Horacio", "surname": "Valbuena", "birth_date": "30/07/1981", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 18, "form": "INJURED", "potential": 2, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 8, "aniticipation": 10, "decisions": 7, "concentration": 13, "teamwork": 11, "vision": 14, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 15}, "technical": {"crossing": 4, "pass": 6, "long_pass": 5, "tackling": 7, "heading": 20, "interception": 13, "marking": 11, "shoot": 18, "dribble": 8, "long_shoot": 13, "free_kick": 20, "penalty": 14, "finishing": 9, "technique": 4, "first_touch": 2}, "physycal": {"acceleration": 6, "agility": 7, "balance": 16, "jump": 15, "pace": 11, "stamina": 13, "strength": 10}, "contract": {}}, {"price": 280000, "name": "Hector", "surname": "Cobos", "birth_date": "20/08/1977", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 8, "aniticipation": 12, "decisions": 14, "concentration": 15, "teamwork": 6, "vision": 15, "work_rate": 8, "offensive_movement": 9, "defensive_movement": 3}, "technical": {"crossing": 11, "pass": 1, "long_pass": 9, "tackling": 13, "heading": 1, "interception": 13, "marking": 13, "shoot": 1, "dribble": 7, "long_shoot": 2, "free_kick": 9, "penalty": 9, "finishing": 14, "technique": 7, "first_touch": 7}, "physycal": {"acceleration": 9, "agility": 12, "balance": 13, "jump": 4, "pace": 8, "stamina": 9, "strength": 5}, "contract": {}}, {"price": 400000, "name": "Severo", "surname": "Domingo", "birth_date": "10/04/1978", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 10, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 15, "aniticipation": 7, "decisions": 12, "concentration": 8, "teamwork": 9, "vision": 3, "work_rate": 11, "offensive_movement": 12, "defensive_movement": 9}, "technical": {"crossing": 9, "pass": 9, "long_pass": 8, "tackling": 15, "heading": 11, "interception": 15, "marking": 12, "shoot": 13, "dribble": 6, "long_shoot": 10, "free_kick": 12, "penalty": 3, "finishing": 11, "technique": 4, "first_touch": 5}, "physycal": {"acceleration": 11, "agility": 8, "balance": 4, "jump": 9, "pace": 7, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 230000, "name": "Fabi\u00e1n", "surname": "de", "birth_date": "24/12/1977", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 18, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 11, "concentration": 10, "teamwork": 11, "vision": 14, "work_rate": 13, "offensive_movement": 10, "defensive_movement": 11}, "technical": {"crossing": 6, "pass": 7, "long_pass": 7, "tackling": 3, "heading": 8, "interception": 2, "marking": 10, "shoot": 6, "dribble": 10, "long_shoot": 5, "free_kick": 1, "penalty": 10, "finishing": 11, "technique": 2, "first_touch": 4}, "physycal": {"acceleration": 11, "agility": 5, "balance": 5, "jump": 5, "pace": 3, "stamina": 7, "strength": 10}, "contract": {}}, {"price": 330000, "name": "V\u00edctor", "surname": "Mayol", "birth_date": "13/02/2004", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 2, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 12, "aniticipation": 17, "decisions": 16, "concentration": 13, "teamwork": 12, "vision": 9, "work_rate": 17, "offensive_movement": 12, "defensive_movement": 18}, "technical": {"crossing": 16, "pass": 10, "long_pass": 18, "tackling": 14, "heading": 9, "interception": 15, "marking": 12, "shoot": 8, "dribble": 11, "long_shoot": 4, "free_kick": 10, "penalty": 5, "finishing": 7, "technique": 16, "first_touch": 14}, "physycal": {"acceleration": 16, "agility": 9, "balance": 18, "jump": 15, "pace": 8, "stamina": 18, "strength": 10}, "contract": {}}, {"price": 100000, "name": "Maximiano", "surname": "Salda\u00f1a-Aramburu", "birth_date": "12/04/1990", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 13, "form": "PERFECT", "potential": 5, "_potential_growth": 2, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 11, "aniticipation": 14, "decisions": 15, "concentration": 17, "teamwork": 9, "vision": 10, "work_rate": 17, "offensive_movement": 14, "defensive_movement": 13}, "technical": {"crossing": 3, "pass": 7, "long_pass": 5, "tackling": 13, "heading": 11, "interception": 11, "marking": 10, "shoot": 11, "dribble": 16, "long_shoot": 5, "free_kick": 7, "penalty": 5, "finishing": 8, "technique": 8, "first_touch": 11}, "physycal": {"acceleration": 13, "agility": 14, "balance": 12, "jump": 10, "pace": 11, "stamina": 11, "strength": 17}, "contract": {}}, {"price": 180000, "name": "Fabi\u00e1n", "surname": "Castillo", "birth_date": "18/01/1981", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 4, "_potential_growth": 5, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 11, "aniticipation": 11, "decisions": 6, "concentration": 3, "teamwork": 4, "vision": 1, "work_rate": 6, "offensive_movement": 2, "defensive_movement": 5}, "technical": {"crossing": 1, "pass": 5, "long_pass": 10, "tackling": 3, "heading": 2, "interception": 10, "marking": 6, "shoot": 10, "dribble": 7, "long_shoot": 8, "free_kick": 9, "penalty": 7, "finishing": 5, "technique": 11, "first_touch": 9}, "physycal": {"acceleration": 5, "agility": 8, "balance": 4, "jump": 4, "pace": 3, "stamina": 6, "strength": 8}, "contract": {}}, {"price": 120000, "name": "Berto", "surname": "Felipe", "birth_date": "27/08/1997", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 18, "form": "RECOVER", "potential": 3, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 14, "aniticipation": 14, "decisions": 7, "concentration": 13, "teamwork": 11, "vision": 14, "work_rate": 11, "offensive_movement": 5, "defensive_movement": 10}, "technical": {"crossing": 11, "pass": 19, "long_pass": 9, "tackling": 7, "heading": 7, "interception": 7, "marking": 7, "shoot": 13, "dribble": 10, "long_shoot": 17, "free_kick": 12, "penalty": 8, "finishing": 12, "technique": 8, "first_touch": 5}, "physycal": {"acceleration": 17, "agility": 20, "balance": 14, "jump": 5, "pace": 16, "stamina": 15, "strength": 15}, "contract": {}}, {"price": 220000, "name": "Isidoro", "surname": "Gomila", "birth_date": "26/10/1997", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 14, "form": "INJURED", "potential": 5, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 18, "aniticipation": 18, "decisions": 8, "concentration": 6, "teamwork": 14, "vision": 9, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 17}, "technical": {"crossing": 7, "pass": 7, "long_pass": 11, "tackling": 12, "heading": 6, "interception": 4, "marking": 5, "shoot": 9, "dribble": 6, "long_shoot": 11, "free_kick": 9, "penalty": 9, "finishing": 8, "technique": 15, "first_touch": 15}, "physycal": {"acceleration": 18, "agility": 12, "balance": 15, "jump": 16, "pace": 19, "stamina": 18, "strength": 18}, "contract": {}}, {"price": 200000, "name": "Amado", "surname": "Marti", "birth_date": "08/03/1994", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 7, "aniticipation": 8, "decisions": 8, "concentration": 8, "teamwork": 9, "vision": 12, "work_rate": 15, "offensive_movement": 15, "defensive_movement": 10}, "technical": {"crossing": 9, "pass": 11, "long_pass": 7, "tackling": 15, "heading": 13, "interception": 9, "marking": 6, "shoot": 14, "dribble": 13, "long_shoot": 7, "free_kick": 13, "penalty": 9, "finishing": 8, "technique": 16, "first_touch": 14}, "physycal": {"acceleration": 7, "agility": 9, "balance": 12, "jump": 11, "pace": 13, "stamina": 7, "strength": 12}, "contract": {}}, {"price": 310000, "name": "Humberto", "surname": "Falc\u00f3", "birth_date": "16/12/1979", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 3, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 11, "aniticipation": 11, "decisions": 3, "concentration": 8, "teamwork": 2, "vision": 10, "work_rate": 7, "offensive_movement": 11, "defensive_movement": 6}, "technical": {"crossing": 11, "pass": 7, "long_pass": 8, "tackling": 1, "heading": 9, "interception": 2, "marking": 2, "shoot": 1, "dribble": 6, "long_shoot": 2, "free_kick": 3, "penalty": 4, "finishing": 4, "technique": 9, "first_touch": 2}, "physycal": {"acceleration": 4, "agility": 11, "balance": 4, "jump": 9, "pace": 10, "stamina": 7, "strength": 10}, "contract": {}}, {"price": 170000, "name": "Alfonso", "surname": "Maxi", "birth_date": "16/12/1987", "nationality": "ES", "moral": 2, "position": "U", "foot": "L", "prestige": 6, "form": "GOOD", "potential": 4, "_potential_growth": 3, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 5, "aniticipation": 5, "decisions": 11, "concentration": 8, "teamwork": 6, "vision": 11, "work_rate": 9, "offensive_movement": 5, "defensive_movement": 1}, "technical": {"crossing": 3, "pass": 4, "long_pass": 11, "tackling": 2, "heading": 2, "interception": 9, "marking": 6, "shoot": 2, "dribble": 4, "long_shoot": 7, "free_kick": 5, "penalty": 6, "finishing": 9, "technique": 6, "first_touch": 1}, "physycal": {"acceleration": 1, "agility": 3, "balance": 6, "jump": 2, "pace": 9, "stamina": 5, "strength": 2}, "contract": {}}, {"price": 330000, "name": "Maximiano", "surname": "Juli\u00e1", "birth_date": "24/02/1996", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 13, "form": "PERFECT", "potential": 5, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 16, "aniticipation": 9, "decisions": 12, "concentration": 16, "teamwork": 10, "vision": 17, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 10}, "technical": {"crossing": 12, "pass": 10, "long_pass": 9, "tackling": 9, "heading": 12, "interception": 14, "marking": 17, "shoot": 9, "dribble": 12, "long_shoot": 11, "free_kick": 12, "penalty": 9, "finishing": 13, "technique": 10, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 15, "balance": 8, "jump": 15, "pace": 8, "stamina": 8, "strength": 12}, "contract": {}}, {"price": 120000, "name": "P\u00e1nfilo", "surname": "Carmona-Cano", "birth_date": "07/02/1989", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 10, "aniticipation": 16, "decisions": 8, "concentration": 4, "teamwork": 8, "vision": 3, "work_rate": 4, "offensive_movement": 1, "defensive_movement": 11}, "technical": {"crossing": 3, "pass": 5, "long_pass": 6, "tackling": 13, "heading": 8, "interception": 8, "marking": 10, "shoot": 11, "dribble": 4, "long_shoot": 8, "free_kick": 7, "penalty": 10, "finishing": 12, "technique": 14, "first_touch": 8}, "physycal": {"acceleration": 12, "agility": 13, "balance": 6, "jump": 5, "pace": 11, "stamina": 9, "strength": 11}, "contract": {}}, {"price": 100000, "name": "Nazario", "surname": "Tom\u00e9", "birth_date": "10/01/1984", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 14, "aniticipation": 11, "decisions": 5, "concentration": 4, "teamwork": 4, "vision": 4, "work_rate": 9, "offensive_movement": 8, "defensive_movement": 8}, "technical": {"crossing": 13, "pass": 14, "long_pass": 5, "tackling": 11, "heading": 10, "interception": 13, "marking": 11, "shoot": 10, "dribble": 14, "long_shoot": 5, "free_kick": 6, "penalty": 10, "finishing": 5, "technique": 12, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 5, "balance": 5, "jump": 5, "pace": 13, "stamina": 3, "strength": 9}, "contract": {}}, {"price": 190000, "name": "C\u00e9sar", "surname": "Mayol", "birth_date": "22/04/1997", "nationality": "ES", "moral": 3, "position": "G", "foot": "L", "prestige": 7, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 8, "aniticipation": 2, "decisions": 11, "concentration": 2, "teamwork": 6, "vision": 3, "work_rate": 8, "offensive_movement": 7, "defensive_movement": 6}, "technical": {"crossing": 12, "pass": 11, "long_pass": 8, "tackling": 11, "heading": 6, "interception": 4, "marking": 3, "shoot": 9, "dribble": 2, "long_shoot": 8, "free_kick": 9, "penalty": 12, "finishing": 9, "technique": 5, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 11, "balance": 2, "jump": 4, "pace": 12, "stamina": 4, "strength": 12}, "contract": {}}, {"price": 320000, "name": "Juan", "surname": "Arnau", "birth_date": "22/06/2001", "nationality": "ES", "moral": 3, "position": "W", "foot": "R", "prestige": 15, "form": "PERFECT", "potential": 3, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 19, "aniticipation": 12, "decisions": 6, "concentration": 2, "teamwork": 2, "vision": 8, "work_rate": 7, "offensive_movement": 10, "defensive_movement": 18}, "technical": {"crossing": 8, "pass": 17, "long_pass": 14, "tackling": 11, "heading": 14, "interception": 18, "marking": 16, "shoot": 16, "dribble": 10, "long_shoot": 15, "free_kick": 10, "penalty": 17, "finishing": 9, "technique": 11, "first_touch": 9}, "physycal": {"acceleration": 2, "agility": 1, "balance": 12, "jump": 20, "pace": 5, "stamina": 20, "strength": 13}, "contract": {}}, {"price": 160000, "name": "Valero", "surname": "Costa", "birth_date": "03/09/1990", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 17, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 13, "aniticipation": 17, "decisions": 20, "concentration": 20, "teamwork": 20, "vision": 12, "work_rate": 13, "offensive_movement": 20, "defensive_movement": 14}, "technical": {"crossing": 19, "pass": 20, "long_pass": 17, "tackling": 12, "heading": 2, "interception": 20, "marking": 16, "shoot": 4, "dribble": 14, "long_shoot": 8, "free_kick": 7, "penalty": 5, "finishing": 20, "technique": 20, "first_touch": 20}, "physycal": {"acceleration": 20, "agility": 20, "balance": 20, "jump": 15, "pace": 20, "stamina": 15, "strength": 13}, "contract": {}}, {"price": 380000, "name": "P\u00e1nfilo", "surname": "Jord\u00e1", "birth_date": "14/06/2003", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 16, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 12, "aniticipation": 16, "decisions": 18, "concentration": 17, "teamwork": 15, "vision": 17, "work_rate": 13, "offensive_movement": 20, "defensive_movement": 16}, "technical": {"crossing": 7, "pass": 9, "long_pass": 6, "tackling": 5, "heading": 16, "interception": 13, "marking": 8, "shoot": 20, "dribble": 4, "long_shoot": 15, "free_kick": 10, "penalty": 10, "finishing": 5, "technique": 8, "first_touch": 2}, "physycal": {"acceleration": 2, "agility": 11, "balance": 15, "jump": 16, "pace": 5, "stamina": 11, "strength": 16}, "contract": {}}, {"price": 300000, "name": "Samuel", "surname": "Mendez-Soto", "birth_date": "04/06/1996", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 8, "aniticipation": 8, "decisions": 10, "concentration": 8, "teamwork": 8, "vision": 5, "work_rate": 3, "offensive_movement": 12, "defensive_movement": 8}, "technical": {"crossing": 11, "pass": 10, "long_pass": 8, "tackling": 7, "heading": 3, "interception": 11, "marking": 13, "shoot": 10, "dribble": 10, "long_shoot": 10, "free_kick": 12, "penalty": 5, "finishing": 12, "technique": 10, "first_touch": 5}, "physycal": {"acceleration": 10, "agility": 7, "balance": 12, "jump": 6, "pace": 7, "stamina": 3, "strength": 13}, "contract": {}}, {"price": 90000, "name": "Epifanio", "surname": "Humberto", "birth_date": "24/03/1992", "nationality": "ES", "moral": 2, "position": "W", "foot": "L", "prestige": 12, "form": "GOOD", "potential": 2, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 2, "aniticipation": 6, "decisions": 16, "concentration": 13, "teamwork": 16, "vision": 15, "work_rate": 11, "offensive_movement": 13, "defensive_movement": 8}, "technical": {"crossing": 7, "pass": 8, "long_pass": 13, "tackling": 16, "heading": 15, "interception": 8, "marking": 10, "shoot": 7, "dribble": 11, "long_shoot": 9, "free_kick": 8, "penalty": 8, "finishing": 9, "technique": 17, "first_touch": 14}, "physycal": {"acceleration": 8, "agility": 12, "balance": 7, "jump": 16, "pace": 4, "stamina": 9, "strength": 7}, "contract": {}}, {"price": 260000, "name": "Jos\u00e9", "surname": "Marti", "birth_date": "30/01/1998", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 12, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 11, "aniticipation": 11, "decisions": 9, "concentration": 9, "teamwork": 7, "vision": 12, "work_rate": 13, "offensive_movement": 12, "defensive_movement": 16}, "technical": {"crossing": 7, "pass": 7, "long_pass": 9, "tackling": 4, "heading": 17, "interception": 4, "marking": 10, "shoot": 13, "dribble": 14, "long_shoot": 8, "free_kick": 17, "penalty": 14, "finishing": 5, "technique": 13, "first_touch": 9}, "physycal": {"acceleration": 9, "agility": 17, "balance": 10, "jump": 13, "pace": 17, "stamina": 8, "strength": 11}, "contract": {}}, {"price": 160000, "name": "Rufino", "surname": "Falc\u00f3", "birth_date": "01/05/1988", "nationality": "ES", "moral": 2, "position": "P", "foot": "L", "prestige": 13, "form": "INJURED", "potential": 5, "_potential_growth": 5, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 4, "concentration": 11, "teamwork": 13, "vision": 7, "work_rate": 10, "offensive_movement": 11, "defensive_movement": 18}, "technical": {"crossing": 17, "pass": 17, "long_pass": 10, "tackling": 12, "heading": 10, "interception": 12, "marking": 7, "shoot": 15, "dribble": 5, "long_shoot": 12, "free_kick": 13, "penalty": 18, "finishing": 6, "technique": 8, "first_touch": 10}, "physycal": {"acceleration": 8, "agility": 4, "balance": 9, "jump": 11, "pace": 12, "stamina": 12, "strength": 6}, "contract": {}}, {"price": 250000, "name": "Lucho", "surname": "Palacios-Sarmiento", "birth_date": "21/05/1979", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 12, "aniticipation": 8, "decisions": 11, "concentration": 9, "teamwork": 12, "vision": 14, "work_rate": 10, "offensive_movement": 13, "defensive_movement": 15}, "technical": {"crossing": 13, "pass": 11, "long_pass": 7, "tackling": 9, "heading": 12, "interception": 8, "marking": 4, "shoot": 9, "dribble": 9, "long_shoot": 9, "free_kick": 11, "penalty": 10, "finishing": 14, "technique": 12, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 6, "balance": 18, "jump": 12, "pace": 9, "stamina": 8, "strength": 17}, "contract": {}}, {"price": 230000, "name": "Andr\u00e9s", "surname": "Morales", "birth_date": "07/05/1984", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 8, "form": "INJURED", "potential": 5, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 12, "aniticipation": 8, "decisions": 13, "concentration": 7, "teamwork": 13, "vision": 6, "work_rate": 8, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 7, "pass": 12, "long_pass": 3, "tackling": 5, "heading": 8, "interception": 8, "marking": 9, "shoot": 9, "dribble": 7, "long_shoot": 6, "free_kick": 8, "penalty": 9, "finishing": 8, "technique": 11, "first_touch": 9}, "physycal": {"acceleration": 7, "agility": 7, "balance": 11, "jump": 7, "pace": 7, "stamina": 2, "strength": 11}, "contract": {}}, {"price": 200000, "name": "Francisco", "surname": "Tudela", "birth_date": "08/02/2004", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 4, "_potential_growth": 3, "_injury_potential": 1, "history": {}, "mental": {"agressivity": 4, "aniticipation": 3, "decisions": 9, "concentration": 11, "teamwork": 6, "vision": 9, "work_rate": 12, "offensive_movement": 2, "defensive_movement": 8}, "technical": {"crossing": 12, "pass": 8, "long_pass": 11, "tackling": 10, "heading": 2, "interception": 9, "marking": 6, "shoot": 5, "dribble": 3, "long_shoot": 4, "free_kick": 10, "penalty": 4, "finishing": 9, "technique": 7, "first_touch": 10}, "physycal": {"acceleration": 5, "agility": 12, "balance": 2, "jump": 3, "pace": 2, "stamina": 8, "strength": 8}, "contract": {}}, {"price": 190000, "name": "Calisto", "surname": "Matas", "birth_date": "04/05/1992", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 4, "_potential_growth": 5, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 11, "aniticipation": 6, "decisions": 10, "concentration": 3, "teamwork": 2, "vision": 7, "work_rate": 3, "offensive_movement": 8, "defensive_movement": 2}, "technical": {"crossing": 4, "pass": 7, "long_pass": 5, "tackling": 1, "heading": 11, "interception": 9, "marking": 3, "shoot": 4, "dribble": 9, "long_shoot": 8, "free_kick": 8, "penalty": 10, "finishing": 9, "technique": 11, "first_touch": 5}, "physycal": {"acceleration": 7, "agility": 7, "balance": 3, "jump": 7, "pace": 10, "stamina": 6, "strength": 3}, "contract": {}}, {"price": 260000, "name": "Reinaldo", "surname": "Escriv\u00e1-Diez", "birth_date": "19/01/1980", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 16, "form": "RECOVER", "potential": 1, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 9, "aniticipation": 9, "decisions": 16, "concentration": 11, "teamwork": 15, "vision": 9, "work_rate": 9, "offensive_movement": 12, "defensive_movement": 12}, "technical": {"crossing": 15, "pass": 13, "long_pass": 18, "tackling": 11, "heading": 14, "interception": 4, "marking": 7, "shoot": 9, "dribble": 8, "long_shoot": 10, "free_kick": 8, "penalty": 9, "finishing": 5, "technique": 1, "first_touch": 4}, "physycal": {"acceleration": 8, "agility": 15, "balance": 7, "jump": 4, "pace": 8, "stamina": 7, "strength": 3}, "contract": {}}, {"price": 150000, "name": "Eustaquio", "surname": "Hernando", "birth_date": "18/11/1995", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 8, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 8, "aniticipation": 3, "decisions": 12, "concentration": 4, "teamwork": 9, "vision": 9, "work_rate": 8, "offensive_movement": 9, "defensive_movement": 3}, "technical": {"crossing": 13, "pass": 11, "long_pass": 3, "tackling": 7, "heading": 6, "interception": 5, "marking": 6, "shoot": 13, "dribble": 3, "long_shoot": 6, "free_kick": 10, "penalty": 13, "finishing": 6, "technique": 9, "first_touch": 7}, "physycal": {"acceleration": 3, "agility": 13, "balance": 12, "jump": 6, "pace": 13, "stamina": 6, "strength": 6}, "contract": {}}, {"price": 140000, "name": "Am\u00e9rico", "surname": "Marti", "birth_date": "29/04/1988", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 4, "_potential_growth": 2, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 6, "concentration": 13, "teamwork": 3, "vision": 3, "work_rate": 6, "offensive_movement": 11, "defensive_movement": 12}, "technical": {"crossing": 3, "pass": 11, "long_pass": 3, "tackling": 3, "heading": 8, "interception": 9, "marking": 1, "shoot": 9, "dribble": 5, "long_shoot": 3, "free_kick": 3, "penalty": 3, "finishing": 4, "technique": 12, "first_touch": 7}, "physycal": {"acceleration": 6, "agility": 12, "balance": 6, "jump": 13, "pace": 3, "stamina": 9, "strength": 3}, "contract": {}}, {"price": 290000, "name": "Eustaquio", "surname": "Bar\u00f3n-Salamanca", "birth_date": "26/05/1977", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 10, "concentration": 12, "teamwork": 8, "vision": 8, "work_rate": 5, "offensive_movement": 9, "defensive_movement": 5}, "technical": {"crossing": 6, "pass": 15, "long_pass": 12, "tackling": 12, "heading": 6, "interception": 10, "marking": 8, "shoot": 13, "dribble": 14, "long_shoot": 12, "free_kick": 8, "penalty": 6, "finishing": 4, "technique": 13, "first_touch": 6}, "physycal": {"acceleration": 11, "agility": 6, "balance": 6, "jump": 9, "pace": 13, "stamina": 2, "strength": 4}, "contract": {}}, {"price": 180000, "name": "Hector", "surname": "Humberto", "birth_date": "25/04/2000", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 8, "form": "GOOD", "potential": 2, "_potential_growth": 3, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 13, "aniticipation": 11, "decisions": 10, "concentration": 6, "teamwork": 6, "vision": 11, "work_rate": 9, "offensive_movement": 5, "defensive_movement": 6}, "technical": {"crossing": 4, "pass": 10, "long_pass": 9, "tackling": 13, "heading": 10, "interception": 6, "marking": 7, "shoot": 13, "dribble": 7, "long_shoot": 12, "free_kick": 4, "penalty": 8, "finishing": 13, "technique": 5, "first_touch": 13}, "physycal": {"acceleration": 10, "agility": 8, "balance": 6, "jump": 6, "pace": 9, "stamina": 13, "strength": 4}, "contract": {}}, {"price": 210000, "name": "Amado", "surname": "L\u00f3pez", "birth_date": "10/05/2000", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 10, "aniticipation": 8, "decisions": 3, "concentration": 9, "teamwork": 3, "vision": 11, "work_rate": 10, "offensive_movement": 9, "defensive_movement": 9}, "technical": {"crossing": 3, "pass": 4, "long_pass": 11, "tackling": 2, "heading": 6, "interception": 11, "marking": 2, "shoot": 6, "dribble": 8, "long_shoot": 4, "free_kick": 10, "penalty": 11, "finishing": 2, "technique": 11, "first_touch": 5}, "physycal": {"acceleration": 5, "agility": 2, "balance": 2, "jump": 11, "pace": 4, "stamina": 8, "strength": 7}, "contract": {}}, {"price": 290000, "name": "Tadeo", "surname": "Escriv\u00e1-Diez", "birth_date": "05/03/2001", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 20, "form": "GOOD", "potential": 4, "_potential_growth": 3, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 19, "aniticipation": 20, "decisions": 7, "concentration": 4, "teamwork": 3, "vision": 10, "work_rate": 13, "offensive_movement": 8, "defensive_movement": 20}, "technical": {"crossing": 14, "pass": 19, "long_pass": 18, "tackling": 2, "heading": 13, "interception": 9, "marking": 4, "shoot": 5, "dribble": 10, "long_shoot": 15, "free_kick": 7, "penalty": 14, "finishing": 5, "technique": 3, "first_touch": 2}, "physycal": {"acceleration": 7, "agility": 12, "balance": 11, "jump": 6, "pace": 13, "stamina": 4, "strength": 6}, "contract": {}}, {"price": 260000, "name": "Juan", "surname": "Castej\u00f3n", "birth_date": "01/06/2001", "nationality": "ES", "moral": 1, "position": "D", "foot": "L", "prestige": 5, "form": "INJURED", "potential": 3, "_potential_growth": 2, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 6, "aniticipation": 10, "decisions": 5, "concentration": 8, "teamwork": 7, "vision": 7, "work_rate": 4, "offensive_movement": 1, "defensive_movement": 7}, "technical": {"crossing": 7, "pass": 6, "long_pass": 3, "tackling": 1, "heading": 8, "interception": 4, "marking": 5, "shoot": 3, "dribble": 11, "long_shoot": 5, "free_kick": 9, "penalty": 5, "finishing": 6, "technique": 9, "first_touch": 5}, "physycal": {"acceleration": 9, "agility": 6, "balance": 5, "jump": 3, "pace": 2, "stamina": 11, "strength": 10}, "contract": {}}, {"price": 180000, "name": "Salom\u00f3n", "surname": "de", "birth_date": "29/04/2003", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 4, "_potential_growth": 5, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 8, "concentration": 5, "teamwork": 14, "vision": 11, "work_rate": 13, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 6, "pass": 5, "long_pass": 7, "tackling": 8, "heading": 14, "interception": 3, "marking": 3, "shoot": 13, "dribble": 17, "long_shoot": 8, "free_kick": 7, "penalty": 11, "finishing": 10, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 6, "agility": 8, "balance": 12, "jump": 15, "pace": 4, "stamina": 17, "strength": 8}, "contract": {}}, {"price": 230000, "name": "Sigfrido", "surname": "Castej\u00f3n", "birth_date": "04/10/1987", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 12, "aniticipation": 12, "decisions": 6, "concentration": 3, "teamwork": 8, "vision": 5, "work_rate": 4, "offensive_movement": 7, "defensive_movement": 13}, "technical": {"crossing": 13, "pass": 4, "long_pass": 7, "tackling": 7, "heading": 8, "interception": 5, "marking": 4, "shoot": 12, "dribble": 3, "long_shoot": 6, "free_kick": 8, "penalty": 11, "finishing": 9, "technique": 3, "first_touch": 7}, "physycal": {"acceleration": 3, "agility": 8, "balance": 12, "jump": 5, "pace": 13, "stamina": 3, "strength": 12}, "contract": {}}, {"price": 90000, "name": "Samuel", "surname": "Riquelme", "birth_date": "09/07/1983", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 6, "aniticipation": 4, "decisions": 3, "concentration": 6, "teamwork": 11, "vision": 6, "work_rate": 1, "offensive_movement": 7, "defensive_movement": 12}, "technical": {"crossing": 9, "pass": 6, "long_pass": 10, "tackling": 12, "heading": 9, "interception": 10, "marking": 7, "shoot": 8, "dribble": 4, "long_shoot": 2, "free_kick": 10, "penalty": 8, "finishing": 6, "technique": 5, "first_touch": 4}, "physycal": {"acceleration": 8, "agility": 10, "balance": 5, "jump": 3, "pace": 9, "stamina": 2, "strength": 7}, "contract": {}}, {"price": 120000, "name": "Tadeo", "surname": "Hernando", "birth_date": "10/12/1994", "nationality": "ES", "moral": 1, "position": "P", "foot": "L", "prestige": 6, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 7, "history": {}, "mental": {"agressivity": 11, "aniticipation": 4, "decisions": 11, "concentration": 4, "teamwork": 9, "vision": 3, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 7}, "technical": {"crossing": 7, "pass": 9, "long_pass": 2, "tackling": 8, "heading": 8, "interception": 9, "marking": 7, "shoot": 2, "dribble": 6, "long_shoot": 2, "free_kick": 2, "penalty": 2, "finishing": 7, "technique": 2, "first_touch": 5}, "physycal": {"acceleration": 9, "agility": 8, "balance": 10, "jump": 2, "pace": 5, "stamina": 8, "strength": 3}, "contract": {}}, {"price": 310000, "name": "Nicol\u00e1s", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "18/02/1994", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 5, "_potential_growth": 2, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 10, "aniticipation": 3, "decisions": 6, "concentration": 10, "teamwork": 9, "vision": 13, "work_rate": 14, "offensive_movement": 9, "defensive_movement": 12}, "technical": {"crossing": 5, "pass": 14, "long_pass": 8, "tackling": 8, "heading": 5, "interception": 14, "marking": 10, "shoot": 7, "dribble": 4, "long_shoot": 12, "free_kick": 10, "penalty": 5, "finishing": 11, "technique": 8, "first_touch": 14}, "physycal": {"acceleration": 14, "agility": 6, "balance": 9, "jump": 9, "pace": 4, "stamina": 14, "strength": 11}, "contract": {}}, {"price": 90000, "name": "Nico", "surname": "Diez", "birth_date": "09/11/1991", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 16, "aniticipation": 14, "decisions": 12, "concentration": 17, "teamwork": 12, "vision": 10, "work_rate": 9, "offensive_movement": 13, "defensive_movement": 11}, "technical": {"crossing": 16, "pass": 13, "long_pass": 13, "tackling": 10, "heading": 7, "interception": 13, "marking": 12, "shoot": 10, "dribble": 10, "long_shoot": 8, "free_kick": 11, "penalty": 9, "finishing": 15, "technique": 14, "first_touch": 13}, "physycal": {"acceleration": 8, "agility": 16, "balance": 8, "jump": 9, "pace": 11, "stamina": 17, "strength": 15}, "contract": {}}, {"price": 60000, "name": "Florencio", "surname": "Mayol", "birth_date": "27/06/1983", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 6, "form": "PERFECT", "potential": 2, "_potential_growth": 2, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 3, "aniticipation": 11, "decisions": 4, "concentration": 2, "teamwork": 2, "vision": 4, "work_rate": 5, "offensive_movement": 6, "defensive_movement": 6}, "technical": {"crossing": 2, "pass": 2, "long_pass": 6, "tackling": 1, "heading": 7, "interception": 9, "marking": 5, "shoot": 8, "dribble": 2, "long_shoot": 2, "free_kick": 2, "penalty": 3, "finishing": 5, "technique": 3, "first_touch": 1}, "physycal": {"acceleration": 4, "agility": 9, "balance": 4, "jump": 11, "pace": 6, "stamina": 8, "strength": 6}, "contract": {}}, {"price": 380000, "name": "Urbano", "surname": "Escriv\u00e1-Diez", "birth_date": "14/10/1982", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 20, "form": "PERFECT", "potential": 4, "_potential_growth": 3, "_injury_potential": 4, "history": {}, "mental": {"agressivity": 9, "aniticipation": 10, "decisions": 11, "concentration": 15, "teamwork": 14, "vision": 10, "work_rate": 7, "offensive_movement": 13, "defensive_movement": 11}, "technical": {"crossing": 3, "pass": 3, "long_pass": 2, "tackling": 16, "heading": 12, "interception": 14, "marking": 8, "shoot": 13, "dribble": 14, "long_shoot": 13, "free_kick": 14, "penalty": 16, "finishing": 11, "technique": 10, "first_touch": 12}, "physycal": {"acceleration": 4, "agility": 3, "balance": 12, "jump": 13, "pace": 8, "stamina": 11, "strength": 17}, "contract": {}}, {"price": 330000, "name": "Fabi\u00e1n", "surname": "Mendez-Soto", "birth_date": "07/03/1986", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 10, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 13, "aniticipation": 14, "decisions": 12, "concentration": 11, "teamwork": 11, "vision": 10, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 7}, "technical": {"crossing": 8, "pass": 11, "long_pass": 15, "tackling": 6, "heading": 7, "interception": 14, "marking": 8, "shoot": 8, "dribble": 8, "long_shoot": 9, "free_kick": 13, "penalty": 10, "finishing": 10, "technique": 11, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 12, "balance": 15, "jump": 5, "pace": 12, "stamina": 5, "strength": 14}, "contract": {}}, {"price": 200000, "name": "Jos\u00e9", "surname": "Bellido", "birth_date": "24/01/1990", "nationality": "ES", "moral": 4, "position": "D", "foot": "L", "prestige": 18, "form": "GOOD", "potential": 3, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 15, "aniticipation": 16, "decisions": 11, "concentration": 16, "teamwork": 10, "vision": 15, "work_rate": 16, "offensive_movement": 9, "defensive_movement": 20}, "technical": {"crossing": 10, "pass": 10, "long_pass": 11, "tackling": 8, "heading": 5, "interception": 12, "marking": 13, "shoot": 10, "dribble": 12, "long_shoot": 7, "free_kick": 6, "penalty": 10, "finishing": 13, "technique": 19, "first_touch": 12}, "physycal": {"acceleration": 19, "agility": 20, "balance": 20, "jump": 20, "pace": 19, "stamina": 16, "strength": 20}, "contract": {}}, {"price": 230000, "name": "Herminio", "surname": "Esteve", "birth_date": "08/09/1994", "nationality": "ES", "moral": 2, "position": "P", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 15, "aniticipation": 16, "decisions": 16, "concentration": 10, "teamwork": 9, "vision": 10, "work_rate": 13, "offensive_movement": 12, "defensive_movement": 15}, "technical": {"crossing": 4, "pass": 7, "long_pass": 6, "tackling": 10, "heading": 6, "interception": 12, "marking": 10, "shoot": 10, "dribble": 9, "long_shoot": 7, "free_kick": 8, "penalty": 15, "finishing": 7, "technique": 10, "first_touch": 15}, "physycal": {"acceleration": 10, "agility": 10, "balance": 6, "jump": 6, "pace": 6, "stamina": 15, "strength": 9}, "contract": {}}, {"price": 160000, "name": "Urbano", "surname": "Guillen", "birth_date": "08/06/1994", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 7, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 5, "aniticipation": 12, "decisions": 11, "concentration": 5, "teamwork": 7, "vision": 12, "work_rate": 3, "offensive_movement": 11, "defensive_movement": 11}, "technical": {"crossing": 5, "pass": 5, "long_pass": 2, "tackling": 7, "heading": 9, "interception": 3, "marking": 4, "shoot": 8, "dribble": 4, "long_shoot": 12, "free_kick": 11, "penalty": 3, "finishing": 11, "technique": 11, "first_touch": 4}, "physycal": {"acceleration": 2, "agility": 7, "balance": 7, "jump": 8, "pace": 9, "stamina": 4, "strength": 6}, "contract": {}}, {"price": 130000, "name": "Alfonso", "surname": "Salda\u00f1a-Aramburu", "birth_date": "05/03/1990", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 9, "aniticipation": 13, "decisions": 17, "concentration": 11, "teamwork": 17, "vision": 14, "work_rate": 10, "offensive_movement": 12, "defensive_movement": 11}, "technical": {"crossing": 14, "pass": 12, "long_pass": 10, "tackling": 3, "heading": 9, "interception": 11, "marking": 10, "shoot": 9, "dribble": 10, "long_shoot": 13, "free_kick": 11, "penalty": 14, "finishing": 17, "technique": 13, "first_touch": 11}, "physycal": {"acceleration": 15, "agility": 9, "balance": 3, "jump": 11, "pace": 5, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 160000, "name": "Urbano", "surname": "Morales", "birth_date": "21/12/1992", "nationality": "ES", "moral": 2, "position": "U", "foot": "L", "prestige": 8, "form": "PERFECT", "potential": 5, "_potential_growth": 4, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 8, "aniticipation": 11, "decisions": 12, "concentration": 3, "teamwork": 8, "vision": 9, "work_rate": 3, "offensive_movement": 10, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 12, "long_pass": 11, "tackling": 7, "heading": 8, "interception": 11, "marking": 8, "shoot": 13, "dribble": 7, "long_shoot": 7, "free_kick": 6, "penalty": 13, "finishing": 6, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 4, "agility": 12, "balance": 10, "jump": 9, "pace": 11, "stamina": 13, "strength": 12}, "contract": {}}, {"price": 250000, "name": "Jord\u00e1n", "surname": "Falc\u00f3", "birth_date": "16/10/1997", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 9, "aniticipation": 9, "decisions": 8, "concentration": 7, "teamwork": 4, "vision": 3, "work_rate": 3, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 4, "pass": 9, "long_pass": 6, "tackling": 13, "heading": 6, "interception": 11, "marking": 7, "shoot": 13, "dribble": 11, "long_shoot": 13, "free_kick": 5, "penalty": 13, "finishing": 14, "technique": 12, "first_touch": 14}, "physycal": {"acceleration": 6, "agility": 9, "balance": 6, "jump": 3, "pace": 5, "stamina": 5, "strength": 9}, "contract": {}}, {"price": 240000, "name": "Urbano", "surname": "Guardiola", "birth_date": "30/01/1985", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 10, "form": "GOOD", "potential": 4, "_potential_growth": 3, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 14, "aniticipation": 11, "decisions": 6, "concentration": 14, "teamwork": 10, "vision": 15, "work_rate": 15, "offensive_movement": 7, "defensive_movement": 5}, "technical": {"crossing": 9, "pass": 14, "long_pass": 14, "tackling": 9, "heading": 6, "interception": 8, "marking": 5, "shoot": 14, "dribble": 11, "long_shoot": 15, "free_kick": 9, "penalty": 10, "finishing": 10, "technique": 13, "first_touch": 15}, "physycal": {"acceleration": 14, "agility": 7, "balance": 15, "jump": 8, "pace": 8, "stamina": 8, "strength": 11}, "contract": {}}, {"price": 330000, "name": "Felix", "surname": "L\u00f3pez", "birth_date": "07/01/2002", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 19, "aniticipation": 14, "decisions": 16, "concentration": 17, "teamwork": 10, "vision": 12, "work_rate": 12, "offensive_movement": 9, "defensive_movement": 18}, "technical": {"crossing": 10, "pass": 13, "long_pass": 11, "tackling": 6, "heading": 11, "interception": 16, "marking": 12, "shoot": 12, "dribble": 4, "long_shoot": 10, "free_kick": 16, "penalty": 9, "finishing": 9, "technique": 6, "first_touch": 8}, "physycal": {"acceleration": 3, "agility": 10, "balance": 13, "jump": 12, "pace": 10, "stamina": 10, "strength": 14}, "contract": {}}, {"price": 230000, "name": "Ernesto", "surname": "Enr\u00edquez-Sola", "birth_date": "05/01/1986", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 3, "aniticipation": 7, "decisions": 18, "concentration": 13, "teamwork": 12, "vision": 11, "work_rate": 15, "offensive_movement": 9, "defensive_movement": 5}, "technical": {"crossing": 9, "pass": 11, "long_pass": 11, "tackling": 13, "heading": 16, "interception": 9, "marking": 17, "shoot": 14, "dribble": 11, "long_shoot": 17, "free_kick": 18, "penalty": 16, "finishing": 8, "technique": 14, "first_touch": 11}, "physycal": {"acceleration": 15, "agility": 8, "balance": 17, "jump": 18, "pace": 9, "stamina": 11, "strength": 13}, "contract": {}}, {"price": 250000, "name": "Nicanor", "surname": "Roca", "birth_date": "08/07/1997", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 5, "_potential_growth": 3, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 10, "aniticipation": 11, "decisions": 9, "concentration": 4, "teamwork": 12, "vision": 5, "work_rate": 13, "offensive_movement": 11, "defensive_movement": 16}, "technical": {"crossing": 9, "pass": 5, "long_pass": 10, "tackling": 11, "heading": 18, "interception": 6, "marking": 7, "shoot": 14, "dribble": 12, "long_shoot": 15, "free_kick": 15, "penalty": 13, "finishing": 11, "technique": 7, "first_touch": 6}, "physycal": {"acceleration": 7, "agility": 4, "balance": 14, "jump": 11, "pace": 2, "stamina": 8, "strength": 16}, "contract": {}}, {"price": 180000, "name": "Pelayo", "surname": "Castej\u00f3n", "birth_date": "10/03/1992", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 8, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 13, "aniticipation": 7, "decisions": 7, "concentration": 4, "teamwork": 5, "vision": 7, "work_rate": 8, "offensive_movement": 9, "defensive_movement": 8}, "technical": {"crossing": 3, "pass": 7, "long_pass": 9, "tackling": 3, "heading": 6, "interception": 12, "marking": 8, "shoot": 3, "dribble": 4, "long_shoot": 12, "free_kick": 6, "penalty": 4, "finishing": 6, "technique": 8, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 12, "balance": 13, "jump": 9, "pace": 9, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 100000, "name": "Horacio", "surname": "Frutos-Mu\u00f1oz", "birth_date": "24/03/1989", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 6, "aniticipation": 11, "decisions": 11, "concentration": 7, "teamwork": 3, "vision": 3, "work_rate": 5, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 2, "pass": 9, "long_pass": 8, "tackling": 10, "heading": 1, "interception": 9, "marking": 8, "shoot": 2, "dribble": 5, "long_shoot": 6, "free_kick": 2, "penalty": 4, "finishing": 3, "technique": 6, "first_touch": 5}, "physycal": {"acceleration": 3, "agility": 2, "balance": 6, "jump": 4, "pace": 5, "stamina": 6, "strength": 5}, "contract": {}}, {"price": 140000, "name": "Angelino", "surname": "Manuel", "birth_date": "16/10/1996", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 1, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 1, "aniticipation": 6, "decisions": 1, "concentration": 9, "teamwork": 7, "vision": 6, "work_rate": 2, "offensive_movement": 6, "defensive_movement": 10}, "technical": {"crossing": 9, "pass": 7, "long_pass": 5, "tackling": 9, "heading": 1, "interception": 11, "marking": 5, "shoot": 4, "dribble": 2, "long_shoot": 8, "free_kick": 10, "penalty": 2, "finishing": 6, "technique": 2, "first_touch": 4}, "physycal": {"acceleration": 10, "agility": 7, "balance": 3, "jump": 3, "pace": 3, "stamina": 4, "strength": 8}, "contract": {}}, {"price": 220000, "name": "Feliciano", "surname": "Bola\u00f1os-Cid", "birth_date": "01/10/2002", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 14, "aniticipation": 11, "decisions": 4, "concentration": 14, "teamwork": 12, "vision": 14, "work_rate": 6, "offensive_movement": 5, "defensive_movement": 11}, "technical": {"crossing": 12, "pass": 11, "long_pass": 8, "tackling": 13, "heading": 4, "interception": 4, "marking": 13, "shoot": 8, "dribble": 11, "long_shoot": 5, "free_kick": 10, "penalty": 13, "finishing": 5, "technique": 5, "first_touch": 5}, "physycal": {"acceleration": 13, "agility": 5, "balance": 14, "jump": 12, "pace": 8, "stamina": 9, "strength": 13}, "contract": {}}, {"price": 110000, "name": "Rafa", "surname": "Rosa", "birth_date": "10/06/1986", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 3, "_potential_growth": 2, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 8, "decisions": 11, "concentration": 10, "teamwork": 4, "vision": 3, "work_rate": 6, "offensive_movement": 9, "defensive_movement": 5}, "technical": {"crossing": 3, "pass": 3, "long_pass": 5, "tackling": 7, "heading": 8, "interception": 11, "marking": 9, "shoot": 8, "dribble": 5, "long_shoot": 3, "free_kick": 1, "penalty": 9, "finishing": 2, "technique": 7, "first_touch": 9}, "physycal": {"acceleration": 1, "agility": 8, "balance": 2, "jump": 3, "pace": 8, "stamina": 1, "strength": 8}, "contract": {}}, {"price": 290000, "name": "Ernesto", "surname": "Albero", "birth_date": "28/05/1996", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 9, "aniticipation": 8, "decisions": 7, "concentration": 8, "teamwork": 7, "vision": 9, "work_rate": 10, "offensive_movement": 12, "defensive_movement": 9}, "technical": {"crossing": 11, "pass": 7, "long_pass": 6, "tackling": 12, "heading": 9, "interception": 7, "marking": 7, "shoot": 12, "dribble": 5, "long_shoot": 11, "free_kick": 14, "penalty": 5, "finishing": 2, "technique": 11, "first_touch": 7}, "physycal": {"acceleration": 2, "agility": 12, "balance": 4, "jump": 12, "pace": 4, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 90000, "name": "Saturnino", "surname": "Melero-Galan", "birth_date": "30/06/1993", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 9, "form": "PERFECT", "potential": 1, "_potential_growth": 1, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 6, "aniticipation": 3, "decisions": 11, "concentration": 5, "teamwork": 7, "vision": 7, "work_rate": 5, "offensive_movement": 14, "defensive_movement": 1}, "technical": {"crossing": 10, "pass": 6, "long_pass": 4, "tackling": 5, "heading": 1, "interception": 7, "marking": 7, "shoot": 11, "dribble": 10, "long_shoot": 1, "free_kick": 6, "penalty": 9, "finishing": 9, "technique": 7, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 7, "balance": 12, "jump": 14, "pace": 9, "stamina": 13, "strength": 14}, "contract": {}}, {"price": 220000, "name": "Albert", "surname": "Falc\u00f3", "birth_date": "19/09/1984", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 9, "aniticipation": 3, "decisions": 11, "concentration": 11, "teamwork": 3, "vision": 7, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 1}, "technical": {"crossing": 11, "pass": 8, "long_pass": 3, "tackling": 7, "heading": 9, "interception": 4, "marking": 4, "shoot": 2, "dribble": 7, "long_shoot": 3, "free_kick": 8, "penalty": 7, "finishing": 3, "technique": 8, "first_touch": 2}, "physycal": {"acceleration": 8, "agility": 11, "balance": 5, "jump": 6, "pace": 11, "stamina": 8, "strength": 6}, "contract": {}}, {"price": 130000, "name": "Jos\u00e9", "surname": "Salda\u00f1a-Aramburu", "birth_date": "26/09/1990", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 13, "form": "RECOVER", "potential": 4, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 11, "aniticipation": 8, "decisions": 11, "concentration": 8, "teamwork": 10, "vision": 16, "work_rate": 7, "offensive_movement": 13, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 1, "long_pass": 7, "tackling": 4, "heading": 15, "interception": 12, "marking": 11, "shoot": 10, "dribble": 15, "long_shoot": 11, "free_kick": 16, "penalty": 13, "finishing": 11, "technique": 9, "first_touch": 9}, "physycal": {"acceleration": 9, "agility": 9, "balance": 14, "jump": 17, "pace": 7, "stamina": 18, "strength": 11}, "contract": {}}, {"price": 390000, "name": "Remigio", "surname": "Portillo-Toledo", "birth_date": "08/02/1984", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 15, "aniticipation": 17, "decisions": 13, "concentration": 15, "teamwork": 12, "vision": 11, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 4, "long_pass": 8, "tackling": 14, "heading": 8, "interception": 16, "marking": 15, "shoot": 16, "dribble": 6, "long_shoot": 8, "free_kick": 16, "penalty": 9, "finishing": 7, "technique": 2, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 10, "balance": 12, "jump": 8, "pace": 8, "stamina": 9, "strength": 14}, "contract": {}}, {"price": 130000, "name": "Eustaquio", "surname": "Cornejo", "birth_date": "12/06/1998", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 7, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 10, "aniticipation": 2, "decisions": 6, "concentration": 5, "teamwork": 9, "vision": 9, "work_rate": 2, "offensive_movement": 7, "defensive_movement": 4}, "technical": {"crossing": 12, "pass": 12, "long_pass": 10, "tackling": 6, "heading": 11, "interception": 3, "marking": 6, "shoot": 2, "dribble": 9, "long_shoot": 7, "free_kick": 5, "penalty": 4, "finishing": 9, "technique": 9, "first_touch": 8}, "physycal": {"acceleration": 5, "agility": 10, "balance": 2, "jump": 12, "pace": 2, "stamina": 2, "strength": 3}, "contract": {}}, {"price": 340000, "name": "Quique", "surname": "Costa", "birth_date": "08/08/1976", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 18, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 9, "aniticipation": 2, "decisions": 1, "concentration": 3, "teamwork": 3, "vision": 5, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 11, "pass": 7, "long_pass": 8, "tackling": 2, "heading": 13, "interception": 10, "marking": 7, "shoot": 4, "dribble": 11, "long_shoot": 13, "free_kick": 11, "penalty": 10, "finishing": 5, "technique": 8, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 11, "balance": 3, "jump": 10, "pace": 13, "stamina": 4, "strength": 6}, "contract": {}}, {"price": 180000, "name": "Fabi\u00e1n", "surname": "Mayol", "birth_date": "24/02/1981", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 14, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 18, "concentration": 19, "teamwork": 12, "vision": 10, "work_rate": 11, "offensive_movement": 14, "defensive_movement": 9}, "technical": {"crossing": 11, "pass": 12, "long_pass": 8, "tackling": 5, "heading": 12, "interception": 2, "marking": 12, "shoot": 12, "dribble": 14, "long_shoot": 14, "free_kick": 5, "penalty": 14, "finishing": 10, "technique": 7, "first_touch": 16}, "physycal": {"acceleration": 8, "agility": 11, "balance": 8, "jump": 11, "pace": 8, "stamina": 12, "strength": 7}, "contract": {}}, {"price": 330000, "name": "Te\u00f3filo", "surname": "Caba\u00f1as", "birth_date": "23/03/2000", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 6, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 8, "aniticipation": 8, "decisions": 9, "concentration": 9, "teamwork": 4, "vision": 6, "work_rate": 1, "offensive_movement": 7, "defensive_movement": 9}, "technical": {"crossing": 9, "pass": 11, "long_pass": 11, "tackling": 4, "heading": 2, "interception": 8, "marking": 3, "shoot": 11, "dribble": 9, "long_shoot": 6, "free_kick": 9, "penalty": 2, "finishing": 10, "technique": 3, "first_touch": 1}, "physycal": {"acceleration": 9, "agility": 11, "balance": 1, "jump": 4, "pace": 5, "stamina": 6, "strength": 8}, "contract": {}}, {"price": 150000, "name": "Seve", "surname": "Guardiola", "birth_date": "16/12/1992", "nationality": "ES", "moral": 4, "position": "P", "foot": "L", "prestige": 5, "form": "GOOD", "potential": 2, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 10, "aniticipation": 8, "decisions": 1, "concentration": 2, "teamwork": 11, "vision": 1, "work_rate": 1, "offensive_movement": 8, "defensive_movement": 8}, "technical": {"crossing": 6, "pass": 1, "long_pass": 11, "tackling": 1, "heading": 11, "interception": 10, "marking": 6, "shoot": 11, "dribble": 8, "long_shoot": 7, "free_kick": 9, "penalty": 10, "finishing": 3, "technique": 9, "first_touch": 4}, "physycal": {"acceleration": 5, "agility": 1, "balance": 7, "jump": 9, "pace": 11, "stamina": 6, "strength": 7}, "contract": {}}, {"price": 280000, "name": "Saturnino", "surname": "Ferr\u00e1n", "birth_date": "15/10/1978", "nationality": "ES", "moral": 2, "position": "W", "foot": "L", "prestige": 13, "form": "INJURED", "potential": 2, "_potential_growth": 3, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 4, "concentration": 11, "teamwork": 7, "vision": 4, "work_rate": 6, "offensive_movement": 14, "defensive_movement": 5}, "technical": {"crossing": 13, "pass": 12, "long_pass": 13, "tackling": 13, "heading": 12, "interception": 11, "marking": 8, "shoot": 14, "dribble": 14, "long_shoot": 16, "free_kick": 6, "penalty": 9, "finishing": 8, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 12, "balance": 5, "jump": 15, "pace": 9, "stamina": 7, "strength": 15}, "contract": {}}, {"price": 110000, "name": "Andr\u00e9s", "surname": "Castells", "birth_date": "19/05/1976", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 4, "_potential_growth": 1, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 5, "aniticipation": 10, "decisions": 4, "concentration": 6, "teamwork": 7, "vision": 12, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 14}, "technical": {"crossing": 12, "pass": 3, "long_pass": 9, "tackling": 8, "heading": 5, "interception": 5, "marking": 3, "shoot": 3, "dribble": 3, "long_shoot": 6, "free_kick": 11, "penalty": 2, "finishing": 2, "technique": 4, "first_touch": 9}, "physycal": {"acceleration": 8, "agility": 5, "balance": 13, "jump": 13, "pace": 5, "stamina": 8, "strength": 12}, "contract": {}}, {"price": 150000, "name": "Ram\u00f3n", "surname": "Felipe", "birth_date": "28/11/1994", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 8, "form": "INJURED", "potential": 1, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 7, "aniticipation": 4, "decisions": 11, "concentration": 9, "teamwork": 8, "vision": 8, "work_rate": 13, "offensive_movement": 13, "defensive_movement": 12}, "technical": {"crossing": 7, "pass": 8, "long_pass": 9, "tackling": 5, "heading": 5, "interception": 3, "marking": 12, "shoot": 13, "dribble": 12, "long_shoot": 7, "free_kick": 9, "penalty": 3, "finishing": 3, "technique": 10, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 5, "balance": 3, "jump": 10, "pace": 11, "stamina": 6, "strength": 10}, "contract": {}}, {"price": 10000, "name": "Osvaldo", "surname": "Zapata", "birth_date": "23/09/1980", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 1, "_potential_growth": 3, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 4, "aniticipation": 8, "decisions": 8, "concentration": 6, "teamwork": 10, "vision": 1, "work_rate": 6, "offensive_movement": 7, "defensive_movement": 1}, "technical": {"crossing": 11, "pass": 8, "long_pass": 7, "tackling": 6, "heading": 3, "interception": 9, "marking": 5, "shoot": 8, "dribble": 9, "long_shoot": 9, "free_kick": 9, "penalty": 9, "finishing": 9, "technique": 1, "first_touch": 6}, "physycal": {"acceleration": 5, "agility": 1, "balance": 6, "jump": 1, "pace": 4, "stamina": 3, "strength": 5}, "contract": {}}, {"price": 140000, "name": "\u00c1lvaro", "surname": "Valbuena", "birth_date": "22/08/1983", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 7, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 5, "aniticipation": 2, "decisions": 8, "concentration": 3, "teamwork": 10, "vision": 8, "work_rate": 4, "offensive_movement": 1, "defensive_movement": 9}, "technical": {"crossing": 6, "pass": 5, "long_pass": 9, "tackling": 4, "heading": 7, "interception": 5, "marking": 6, "shoot": 9, "dribble": 3, "long_shoot": 7, "free_kick": 3, "penalty": 11, "finishing": 2, "technique": 8, "first_touch": 9}, "physycal": {"acceleration": 11, "agility": 4, "balance": 3, "jump": 5, "pace": 8, "stamina": 5, "strength": 5}, "contract": {}}, {"price": 270000, "name": "Maxi", "surname": "Nicolau-Castro", "birth_date": "12/08/2001", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 14, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 14, "aniticipation": 16, "decisions": 13, "concentration": 15, "teamwork": 14, "vision": 16, "work_rate": 14, "offensive_movement": 16, "defensive_movement": 15}, "technical": {"crossing": 11, "pass": 13, "long_pass": 6, "tackling": 14, "heading": 14, "interception": 7, "marking": 13, "shoot": 12, "dribble": 10, "long_shoot": 12, "free_kick": 10, "penalty": 18, "finishing": 14, "technique": 13, "first_touch": 9}, "physycal": {"acceleration": 10, "agility": 14, "balance": 9, "jump": 9, "pace": 11, "stamina": 17, "strength": 15}, "contract": {}}, {"price": 200000, "name": "R\u00e9gulo", "surname": "Pastor", "birth_date": "23/04/1983", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 15, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 11, "aniticipation": 9, "decisions": 10, "concentration": 14, "teamwork": 15, "vision": 11, "work_rate": 14, "offensive_movement": 15, "defensive_movement": 13}, "technical": {"crossing": 15, "pass": 7, "long_pass": 6, "tackling": 14, "heading": 8, "interception": 16, "marking": 15, "shoot": 4, "dribble": 12, "long_shoot": 3, "free_kick": 6, "penalty": 11, "finishing": 11, "technique": 17, "first_touch": 11}, "physycal": {"acceleration": 13, "agility": 18, "balance": 2, "jump": 8, "pace": 14, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 320000, "name": "Quique", "surname": "Herrero-Lobato", "birth_date": "15/01/1979", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 5, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 3, "aniticipation": 10, "decisions": 9, "concentration": 13, "teamwork": 11, "vision": 4, "work_rate": 8, "offensive_movement": 7, "defensive_movement": 2}, "technical": {"crossing": 10, "pass": 5, "long_pass": 7, "tackling": 11, "heading": 2, "interception": 12, "marking": 7, "shoot": 7, "dribble": 10, "long_shoot": 10, "free_kick": 7, "penalty": 2, "finishing": 5, "technique": 5, "first_touch": 6}, "physycal": {"acceleration": 2, "agility": 11, "balance": 10, "jump": 14, "pace": 7, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 160000, "name": "David", "surname": "Hernando", "birth_date": "21/07/1981", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 4, "_potential_growth": 4, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 13, "concentration": 8, "teamwork": 7, "vision": 5, "work_rate": 11, "offensive_movement": 7, "defensive_movement": 9}, "technical": {"crossing": 10, "pass": 8, "long_pass": 5, "tackling": 6, "heading": 13, "interception": 3, "marking": 13, "shoot": 7, "dribble": 10, "long_shoot": 9, "free_kick": 12, "penalty": 3, "finishing": 9, "technique": 8, "first_touch": 4}, "physycal": {"acceleration": 5, "agility": 12, "balance": 6, "jump": 7, "pace": 9, "stamina": 12, "strength": 3}, "contract": {}}, {"price": -50000, "name": "V\u00edctor", "surname": "Vara", "birth_date": "23/04/1990", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 5, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 1, "concentration": 8, "teamwork": 5, "vision": 3, "work_rate": 8, "offensive_movement": 10, "defensive_movement": 1}, "technical": {"crossing": 1, "pass": 9, "long_pass": 11, "tackling": 10, "heading": 4, "interception": 11, "marking": 9, "shoot": 3, "dribble": 4, "long_shoot": 4, "free_kick": 1, "penalty": 9, "finishing": 4, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 3, "agility": 11, "balance": 8, "jump": 10, "pace": 2, "stamina": 8, "strength": 3}, "contract": {}}, {"price": 30000, "name": "Rufino", "surname": "Borrego", "birth_date": "16/07/1989", "nationality": "ES", "moral": 4, "position": "G", "foot": "L", "prestige": 7, "form": "INJURED", "potential": 5, "_potential_growth": 3, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 3, "aniticipation": 10, "decisions": 9, "concentration": 9, "teamwork": 8, "vision": 3, "work_rate": 9, "offensive_movement": 11, "defensive_movement": 4}, "technical": {"crossing": 4, "pass": 12, "long_pass": 4, "tackling": 12, "heading": 4, "interception": 8, "marking": 2, "shoot": 2, "dribble": 3, "long_shoot": 3, "free_kick": 4, "penalty": 12, "finishing": 4, "technique": 4, "first_touch": 2}, "physycal": {"acceleration": 3, "agility": 6, "balance": 6, "jump": 5, "pace": 8, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 270000, "name": "Edgardo", "surname": "\u00c1lvarez", "birth_date": "22/02/1998", "nationality": "ES", "moral": 3, "position": "D", "foot": "L", "prestige": 13, "form": "RECOVER", "potential": 2, "_potential_growth": 3, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 13, "aniticipation": 10, "decisions": 9, "concentration": 10, "teamwork": 15, "vision": 11, "work_rate": 15, "offensive_movement": 9, "defensive_movement": 7}, "technical": {"crossing": 8, "pass": 18, "long_pass": 9, "tackling": 18, "heading": 18, "interception": 14, "marking": 9, "shoot": 14, "dribble": 18, "long_shoot": 11, "free_kick": 13, "penalty": 12, "finishing": 14, "technique": 14, "first_touch": 18}, "physycal": {"acceleration": 10, "agility": 8, "balance": 9, "jump": 10, "pace": 10, "stamina": 15, "strength": 11}, "contract": {}}, {"price": 200000, "name": "Seve", "surname": "Borrego", "birth_date": "27/06/1994", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 10, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 7, "aniticipation": 5, "decisions": 6, "concentration": 7, "teamwork": 6, "vision": 6, "work_rate": 8, "offensive_movement": 12, "defensive_movement": 12}, "technical": {"crossing": 10, "pass": 5, "long_pass": 10, "tackling": 11, "heading": 10, "interception": 6, "marking": 8, "shoot": 8, "dribble": 4, "long_shoot": 14, "free_kick": 9, "penalty": 9, "finishing": 8, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 14, "agility": 5, "balance": 14, "jump": 8, "pace": 13, "stamina": 15, "strength": 6}, "contract": {}}, {"price": 200000, "name": "Bartolom\u00e9", "surname": "Bay\u00f3n", "birth_date": "26/03/2000", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 2, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 10, "aniticipation": 4, "decisions": 8, "concentration": 10, "teamwork": 11, "vision": 8, "work_rate": 11, "offensive_movement": 4, "defensive_movement": 12}, "technical": {"crossing": 4, "pass": 13, "long_pass": 4, "tackling": 9, "heading": 12, "interception": 9, "marking": 2, "shoot": 5, "dribble": 13, "long_shoot": 11, "free_kick": 9, "penalty": 5, "finishing": 8, "technique": 5, "first_touch": 13}, "physycal": {"acceleration": 5, "agility": 8, "balance": 7, "jump": 10, "pace": 13, "stamina": 7, "strength": 4}, "contract": {}}, {"price": 180000, "name": "Duilio", "surname": "Caba\u00f1as", "birth_date": "28/05/1978", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 5, "_potential_growth": 4, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 10, "aniticipation": 13, "decisions": 4, "concentration": 12, "teamwork": 4, "vision": 10, "work_rate": 12, "offensive_movement": 4, "defensive_movement": 5}, "technical": {"crossing": 8, "pass": 10, "long_pass": 5, "tackling": 13, "heading": 7, "interception": 9, "marking": 5, "shoot": 14, "dribble": 11, "long_shoot": 13, "free_kick": 13, "penalty": 13, "finishing": 11, "technique": 4, "first_touch": 8}, "physycal": {"acceleration": 13, "agility": 12, "balance": 11, "jump": 6, "pace": 11, "stamina": 7, "strength": 11}, "contract": {}}, {"price": 130000, "name": "Jord\u00e1n", "surname": "del", "birth_date": "13/02/1985", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 11, "form": "RECOVER", "potential": 2, "_potential_growth": 4, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 6, "aniticipation": 6, "decisions": 8, "concentration": 12, "teamwork": 11, "vision": 14, "work_rate": 15, "offensive_movement": 8, "defensive_movement": 11}, "technical": {"crossing": 11, "pass": 9, "long_pass": 14, "tackling": 6, "heading": 8, "interception": 6, "marking": 6, "shoot": 7, "dribble": 11, "long_shoot": 15, "free_kick": 8, "penalty": 16, "finishing": 10, "technique": 8, "first_touch": 12}, "physycal": {"acceleration": 12, "agility": 16, "balance": 9, "jump": 14, "pace": 11, "stamina": 16, "strength": 13}, "contract": {}}, {"price": 160000, "name": "Juan", "surname": "Barrera", "birth_date": "11/10/1993", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 5, "form": "INJURED", "potential": 5, "_potential_growth": 2, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 7, "aniticipation": 1, "decisions": 7, "concentration": 4, "teamwork": 4, "vision": 3, "work_rate": 3, "offensive_movement": 8, "defensive_movement": 1}, "technical": {"crossing": 11, "pass": 10, "long_pass": 3, "tackling": 9, "heading": 8, "interception": 4, "marking": 5, "shoot": 1, "dribble": 9, "long_shoot": 1, "free_kick": 8, "penalty": 2, "finishing": 11, "technique": 1, "first_touch": 5}, "physycal": {"acceleration": 9, "agility": 8, "balance": 2, "jump": 5, "pace": 6, "stamina": 8, "strength": 8}, "contract": {}}, {"price": 390000, "name": "Eutimio", "surname": "Mercader", "birth_date": "30/01/2004", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 1, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 8, "aniticipation": 11, "decisions": 7, "concentration": 4, "teamwork": 7, "vision": 2, "work_rate": 4, "offensive_movement": 6, "defensive_movement": 9}, "technical": {"crossing": 7, "pass": 10, "long_pass": 7, "tackling": 7, "heading": 9, "interception": 5, "marking": 7, "shoot": 1, "dribble": 13, "long_shoot": 8, "free_kick": 5, "penalty": 3, "finishing": 13, "technique": 13, "first_touch": 12}, "physycal": {"acceleration": 9, "agility": 12, "balance": 6, "jump": 7, "pace": 7, "stamina": 9, "strength": 4}, "contract": {}}, {"price": 40000, "name": "C\u00e9sar", "surname": "Bautista", "birth_date": "12/12/1983", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 8, "aniticipation": 10, "decisions": 5, "concentration": 10, "teamwork": 6, "vision": 7, "work_rate": 7, "offensive_movement": 3, "defensive_movement": 3}, "technical": {"crossing": 13, "pass": 4, "long_pass": 12, "tackling": 13, "heading": 4, "interception": 12, "marking": 8, "shoot": 12, "dribble": 8, "long_shoot": 10, "free_kick": 7, "penalty": 4, "finishing": 6, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 8, "agility": 13, "balance": 5, "jump": 5, "pace": 13, "stamina": 6, "strength": 4}, "contract": {}}, {"price": 190000, "name": "Fabi\u00e1n", "surname": "Mendiz\u00e1bal", "birth_date": "27/12/1996", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 2, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 11, "aniticipation": 11, "decisions": 14, "concentration": 14, "teamwork": 5, "vision": 9, "work_rate": 13, "offensive_movement": 14, "defensive_movement": 12}, "technical": {"crossing": 13, "pass": 7, "long_pass": 6, "tackling": 6, "heading": 13, "interception": 12, "marking": 9, "shoot": 11, "dribble": 4, "long_shoot": 6, "free_kick": 7, "penalty": 10, "finishing": 12, "technique": 9, "first_touch": 13}, "physycal": {"acceleration": 6, "agility": 9, "balance": 12, "jump": 4, "pace": 5, "stamina": 7, "strength": 11}, "contract": {}}, {"price": 430000, "name": "Rolando", "surname": "Amat-Redondo", "birth_date": "27/03/2004", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 5, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 5, "aniticipation": 10, "decisions": 5, "concentration": 10, "teamwork": 13, "vision": 6, "work_rate": 3, "offensive_movement": 8, "defensive_movement": 7}, "technical": {"crossing": 9, "pass": 5, "long_pass": 7, "tackling": 10, "heading": 9, "interception": 12, "marking": 10, "shoot": 10, "dribble": 4, "long_shoot": 18, "free_kick": 13, "penalty": 18, "finishing": 10, "technique": 14, "first_touch": 10}, "physycal": {"acceleration": 12, "agility": 8, "balance": 10, "jump": 10, "pace": 11, "stamina": 7, "strength": 5}, "contract": {}}, {"price": 300000, "name": "Amado", "surname": "Ur\u00eda-Nogu\u00e9s", "birth_date": "27/05/1990", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 12, "form": "PERFECT", "potential": 5, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 7, "aniticipation": 14, "decisions": 3, "concentration": 6, "teamwork": 5, "vision": 4, "work_rate": 4, "offensive_movement": 6, "defensive_movement": 10}, "technical": {"crossing": 16, "pass": 8, "long_pass": 17, "tackling": 10, "heading": 12, "interception": 11, "marking": 9, "shoot": 6, "dribble": 8, "long_shoot": 8, "free_kick": 4, "penalty": 5, "finishing": 8, "technique": 9, "first_touch": 13}, "physycal": {"acceleration": 7, "agility": 7, "balance": 10, "jump": 17, "pace": 15, "stamina": 16, "strength": 8}, "contract": {}}, {"price": 250000, "name": "Angelino", "surname": "Bay\u00f3n", "birth_date": "10/03/1997", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 5, "_potential_growth": 2, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 17, "aniticipation": 15, "decisions": 7, "concentration": 12, "teamwork": 12, "vision": 11, "work_rate": 9, "offensive_movement": 13, "defensive_movement": 9}, "technical": {"crossing": 17, "pass": 11, "long_pass": 11, "tackling": 19, "heading": 11, "interception": 17, "marking": 15, "shoot": 14, "dribble": 10, "long_shoot": 9, "free_kick": 13, "penalty": 13, "finishing": 6, "technique": 14, "first_touch": 14}, "physycal": {"acceleration": 14, "agility": 17, "balance": 2, "jump": 5, "pace": 17, "stamina": 4, "strength": 9}, "contract": {}}, {"price": 430000, "name": "Albino", "surname": "Pastor", "birth_date": "13/03/2000", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 20, "form": "INJURED", "potential": 3, "_potential_growth": 3, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 17, "aniticipation": 14, "decisions": 11, "concentration": 2, "teamwork": 12, "vision": 2, "work_rate": 8, "offensive_movement": 3, "defensive_movement": 20}, "technical": {"crossing": 6, "pass": 5, "long_pass": 1, "tackling": 17, "heading": 12, "interception": 13, "marking": 8, "shoot": 3, "dribble": 7, "long_shoot": 10, "free_kick": 3, "penalty": 3, "finishing": 8, "technique": 14, "first_touch": 7}, "physycal": {"acceleration": 14, "agility": 17, "balance": 11, "jump": 7, "pace": 15, "stamina": 11, "strength": 6}, "contract": {}}, {"price": 130000, "name": "Isidoro", "surname": "Vara", "birth_date": "29/03/1998", "nationality": "ES", "moral": 4, "position": "G", "foot": "L", "prestige": 13, "form": "GOOD", "potential": 3, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 10, "aniticipation": 13, "decisions": 10, "concentration": 10, "teamwork": 10, "vision": 10, "work_rate": 12, "offensive_movement": 18, "defensive_movement": 15}, "technical": {"crossing": 11, "pass": 13, "long_pass": 17, "tackling": 11, "heading": 13, "interception": 8, "marking": 18, "shoot": 12, "dribble": 14, "long_shoot": 16, "free_kick": 17, "penalty": 13, "finishing": 10, "technique": 8, "first_touch": 6}, "physycal": {"acceleration": 14, "agility": 6, "balance": 7, "jump": 8, "pace": 7, "stamina": 10, "strength": 9}, "contract": {}}, {"price": 90000, "name": "Bartolom\u00e9", "surname": "Manuel", "birth_date": "21/03/1987", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 7, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 12, "decisions": 4, "concentration": 9, "teamwork": 11, "vision": 2, "work_rate": 6, "offensive_movement": 5, "defensive_movement": 6}, "technical": {"crossing": 9, "pass": 5, "long_pass": 11, "tackling": 9, "heading": 11, "interception": 9, "marking": 10, "shoot": 4, "dribble": 7, "long_shoot": 10, "free_kick": 4, "penalty": 9, "finishing": 2, "technique": 9, "first_touch": 10}, "physycal": {"acceleration": 12, "agility": 9, "balance": 4, "jump": 7, "pace": 4, "stamina": 8, "strength": 5}, "contract": {}}, {"price": 250000, "name": "Eutimio", "surname": "Domingo", "birth_date": "22/02/1980", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 20, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 9, "aniticipation": 16, "decisions": 12, "concentration": 7, "teamwork": 11, "vision": 4, "work_rate": 6, "offensive_movement": 6, "defensive_movement": 11}, "technical": {"crossing": 7, "pass": 10, "long_pass": 5, "tackling": 8, "heading": 6, "interception": 16, "marking": 10, "shoot": 9, "dribble": 9, "long_shoot": 11, "free_kick": 14, "penalty": 4, "finishing": 16, "technique": 16, "first_touch": 10}, "physycal": {"acceleration": 4, "agility": 9, "balance": 11, "jump": 15, "pace": 8, "stamina": 17, "strength": 16}, "contract": {}}, {"price": 360000, "name": "Angelino", "surname": "Salinas", "birth_date": "12/10/2000", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 7, "aniticipation": 6, "decisions": 14, "concentration": 6, "teamwork": 13, "vision": 5, "work_rate": 6, "offensive_movement": 11, "defensive_movement": 4}, "technical": {"crossing": 11, "pass": 14, "long_pass": 14, "tackling": 10, "heading": 20, "interception": 15, "marking": 12, "shoot": 18, "dribble": 11, "long_shoot": 15, "free_kick": 19, "penalty": 13, "finishing": 14, "technique": 19, "first_touch": 14}, "physycal": {"acceleration": 8, "agility": 11, "balance": 9, "jump": 13, "pace": 8, "stamina": 13, "strength": 13}, "contract": {}}, {"price": 340000, "name": "Patricio", "surname": "Reig", "birth_date": "19/08/2005", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 1, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 9, "concentration": 13, "teamwork": 16, "vision": 10, "work_rate": 18, "offensive_movement": 16, "defensive_movement": 9}, "technical": {"crossing": 7, "pass": 8, "long_pass": 13, "tackling": 17, "heading": 10, "interception": 16, "marking": 16, "shoot": 14, "dribble": 5, "long_shoot": 12, "free_kick": 6, "penalty": 7, "finishing": 7, "technique": 2, "first_touch": 3}, "physycal": {"acceleration": 5, "agility": 4, "balance": 8, "jump": 13, "pace": 12, "stamina": 16, "strength": 14}, "contract": {}}, {"price": 90000, "name": "Felix", "surname": "Mayol", "birth_date": "17/03/1987", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 2, "_potential_growth": 4, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 11, "aniticipation": 2, "decisions": 7, "concentration": 5, "teamwork": 8, "vision": 8, "work_rate": 7, "offensive_movement": 9, "defensive_movement": 9}, "technical": {"crossing": 11, "pass": 10, "long_pass": 5, "tackling": 8, "heading": 1, "interception": 10, "marking": 4, "shoot": 5, "dribble": 9, "long_shoot": 4, "free_kick": 8, "penalty": 5, "finishing": 10, "technique": 9, "first_touch": 7}, "physycal": {"acceleration": 11, "agility": 6, "balance": 2, "jump": 9, "pace": 7, "stamina": 10, "strength": 1}, "contract": {}}, {"price": 240000, "name": "Alex", "surname": "Valbuena", "birth_date": "02/12/1983", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 11, "form": "GOOD", "potential": 5, "_potential_growth": 4, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 10, "aniticipation": 9, "decisions": 13, "concentration": 8, "teamwork": 16, "vision": 14, "work_rate": 12, "offensive_movement": 9, "defensive_movement": 9}, "technical": {"crossing": 5, "pass": 9, "long_pass": 10, "tackling": 15, "heading": 10, "interception": 12, "marking": 11, "shoot": 10, "dribble": 7, "long_shoot": 11, "free_kick": 14, "penalty": 6, "finishing": 13, "technique": 14, "first_touch": 11}, "physycal": {"acceleration": 12, "agility": 9, "balance": 6, "jump": 13, "pace": 14, "stamina": 11, "strength": 9}, "contract": {}}, {"price": 200000, "name": "Calisto", "surname": "Amores-Carro", "birth_date": "05/05/1995", "nationality": "ES", "moral": 4, "position": "W", "foot": "L", "prestige": 13, "form": "PERFECT", "potential": 3, "_potential_growth": 1, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 14, "aniticipation": 10, "decisions": 13, "concentration": 10, "teamwork": 9, "vision": 13, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 8}, "technical": {"crossing": 11, "pass": 15, "long_pass": 10, "tackling": 12, "heading": 4, "interception": 18, "marking": 18, "shoot": 11, "dribble": 10, "long_shoot": 9, "free_kick": 11, "penalty": 12, "finishing": 17, "technique": 14, "first_touch": 10}, "physycal": {"acceleration": 9, "agility": 5, "balance": 8, "jump": 9, "pace": 4, "stamina": 15, "strength": 5}, "contract": {}}, {"price": 210000, "name": "Bartolom\u00e9", "surname": "Cardona", "birth_date": "26/04/1994", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 6, "form": "RECOVER", "potential": 5, "_potential_growth": 1, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 1, "aniticipation": 6, "decisions": 1, "concentration": 9, "teamwork": 3, "vision": 3, "work_rate": 2, "offensive_movement": 11, "defensive_movement": 4}, "technical": {"crossing": 10, "pass": 6, "long_pass": 2, "tackling": 1, "heading": 1, "interception": 6, "marking": 9, "shoot": 2, "dribble": 10, "long_shoot": 3, "free_kick": 4, "penalty": 4, "finishing": 11, "technique": 3, "first_touch": 7}, "physycal": {"acceleration": 2, "agility": 2, "balance": 9, "jump": 10, "pace": 1, "stamina": 2, "strength": 8}, "contract": {}}, {"price": 260000, "name": "Ram\u00f3n", "surname": "Mercader", "birth_date": "02/03/2003", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 14, "form": "PERFECT", "potential": 1, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 13, "aniticipation": 12, "decisions": 10, "concentration": 19, "teamwork": 10, "vision": 17, "work_rate": 9, "offensive_movement": 12, "defensive_movement": 7}, "technical": {"crossing": 12, "pass": 10, "long_pass": 5, "tackling": 5, "heading": 14, "interception": 12, "marking": 10, "shoot": 7, "dribble": 11, "long_shoot": 14, "free_kick": 16, "penalty": 6, "finishing": 4, "technique": 9, "first_touch": 6}, "physycal": {"acceleration": 11, "agility": 19, "balance": 19, "jump": 9, "pace": 17, "stamina": 13, "strength": 16}, "contract": {}}, {"price": 140000, "name": "Bartolom\u00e9", "surname": "Juli\u00e1", "birth_date": "04/09/1994", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 6, "form": "RECOVER", "potential": 4, "_potential_growth": 3, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 6, "aniticipation": 4, "decisions": 10, "concentration": 6, "teamwork": 10, "vision": 11, "work_rate": 8, "offensive_movement": 4, "defensive_movement": 5}, "technical": {"crossing": 11, "pass": 4, "long_pass": 2, "tackling": 1, "heading": 9, "interception": 11, "marking": 3, "shoot": 8, "dribble": 11, "long_shoot": 3, "free_kick": 10, "penalty": 9, "finishing": 1, "technique": 5, "first_touch": 9}, "physycal": {"acceleration": 1, "agility": 3, "balance": 11, "jump": 4, "pace": 6, "stamina": 8, "strength": 5}, "contract": {}}, {"price": 220000, "name": "Cleto", "surname": "Amores-Carro", "birth_date": "26/02/1989", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 4, "_potential_growth": 3, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 18, "aniticipation": 15, "decisions": 17, "concentration": 19, "teamwork": 20, "vision": 11, "work_rate": 12, "offensive_movement": 17, "defensive_movement": 14}, "technical": {"crossing": 10, "pass": 20, "long_pass": 17, "tackling": 13, "heading": 6, "interception": 10, "marking": 11, "shoot": 11, "dribble": 9, "long_shoot": 3, "free_kick": 12, "penalty": 9, "finishing": 9, "technique": 6, "first_touch": 6}, "physycal": {"acceleration": 11, "agility": 9, "balance": 12, "jump": 12, "pace": 7, "stamina": 4, "strength": 3}, "contract": {}}, {"price": 160000, "name": "Epifanio", "surname": "Jose", "birth_date": "11/09/1992", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 7, "form": "PERFECT", "potential": 4, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 9, "aniticipation": 5, "decisions": 6, "concentration": 5, "teamwork": 12, "vision": 3, "work_rate": 3, "offensive_movement": 5, "defensive_movement": 5}, "technical": {"crossing": 6, "pass": 7, "long_pass": 6, "tackling": 8, "heading": 10, "interception": 4, "marking": 12, "shoot": 4, "dribble": 9, "long_shoot": 8, "free_kick": 12, "penalty": 11, "finishing": 8, "technique": 9, "first_touch": 10}, "physycal": {"acceleration": 11, "agility": 2, "balance": 9, "jump": 6, "pace": 8, "stamina": 4, "strength": 8}, "contract": {}}, {"price": 300000, "name": "Isidoro", "surname": "Guardiola", "birth_date": "03/08/2003", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 9, "form": "INJURED", "potential": 4, "_potential_growth": 1, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 4, "aniticipation": 13, "decisions": 5, "concentration": 12, "teamwork": 13, "vision": 12, "work_rate": 10, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 5, "pass": 7, "long_pass": 6, "tackling": 6, "heading": 5, "interception": 6, "marking": 9, "shoot": 4, "dribble": 4, "long_shoot": 14, "free_kick": 7, "penalty": 14, "finishing": 6, "technique": 14, "first_touch": 5}, "physycal": {"acceleration": 5, "agility": 11, "balance": 10, "jump": 5, "pace": 5, "stamina": 11, "strength": 13}, "contract": {}}, {"price": 130000, "name": "Feliciano", "surname": "Manuel", "birth_date": "18/10/1986", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 9, "form": "RECOVER", "potential": 2, "_potential_growth": 2, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 8, "aniticipation": 12, "decisions": 7, "concentration": 11, "teamwork": 9, "vision": 7, "work_rate": 7, "offensive_movement": 7, "defensive_movement": 9}, "technical": {"crossing": 11, "pass": 10, "long_pass": 4, "tackling": 10, "heading": 5, "interception": 14, "marking": 5, "shoot": 5, "dribble": 13, "long_shoot": 5, "free_kick": 4, "penalty": 14, "finishing": 5, "technique": 8, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 8, "balance": 9, "jump": 3, "pace": 6, "stamina": 13, "strength": 11}, "contract": {}}, {"price": 240000, "name": "Juan", "surname": "de", "birth_date": "27/12/1976", "nationality": "ES", "moral": 4, "position": "W", "foot": "R", "prestige": 9, "form": "GOOD", "potential": 4, "_potential_growth": 4, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 2, "aniticipation": 6, "decisions": 6, "concentration": 4, "teamwork": 12, "vision": 10, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 7}, "technical": {"crossing": 6, "pass": 4, "long_pass": 6, "tackling": 9, "heading": 11, "interception": 4, "marking": 9, "shoot": 4, "dribble": 8, "long_shoot": 12, "free_kick": 3, "penalty": 7, "finishing": 11, "technique": 2, "first_touch": 12}, "physycal": {"acceleration": 5, "agility": 14, "balance": 6, "jump": 6, "pace": 6, "stamina": 14, "strength": 12}, "contract": {}}, {"price": 280000, "name": "Duilio", "surname": "Valencia", "birth_date": "15/01/1989", "nationality": "ES", "moral": 4, "position": "U", "foot": "R", "prestige": 13, "form": "INJURED", "potential": 3, "_potential_growth": 1, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 13, "concentration": 12, "teamwork": 12, "vision": 16, "work_rate": 15, "offensive_movement": 12, "defensive_movement": 13}, "technical": {"crossing": 9, "pass": 16, "long_pass": 10, "tackling": 18, "heading": 7, "interception": 14, "marking": 8, "shoot": 7, "dribble": 12, "long_shoot": 14, "free_kick": 11, "penalty": 13, "finishing": 11, "technique": 8, "first_touch": 13}, "physycal": {"acceleration": 13, "agility": 14, "balance": 9, "jump": 16, "pace": 12, "stamina": 9, "strength": 18}, "contract": {}}, {"price": 120000, "name": "Juan", "surname": "Castillo", "birth_date": "21/07/1996", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 12, "form": "RECOVER", "potential": 3, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 7, "decisions": 9, "concentration": 11, "teamwork": 12, "vision": 7, "work_rate": 16, "offensive_movement": 10, "defensive_movement": 17}, "technical": {"crossing": 17, "pass": 7, "long_pass": 7, "tackling": 13, "heading": 16, "interception": 4, "marking": 10, "shoot": 14, "dribble": 7, "long_shoot": 10, "free_kick": 6, "penalty": 8, "finishing": 6, "technique": 4, "first_touch": 11}, "physycal": {"acceleration": 10, "agility": 15, "balance": 3, "jump": 11, "pace": 10, "stamina": 7, "strength": 5}, "contract": {}}, {"price": 370000, "name": "V\u00edctor", "surname": "Andres", "birth_date": "12/12/1997", "nationality": "ES", "moral": 2, "position": "U", "foot": "L", "prestige": 10, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 6, "aniticipation": 7, "decisions": 15, "concentration": 14, "teamwork": 15, "vision": 14, "work_rate": 8, "offensive_movement": 5, "defensive_movement": 10}, "technical": {"crossing": 9, "pass": 15, "long_pass": 8, "tackling": 10, "heading": 14, "interception": 6, "marking": 8, "shoot": 7, "dribble": 8, "long_shoot": 15, "free_kick": 7, "penalty": 12, "finishing": 8, "technique": 5, "first_touch": 8}, "physycal": {"acceleration": 4, "agility": 5, "balance": 7, "jump": 10, "pace": 8, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 170000, "name": "Patricio", "surname": "Ferr\u00e1n", "birth_date": "13/12/1983", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 8, "form": "RECOVER", "potential": 5, "_potential_growth": 5, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 4, "aniticipation": 13, "decisions": 9, "concentration": 5, "teamwork": 2, "vision": 5, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 4, "long_pass": 2, "tackling": 5, "heading": 10, "interception": 5, "marking": 8, "shoot": 4, "dribble": 3, "long_shoot": 8, "free_kick": 11, "penalty": 9, "finishing": 5, "technique": 10, "first_touch": 12}, "physycal": {"acceleration": 10, "agility": 4, "balance": 4, "jump": 3, "pace": 9, "stamina": 10, "strength": 12}, "contract": {}}, {"price": 60000, "name": "Nazario", "surname": "Requena", "birth_date": "29/03/1990", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 15, "form": "INJURED", "potential": 3, "_potential_growth": 1, "_injury_potential": 19, "history": {}, "mental": {"agressivity": 17, "aniticipation": 17, "decisions": 9, "concentration": 7, "teamwork": 12, "vision": 9, "work_rate": 7, "offensive_movement": 5, "defensive_movement": 14}, "technical": {"crossing": 14, "pass": 12, "long_pass": 8, "tackling": 12, "heading": 16, "interception": 17, "marking": 11, "shoot": 11, "dribble": 14, "long_shoot": 8, "free_kick": 7, "penalty": 15, "finishing": 8, "technique": 15, "first_touch": 9}, "physycal": {"acceleration": 2, "agility": 8, "balance": 15, "jump": 19, "pace": 10, "stamina": 13, "strength": 10}, "contract": {}}, {"price": 90000, "name": "Nicanor", "surname": "Valencia", "birth_date": "17/07/1986", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 7, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 11, "aniticipation": 4, "decisions": 6, "concentration": 1, "teamwork": 7, "vision": 4, "work_rate": 10, "offensive_movement": 3, "defensive_movement": 5}, "technical": {"crossing": 8, "pass": 3, "long_pass": 12, "tackling": 9, "heading": 2, "interception": 10, "marking": 8, "shoot": 5, "dribble": 12, "long_shoot": 7, "free_kick": 5, "penalty": 11, "finishing": 4, "technique": 10, "first_touch": 6}, "physycal": {"acceleration": 5, "agility": 3, "balance": 9, "jump": 10, "pace": 11, "stamina": 3, "strength": 2}, "contract": {}}, {"price": 160000, "name": "Saturnino", "surname": "\u00c1lvarez", "birth_date": "03/07/1988", "nationality": "ES", "moral": 2, "position": "D", "foot": "R", "prestige": 15, "form": "RECOVER", "potential": 5, "_potential_growth": 4, "_injury_potential": 6, "history": {}, "mental": {"agressivity": 12, "aniticipation": 10, "decisions": 16, "concentration": 15, "teamwork": 12, "vision": 18, "work_rate": 15, "offensive_movement": 14, "defensive_movement": 14}, "technical": {"crossing": 11, "pass": 4, "long_pass": 10, "tackling": 17, "heading": 6, "interception": 18, "marking": 20, "shoot": 4, "dribble": 18, "long_shoot": 2, "free_kick": 2, "penalty": 9, "finishing": 18, "technique": 13, "first_touch": 11}, "physycal": {"acceleration": 7, "agility": 15, "balance": 14, "jump": 16, "pace": 12, "stamina": 11, "strength": 16}, "contract": {}}, {"price": -10000, "name": "Rufino", "surname": "Barrag\u00e1n", "birth_date": "25/12/1983", "nationality": "ES", "moral": 4, "position": "G", "foot": "L", "prestige": 5, "form": "GOOD", "potential": 2, "_potential_growth": 2, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 7, "aniticipation": 9, "decisions": 4, "concentration": 1, "teamwork": 2, "vision": 10, "work_rate": 5, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 1, "pass": 11, "long_pass": 6, "tackling": 10, "heading": 7, "interception": 1, "marking": 3, "shoot": 11, "dribble": 5, "long_shoot": 10, "free_kick": 9, "penalty": 5, "finishing": 2, "technique": 8, "first_touch": 3}, "physycal": {"acceleration": 5, "agility": 10, "balance": 8, "jump": 6, "pace": 3, "stamina": 5, "strength": 10}, "contract": {}}, {"price": 200000, "name": "Pascual", "surname": "Guardiola", "birth_date": "18/09/1991", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 3, "_potential_growth": 5, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 3, "aniticipation": 9, "decisions": 9, "concentration": 5, "teamwork": 7, "vision": 1, "work_rate": 9, "offensive_movement": 8, "defensive_movement": 3}, "technical": {"crossing": 8, "pass": 7, "long_pass": 7, "tackling": 8, "heading": 6, "interception": 6, "marking": 5, "shoot": 8, "dribble": 7, "long_shoot": 10, "free_kick": 6, "penalty": 7, "finishing": 3, "technique": 11, "first_touch": 7}, "physycal": {"acceleration": 4, "agility": 10, "balance": 5, "jump": 1, "pace": 4, "stamina": 2, "strength": 4}, "contract": {}}, {"price": 240000, "name": "Seve", "surname": "Rosa", "birth_date": "14/01/2000", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 15, "history": {}, "mental": {"agressivity": 14, "aniticipation": 18, "decisions": 14, "concentration": 18, "teamwork": 16, "vision": 11, "work_rate": 18, "offensive_movement": 10, "defensive_movement": 13}, "technical": {"crossing": 10, "pass": 16, "long_pass": 13, "tackling": 10, "heading": 3, "interception": 17, "marking": 13, "shoot": 9, "dribble": 9, "long_shoot": 4, "free_kick": 10, "penalty": 6, "finishing": 13, "technique": 14, "first_touch": 10}, "physycal": {"acceleration": 10, "agility": 13, "balance": 11, "jump": 12, "pace": 13, "stamina": 8, "strength": 16}, "contract": {}}, {"price": 340000, "name": "Osvaldo", "surname": "Marti", "birth_date": "03/11/1995", "nationality": "ES", "moral": 2, "position": "U", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 1, "_potential_growth": 4, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 16, "aniticipation": 15, "decisions": 7, "concentration": 14, "teamwork": 7, "vision": 15, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 13}, "technical": {"crossing": 12, "pass": 12, "long_pass": 15, "tackling": 7, "heading": 15, "interception": 13, "marking": 6, "shoot": 11, "dribble": 12, "long_shoot": 12, "free_kick": 10, "penalty": 6, "finishing": 11, "technique": 12, "first_touch": 10}, "physycal": {"acceleration": 8, "agility": 10, "balance": 4, "jump": 7, "pace": 14, "stamina": 4, "strength": 5}, "contract": {}}, {"price": 270000, "name": "Andr\u00e9s", "surname": "Tudela", "birth_date": "14/06/1986", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 13, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 15, "aniticipation": 11, "decisions": 12, "concentration": 9, "teamwork": 10, "vision": 7, "work_rate": 12, "offensive_movement": 15, "defensive_movement": 11}, "technical": {"crossing": 13, "pass": 12, "long_pass": 10, "tackling": 10, "heading": 13, "interception": 8, "marking": 12, "shoot": 13, "dribble": 4, "long_shoot": 16, "free_kick": 15, "penalty": 18, "finishing": 6, "technique": 9, "first_touch": 2}, "physycal": {"acceleration": 14, "agility": 17, "balance": 12, "jump": 11, "pace": 16, "stamina": 12, "strength": 12}, "contract": {}}, {"price": 230000, "name": "Calisto", "surname": "Jose", "birth_date": "18/11/1981", "nationality": "ES", "moral": 4, "position": "P", "foot": "R", "prestige": 6, "form": "PERFECT", "potential": 3, "_potential_growth": 5, "_injury_potential": 3, "history": {}, "mental": {"agressivity": 5, "aniticipation": 9, "decisions": 10, "concentration": 9, "teamwork": 9, "vision": 10, "work_rate": 1, "offensive_movement": 10, "defensive_movement": 8}, "technical": {"crossing": 1, "pass": 7, "long_pass": 1, "tackling": 11, "heading": 10, "interception": 10, "marking": 5, "shoot": 7, "dribble": 8, "long_shoot": 9, "free_kick": 1, "penalty": 5, "finishing": 5, "technique": 5, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 7, "balance": 3, "jump": 8, "pace": 11, "stamina": 2, "strength": 10}, "contract": {}}, {"price": 210000, "name": "Quique", "surname": "Diez", "birth_date": "13/01/1993", "nationality": "ES", "moral": 3, "position": "U", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 2, "_potential_growth": 4, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 9, "aniticipation": 15, "decisions": 9, "concentration": 10, "teamwork": 6, "vision": 3, "work_rate": 12, "offensive_movement": 12, "defensive_movement": 14}, "technical": {"crossing": 11, "pass": 5, "long_pass": 3, "tackling": 19, "heading": 15, "interception": 17, "marking": 14, "shoot": 16, "dribble": 14, "long_shoot": 18, "free_kick": 14, "penalty": 10, "finishing": 14, "technique": 15, "first_touch": 14}, "physycal": {"acceleration": 11, "agility": 12, "balance": 14, "jump": 13, "pace": 8, "stamina": 10, "strength": 7}, "contract": {}}, {"price": 50000, "name": "Albert", "surname": "L\u00f3pez", "birth_date": "23/08/1997", "nationality": "ES", "moral": 1, "position": "G", "foot": "L", "prestige": 9, "form": "INJURED", "potential": 1, "_potential_growth": 2, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 11, "aniticipation": 13, "decisions": 7, "concentration": 14, "teamwork": 5, "vision": 4, "work_rate": 12, "offensive_movement": 10, "defensive_movement": 12}, "technical": {"crossing": 4, "pass": 8, "long_pass": 10, "tackling": 6, "heading": 8, "interception": 14, "marking": 8, "shoot": 10, "dribble": 9, "long_shoot": 7, "free_kick": 4, "penalty": 14, "finishing": 6, "technique": 12, "first_touch": 7}, "physycal": {"acceleration": 10, "agility": 12, "balance": 4, "jump": 8, "pace": 13, "stamina": 5, "strength": 10}, "contract": {}}, {"price": 190000, "name": "Reinaldo", "surname": "Bellido", "birth_date": "21/07/1977", "nationality": "ES", "moral": 1, "position": "G", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 1, "_potential_growth": 4, "_injury_potential": 12, "history": {}, "mental": {"agressivity": 4, "aniticipation": 7, "decisions": 10, "concentration": 8, "teamwork": 13, "vision": 10, "work_rate": 11, "offensive_movement": 10, "defensive_movement": 6}, "technical": {"crossing": 6, "pass": 10, "long_pass": 14, "tackling": 2, "heading": 8, "interception": 2, "marking": 5, "shoot": 2, "dribble": 3, "long_shoot": 10, "free_kick": 11, "penalty": 4, "finishing": 11, "technique": 13, "first_touch": 6}, "physycal": {"acceleration": 9, "agility": 2, "balance": 7, "jump": 8, "pace": 3, "stamina": 6, "strength": 4}, "contract": {}}, {"price": 160000, "name": "David", "surname": "de", "birth_date": "06/03/1989", "nationality": "ES", "moral": 2, "position": "W", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 2, "_potential_growth": 5, "_injury_potential": 10, "history": {}, "mental": {"agressivity": 8, "aniticipation": 1, "decisions": 2, "concentration": 2, "teamwork": 11, "vision": 7, "work_rate": 9, "offensive_movement": 11, "defensive_movement": 1}, "technical": {"crossing": 4, "pass": 4, "long_pass": 9, "tackling": 5, "heading": 3, "interception": 11, "marking": 3, "shoot": 2, "dribble": 10, "long_shoot": 7, "free_kick": 1, "penalty": 1, "finishing": 10, "technique": 2, "first_touch": 7}, "physycal": {"acceleration": 3, "agility": 4, "balance": 1, "jump": 2, "pace": 3, "stamina": 10, "strength": 10}, "contract": {}}, {"price": 210000, "name": "Maxi", "surname": "Esteve", "birth_date": "20/03/1991", "nationality": "ES", "moral": 1, "position": "U", "foot": "R", "prestige": 11, "form": "INJURED", "potential": 2, "_potential_growth": 2, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 2, "aniticipation": 5, "decisions": 11, "concentration": 3, "teamwork": 5, "vision": 8, "work_rate": 11, "offensive_movement": 5, "defensive_movement": 4}, "technical": {"crossing": 9, "pass": 6, "long_pass": 13, "tackling": 15, "heading": 13, "interception": 9, "marking": 13, "shoot": 13, "dribble": 13, "long_shoot": 11, "free_kick": 7, "penalty": 10, "finishing": 9, "technique": 8, "first_touch": 6}, "physycal": {"acceleration": 3, "agility": 9, "balance": 7, "jump": 15, "pace": 9, "stamina": 6, "strength": 8}, "contract": {}}, {"price": 250000, "name": "V\u00edctor", "surname": "Salda\u00f1a-Aramburu", "birth_date": "25/08/2004", "nationality": "ES", "moral": 3, "position": "G", "foot": "R", "prestige": 14, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 10, "decisions": 5, "concentration": 6, "teamwork": 9, "vision": 12, "work_rate": 9, "offensive_movement": 5, "defensive_movement": 2}, "technical": {"crossing": 10, "pass": 14, "long_pass": 18, "tackling": 8, "heading": 7, "interception": 14, "marking": 11, "shoot": 6, "dribble": 18, "long_shoot": 6, "free_kick": 12, "penalty": 7, "finishing": 8, "technique": 8, "first_touch": 15}, "physycal": {"acceleration": 11, "agility": 9, "balance": 9, "jump": 10, "pace": 10, "stamina": 11, "strength": 14}, "contract": {}}, {"price": 210000, "name": "Jos\u00e9", "surname": "Cobos", "birth_date": "18/10/1984", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 6, "form": "INJURED", "potential": 3, "_potential_growth": 4, "_injury_potential": 5, "history": {}, "mental": {"agressivity": 3, "aniticipation": 9, "decisions": 7, "concentration": 5, "teamwork": 7, "vision": 3, "work_rate": 7, "offensive_movement": 1, "defensive_movement": 11}, "technical": {"crossing": 1, "pass": 7, "long_pass": 7, "tackling": 8, "heading": 10, "interception": 6, "marking": 11, "shoot": 6, "dribble": 7, "long_shoot": 10, "free_kick": 6, "penalty": 5, "finishing": 4, "technique": 1, "first_touch": 7}, "physycal": {"acceleration": 3, "agility": 1, "balance": 7, "jump": 7, "pace": 1, "stamina": 6, "strength": 1}, "contract": {}}, {"price": 90000, "name": "Bautista", "surname": "Manuel", "birth_date": "16/12/1992", "nationality": "ES", "moral": 2, "position": "G", "foot": "L", "prestige": 8, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 2, "history": {}, "mental": {"agressivity": 8, "aniticipation": 4, "decisions": 9, "concentration": 10, "teamwork": 5, "vision": 10, "work_rate": 6, "offensive_movement": 6, "defensive_movement": 10}, "technical": {"crossing": 7, "pass": 11, "long_pass": 10, "tackling": 8, "heading": 5, "interception": 9, "marking": 13, "shoot": 10, "dribble": 9, "long_shoot": 12, "free_kick": 9, "penalty": 7, "finishing": 6, "technique": 10, "first_touch": 5}, "physycal": {"acceleration": 4, "agility": 12, "balance": 3, "jump": 8, "pace": 6, "stamina": 7, "strength": 11}, "contract": {}}, {"price": 230000, "name": "Rolando", "surname": "de", "birth_date": "18/12/1998", "nationality": "ES", "moral": 3, "position": "D", "foot": "R", "prestige": 19, "form": "GOOD", "potential": 3, "_potential_growth": 2, "_injury_potential": 11, "history": {}, "mental": {"agressivity": 5, "aniticipation": 4, "decisions": 16, "concentration": 13, "teamwork": 15, "vision": 14, "work_rate": 13, "offensive_movement": 20, "defensive_movement": 3}, "technical": {"crossing": 13, "pass": 13, "long_pass": 8, "tackling": 11, "heading": 20, "interception": 11, "marking": 9, "shoot": 16, "dribble": 12, "long_shoot": 18, "free_kick": 15, "penalty": 18, "finishing": 13, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 3, "agility": 4, "balance": 8, "jump": 17, "pace": 6, "stamina": 13, "strength": 17}, "contract": {}}, {"price": 270000, "name": "Jafet", "surname": "Abril", "birth_date": "20/05/1986", "nationality": "ES", "moral": 3, "position": "W", "foot": "L", "prestige": 14, "form": "RECOVER", "potential": 5, "_potential_growth": 3, "_injury_potential": 16, "history": {}, "mental": {"agressivity": 6, "aniticipation": 4, "decisions": 19, "concentration": 13, "teamwork": 19, "vision": 14, "work_rate": 14, "offensive_movement": 13, "defensive_movement": 10}, "technical": {"crossing": 18, "pass": 9, "long_pass": 10, "tackling": 11, "heading": 13, "interception": 6, "marking": 10, "shoot": 12, "dribble": 12, "long_shoot": 11, "free_kick": 14, "penalty": 9, "finishing": 11, "technique": 19, "first_touch": 10}, "physycal": {"acceleration": 16, "agility": 15, "balance": 9, "jump": 18, "pace": 14, "stamina": 11, "strength": 13}, "contract": {}}, {"price": 180000, "name": "Candelario", "surname": "Manuel", "birth_date": "09/06/1990", "nationality": "ES", "moral": 4, "position": "G", "foot": "R", "prestige": 15, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 12, "aniticipation": 14, "decisions": 16, "concentration": 12, "teamwork": 14, "vision": 14, "work_rate": 15, "offensive_movement": 15, "defensive_movement": 6}, "technical": {"crossing": 14, "pass": 14, "long_pass": 10, "tackling": 20, "heading": 11, "interception": 20, "marking": 10, "shoot": 10, "dribble": 13, "long_shoot": 14, "free_kick": 13, "penalty": 9, "finishing": 10, "technique": 11, "first_touch": 10}, "physycal": {"acceleration": 14, "agility": 12, "balance": 20, "jump": 12, "pace": 9, "stamina": 14, "strength": 11}, "contract": {}}, {"price": 160000, "name": "Maxi", "surname": "Castillo", "birth_date": "29/11/1994", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 5, "form": "GOOD", "potential": 2, "_potential_growth": 1, "_injury_potential": 8, "history": {}, "mental": {"agressivity": 5, "aniticipation": 1, "decisions": 2, "concentration": 2, "teamwork": 7, "vision": 7, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 10}, "technical": {"crossing": 5, "pass": 1, "long_pass": 7, "tackling": 1, "heading": 9, "interception": 6, "marking": 4, "shoot": 9, "dribble": 10, "long_shoot": 2, "free_kick": 5, "penalty": 1, "finishing": 3, "technique": 11, "first_touch": 8}, "physycal": {"acceleration": 1, "agility": 3, "balance": 7, "jump": 8, "pace": 1, "stamina": 5, "strength": 10}, "contract": {}}, {"price": 320000, "name": "Albert", "surname": "Borrego", "birth_date": "16/12/1989", "nationality": "ES", "moral": 1, "position": "W", "foot": "L", "prestige": 16, "form": "INJURED", "potential": 4, "_potential_growth": 1, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 20, "aniticipation": 11, "decisions": 11, "concentration": 18, "teamwork": 11, "vision": 20, "work_rate": 14, "offensive_movement": 19, "defensive_movement": 11}, "technical": {"crossing": 12, "pass": 20, "long_pass": 11, "tackling": 7, "heading": 13, "interception": 4, "marking": 6, "shoot": 19, "dribble": 10, "long_shoot": 17, "free_kick": 14, "penalty": 11, "finishing": 16, "technique": 11, "first_touch": 14}, "physycal": {"acceleration": 8, "agility": 17, "balance": 16, "jump": 12, "pace": 10, "stamina": 18, "strength": 11}, "contract": {}}, {"price": 50000, "name": "Nico", "surname": "Novoa", "birth_date": "17/07/1985", "nationality": "ES", "moral": 2, "position": "G", "foot": "R", "prestige": 5, "form": "PERFECT", "potential": 5, "_potential_growth": 4, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 2, "decisions": 4, "concentration": 4, "teamwork": 2, "vision": 9, "work_rate": 8, "offensive_movement": 2, "defensive_movement": 7}, "technical": {"crossing": 10, "pass": 9, "long_pass": 8, "tackling": 5, "heading": 6, "interception": 6, "marking": 7, "shoot": 9, "dribble": 6, "long_shoot": 5, "free_kick": 3, "penalty": 4, "finishing": 9, "technique": 7, "first_touch": 6}, "physycal": {"acceleration": 4, "agility": 4, "balance": 1, "jump": 6, "pace": 10, "stamina": 11, "strength": 9}, "contract": {}}, {"price": 350000, "name": "Pascual", "surname": "Frutos-Mu\u00f1oz", "birth_date": "06/06/1982", "nationality": "ES", "moral": 1, "position": "P", "foot": "R", "prestige": 8, "form": "PERFECT", "potential": 1, "_potential_growth": 2, "_injury_potential": 17, "history": {}, "mental": {"agressivity": 11, "aniticipation": 12, "decisions": 5, "concentration": 7, "teamwork": 13, "vision": 12, "work_rate": 8, "offensive_movement": 4, "defensive_movement": 6}, "technical": {"crossing": 8, "pass": 10, "long_pass": 10, "tackling": 5, "heading": 12, "interception": 6, "marking": 8, "shoot": 12, "dribble": 3, "long_shoot": 9, "free_kick": 6, "penalty": 13, "finishing": 8, "technique": 3, "first_touch": 1}, "physycal": {"acceleration": 12, "agility": 5, "balance": 3, "jump": 9, "pace": 3, "stamina": 13, "strength": 13}, "contract": {}}, {"price": 240000, "name": "Quique", "surname": "Costa", "birth_date": "25/07/1998", "nationality": "ES", "moral": 3, "position": "P", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 3, "_potential_growth": 5, "_injury_potential": 14, "history": {}, "mental": {"agressivity": 8, "aniticipation": 9, "decisions": 16, "concentration": 10, "teamwork": 13, "vision": 17, "work_rate": 9, "offensive_movement": 7, "defensive_movement": 8}, "technical": {"crossing": 13, "pass": 10, "long_pass": 15, "tackling": 13, "heading": 16, "interception": 9, "marking": 11, "shoot": 8, "dribble": 16, "long_shoot": 9, "free_kick": 10, "penalty": 10, "finishing": 11, "technique": 7, "first_touch": 11}, "physycal": {"acceleration": 17, "agility": 11, "balance": 15, "jump": 8, "pace": 13, "stamina": 13, "strength": 14}, "contract": {}}, {"price": 180000, "name": "Epifanio", "surname": "Humberto", "birth_date": "25/08/1981", "nationality": "ES", "moral": 1, "position": "W", "foot": "R", "prestige": 6, "form": "GOOD", "potential": 3, "_potential_growth": 1, "_injury_potential": 20, "history": {}, "mental": {"agressivity": 3, "aniticipation": 2, "decisions": 11, "concentration": 9, "teamwork": 10, "vision": 11, "work_rate": 11, "offensive_movement": 9, "defensive_movement": 2}, "technical": {"crossing": 4, "pass": 2, "long_pass": 11, "tackling": 2, "heading": 1, "interception": 3, "marking": 4, "shoot": 4, "dribble": 10, "long_shoot": 8, "free_kick": 11, "penalty": 4, "finishing": 1, "technique": 1, "first_touch": 11}, "physycal": {"acceleration": 11, "agility": 11, "balance": 2, "jump": 2, "pace": 7, "stamina": 7, "strength": 5}, "contract": {}}, {"price": 210000, "name": "Jos\u00e9", "surname": "Valbuena", "birth_date": "16/03/1976", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 5, "_potential_growth": 5, "_injury_potential": 9, "history": {}, "mental": {"agressivity": 8, "aniticipation": 4, "decisions": 9, "concentration": 8, "teamwork": 14, "vision": 13, "work_rate": 7, "offensive_movement": 12, "defensive_movement": 8}, "technical": {"crossing": 9, "pass": 14, "long_pass": 13, "tackling": 5, "heading": 6, "interception": 6, "marking": 10, "shoot": 9, "dribble": 6, "long_shoot": 4, "free_kick": 11, "penalty": 9, "finishing": 14, "technique": 8, "first_touch": 5}, "physycal": {"acceleration": 2, "agility": 2, "balance": 9, "jump": 11, "pace": 6, "stamina": 6, "strength": 13}, "contract": {}}, {"price": 180000, "name": "Emiliano", "surname": "Abril", "birth_date": "12/10/1992", "nationality": "ES", "moral": 4, "position": "D", "foot": "R", "prestige": 12, "form": "GOOD", "potential": 2, "_potential_growth": 5, "_injury_potential": 18, "history": {}, "mental": {"agressivity": 12, "aniticipation": 9, "decisions": 12, "concentration": 11, "teamwork": 15, "vision": 15, "work_rate": 9, "offensive_movement": 14, "defensive_movement": 7}, "technical": {"crossing": 7, "pass": 8, "long_pass": 15, "tackling": 16, "heading": 14, "interception": 15, "marking": 17, "shoot": 10, "dribble": 13, "long_shoot": 16, "free_kick": 12, "penalty": 9, "finishing": 15, "technique": 14, "first_touch": 9}, "physycal": {"acceleration": 17, "agility": 16, "balance": 4, "jump": 7, "pace": 11, "stamina": 3, "strength": 9}, "contract": {}}, {"price": 130000, "name": "Efra\u00edn", "surname": "Estrada", "birth_date": "15/11/1984", "nationality": "ES", "moral": 1, "position": "D", "foot": "R", "prestige": 7, "form": "RECOVER", "potential": 5, "_potential_growth": 3, "_injury_potential": 13, "history": {}, "mental": {"agressivity": 11, "aniticipation": 9, "decisions": 10, "concentration": 5, "teamwork": 5, "vision": 5, "work_rate": 9, "offensive_movement": 9, "defensive_movement": 8}, "technical": {"crossing": 9, "pass": 2, "long_pass": 9, "tackling": 10, "heading": 11, "interception": 4, "marking": 12, "shoot": 2, "dribble": 8, "long_shoot": 11, "free_kick": 5, "penalty": 7, "finishing": 5, "technique": 6, "first_touch": 9}, "physycal": {"acceleration": 9, "agility": 5, "balance": 12, "jump": 3, "pace": 9, "stamina": 2, "strength": 2}, "contract": {}}] \ No newline at end of file