Rename asia.jsonl to harbors_config.jsonl
Browse files- asia.jsonl +0 -10
- harbors_config.jsonl +10 -0
asia.jsonl
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
{"harbor_name": "Kanton", "continent": "Asia", "harbor_desc": "Südchinesische Handelsmetropole", "pos_top": "25%", "pos_left": "90%", "good_name": "Porzellan", "base_price": 180, "availability": "very_high"}
|
| 2 |
-
{"harbor_name": "Kanton", "continent": "Asia", "harbor_desc": "Südchinesische Handelsmetropole", "pos_top": "25%", "pos_left": "90%", "good_name": "Tee", "base_price": 90, "availability": "high"}
|
| 3 |
-
{"harbor_name": "Kanton", "continent": "Asia", "harbor_desc": "Südchinesische Handelsmetropole", "pos_top": "25%", "pos_left": "90%", "good_name": "Schießpulver", "base_price": 220, "availability": "medium"}
|
| 4 |
-
{"harbor_name": "Malakka", "continent": "Asia", "harbor_desc": "Schattenhafen der Gewürzstraße", "pos_top": "80%", "pos_left": "45%", "good_name": "Gewürze", "base_price": 35, "availability": "very_high"}
|
| 5 |
-
{"harbor_name": "Malakka", "continent": "Asia", "harbor_desc": "Schattenhafen der Gewürzstraße", "pos_top": "80%", "pos_left": "45%", "good_name": "Seide", "base_price": 75, "availability": "medium"}
|
| 6 |
-
{"harbor_name": "Nagasaki", "continent": "Asia", "harbor_desc": "Geheimer Zugang zum Inselreich", "pos_top": "10%", "pos_left": "55%", "good_name": "Kupfer", "base_price": 110, "availability": "high"}
|
| 7 |
-
{"harbor_name": "Nagasaki", "continent": "Asia", "harbor_desc": "Geheimer Zugang zum Inselreich", "pos_top": "10%", "pos_left": "55%", "good_name": "Kunsthandwerk", "base_price": 160, "availability": "low"}
|
| 8 |
-
{"harbor_name": "Goa", "continent": "Asia", "harbor_desc": "Portugiesisches Juwel Indiens", "pos_top": "55%", "pos_left": "15%", "good_name": "Baumwolle", "base_price": 40, "availability": "high"}
|
| 9 |
-
{"harbor_name": "Goa", "continent": "Asia", "harbor_desc": "Portugiesisches Juwel Indiens", "pos_top": "55%", "pos_left": "15%", "good_name": "Rum", "base_price": 60, "availability": "medium"}
|
| 10 |
-
{"harbor_name": "Bantam", "continent": "Asia", "harbor_desc": "Exotisches Zentrum der Molukken", "pos_top": "95%", "pos_left": "50%", "good_name": "Pfeffer", "base_price": 50, "availability": "high"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
harbors_config.jsonl
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"harbor_name": "Kanton", "continent": "Asia", "config_json": "{\"harbor_desc\": \"Südchinesische Handelsmetropole\", \"position\": {\"top\": \"25%\", \"left\": \"90%\"}}"}
|
| 2 |
+
{"harbor_name": "Malakka", "continent": "Asia", "config_json": "{\"harbor_desc\": \"Schattenhafen der Gewürzstraße\", \"position\": {\"top\": \"80%\", \"left\": \"45%\"}}"}
|
| 3 |
+
{"harbor_name": "Nagasaki", "continent": "Asia", "config_json": "{\"harbor_desc\": \"Geheimer Zugang zum Inselreich\", \"position\": {\"top\": \"10%\", \"left\": \"55%\"}}"}
|
| 4 |
+
{"harbor_name": "Goa", "continent": "Asia", "config_json": "{\"harbor_desc\": \"Portugiesisches Juwel Indiens\", \"position\": {\"top\": \"55%\", \"left\": \"15%\"}}"}
|
| 5 |
+
{"harbor_name": "Bantam", "continent": "Asia", "config_json": "{\"harbor_desc\": \"Exotisches Zentrum der Molukken\", \"position\": {\"top\": \"95%\", \"left\": \"50%\"}}"}
|
| 6 |
+
{"harbor_name": "Amsterdam", "continent": "Europe", "config_json": "{\"harbor_desc\": \"Zentrum der Weltfinanz\", \"position\": {\"top\": \"10%\", \"left\": \"30%\"}}"}
|
| 7 |
+
{"harbor_name": "London", "continent": "Europe", "config_json": "{\"harbor_desc\": \"Tor zum britischen Imperium\", \"position\": {\"top\": \"15%\", \"left\": \"25%\"}}"}
|
| 8 |
+
{"harbor_name": "Sevilla", "continent": "Europe", "config_json": "{\"harbor_desc\": \"Hafen der Neuen Welt-Schätze\", \"position\": {\"top\": \"65%\", \"left\": \"15%\"}}"}
|
| 9 |
+
{"harbor_name": "Venedig", "continent": "Europe", "config_json": "{\"harbor_desc\": \"Die Königin der Adria\", \"position\": {\"top\": \"35%\", \"left\": \"45%\"}}"}
|
| 10 |
+
{"harbor_name": "Lübeck", "continent": "Europe", "config_json": "{\"harbor_desc\": \"Hansestadt der Nordsee\", \"position\": {\"top\": \"5%\", \"left\": \"40%\"}}"}
|