diff --git a/.metadata b/.metadata
index 4df940046..bf9453771 100644
--- a/.metadata
+++ b/.metadata
@@ -1,11 +1,11 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
-# This file should be version controlled.
+# This file should be version controlled and should not be manually edited.
version:
- revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- channel: master
+ revision: "4cf269e36de2573851eaef3c763994f8f9be494d"
+ channel: "stable"
project_type: app
@@ -13,26 +13,26 @@ project_type: app
migration:
platforms:
- platform: root
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: android
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: ios
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: linux
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: macos
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: web
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
- platform: windows
- create_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
- base_revision: cef9cc717b3a4fc9f164e7dce7bbb85514fe9790
+ create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
+ base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d
# User provided section
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 14fbfc69c..cb32cf4c0 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -33,7 +33,7 @@ if (releaseKeystorePropertiesFile.exists()) {
}
android {
- compileSdkVersion 33
+ compileSdkVersion 34
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@@ -45,8 +45,8 @@ android {
defaultConfig {
applicationId "com.kurtlourens.no_mans_sky_recipes"
- minSdkVersion 23
- targetSdkVersion 33
+ minSdkVersion 25
+ targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -90,29 +90,3 @@ android {
flutter {
source '../..'
}
-
-dependencies {
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'androidx.test:runner:1.1.1'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
- // implementation 'com.android.support:multidex:1.0.3'
-
- // Android 12 bugfix
- implementation "androidx.work:work-runtime-ktx:2.8.0-alpha01"
-
- // firebase
- implementation 'com.google.firebase:firebase-analytics:17.4.1'
- implementation 'com.google.firebase:firebase-messaging:20.1.7'
-
- // Kotlin
- api 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
- def multidex_version = "2.0.1"
- implementation "androidx.multidex:multidex:$multidex_version"
-
- // Google Pay
- implementation 'com.google.android.gms:play-services-ads:19.1.0'
- implementation 'com.google.android.gms:play-services-wallet:18.0.0'
- implementation 'com.android.support:appcompat-v7:24.1.1'
- implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
-}
-apply plugin: 'com.google.gms.google-services'
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 6c5d78f65..5821cb4f4 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -28,4 +28,5 @@
+
\ No newline at end of file
diff --git a/android/build.gradle b/android/build.gradle
index 2e4ba4a17..87940e2d9 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -9,8 +9,8 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.0'
- classpath 'com.google.gms:google-services:4.3.8'
+ classpath 'com.android.tools.build:gradle:7.1.2'
+ classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.errorprone:error_prone_annotations:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
diff --git a/android/gradle.properties b/android/gradle.properties
index af8234a01..d369cc9db 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,4 +1,4 @@
-org.gradle.jvmargs=-Xmx1536M
+org.gradle.jvmargs=-Xmx4608m
android.enableR8=true
android.useAndroidX=true
diff --git a/assets/data/alphabetTranslations.json b/assets/data/alphabetTranslations.json
index 687b90f0a..cfaa41851 100644
--- a/assets/data/alphabetTranslations.json
+++ b/assets/data/alphabetTranslations.json
@@ -266,5 +266,9 @@
{
"AppId": "build1139",
"Text": "Liquidators"
+ },
+ {
+ "AppId": "build1140",
+ "Text": "Gone Fishing"
}
]
\ No newline at end of file
diff --git a/assets/data/bait.json b/assets/data/bait.json
new file mode 100644
index 000000000..e6e501937
--- /dev/null
+++ b/assets/data/bait.json
@@ -0,0 +1,122 @@
+[
+ {
+ "Id": "FISHBAIT_1",
+ "AppId": "cur107",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 0.9,
+ "Rare": 2.0,
+ "Epic": 1.5,
+ "Legendary": 1.2
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 1.0,
+ "NightTimeBoost": 1.0,
+ "StormBoost": 1.0
+ },
+ {
+ "Id": "FISHBAIT_2",
+ "AppId": "cur108",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 0.35,
+ "Rare": 1.1,
+ "Epic": 5.0,
+ "Legendary": 1.5
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 1.0,
+ "NightTimeBoost": 1.0,
+ "StormBoost": 1.0
+ },
+ {
+ "Id": "FISHBAIT_3",
+ "AppId": "cur109",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 0.1,
+ "Rare": 0.66,
+ "Epic": 5.0,
+ "Legendary": 2.5
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 1.0,
+ "NightTimeBoost": 1.0,
+ "StormBoost": 1.0
+ },
+ {
+ "Id": "FISHBAIT_DAY",
+ "AppId": "cur110",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 1.0,
+ "Rare": 1.3,
+ "Epic": 2.0,
+ "Legendary": 1.5
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 8.0,
+ "NightTimeBoost": 1.0,
+ "StormBoost": 1.0
+ },
+ {
+ "Id": "FISHBAIT_NIGHT",
+ "AppId": "cur111",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 1.0,
+ "Rare": 1.3,
+ "Epic": 2.0,
+ "Legendary": 1.5
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 1.0,
+ "NightTimeBoost": 8.0,
+ "StormBoost": 1.0
+ },
+ {
+ "Id": "FISHBAIT_STORM",
+ "AppId": "cur112",
+ "RarityBoosts": {
+ "Junk": 0.0,
+ "Common": 1.0,
+ "Rare": 1.3,
+ "Epic": 2.0,
+ "Legendary": 1.5
+ },
+ "SizeBoosts": {
+ "Small": 1.0,
+ "Medium": 1.0,
+ "Large": 1.0,
+ "ExtraLarge": 1.0
+ },
+ "DayTimeBoost": 1.0,
+ "NightTimeBoost": 1.0,
+ "StormBoost": 5.2
+ }
+]
\ No newline at end of file
diff --git a/assets/data/donationsBackup.json b/assets/data/donationsBackup.json
index beb4e52d0..f70cbba4d 100644
--- a/assets/data/donationsBackup.json
+++ b/assets/data/donationsBackup.json
@@ -1,4 +1,16 @@
[
+ {
+ "guid": "08b3e895-696f-43a5-b035-319bd2831823",
+ "username": "Spieleklecks",
+ "type": "BuyMeACoffee",
+ "date": "2024-09-06T06:58:00Z"
+ },
+ {
+ "guid": "6b1c2d77-3dd0-42ee-b9ff-0747d8669427",
+ "username": "Someone",
+ "type": "BuyMeACoffee",
+ "date": "2024-09-06T05:23:00Z"
+ },
{
"guid": "649fd781-6034-42af-9417-59bbf8ec699a",
"username": "Fatamoub",
@@ -1008,14 +1020,14 @@
"date": "2019-10-07T12:01:00Z"
},
{
- "guid": "ad8a3a9b-0251-49c0-a5e5-49bddd76fb4f",
- "username": "Tanguy le Blanc",
+ "guid": "dbec8044-d8da-4c1a-8ae1-498b24b84faa",
+ "username": "Randy Weeks",
"type": "Paypal",
"date": "2019-10-06T12:01:00Z"
},
{
- "guid": "dbec8044-d8da-4c1a-8ae1-498b24b84faa",
- "username": "Randy Weeks",
+ "guid": "ad8a3a9b-0251-49c0-a5e5-49bddd76fb4f",
+ "username": "Tanguy le Blanc",
"type": "Paypal",
"date": "2019-10-06T12:01:00Z"
},
diff --git a/assets/data/meta.json b/assets/data/meta.json
index 37127d62a..5eec774b0 100644
--- a/assets/data/meta.json
+++ b/assets/data/meta.json
@@ -1,5 +1,5 @@
{
- "GameVersion": "5.11",
- "GameBuildNumber": 15605371,
- "GeneratedDate": "2024-09-06"
+ "GameVersion": "5.12",
+ "GameBuildNumber": 15728657,
+ "GeneratedDate": "2024-09-23"
}
\ No newline at end of file
diff --git a/assets/data/patronsBackup.json b/assets/data/patronsBackup.json
index 4905a5c5f..38aa45d85 100644
--- a/assets/data/patronsBackup.json
+++ b/assets/data/patronsBackup.json
@@ -65,18 +65,18 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9D164DB8AB45EC2616D52CA92EEE2CBF.png",
"url": "https://assistantapps.com"
},
- {
- "name": "Reven",
- "imageUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png",
- "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png",
- "url": "https://assistantapps.com"
- },
{
"name": "CaptainSteve",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/62621285565C1858B5B1A3E9E7A42D9B.png",
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/62621285565C1858B5B1A3E9E7A42D9B.png",
"url": "https://assistantapps.com"
},
+ {
+ "name": "Reven",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png",
+ "url": "https://assistantapps.com"
+ },
{
"name": "Crownari",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png",
@@ -113,6 +113,12 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/BCD210FF084C2EA92DA567C0E2D3C08C.png",
"url": "https://assistantapps.com"
},
+ {
+ "name": "Arshad Omari",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
+ "url": "https://assistantapps.com"
+ },
{
"name": "Jason Rich",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/3EDB6BDFBDD09DD4DEB0DEB2CEC87C04.png",
@@ -125,12 +131,6 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/7E4A8CDEB3F3702F32B1DCCD7BD11A1E.png",
"url": "https://assistantapps.com"
},
- {
- "name": "Arshad Omari",
- "imageUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
- "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/E11801B102017D5D9D5CFD8FB53957A6.png",
- "url": "https://assistantapps.com"
- },
{
"name": "Arcadie",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/7B48FDA94614713E7E91CB53CCAF1552.png",
@@ -167,12 +167,6 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B4C1E8292B23811594B9F7D50B43C10A.png",
"url": "https://assistantapps.com"
},
- {
- "name": "WicketG0DSs",
- "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png",
- "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png",
- "url": "https://assistantapps.com"
- },
{
"name": "Jdia Plum",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/97A74E429C4BDDDE7FA1A82AF690CB64.png",
@@ -185,6 +179,12 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9D055DEC18EDF3FC779761BC38B25260.png",
"url": "https://assistantapps.com"
},
+ {
+ "name": "WicketG0DSs",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F747B6016A3E3C3F8F1A60CF3494CA58.png",
+ "url": "https://assistantapps.com"
+ },
{
"name": "griff2877",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/64547E8411DE881D1602DE08B4410E94.png",
@@ -197,6 +197,18 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/DF5CF7E65325CBA8C6824C232B917927.png",
"url": "https://assistantapps.com"
},
+ {
+ "name": "Got_Dayng",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/F3F3FB129FF59794936E34B02BDE785A.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/F3F3FB129FF59794936E34B02BDE785A.png",
+ "url": "https://assistantapps.com"
+ },
+ {
+ "name": "dvkJoe",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D720CA7B985123A462A848941D1B5C69.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D720CA7B985123A462A848941D1B5C69.png",
+ "url": "https://assistantapps.com"
+ },
{
"name": "MEOGI",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png",
@@ -222,9 +234,9 @@
"url": "https://assistantapps.com"
},
{
- "name": "Jacob Brewer",
- "imageUrl": "https://cdn-usr.assistantapps.com/patreon/64998772915314EA9EFBA4EF5647508C.png",
- "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/64998772915314EA9EFBA4EF5647508C.png",
+ "name": "Mayra Lawson",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9353C168D5DE4AAE09695F2CE32E846F.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9353C168D5DE4AAE09695F2CE32E846F.png",
"url": "https://assistantapps.com"
},
{
@@ -233,6 +245,18 @@
"thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1290AD2AC8E1EB7EF8A40B17D0561DC3.png",
"url": "https://assistantapps.com"
},
+ {
+ "name": "Christopher C. Castillo",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/FD23E0D07B928512C1159E98FD811CFF.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FD23E0D07B928512C1159E98FD811CFF.png",
+ "url": "https://assistantapps.com"
+ },
+ {
+ "name": "Todd Walton",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/4CC889D3E7696A7657F14CBBA0A86D07.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/4CC889D3E7696A7657F14CBBA0A86D07.png",
+ "url": "https://assistantapps.com"
+ },
{
"name": "Drew Robison",
"imageUrl": "https://cdn-usr.assistantapps.com/patreon/D98A2915E66F9DBF7CB53631FB278D9B.png",
@@ -252,9 +276,15 @@
"url": "https://assistantapps.com"
},
{
- "name": "Mayra Lawson",
- "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9353C168D5DE4AAE09695F2CE32E846F.png",
- "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9353C168D5DE4AAE09695F2CE32E846F.png",
+ "name": "Tim Roark",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/0FEE95151EC80BDAE29EB2D4D1EDD4E9.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/0FEE95151EC80BDAE29EB2D4D1EDD4E9.png",
+ "url": "https://assistantapps.com"
+ },
+ {
+ "name": "Corentin Mandra",
+ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/62FE8E70E895F219182214AD69CF624C.png",
+ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/62FE8E70E895F219182214AD69CF624C.png",
"url": "https://assistantapps.com"
}
]
\ No newline at end of file
diff --git a/assets/images/contributors/goodGuysFree.png b/assets/images/contributors/goodGuysFree.png
new file mode 100644
index 000000000..5214db8c7
Binary files /dev/null and b/assets/images/contributors/goodGuysFree.png differ
diff --git a/assets/images/special/fishing-both.png b/assets/images/special/fishing-both.png
new file mode 100644
index 000000000..050f239be
Binary files /dev/null and b/assets/images/special/fishing-both.png differ
diff --git a/assets/images/special/fishing-day.png b/assets/images/special/fishing-day.png
new file mode 100644
index 000000000..d42318655
Binary files /dev/null and b/assets/images/special/fishing-day.png differ
diff --git a/assets/images/special/fishing-night.png b/assets/images/special/fishing-night.png
new file mode 100644
index 000000000..3f9c92c83
Binary files /dev/null and b/assets/images/special/fishing-night.png differ
diff --git a/assets/images/special/storm.png b/assets/images/special/storm.png
new file mode 100644
index 000000000..056382c29
Binary files /dev/null and b/assets/images/special/storm.png differ
diff --git a/assets/json/de/Cooking.lang.json b/assets/json/de/Cooking.lang.json
index f658d4e76..38efd8ecb 100644
--- a/assets/json/de/Cooking.lang.json
+++ b/assets/json/de/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/de/Curiosity.lang.json b/assets/json/de/Curiosity.lang.json
index b2f33fec2..2954ce41a 100644
--- a/assets/json/de/Curiosity.lang.json
+++ b/assets/json/de/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/de/Fishing.lang.json b/assets/json/de/Fishing.lang.json
new file mode 100644
index 000000000..32241879d
--- /dev/null
+++ b/assets/json/de/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "Der Fischer",
+ "Icon": "other/789.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Flaschenpost",
+ "Icon": "other/780.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Flaschenpost",
+ "Icon": "other/780.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Flaschenpost",
+ "Icon": "other/780.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Flaschenpost",
+ "Icon": "other/780.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Winziger Katzenhai",
+ "Icon": "curiosities/113.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Schlammkrabbe",
+ "Icon": "curiosities/114.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Wasserläufer",
+ "Icon": "curiosities/115.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Riffaal",
+ "Icon": "curiosities/116.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Felsbarsch",
+ "Icon": "curiosities/117.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Grünschuppiger Hering",
+ "Icon": "curiosities/118.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Steinkalkhai",
+ "Icon": "curiosities/119.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Hornhecht",
+ "Icon": "curiosities/120.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Stachelseestern",
+ "Icon": "curiosities/121.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Hypnotische Krake",
+ "Icon": "curiosities/122.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Langmaulschnapper",
+ "Icon": "curiosities/123.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Flüsternder Knochenfisch",
+ "Icon": "curiosities/124.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Riesenrochen",
+ "Icon": "curiosities/125.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Kreischende Auster",
+ "Icon": "curiosities/126.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Mondschildkröte",
+ "Icon": "curiosities/127.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Kolossgarnele",
+ "Icon": "curiosities/128.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Donnerflosse",
+ "Icon": "curiosities/129.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Singende Seeschnecke",
+ "Icon": "curiosities/130.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Goldqualle",
+ "Icon": "curiosities/131.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Drachenfisch",
+ "Icon": "curiosities/132.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Der Lunker",
+ "Icon": "curiosities/133.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Gallewurm",
+ "Icon": "curiosities/134.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Giftige Triggerflosse",
+ "Icon": "curiosities/135.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Seegurke",
+ "Icon": "curiosities/136.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Blasenaal",
+ "Icon": "curiosities/137.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Giftqualle",
+ "Icon": "curiosities/138.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Grüne Ringelkrake",
+ "Icon": "curiosities/139.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Riesenbartfisch",
+ "Icon": "curiosities/140.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Ätzender Seeigel",
+ "Icon": "curiosities/141.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Weltschuppenmuschel",
+ "Icon": "curiosities/142.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Säurekugelfisch",
+ "Icon": "curiosities/143.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Giftiger Steinfisch",
+ "Icon": "curiosities/144.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Giftzahnwusler",
+ "Icon": "curiosities/145.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Bitterschuppenrochen",
+ "Icon": "curiosities/146.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Wespenfisch",
+ "Icon": "curiosities/147.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Skorpionfisch",
+ "Icon": "curiosities/148.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Heulender Venttail",
+ "Icon": "curiosities/149.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Viperaal",
+ "Icon": "curiosities/150.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Smaragdgrüner Sonnenstern",
+ "Icon": "curiosities/151.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Vampirtintenfisch",
+ "Icon": "curiosities/152.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Bleicher Knochenfisch",
+ "Icon": "curiosities/153.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Transparenter Schlürfer",
+ "Icon": "curiosities/154.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Wulstiger Schnapper",
+ "Icon": "curiosities/155.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Fleckige Protoflosse",
+ "Icon": "curiosities/156.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Feldscher Pfeilfisch",
+ "Icon": "curiosities/157.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Gabelschwanzspleißer",
+ "Icon": "curiosities/158.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Umgekehrter Schnapper",
+ "Icon": "curiosities/159.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Schimmernder Katzenfisch",
+ "Icon": "curiosities/160.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Polyschuppen-Hering",
+ "Icon": "curiosities/161.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Ionisierte Muschel",
+ "Icon": "curiosities/162.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Kernskipper",
+ "Icon": "curiosities/163.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Verdrehter Schlürfer",
+ "Icon": "curiosities/164.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Ausgemergeltes Rasierklingenmaul",
+ "Icon": "curiosities/165.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Strahlender Sonnenfisch",
+ "Icon": "curiosities/166.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Siedhai",
+ "Icon": "curiosities/167.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Geno-Garnele",
+ "Icon": "curiosities/168.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Unsterblicher Plattfisch",
+ "Icon": "curiosities/169.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Zyklopenaal",
+ "Icon": "curiosities/170.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Alpha-Tintenfisch",
+ "Icon": "curiosities/171.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Vieläugige Qualle",
+ "Icon": "curiosities/172.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Seltene Dämmerflosse",
+ "Icon": "curiosities/173.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Gamma-Tintenfisch",
+ "Icon": "curiosities/174.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Helix-Sägefisch",
+ "Icon": "curiosities/175.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioaktiv"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Ölflosse",
+ "Icon": "curiosities/176.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Gewöhnlicher Sonnenfisch",
+ "Icon": "curiosities/177.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Aschenschnecke",
+ "Icon": "curiosities/178.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Gekochter Schnapper",
+ "Icon": "curiosities/179.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Lavaschuppige Forelle",
+ "Icon": "curiosities/180.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Schwefelfisch",
+ "Icon": "curiosities/181.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Basaltzahn-Bückling",
+ "Icon": "curiosities/182.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Lampenrochen",
+ "Icon": "curiosities/183.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Scheiterflosse",
+ "Icon": "curiosities/184.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Kugelblitzaal",
+ "Icon": "curiosities/185.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Solarschabe",
+ "Icon": "curiosities/186.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Fumarolenschlürfer",
+ "Icon": "curiosities/187.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Riesige Schmelzflosse",
+ "Icon": "curiosities/188.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Kadmium-Perlenmuschel",
+ "Icon": "curiosities/189.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Kandelaberkrake",
+ "Icon": "curiosities/190.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Magmahai",
+ "Icon": "curiosities/191.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Teufelsbarsch",
+ "Icon": "curiosities/192.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Stern-Muschelkrabbe",
+ "Icon": "curiosities/193.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Spiegelschuppen-Skipper",
+ "Icon": "curiosities/194.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Schleierqualle",
+ "Icon": "curiosities/195.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Uralter Eisenschwanz",
+ "Icon": "curiosities/196.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Heiß",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Eispfeil",
+ "Icon": "curiosities/197.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Gefrorene Wellhornschnecke",
+ "Icon": "curiosities/198.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Eisschuppenforelle",
+ "Icon": "curiosities/199.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Mitternachtsaal",
+ "Icon": "curiosities/200.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Aufgetaute Diamantflosse",
+ "Icon": "curiosities/201.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Gletscherkarpfen",
+ "Icon": "curiosities/202.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Haarige Riesenkrabbe",
+ "Icon": "curiosities/203.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Frostschalenmuschel",
+ "Icon": "curiosities/204.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Gefrorene Assel",
+ "Icon": "curiosities/205.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Soleskipper",
+ "Icon": "curiosities/206.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Fahles Schneeschwänzchen",
+ "Icon": "curiosities/207.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Gefrorenes Messermaul",
+ "Icon": "curiosities/208.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Riesige Eisflosse",
+ "Icon": "curiosities/209.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Kalkschuppenschnapper",
+ "Icon": "curiosities/210.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Eispanzerschildkröte",
+ "Icon": "curiosities/211.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Frostbeulenrochen",
+ "Icon": "curiosities/212.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Schwarzäugiger Hai",
+ "Icon": "curiosities/213.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Kristallqualle",
+ "Icon": "curiosities/214.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Geisterflosse",
+ "Icon": "curiosities/215.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Eisblutschlürfer",
+ "Icon": "curiosities/216.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilusschnecke",
+ "Icon": "curiosities/217.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Gefroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Schattenflosse",
+ "Icon": "curiosities/218.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Warziger Froschfisch",
+ "Icon": "curiosities/219.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Gewöhnlicher Seidenschwanz",
+ "Icon": "curiosities/220.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Wandernde Tangflosse",
+ "Icon": "curiosities/221.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Süßwasser-Skipper",
+ "Icon": "curiosities/222.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Blühender Schellfisch",
+ "Icon": "curiosities/223.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Wächteraal",
+ "Icon": "curiosities/224.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Süßwasser-Elritze",
+ "Icon": "curiosities/225.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Liebliche Qualle",
+ "Icon": "curiosities/226.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Blauer Schleifenschwanz",
+ "Icon": "curiosities/227.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Dschungel-Rotflosse",
+ "Icon": "curiosities/228.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Kürbishai",
+ "Icon": "curiosities/229.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Riesiger Sonnenrochen",
+ "Icon": "curiosities/230.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Wespenpfeil",
+ "Icon": "curiosities/231.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "TIEFSEE-FISCHER",
+ "Icon": "curiosities/232.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Sonnenstich-Basker",
+ "Icon": "curiosities/233.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Riesiger Moosrücken",
+ "Icon": "curiosities/234.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Glasengel",
+ "Icon": "curiosities/235.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Nebelschlange",
+ "Icon": "curiosities/236.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Riffwächter",
+ "Icon": "curiosities/237.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Blinder Titankern",
+ "Icon": "curiosities/238.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Fruchtbar"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Narrengoldfisch",
+ "Icon": "curiosities/239.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Kleinere Staubflosse",
+ "Icon": "curiosities/240.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Brinienwurm",
+ "Icon": "curiosities/241.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Kalkschuppennibbler",
+ "Icon": "curiosities/242.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Besenfisch",
+ "Icon": "curiosities/243.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Dämmerungshöhlenfisch",
+ "Icon": "curiosities/244.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Großer Felsenzahn",
+ "Icon": "curiosities/245.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Blasenbeutel",
+ "Icon": "curiosities/246.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Schiefer-Seestern",
+ "Icon": "curiosities/247.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Stromaal",
+ "Icon": "curiosities/248.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Silikatkrabbe",
+ "Icon": "curiosities/249.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Mantarochen",
+ "Icon": "curiosities/250.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Salzschuppenbläuling",
+ "Icon": "curiosities/251.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Gold-Seeigel",
+ "Icon": "curiosities/252.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Bezaubernder Kerzenfisch",
+ "Icon": "curiosities/253.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Ferrit-Bogenflosse",
+ "Icon": "curiosities/254.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Höhlenwanderer",
+ "Icon": "curiosities/255.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Fragile Eidechsenschuppe",
+ "Icon": "curiosities/256.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Titanwurmlarve",
+ "Icon": "curiosities/257.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Verknöcherter Deinosuchus",
+ "Icon": "curiosities/258.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodon",
+ "Icon": "curiosities/259.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Unwirtlich"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Vektorflosse",
+ "Icon": "curiosities/260.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Sechseckige Elritze",
+ "Icon": "curiosities/261.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Aurora-Qualle",
+ "Icon": "curiosities/262.png",
+ "Quality": "Gewöhnlich",
+ "Size": "klein",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Murmurfisch",
+ "Icon": "curiosities/263.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Umgekehrter Hirnfisch",
+ "Icon": "curiosities/264.png",
+ "Quality": "Gewöhnlich",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Schimmernder Wimpernschwanz",
+ "Icon": "curiosities/265.png",
+ "Quality": "Gewöhnlich",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Bruchkrabbler",
+ "Icon": "curiosities/266.png",
+ "Quality": "Gewöhnlich",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anemonenartige Anomalie",
+ "Icon": "curiosities/267.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Erodierte Muschel",
+ "Icon": "curiosities/268.png",
+ "Quality": "begehrten",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Sich schlängelnder Hirnwurm",
+ "Icon": "curiosities/269.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Sternengucker",
+ "Icon": "curiosities/270.png",
+ "Quality": "begehrten",
+ "Size": "mittelgroße",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Nicht-euklidischer Plattfisch",
+ "Icon": "curiosities/271.png",
+ "Quality": "begehrten",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Sonnenfleckenaal",
+ "Icon": "curiosities/272.png",
+ "Quality": "begehrten",
+ "Size": "kolossale",
+ "Time": "Tag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Allsehender Wurm",
+ "Icon": "curiosities/273.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Kreischende Krabbe",
+ "Icon": "curiosities/274.png",
+ "Quality": "Epische",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Riesige Hexenflosse",
+ "Icon": "curiosities/275.png",
+ "Quality": "Epische",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Hohler Tintenfisch",
+ "Icon": "curiosities/276.png",
+ "Quality": "Epische",
+ "Size": "kolossale",
+ "Time": "nacht-",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "„Grauen aus der Tiefe“-EI",
+ "Icon": "curiosities/19.png",
+ "Quality": "legendären",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Atlantiskrabbe",
+ "Icon": "curiosities/278.png",
+ "Quality": "legendären",
+ "Size": "mittelgroße",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Kind von Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "legendären",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Vielmäuliger Lunker",
+ "Icon": "curiosities/280.png",
+ "Quality": "legendären",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Seetangstrang",
+ "Icon": "curiosities/281.png",
+ "Quality": "Schrott",
+ "Size": "kolossale",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Seetang",
+ "Icon": "curiosities/282.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Meeresschwamm",
+ "Icon": "curiosities/283.png",
+ "Quality": "Schrott",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Gebleichte Koralle",
+ "Icon": "curiosities/284.png",
+ "Quality": "Schrott",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Verdorbene Hirnkoralle",
+ "Icon": "curiosities/285.png",
+ "Quality": "Schrott",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Verknöcherte Koralle",
+ "Icon": "curiosities/286.png",
+ "Quality": "Schrott",
+ "Size": "groß",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Alter Stiefel",
+ "Icon": "curiosities/287.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Verrostete Technik",
+ "Icon": "curiosities/288.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Flaschenpost",
+ "Icon": "curiosities/289.png",
+ "Quality": "Schrott",
+ "Size": "klein",
+ "Time": "Beides",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alle"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/de/Others.lang.json b/assets/json/de/Others.lang.json
index c55f9356c..d06114e65 100644
--- a/assets/json/de/Others.lang.json
+++ b/assets/json/de/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/de/Products.lang.json b/assets/json/de/Products.lang.json
index d64863818..357248b36 100644
--- a/assets/json/de/Products.lang.json
+++ b/assets/json/de/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/de/RawMaterials.lang.json b/assets/json/de/RawMaterials.lang.json
index e1092b52c..8e82fbe50 100644
--- a/assets/json/de/RawMaterials.lang.json
+++ b/assets/json/de/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/de/TechTree.lang.json b/assets/json/de/TechTree.lang.json
index 760a415cf..3ee8f7499 100644
--- a/assets/json/de/TechTree.lang.json
+++ b/assets/json/de/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Optischer Bohrer",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Angelausrüstung",
diff --git a/assets/json/de/Technology.lang.json b/assets/json/de/Technology.lang.json
index c770463b4..1ff50ce86 100644
--- a/assets/json/de/Technology.lang.json
+++ b/assets/json/de/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/en/Cooking.lang.json b/assets/json/en/Cooking.lang.json
index 129f554bc..27904d180 100644
--- a/assets/json/en/Cooking.lang.json
+++ b/assets/json/en/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4906,7 +4977,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5384,7 +5456,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5468,7 +5541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5737,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6390,7 +6465,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6530,7 +6606,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6670,7 +6747,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6698,7 +6776,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6838,7 +6917,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6950,7 +7030,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7006,7 +7087,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7202,7 +7284,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7725,7 +7808,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7938,7 +8022,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8019,7 +8104,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8100,7 +8186,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8154,7 +8241,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8343,7 +8431,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8370,7 +8459,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8397,7 +8487,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8424,7 +8515,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8535,7 +8627,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8590,7 +8683,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8645,7 +8739,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8782,7 +8877,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9188,7 +9284,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9539,7 +9636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9674,7 +9772,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9701,7 +9800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9728,7 +9828,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9755,7 +9856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9782,7 +9884,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9809,7 +9912,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9836,7 +9940,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9863,7 +9968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9917,7 +10023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9944,7 +10051,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10025,7 +10133,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10052,7 +10161,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10080,7 +10190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10161,7 +10272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10215,7 +10327,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10242,7 +10355,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10270,7 +10384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10297,7 +10412,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10351,7 +10467,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10378,7 +10495,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10405,7 +10523,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10459,7 +10578,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10513,7 +10633,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/en/Curiosity.lang.json b/assets/json/en/Curiosity.lang.json
index e7de27970..b96158896 100644
--- a/assets/json/en/Curiosity.lang.json
+++ b/assets/json/en/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2355,7 +2357,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2384,7 +2388,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2421,7 +2427,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2458,7 +2466,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2495,7 +2505,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2532,7 +2544,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2571,7 +2585,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2596,7 +2611,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2621,7 +2638,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2646,7 +2664,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2671,7 +2690,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2696,7 +2716,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2721,7 +2742,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2746,7 +2768,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2771,7 +2794,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2796,7 +2820,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2821,7 +2846,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2846,7 +2872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2871,7 +2898,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2896,7 +2924,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2921,7 +2950,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2946,7 +2976,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2971,7 +3002,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2996,7 +3028,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3021,7 +3054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3046,7 +3080,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3071,7 +3106,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3096,7 +3132,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3121,7 +3158,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3146,7 +3184,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3171,7 +3210,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3196,7 +3236,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3221,7 +3262,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3246,7 +3288,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3271,7 +3314,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3296,7 +3340,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3321,7 +3366,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3346,7 +3392,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3371,7 +3418,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3396,7 +3444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3421,7 +3470,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3446,7 +3496,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3471,7 +3522,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3496,7 +3548,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3521,7 +3574,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3546,7 +3600,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3571,7 +3626,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3596,7 +3652,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3621,7 +3678,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3646,7 +3704,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3671,7 +3730,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3696,7 +3756,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3721,7 +3782,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3746,7 +3808,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3771,7 +3834,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3796,7 +3860,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3821,7 +3886,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3846,7 +3912,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3871,7 +3938,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3896,7 +3964,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3921,7 +3990,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3946,7 +4016,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3971,7 +4042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3996,7 +4068,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4021,7 +4094,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4046,7 +4120,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4071,7 +4146,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4096,7 +4172,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4121,7 +4198,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4146,7 +4224,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4171,7 +4250,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4196,7 +4276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4221,7 +4302,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4246,7 +4328,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4271,7 +4354,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4296,7 +4380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4321,7 +4406,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4346,7 +4432,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4371,7 +4458,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4396,7 +4484,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4421,7 +4510,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4446,7 +4536,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4471,7 +4562,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4496,7 +4588,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4521,7 +4614,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4546,7 +4640,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4571,7 +4666,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4596,7 +4692,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4621,7 +4718,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4646,7 +4744,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4671,7 +4770,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4696,7 +4796,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4721,7 +4822,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4746,7 +4848,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4771,7 +4874,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4796,7 +4900,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4821,7 +4926,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4846,7 +4952,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4871,7 +4979,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4896,7 +5005,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4921,7 +5031,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4946,7 +5057,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4971,7 +5083,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4996,7 +5109,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5021,7 +5135,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5046,7 +5161,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5071,7 +5187,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5096,7 +5213,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5121,7 +5239,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5146,7 +5265,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5171,7 +5291,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5196,7 +5317,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5221,7 +5343,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5246,7 +5369,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5271,7 +5395,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5296,7 +5421,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5321,7 +5447,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5346,7 +5473,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5371,7 +5499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5396,7 +5525,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5421,7 +5551,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5446,7 +5577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5471,7 +5603,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5496,7 +5629,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5521,7 +5655,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5546,7 +5681,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5571,7 +5708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5596,7 +5734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5621,7 +5760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5646,7 +5786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5671,7 +5812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5696,7 +5838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5721,7 +5864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5746,7 +5890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5771,7 +5916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5796,7 +5942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5821,7 +5968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5846,7 +5994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5871,7 +6020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5896,7 +6046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5921,7 +6072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5946,7 +6098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5971,7 +6124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5996,7 +6150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6021,7 +6176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6046,7 +6202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6071,7 +6228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6096,7 +6254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6121,7 +6280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6146,7 +6306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6171,7 +6332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6196,7 +6358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6221,7 +6384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6246,7 +6410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6271,7 +6436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6296,7 +6462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6321,7 +6488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6346,7 +6514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6371,7 +6540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6396,7 +6566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6421,7 +6592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6446,7 +6618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6471,7 +6644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6496,7 +6670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6521,7 +6696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6546,7 +6722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6571,7 +6748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6596,7 +6774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6621,7 +6800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6646,7 +6826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6671,7 +6852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6696,7 +6878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6721,7 +6904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6746,7 +6930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6769,7 +6954,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6792,7 +6978,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6815,7 +7002,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6838,7 +7026,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6861,7 +7050,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6884,7 +7074,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6907,7 +7098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6930,7 +7122,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6953,7 +7146,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/en/Fishing.lang.json b/assets/json/en/Fishing.lang.json
new file mode 100644
index 000000000..72e150603
--- /dev/null
+++ b/assets/json/en/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "The Angler",
+ "Icon": "other/789.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Message in a Bottle",
+ "Icon": "other/780.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Message in a Bottle",
+ "Icon": "other/780.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Message in a Bottle",
+ "Icon": "other/780.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Message in a Bottle",
+ "Icon": "other/780.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Tiny Scuttlefish",
+ "Icon": "curiosities/113.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Mud Crab",
+ "Icon": "curiosities/114.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Pondskipper",
+ "Icon": "curiosities/115.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Reef Eel",
+ "Icon": "curiosities/116.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Rockfin",
+ "Icon": "curiosities/117.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Greenscale Bloater",
+ "Icon": "curiosities/118.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Stonescale Shark",
+ "Icon": "curiosities/119.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Needlefish",
+ "Icon": "curiosities/120.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Spiny Starfish",
+ "Icon": "curiosities/121.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Hypnotic Octopus",
+ "Icon": "curiosities/122.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Longjaw Snapper",
+ "Icon": "curiosities/123.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Whispering Bonefish",
+ "Icon": "curiosities/124.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Giant Ray",
+ "Icon": "curiosities/125.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Shrieking Oyster",
+ "Icon": "curiosities/126.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Moon Turtle",
+ "Icon": "curiosities/127.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Colossal Shrimp",
+ "Icon": "curiosities/128.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Thunderfin",
+ "Icon": "curiosities/129.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Singing Sea-Snail",
+ "Icon": "curiosities/130.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Golden Jellyfish",
+ "Icon": "curiosities/131.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Dragonfish",
+ "Icon": "curiosities/132.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "The Lunker",
+ "Icon": "curiosities/133.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Bileworm",
+ "Icon": "curiosities/134.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Venomous Triggerfin",
+ "Icon": "curiosities/135.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Sea Cucumber",
+ "Icon": "curiosities/136.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Blistering Eel",
+ "Icon": "curiosities/137.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Toxic Jelly",
+ "Icon": "curiosities/138.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Green-Ring Octopus",
+ "Icon": "curiosities/139.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Giant Whiskerfish",
+ "Icon": "curiosities/140.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Caustic Urchin",
+ "Icon": "curiosities/141.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Weltscale Clam",
+ "Icon": "curiosities/142.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Acidic Pufferfish",
+ "Icon": "curiosities/143.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Toxic Stonefish",
+ "Icon": "curiosities/144.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Venomtooth Wriggler",
+ "Icon": "curiosities/145.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Bitterscale Ray",
+ "Icon": "curiosities/146.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Waspfish",
+ "Icon": "curiosities/147.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Scorpionfish",
+ "Icon": "curiosities/148.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Shrieking Venttail",
+ "Icon": "curiosities/149.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Viper Eel",
+ "Icon": "curiosities/150.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Emeril Sunstar",
+ "Icon": "curiosities/151.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Vampire Squid",
+ "Icon": "curiosities/152.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Bleached Bonefish",
+ "Icon": "curiosities/153.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Translucent Gulper",
+ "Icon": "curiosities/154.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxic",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Bulging Snapper",
+ "Icon": "curiosities/155.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Spotted Protofin",
+ "Icon": "curiosities/156.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Field's Dartfish",
+ "Icon": "curiosities/157.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Forktailed Splicer",
+ "Icon": "curiosities/158.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Inverted Snapper",
+ "Icon": "curiosities/159.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Glowing Catfish",
+ "Icon": "curiosities/160.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Polyscale Bloater",
+ "Icon": "curiosities/161.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Ionised Clam",
+ "Icon": "curiosities/162.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Nucleic Skipper",
+ "Icon": "curiosities/163.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Twisted Gulper",
+ "Icon": "curiosities/164.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Depleted Razorjaw",
+ "Icon": "curiosities/165.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Radiant Sunfish",
+ "Icon": "curiosities/166.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Boiling Shark",
+ "Icon": "curiosities/167.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Geno-Prawn",
+ "Icon": "curiosities/168.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Immortal Flatfish",
+ "Icon": "curiosities/169.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Cyclopic Eel",
+ "Icon": "curiosities/170.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Alpha Squid",
+ "Icon": "curiosities/171.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Many-Eyed Jellyfish",
+ "Icon": "curiosities/172.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Aberrant Duskfin",
+ "Icon": "curiosities/173.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Gamma Squid",
+ "Icon": "curiosities/174.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Helix Sawfish",
+ "Icon": "curiosities/175.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Oilfin",
+ "Icon": "curiosities/176.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Common Sunfish",
+ "Icon": "curiosities/177.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Ash Snail",
+ "Icon": "curiosities/178.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Boiled Snapper",
+ "Icon": "curiosities/179.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Lavascale Trout",
+ "Icon": "curiosities/180.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Sulphurfish",
+ "Icon": "curiosities/181.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Basalt-Tooth Bloater",
+ "Icon": "curiosities/182.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Lamptip Ray",
+ "Icon": "curiosities/183.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Pyrefin",
+ "Icon": "curiosities/184.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Flashfire Eel",
+ "Icon": "curiosities/185.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Solar Roach",
+ "Icon": "curiosities/186.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Fumarole Gulper",
+ "Icon": "curiosities/187.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Colossal Meltfin",
+ "Icon": "curiosities/188.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Cadmium Pearlcase",
+ "Icon": "curiosities/189.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Candelabra Octopus",
+ "Icon": "curiosities/190.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Magma Shark",
+ "Icon": "curiosities/191.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Hellion Bass",
+ "Icon": "curiosities/192.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Starshell Crab",
+ "Icon": "curiosities/193.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Mirrorscale Skipper",
+ "Icon": "curiosities/194.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Jelly of the Veil",
+ "Icon": "curiosities/195.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Ancient Irontail",
+ "Icon": "curiosities/196.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Scorched",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Ice Darter",
+ "Icon": "curiosities/197.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Frozen Whelk",
+ "Icon": "curiosities/198.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Frostscale Trout",
+ "Icon": "curiosities/199.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Midnight Eel",
+ "Icon": "curiosities/200.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Thawed Diamondfin",
+ "Icon": "curiosities/201.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Glacier Carp",
+ "Icon": "curiosities/202.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Giant Hairy Crab",
+ "Icon": "curiosities/203.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Frostshell Clam",
+ "Icon": "curiosities/204.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Frozen Isopod",
+ "Icon": "curiosities/205.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Brineskipper",
+ "Icon": "curiosities/206.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Pale Snowtail",
+ "Icon": "curiosities/207.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Frozen Knifejaw",
+ "Icon": "curiosities/208.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Giant Icefin",
+ "Icon": "curiosities/209.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Rimescale Snapper",
+ "Icon": "curiosities/210.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Iceshell Turtle",
+ "Icon": "curiosities/211.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Frostbite Ray",
+ "Icon": "curiosities/212.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Black-Eyed Shark",
+ "Icon": "curiosities/213.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Crystal Jelly",
+ "Icon": "curiosities/214.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Ghostfin",
+ "Icon": "curiosities/215.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Iceblood Gulper",
+ "Icon": "curiosities/216.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Frozen"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Shadowfin",
+ "Icon": "curiosities/218.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Warty Frogfish",
+ "Icon": "curiosities/219.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Common Shimmertail",
+ "Icon": "curiosities/220.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Wandering Kelpfin",
+ "Icon": "curiosities/221.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Clearwater Skipper",
+ "Icon": "curiosities/222.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Flourishing Shalefish",
+ "Icon": "curiosities/223.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Warden Eel",
+ "Icon": "curiosities/224.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Sweetwater Minnow",
+ "Icon": "curiosities/225.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Mellifluous Jellyfish",
+ "Icon": "curiosities/226.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Blue Ribbontail",
+ "Icon": "curiosities/227.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Jungle Redfin",
+ "Icon": "curiosities/228.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Marrow Shark",
+ "Icon": "curiosities/229.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Giant Sunray",
+ "Icon": "curiosities/230.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Wispscale Darter",
+ "Icon": "curiosities/231.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Deepwater Angler",
+ "Icon": "curiosities/232.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Sunspine Basker",
+ "Icon": "curiosities/233.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Colossal Mossback",
+ "Icon": "curiosities/234.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Glass Angel",
+ "Icon": "curiosities/235.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Mist Serpent",
+ "Icon": "curiosities/236.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Reef Guardian",
+ "Icon": "curiosities/237.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Blind Titancore",
+ "Icon": "curiosities/238.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Lush"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Fool's Goldfish",
+ "Icon": "curiosities/239.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Lesser Dustfin",
+ "Icon": "curiosities/240.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Briny Worm",
+ "Icon": "curiosities/241.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Chalkscale Nibber",
+ "Icon": "curiosities/242.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Sweeperfish",
+ "Icon": "curiosities/243.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Twilight Cavefish",
+ "Icon": "curiosities/244.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Greater Rocktooth",
+ "Icon": "curiosities/245.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Bladdersac",
+ "Icon": "curiosities/246.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Shalebound Starfish",
+ "Icon": "curiosities/247.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Electric Eel",
+ "Icon": "curiosities/248.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Silicate Crab",
+ "Icon": "curiosities/249.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Mantis Ray",
+ "Icon": "curiosities/250.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Saltscale Bloater",
+ "Icon": "curiosities/251.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Golden Urchin",
+ "Icon": "curiosities/252.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Bewitching Candlefish",
+ "Icon": "curiosities/253.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Ferrite Bowfin",
+ "Icon": "curiosities/254.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Cave Prowler",
+ "Icon": "curiosities/255.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Fragile Icthyoscale",
+ "Icon": "curiosities/256.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Titanworm Larva",
+ "Icon": "curiosities/257.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Ossified Deinosuchus",
+ "Icon": "curiosities/258.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodon",
+ "Icon": "curiosities/259.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Barren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Vectorfin",
+ "Icon": "curiosities/260.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Hexscale Minnow",
+ "Icon": "curiosities/261.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Aurora Jellyfish",
+ "Icon": "curiosities/262.png",
+ "Quality": "Common",
+ "Size": "small",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Murmurfish",
+ "Icon": "curiosities/263.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Inverted Brainfish",
+ "Icon": "curiosities/264.png",
+ "Quality": "Common",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Shimmering Lashtail",
+ "Icon": "curiosities/265.png",
+ "Quality": "Common",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Breach Crawler",
+ "Icon": "curiosities/266.png",
+ "Quality": "Common",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anemone Anomaly",
+ "Icon": "curiosities/267.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Erased Clam",
+ "Icon": "curiosities/268.png",
+ "Quality": "Desirable",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Writhing Brainworm",
+ "Icon": "curiosities/269.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Stargazer",
+ "Icon": "curiosities/270.png",
+ "Quality": "Desirable",
+ "Size": "medium-sized",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Non-Euclidean Flatfish",
+ "Icon": "curiosities/271.png",
+ "Quality": "Desirable",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Sunspot Eel",
+ "Icon": "curiosities/272.png",
+ "Quality": "Desirable",
+ "Size": "colossal",
+ "Time": "day",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "All-Seeing Worm",
+ "Icon": "curiosities/273.png",
+ "Quality": "Epic",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Screaming Crab",
+ "Icon": "curiosities/274.png",
+ "Quality": "Epic",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Giant Witchfin",
+ "Icon": "curiosities/275.png",
+ "Quality": "Epic",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Void Squid",
+ "Icon": "curiosities/276.png",
+ "Quality": "Epic",
+ "Size": "colossal",
+ "Time": "night",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Abyssal Horror Egg",
+ "Icon": "curiosities/19.png",
+ "Quality": "Legendary",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Atlantidian Crab",
+ "Icon": "curiosities/278.png",
+ "Quality": "Legendary",
+ "Size": "medium-sized",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Child of Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "Legendary",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Many-Mouthed Lunker",
+ "Icon": "curiosities/280.png",
+ "Quality": "Legendary",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotic"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Kelp Strand",
+ "Icon": "curiosities/281.png",
+ "Quality": "Junk",
+ "Size": "colossal",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Tangleweed",
+ "Icon": "curiosities/282.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Sea Sponge",
+ "Icon": "curiosities/283.png",
+ "Quality": "Junk",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Bleached Coral",
+ "Icon": "curiosities/284.png",
+ "Quality": "Junk",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Expired Braincoral",
+ "Icon": "curiosities/285.png",
+ "Quality": "Junk",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Ossified Coral",
+ "Icon": "curiosities/286.png",
+ "Quality": "Junk",
+ "Size": "large",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Old Boot",
+ "Icon": "curiosities/287.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Rusted Technology",
+ "Icon": "curiosities/288.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Message in a Bottle",
+ "Icon": "curiosities/289.png",
+ "Quality": "Junk",
+ "Size": "small",
+ "Time": "Both",
+ "TimeKey": "both",
+ "Biomes": [
+ "All"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/en/Others.lang.json b/assets/json/en/Others.lang.json
index 827d7e6b1..e232eaca6 100644
--- a/assets/json/en/Others.lang.json
+++ b/assets/json/en/Others.lang.json
@@ -15128,7 +15128,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15150,7 +15151,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15172,7 +15174,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15194,7 +15197,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15318,7 +15322,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/en/Products.lang.json b/assets/json/en/Products.lang.json
index 9882fed5c..deca63174 100644
--- a/assets/json/en/Products.lang.json
+++ b/assets/json/en/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/en/RawMaterials.lang.json b/assets/json/en/RawMaterials.lang.json
index 1154f019b..e11407454 100644
--- a/assets/json/en/RawMaterials.lang.json
+++ b/assets/json/en/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/en/TechTree.lang.json b/assets/json/en/TechTree.lang.json
index 1b88b767e..cf2e2cd51 100644
--- a/assets/json/en/TechTree.lang.json
+++ b/assets/json/en/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Optical Drill",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Fishing Rig",
diff --git a/assets/json/en/Technology.lang.json b/assets/json/en/Technology.lang.json
index 103b74c9a..95f667825 100644
--- a/assets/json/en/Technology.lang.json
+++ b/assets/json/en/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/es-la/Cooking.lang.json b/assets/json/es-la/Cooking.lang.json
index aaa1603bb..8012a264b 100644
--- a/assets/json/es-la/Cooking.lang.json
+++ b/assets/json/es-la/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es-la/Curiosity.lang.json b/assets/json/es-la/Curiosity.lang.json
index 3e209523d..047c4fc7b 100644
--- a/assets/json/es-la/Curiosity.lang.json
+++ b/assets/json/es-la/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es-la/Fishing.lang.json b/assets/json/es-la/Fishing.lang.json
new file mode 100644
index 000000000..405fc3431
--- /dev/null
+++ b/assets/json/es-la/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "El Pescador",
+ "Icon": "other/789.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Calamar pequeño",
+ "Icon": "curiosities/113.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Cangrejo de lodo",
+ "Icon": "curiosities/114.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Saltarín de estanque",
+ "Icon": "curiosities/115.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Anguila de arrecife",
+ "Icon": "curiosities/116.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Aleta de roca",
+ "Icon": "curiosities/117.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Pez globo de escamas verdes",
+ "Icon": "curiosities/118.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Tiburón escama de piedra",
+ "Icon": "curiosities/119.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Pez aguja",
+ "Icon": "curiosities/120.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Estrella de mar espinosa",
+ "Icon": "curiosities/121.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Pulpo hipnótico",
+ "Icon": "curiosities/122.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Huachinango de mandíbula grande",
+ "Icon": "curiosities/123.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Macabí susurrante",
+ "Icon": "curiosities/124.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Raya gigante",
+ "Icon": "curiosities/125.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostra chillona",
+ "Icon": "curiosities/126.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tortuga lunar",
+ "Icon": "curiosities/127.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Camarón colosal",
+ "Icon": "curiosities/128.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Aleta de trueno",
+ "Icon": "curiosities/129.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Caracol marino cantor",
+ "Icon": "curiosities/130.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Medusa dorada",
+ "Icon": "curiosities/131.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Pez dragón",
+ "Icon": "curiosities/132.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "El pez gordo",
+ "Icon": "curiosities/133.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Gusano biliar",
+ "Icon": "curiosities/134.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Aleta ballesta venenosa",
+ "Icon": "curiosities/135.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Pepino de mar",
+ "Icon": "curiosities/136.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Anguila ampollar",
+ "Icon": "curiosities/137.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Medusa tóxica",
+ "Icon": "curiosities/138.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Pulpo de anillos verdes",
+ "Icon": "curiosities/139.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Pez bigote gigante",
+ "Icon": "curiosities/140.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Erizo cáustico",
+ "Icon": "curiosities/141.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Almeja de escamas ribeteadas",
+ "Icon": "curiosities/142.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Pez globo ácido",
+ "Icon": "curiosities/143.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Pez piedra tóxico",
+ "Icon": "curiosities/144.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Larva de dientes venenosos",
+ "Icon": "curiosities/145.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Raya de escamas amargas",
+ "Icon": "curiosities/146.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Pez avispa",
+ "Icon": "curiosities/147.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Pez escorpión",
+ "Icon": "curiosities/148.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Cola ventiladera chillona",
+ "Icon": "curiosities/149.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Anguila víbora",
+ "Icon": "curiosities/150.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Estrella solar de emerilio",
+ "Icon": "curiosities/151.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Calamar vampiro",
+ "Icon": "curiosities/152.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Pez macabí blanqueado",
+ "Icon": "curiosities/153.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Devorador translúcido",
+ "Icon": "curiosities/154.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Huachinango abultado",
+ "Icon": "curiosities/155.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protofaleta moteada",
+ "Icon": "curiosities/156.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Pez dardo de Field",
+ "Icon": "curiosities/157.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Empalmador cola de trinche",
+ "Icon": "curiosities/158.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Huachinango invertido",
+ "Icon": "curiosities/159.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Pez gato resplandeciente",
+ "Icon": "curiosities/160.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Pez globo poliescama",
+ "Icon": "curiosities/161.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Almeja ionizada",
+ "Icon": "curiosities/162.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Huachinango nucléico",
+ "Icon": "curiosities/163.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Devorador retorcido",
+ "Icon": "curiosities/164.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Mandíbula cortante agotada",
+ "Icon": "curiosities/165.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Pez solar radiante",
+ "Icon": "curiosities/166.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Tiburón hirviente",
+ "Icon": "curiosities/167.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Geno-langostino",
+ "Icon": "curiosities/168.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Pez plano inmortal",
+ "Icon": "curiosities/169.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Anguila ciclópica",
+ "Icon": "curiosities/170.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Calamar Alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Medusa de muchos ojos",
+ "Icon": "curiosities/172.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Aleta crepuscular aberrante",
+ "Icon": "curiosities/173.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Calamar gama",
+ "Icon": "curiosities/174.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Pez sierra helicoidal",
+ "Icon": "curiosities/175.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Aleta de petróleo",
+ "Icon": "curiosities/176.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Pez luna común",
+ "Icon": "curiosities/177.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Caracol ceniza",
+ "Icon": "curiosities/178.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Huachinango hervido",
+ "Icon": "curiosities/179.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Trucha de escamas de lava",
+ "Icon": "curiosities/180.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Pez azufre",
+ "Icon": "curiosities/181.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Pez globo dientes de basalto",
+ "Icon": "curiosities/182.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Raya punta de lámpara",
+ "Icon": "curiosities/183.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Pirefina",
+ "Icon": "curiosities/184.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Anguila destello de fuego",
+ "Icon": "curiosities/185.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Cucaracha solar",
+ "Icon": "curiosities/186.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Devorador de fumarolas",
+ "Icon": "curiosities/187.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Aleta deshielo colosal",
+ "Icon": "curiosities/188.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Ostra de perlas de cadmio",
+ "Icon": "curiosities/189.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Pulpo candelabro",
+ "Icon": "curiosities/190.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Tiburón de magma",
+ "Icon": "curiosities/191.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Lubina de helion",
+ "Icon": "curiosities/192.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Cangrejo de caparazón estrella",
+ "Icon": "curiosities/193.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Saltarín escamas de espejo",
+ "Icon": "curiosities/194.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Medusa del velo",
+ "Icon": "curiosities/195.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Cola de hierro antigua",
+ "Icon": "curiosities/196.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Dardo de hielo",
+ "Icon": "curiosities/197.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Caracol congelado",
+ "Icon": "curiosities/198.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Trucha escamas de hielo",
+ "Icon": "curiosities/199.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Anguila de medianoche",
+ "Icon": "curiosities/200.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Aleta de diamante descongelada",
+ "Icon": "curiosities/201.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpa glaciar",
+ "Icon": "curiosities/202.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Cangrejo peludo gigante",
+ "Icon": "curiosities/203.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Almeja concha helada",
+ "Icon": "curiosities/204.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isópodo congelado",
+ "Icon": "curiosities/205.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Salmuera saltadora",
+ "Icon": "curiosities/206.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Cola de nieve pálida",
+ "Icon": "curiosities/207.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Mandíbula de cuchillo congelada",
+ "Icon": "curiosities/208.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Aleta de hielo gigante",
+ "Icon": "curiosities/209.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Huachinango escamas de escarcha",
+ "Icon": "curiosities/210.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tortuga de caparazón de hielo",
+ "Icon": "curiosities/211.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Raya congelante",
+ "Icon": "curiosities/212.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Tiburón de ojos negros",
+ "Icon": "curiosities/213.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Medusa de cristal",
+ "Icon": "curiosities/214.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Aleta fantasma",
+ "Icon": "curiosities/215.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Devorador de sangre helada",
+ "Icon": "curiosities/216.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Aleta de sombra",
+ "Icon": "curiosities/218.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Pez rana verrugoso",
+ "Icon": "curiosities/219.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Cola brillante común",
+ "Icon": "curiosities/220.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Pez de alga errante",
+ "Icon": "curiosities/221.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Saltarín de aguas claras",
+ "Icon": "curiosities/222.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Pez de piedra floreciente",
+ "Icon": "curiosities/223.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Anguila guardiana",
+ "Icon": "curiosities/224.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Pez cebrito de agua dulce",
+ "Icon": "curiosities/225.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Medusa meliflua",
+ "Icon": "curiosities/226.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Cola de cinta azul",
+ "Icon": "curiosities/227.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Aleta roja de la selva",
+ "Icon": "curiosities/228.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Tiburón de médula",
+ "Icon": "curiosities/229.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Raya de sol gigante",
+ "Icon": "curiosities/230.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Dardo de escamas ígneas",
+ "Icon": "curiosities/231.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Pescador de aguas profundas",
+ "Icon": "curiosities/232.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Espina solar peregrino",
+ "Icon": "curiosities/233.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Pez de espalda musgosa gigante",
+ "Icon": "curiosities/234.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Ángel de cristal",
+ "Icon": "curiosities/235.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpiente de niebla",
+ "Icon": "curiosities/236.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Guardián del arrecife",
+ "Icon": "curiosities/237.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Titán ciego",
+ "Icon": "curiosities/238.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exuberante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Pez dorado del tonto",
+ "Icon": "curiosities/239.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Aleta de polvo menor",
+ "Icon": "curiosities/240.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Gusano salado",
+ "Icon": "curiosities/241.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Mordedor escamas de tiza",
+ "Icon": "curiosities/242.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Pez barrendero",
+ "Icon": "curiosities/243.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Pez de la caverna crepuscular",
+ "Icon": "curiosities/244.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Diente de roca mayor",
+ "Icon": "curiosities/245.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Saco de vejiga",
+ "Icon": "curiosities/246.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Estrella de mar esquistada",
+ "Icon": "curiosities/247.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Anguila eléctrica",
+ "Icon": "curiosities/248.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Cangrejo de silicato",
+ "Icon": "curiosities/249.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Raya mantis",
+ "Icon": "curiosities/250.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Pez globo de escamas saladas",
+ "Icon": "curiosities/251.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Erizo de oro",
+ "Icon": "curiosities/252.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Pez vela fascinante",
+ "Icon": "curiosities/253.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Aleta de ferrita",
+ "Icon": "curiosities/254.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Merodeador de cuevas",
+ "Icon": "curiosities/255.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ictióescala frágil",
+ "Icon": "curiosities/256.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larva del gusano titán",
+ "Icon": "curiosities/257.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinosuchus osificado",
+ "Icon": "curiosities/258.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodón",
+ "Icon": "curiosities/259.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Aleta vectorial",
+ "Icon": "curiosities/260.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Pececillo de escamas hexagonales",
+ "Icon": "curiosities/261.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Medusa Aurora",
+ "Icon": "curiosities/262.png",
+ "Quality": "Común",
+ "Size": "pequeño",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Pez murmullo",
+ "Icon": "curiosities/263.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Pez cerebro invertido",
+ "Icon": "curiosities/264.png",
+ "Quality": "Común",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Cola de pestañas brillante",
+ "Icon": "curiosities/265.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Rastrero de brechas",
+ "Icon": "curiosities/266.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalía de la anémona",
+ "Icon": "curiosities/267.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Almeja borrada",
+ "Icon": "curiosities/268.png",
+ "Quality": "Deseable",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Gusano cerebral retorcido",
+ "Icon": "curiosities/269.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Astrónomo",
+ "Icon": "curiosities/270.png",
+ "Quality": "Deseable",
+ "Size": "mediano",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Peces planos no euclidianos",
+ "Icon": "curiosities/271.png",
+ "Quality": "Deseable",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Anguila de manchas solares",
+ "Icon": "curiosities/272.png",
+ "Quality": "Deseable",
+ "Size": "colosal",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Gusano que todo lo ve",
+ "Icon": "curiosities/273.png",
+ "Quality": "Épico",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Cangrejo gritón",
+ "Icon": "curiosities/274.png",
+ "Quality": "Épico",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Aleta de bruja gigante",
+ "Icon": "curiosities/275.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Calamar del vacío",
+ "Icon": "curiosities/276.png",
+ "Quality": "Épico",
+ "Size": "colosal",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Huevo de orror abisal",
+ "Icon": "curiosities/19.png",
+ "Quality": "Legendario",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Cangrejo atlántico",
+ "Icon": "curiosities/278.png",
+ "Quality": "Legendario",
+ "Size": "mediano",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Hijo de Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "Legendario",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Gigante de muchas bocas",
+ "Icon": "curiosities/280.png",
+ "Quality": "Legendario",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Hilo de algas marinas",
+ "Icon": "curiosities/281.png",
+ "Quality": "Residuo",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Marañosa",
+ "Icon": "curiosities/282.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Esponja marina",
+ "Icon": "curiosities/283.png",
+ "Quality": "Residuo",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Coral blanqueado",
+ "Icon": "curiosities/284.png",
+ "Quality": "Residuo",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Coral cerebral caducado",
+ "Icon": "curiosities/285.png",
+ "Quality": "Residuo",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Estrella osificada",
+ "Icon": "curiosities/286.png",
+ "Quality": "Residuo",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Bota vieja",
+ "Icon": "curiosities/287.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Tecnología oxidada",
+ "Icon": "curiosities/288.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Mensaje en una botella",
+ "Icon": "curiosities/289.png",
+ "Quality": "Residuo",
+ "Size": "pequeño",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/es-la/Others.lang.json b/assets/json/es-la/Others.lang.json
index 837417575..0b3a7fbbb 100644
--- a/assets/json/es-la/Others.lang.json
+++ b/assets/json/es-la/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es-la/Products.lang.json b/assets/json/es-la/Products.lang.json
index b00a9cfb8..e9bb6aa0c 100644
--- a/assets/json/es-la/Products.lang.json
+++ b/assets/json/es-la/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/es-la/RawMaterials.lang.json b/assets/json/es-la/RawMaterials.lang.json
index 596800af5..d1378c621 100644
--- a/assets/json/es-la/RawMaterials.lang.json
+++ b/assets/json/es-la/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/es-la/TechTree.lang.json b/assets/json/es-la/TechTree.lang.json
index fad6abca9..e683112a2 100644
--- a/assets/json/es-la/TechTree.lang.json
+++ b/assets/json/es-la/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Taladro óptico",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Aparejo de pesca",
diff --git a/assets/json/es-la/Technology.lang.json b/assets/json/es-la/Technology.lang.json
index 44d79e954..a2f538b09 100644
--- a/assets/json/es-la/Technology.lang.json
+++ b/assets/json/es-la/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/es/Cooking.lang.json b/assets/json/es/Cooking.lang.json
index 372e5d180..aea24f913 100644
--- a/assets/json/es/Cooking.lang.json
+++ b/assets/json/es/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es/Curiosity.lang.json b/assets/json/es/Curiosity.lang.json
index 8fac236f7..95a7b65d1 100644
--- a/assets/json/es/Curiosity.lang.json
+++ b/assets/json/es/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es/Fishing.lang.json b/assets/json/es/Fishing.lang.json
new file mode 100644
index 000000000..a9286a5af
--- /dev/null
+++ b/assets/json/es/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "El Pescador",
+ "Icon": "other/789.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Mensaje en una botella",
+ "Icon": "other/780.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Jibia diminuta",
+ "Icon": "curiosities/113.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Cangrejo de fango",
+ "Icon": "curiosities/114.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Zapatero",
+ "Icon": "curiosities/115.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Anguila de arrecife",
+ "Icon": "curiosities/116.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Aleta roca",
+ "Icon": "curiosities/117.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Corégono de escamas verdes",
+ "Icon": "curiosities/118.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Tiburón pétreo",
+ "Icon": "curiosities/119.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Pez aguja",
+ "Icon": "curiosities/120.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Estrella de mar espinosa",
+ "Icon": "curiosities/121.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Pulpo hipnótico",
+ "Icon": "curiosities/122.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Pargo de mandíbula larga",
+ "Icon": "curiosities/123.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Macabi susurrante",
+ "Icon": "curiosities/124.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Raya gigante",
+ "Icon": "curiosities/125.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostra chillona",
+ "Icon": "curiosities/126.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tortuga lunar",
+ "Icon": "curiosities/127.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Camarón colosal",
+ "Icon": "curiosities/128.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Aleta trueno",
+ "Icon": "curiosities/129.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Caracol marino cantor",
+ "Icon": "curiosities/130.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Medusa dorada",
+ "Icon": "curiosities/131.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Pez dragón",
+ "Icon": "curiosities/132.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "El Lunker",
+ "Icon": "curiosities/133.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Gusano biliar",
+ "Icon": "curiosities/134.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Aleta gatillo venenosa",
+ "Icon": "curiosities/135.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Pepino marino",
+ "Icon": "curiosities/136.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Anguila abrasadora",
+ "Icon": "curiosities/137.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Medusa tóxica",
+ "Icon": "curiosities/138.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Pulpo de anillos verdes",
+ "Icon": "curiosities/139.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Pez bigote gigante",
+ "Icon": "curiosities/140.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Erizo cáustico",
+ "Icon": "curiosities/141.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Almeja de escamas ribeteadas",
+ "Icon": "curiosities/142.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Pez globo ácido",
+ "Icon": "curiosities/143.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Pez piedra tóxico",
+ "Icon": "curiosities/144.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Retorcedor de dientes venenosos",
+ "Icon": "curiosities/145.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Raya de escama amarga",
+ "Icon": "curiosities/146.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Pez avispa",
+ "Icon": "curiosities/147.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Pez escorpión",
+ "Icon": "curiosities/148.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Cola de fumarola chillón",
+ "Icon": "curiosities/149.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Anguila víbora",
+ "Icon": "curiosities/150.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Estrella solar de emerilio",
+ "Icon": "curiosities/151.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Calamar vampiro",
+ "Icon": "curiosities/152.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Macabí blanqueado",
+ "Icon": "curiosities/153.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Engullidor translúcido",
+ "Icon": "curiosities/154.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Pargo abombado",
+ "Icon": "curiosities/155.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protofina moteada",
+ "Icon": "curiosities/156.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Pez dardo de campo",
+ "Icon": "curiosities/157.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Empalmador de cola de horquilla",
+ "Icon": "curiosities/158.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Pargo invertido",
+ "Icon": "curiosities/159.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Siluro brillante",
+ "Icon": "curiosities/160.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Corégono poliescamado",
+ "Icon": "curiosities/161.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Almeja ionizada",
+ "Icon": "curiosities/162.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Saltarín nucleico",
+ "Icon": "curiosities/163.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Engullidor torcido",
+ "Icon": "curiosities/164.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Mandíbula filosa agotada",
+ "Icon": "curiosities/165.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Pez sol radiante",
+ "Icon": "curiosities/166.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Tiburón hirviente",
+ "Icon": "curiosities/167.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Geno-camarón",
+ "Icon": "curiosities/168.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Pez plano inmortal",
+ "Icon": "curiosities/169.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Anguila cíclope",
+ "Icon": "curiosities/170.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Calamar alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Medusa de muchos ojos",
+ "Icon": "curiosities/172.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Aleta oscura aberrante",
+ "Icon": "curiosities/173.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Calamar gamma",
+ "Icon": "curiosities/174.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Pez sierra de hélice",
+ "Icon": "curiosities/175.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radiactivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Aleta oleosa",
+ "Icon": "curiosities/176.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Pez sol común",
+ "Icon": "curiosities/177.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Caracol de ceniza",
+ "Icon": "curiosities/178.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Pargo hervido",
+ "Icon": "curiosities/179.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Trucha de escama de lava",
+ "Icon": "curiosities/180.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Pez sulfuroso",
+ "Icon": "curiosities/181.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Corégono de dientes de basalto",
+ "Icon": "curiosities/182.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Raya punta de lámpara",
+ "Icon": "curiosities/183.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Aleta de pira",
+ "Icon": "curiosities/184.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Anguila de llamarada",
+ "Icon": "curiosities/185.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Cucaracha solar",
+ "Icon": "curiosities/186.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Tragafuego",
+ "Icon": "curiosities/187.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Aleta fundida colosal",
+ "Icon": "curiosities/188.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Caja de perlas de cadmio",
+ "Icon": "curiosities/189.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Pulpo candelabro",
+ "Icon": "curiosities/190.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Tiburón de magma",
+ "Icon": "curiosities/191.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Lubina infernal",
+ "Icon": "curiosities/192.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Cangrejo estrellado",
+ "Icon": "curiosities/193.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Saltarín de escama de espejo",
+ "Icon": "curiosities/194.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Medusa del Velo",
+ "Icon": "curiosities/195.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Cola de hierro antiguo",
+ "Icon": "curiosities/196.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Quemado",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Pardela de hielo",
+ "Icon": "curiosities/197.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Buccino congelado",
+ "Icon": "curiosities/198.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Trucha de escama de escarcha",
+ "Icon": "curiosities/199.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Anguila de medianoche",
+ "Icon": "curiosities/200.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Aleta de diamante derretida",
+ "Icon": "curiosities/201.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpa glaciar",
+ "Icon": "curiosities/202.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Cangrejo peludo gigante",
+ "Icon": "curiosities/203.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Almeja de concha helada",
+ "Icon": "curiosities/204.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isópodo congelado",
+ "Icon": "curiosities/205.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Saltarín de salmuera",
+ "Icon": "curiosities/206.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Cola de nieve pálida",
+ "Icon": "curiosities/207.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Pez perico congelado",
+ "Icon": "curiosities/208.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Aleta de hielo gigante",
+ "Icon": "curiosities/209.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Pargo de escama escarchada",
+ "Icon": "curiosities/210.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tortuga de caparazón helado",
+ "Icon": "curiosities/211.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Raya congelada",
+ "Icon": "curiosities/212.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Tiburón de ojos negros",
+ "Icon": "curiosities/213.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Medusa de cristal",
+ "Icon": "curiosities/214.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Aleta fantasma",
+ "Icon": "curiosities/215.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Engullidor de sangre helada",
+ "Icon": "curiosities/216.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Aleta sombría",
+ "Icon": "curiosities/218.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Pez rana verrugoso",
+ "Icon": "curiosities/219.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Rabilargo común",
+ "Icon": "curiosities/220.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Kelpfin errante",
+ "Icon": "curiosities/221.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Saltarín de aguas claras",
+ "Icon": "curiosities/222.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Pez ballena floreciente",
+ "Icon": "curiosities/223.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Anguila guardiana",
+ "Icon": "curiosities/224.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Pececillo de agua dulce",
+ "Icon": "curiosities/225.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Medusa meliflua",
+ "Icon": "curiosities/226.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Raya de arrecife",
+ "Icon": "curiosities/227.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Aleta roja selvático",
+ "Icon": "curiosities/228.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Tiburón tuétano",
+ "Icon": "curiosities/229.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Raya sol gigante",
+ "Icon": "curiosities/230.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Pardela cenicienta",
+ "Icon": "curiosities/231.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Rape de aguas profundas",
+ "Icon": "curiosities/232.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Peregrino de espina solar",
+ "Icon": "curiosities/233.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Pez colosal",
+ "Icon": "curiosities/234.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Ángel de cristal",
+ "Icon": "curiosities/235.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpiente de niebla",
+ "Icon": "curiosities/236.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Guardián del arrecife",
+ "Icon": "curiosities/237.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Titancore ciego",
+ "Icon": "curiosities/238.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Pez dorado inocente",
+ "Icon": "curiosities/239.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Aleta polvorienta menor",
+ "Icon": "curiosities/240.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Gusano salobre",
+ "Icon": "curiosities/241.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Pez doctor escama de tiza",
+ "Icon": "curiosities/242.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Pez barrendero",
+ "Icon": "curiosities/243.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Pez troglodita crepuscular",
+ "Icon": "curiosities/244.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Diente de roca mayor",
+ "Icon": "curiosities/245.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Pez saco",
+ "Icon": "curiosities/246.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Estrella de mar esquistada",
+ "Icon": "curiosities/247.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Anguila eléctrica",
+ "Icon": "curiosities/248.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Cangrejo de silicato",
+ "Icon": "curiosities/249.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Raya mantis",
+ "Icon": "curiosities/250.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Corégono de escamas de sal",
+ "Icon": "curiosities/251.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Erizo dorado",
+ "Icon": "curiosities/252.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Eulacón hechizante",
+ "Icon": "curiosities/253.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Aleta de ferrita",
+ "Icon": "curiosities/254.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Merodeador de cuevas",
+ "Icon": "curiosities/255.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ictioescama frágil",
+ "Icon": "curiosities/256.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larva de gusano titán",
+ "Icon": "curiosities/257.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinosuchus osificado",
+ "Icon": "curiosities/258.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodón",
+ "Icon": "curiosities/259.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Aleta de vector",
+ "Icon": "curiosities/260.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Pececillo de escama hexagonal",
+ "Icon": "curiosities/261.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Medusa aurora",
+ "Icon": "curiosities/262.png",
+ "Quality": "Común",
+ "Size": "pequeña",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Pez murmurante",
+ "Icon": "curiosities/263.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Pez cerebro invertido",
+ "Icon": "curiosities/264.png",
+ "Quality": "Común",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Cola de pestañas brillante",
+ "Icon": "curiosities/265.png",
+ "Quality": "Común",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Rondador de brecha",
+ "Icon": "curiosities/266.png",
+ "Quality": "Común",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalía de la anémona",
+ "Icon": "curiosities/267.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Almeja borrada",
+ "Icon": "curiosities/268.png",
+ "Quality": "Deseables",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Gusano cerebral retorcido",
+ "Icon": "curiosities/269.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Astrónomo",
+ "Icon": "curiosities/270.png",
+ "Quality": "Deseables",
+ "Size": "mediana",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Pez plano no euclidiano",
+ "Icon": "curiosities/271.png",
+ "Quality": "Deseables",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Anguila de manchas solares",
+ "Icon": "curiosities/272.png",
+ "Quality": "Deseables",
+ "Size": "colosal",
+ "Time": "día",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Gusano que todo lo ve",
+ "Icon": "curiosities/273.png",
+ "Quality": "Épicos",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Cangrejo chillón",
+ "Icon": "curiosities/274.png",
+ "Quality": "Épicos",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Aleta bruja gigante",
+ "Icon": "curiosities/275.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Calamar de vacío",
+ "Icon": "curiosities/276.png",
+ "Quality": "Épicos",
+ "Size": "colosal",
+ "Time": "noche",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Huevo de horror abisal",
+ "Icon": "curiosities/19.png",
+ "Quality": "Legendarios",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Cangrejo atlantid",
+ "Icon": "curiosities/278.png",
+ "Quality": "Legendarios",
+ "Size": "mediana",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Hijo de Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "Legendarios",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Lunker de muchas bocas",
+ "Icon": "curiosities/280.png",
+ "Quality": "Legendarios",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Hebra de alga marina",
+ "Icon": "curiosities/281.png",
+ "Quality": "Chatarra",
+ "Size": "colosal",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Enmarañadera",
+ "Icon": "curiosities/282.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Esponja de mar",
+ "Icon": "curiosities/283.png",
+ "Quality": "Chatarra",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Coral blanqueado",
+ "Icon": "curiosities/284.png",
+ "Quality": "Chatarra",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Coral cerebral muerto",
+ "Icon": "curiosities/285.png",
+ "Quality": "Chatarra",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Coral osificado",
+ "Icon": "curiosities/286.png",
+ "Quality": "Chatarra",
+ "Size": "grande",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Bota vieja",
+ "Icon": "curiosities/287.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Tecnología oxidada",
+ "Icon": "curiosities/288.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Mensaje en una botella",
+ "Icon": "curiosities/289.png",
+ "Quality": "Chatarra",
+ "Size": "pequeña",
+ "Time": "Ambas",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/es/Others.lang.json b/assets/json/es/Others.lang.json
index 3d5968291..21a607006 100644
--- a/assets/json/es/Others.lang.json
+++ b/assets/json/es/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/es/Products.lang.json b/assets/json/es/Products.lang.json
index 3ea01cf60..36c6416ae 100644
--- a/assets/json/es/Products.lang.json
+++ b/assets/json/es/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/es/RawMaterials.lang.json b/assets/json/es/RawMaterials.lang.json
index d295d9677..f12772457 100644
--- a/assets/json/es/RawMaterials.lang.json
+++ b/assets/json/es/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/es/TechTree.lang.json b/assets/json/es/TechTree.lang.json
index 91cba273b..2d3c24ec8 100644
--- a/assets/json/es/TechTree.lang.json
+++ b/assets/json/es/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Taladro óptico",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Aparejo de pesca",
diff --git a/assets/json/es/Technology.lang.json b/assets/json/es/Technology.lang.json
index 93f7ae09f..956e6f0a5 100644
--- a/assets/json/es/Technology.lang.json
+++ b/assets/json/es/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/fr/Cooking.lang.json b/assets/json/fr/Cooking.lang.json
index 75adf69d0..4189f5e86 100644
--- a/assets/json/fr/Cooking.lang.json
+++ b/assets/json/fr/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/fr/Curiosity.lang.json b/assets/json/fr/Curiosity.lang.json
index 888a0904a..f67c75157 100644
--- a/assets/json/fr/Curiosity.lang.json
+++ b/assets/json/fr/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/fr/Fishing.lang.json b/assets/json/fr/Fishing.lang.json
new file mode 100644
index 000000000..cbce4308b
--- /dev/null
+++ b/assets/json/fr/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "Le Pêcheur",
+ "Icon": "other/789.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Bouteille à la mer",
+ "Icon": "other/780.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Bouteille à la mer",
+ "Icon": "other/780.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Bouteille à la mer",
+ "Icon": "other/780.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Bouteille à la mer",
+ "Icon": "other/780.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Petite seiche",
+ "Icon": "curiosities/113.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Crabe de boue",
+ "Icon": "curiosities/114.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Virevolteur d'étang",
+ "Icon": "curiosities/115.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Anguille de récif",
+ "Icon": "curiosities/116.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Poisso-roche",
+ "Icon": "curiosities/117.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Hareng vert-écaille",
+ "Icon": "curiosities/118.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Requin roche-écaille",
+ "Icon": "curiosities/119.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Aiguillette",
+ "Icon": "curiosities/120.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Étoile de mer épineuse",
+ "Icon": "curiosities/121.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Pieuvre hypnotique",
+ "Icon": "curiosities/122.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Vivaneau à longue mâchoire",
+ "Icon": "curiosities/123.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Albule murmurant",
+ "Icon": "curiosities/124.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Raie géante",
+ "Icon": "curiosities/125.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Huître hurlante",
+ "Icon": "curiosities/126.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tortue de lune",
+ "Icon": "curiosities/127.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Crevette colossale",
+ "Icon": "curiosities/128.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Poisso-foudre",
+ "Icon": "curiosities/129.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Escargot de mer chantant",
+ "Icon": "curiosities/130.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Méduse dorée",
+ "Icon": "curiosities/131.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Poisson-dragon",
+ "Icon": "curiosities/132.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Le Malabar",
+ "Icon": "curiosities/133.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Ver biliaire",
+ "Icon": "curiosities/134.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Poisso-gachette venimeux",
+ "Icon": "curiosities/135.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Concombre de mer",
+ "Icon": "curiosities/136.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Anguille boursouflée",
+ "Icon": "curiosities/137.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Méduse toxique",
+ "Icon": "curiosities/138.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Pieuvre aux anneaux verts",
+ "Icon": "curiosities/139.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Poisson-moustache géant",
+ "Icon": "curiosities/140.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Oursin caustique",
+ "Icon": "curiosities/141.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Palourde papule-écaille",
+ "Icon": "curiosities/142.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Poisson-globe acide",
+ "Icon": "curiosities/143.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Poisson-pierre toxique",
+ "Icon": "curiosities/144.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Gigoteur à dents de venin",
+ "Icon": "curiosities/145.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Raie amère-écaille",
+ "Icon": "curiosities/146.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Poisson-guêpe",
+ "Icon": "curiosities/147.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Poisson-scorpion",
+ "Icon": "curiosities/148.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Nage-fumée hurlant",
+ "Icon": "curiosities/149.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Anguille vipère",
+ "Icon": "curiosities/150.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Solétoile émeril",
+ "Icon": "curiosities/151.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Calmar vampire",
+ "Icon": "curiosities/152.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Albule décoloré",
+ "Icon": "curiosities/153.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Grandgousier translucide",
+ "Icon": "curiosities/154.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Toxique",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Vivaneau bombé",
+ "Icon": "curiosities/155.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Poisso-proto à pois",
+ "Icon": "curiosities/156.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Vivotin champêtre",
+ "Icon": "curiosities/157.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Épisseur à queue fourchue",
+ "Icon": "curiosities/158.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Vivaneau inversé",
+ "Icon": "curiosities/159.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Poisson-chat lumineux",
+ "Icon": "curiosities/160.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Hareng poly-écaille",
+ "Icon": "curiosities/161.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Palourde ionisée",
+ "Icon": "curiosities/162.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Virevolteur nucléique",
+ "Icon": "curiosities/163.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Grandgousier tordu",
+ "Icon": "curiosities/164.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Gueulépine vidé",
+ "Icon": "curiosities/165.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Poisso-soleil radieux",
+ "Icon": "curiosities/166.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Requin bouillonnant",
+ "Icon": "curiosities/167.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Géno-crevette",
+ "Icon": "curiosities/168.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Poisson plat immortel",
+ "Icon": "curiosities/169.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Anguille cyclopique",
+ "Icon": "curiosities/170.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Calmar alpha",
+ "Icon": "curiosities/171.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Méduse polyoculaire",
+ "Icon": "curiosities/172.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Poisso-obscur aberrant",
+ "Icon": "curiosities/173.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Calmar gamma",
+ "Icon": "curiosities/174.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Poisson-scie à hélice",
+ "Icon": "curiosities/175.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactive"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Poisso-huile",
+ "Icon": "curiosities/176.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Poisso-soleil commun",
+ "Icon": "curiosities/177.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Escargot cendré",
+ "Icon": "curiosities/178.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Vivaneau bouilli",
+ "Icon": "curiosities/179.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Truite lave-écaille",
+ "Icon": "curiosities/180.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Poisson-soufre",
+ "Icon": "curiosities/181.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Hareng à dents de basalte",
+ "Icon": "curiosities/182.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Raie lampe-torche",
+ "Icon": "curiosities/183.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Poisso-brasier",
+ "Icon": "curiosities/184.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Anguille clignefeu",
+ "Icon": "curiosities/185.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Gardon solaire",
+ "Icon": "curiosities/186.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Grandgousier à fumerolles",
+ "Icon": "curiosities/187.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Poisso-fond colossal",
+ "Icon": "curiosities/188.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Porteperles de cadmium",
+ "Icon": "curiosities/189.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Pieuvre candélabre",
+ "Icon": "curiosities/190.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Requin magma",
+ "Icon": "curiosities/191.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Bar chahuteur",
+ "Icon": "curiosities/192.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Crabe stella-coque",
+ "Icon": "curiosities/193.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Virevolteur glace-écaille",
+ "Icon": "curiosities/194.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Méduse voilée",
+ "Icon": "curiosities/195.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Nage-fer ancestral",
+ "Icon": "curiosities/196.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Brûlante",
+ "Lave"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Dard des glaces",
+ "Icon": "curiosities/197.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Bulot gelé",
+ "Icon": "curiosities/198.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Truite givre-écaille",
+ "Icon": "curiosities/199.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Anguille de minuit",
+ "Icon": "curiosities/200.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Poisso-diamant dégelé",
+ "Icon": "curiosities/201.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpe des glaciers",
+ "Icon": "curiosities/202.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Crabe velu géant",
+ "Icon": "curiosities/203.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Palourde givro-coque",
+ "Icon": "curiosities/204.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isopode gelé",
+ "Icon": "curiosities/205.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Virevolteur d'eau de mer",
+ "Icon": "curiosities/206.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Nage-neige blafard",
+ "Icon": "curiosities/207.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Perciforme gelé",
+ "Icon": "curiosities/208.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Poisso-glace géant",
+ "Icon": "curiosities/209.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Vivaneau gel-écaille",
+ "Icon": "curiosities/210.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tortue gelo-coque",
+ "Icon": "curiosities/211.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Raie morsegivre",
+ "Icon": "curiosities/212.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Requin aux yeux noirs",
+ "Icon": "curiosities/213.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Méduse cristalline",
+ "Icon": "curiosities/214.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Poisso-spectre",
+ "Icon": "curiosities/215.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Grandgousier hémoglace",
+ "Icon": "curiosities/216.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Glacée"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Poisso-ombre",
+ "Icon": "curiosities/218.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Poisson-grenouille verruqueux",
+ "Icon": "curiosities/219.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Nage-clair commun",
+ "Icon": "curiosities/220.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Poisso-varech errant",
+ "Icon": "curiosities/221.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Virevolteur d'eau limpide",
+ "Icon": "curiosities/222.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Poisso-argile florissant",
+ "Icon": "curiosities/223.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Anguille gardienne",
+ "Icon": "curiosities/224.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Fretin d'eau douce",
+ "Icon": "curiosities/225.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Méduse mélodieuse",
+ "Icon": "curiosities/226.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Nage-ruban bleu",
+ "Icon": "curiosities/227.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Poisso-pourpre de la jungle",
+ "Icon": "curiosities/228.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Requin-courge",
+ "Icon": "curiosities/229.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Raie solaire géante",
+ "Icon": "curiosities/230.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Dard volute-écaille",
+ "Icon": "curiosities/231.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Baudroie des abysses",
+ "Icon": "curiosities/232.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Doreur solépine",
+ "Icon": "curiosities/233.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Languissant colossal",
+ "Icon": "curiosities/234.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Ange de verre",
+ "Icon": "curiosities/235.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpent de brume",
+ "Icon": "curiosities/236.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Gardien du récif",
+ "Icon": "curiosities/237.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Titancœur aveugle",
+ "Icon": "curiosities/238.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Poisson rouge du fou",
+ "Icon": "curiosities/239.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Petit poisso-poussière",
+ "Icon": "curiosities/240.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Ver saumâtre",
+ "Icon": "curiosities/241.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Grignoteur craie-écaille",
+ "Icon": "curiosities/242.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Poisson balayeur",
+ "Icon": "curiosities/243.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Troglodyte crépusculaire",
+ "Icon": "curiosities/244.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Dentoroche massif",
+ "Icon": "curiosities/245.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Poche vésicale",
+ "Icon": "curiosities/246.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Étoile de mer schisteuse",
+ "Icon": "curiosities/247.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Anguille électrique",
+ "Icon": "curiosities/248.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Crabe de silicate",
+ "Icon": "curiosities/249.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Raie manta",
+ "Icon": "curiosities/250.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Hareng sel-écaille",
+ "Icon": "curiosities/251.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Oursin doré",
+ "Icon": "curiosities/252.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Poisson-bougie envoûtant",
+ "Icon": "curiosities/253.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Poisson-castor de ferrite",
+ "Icon": "curiosities/254.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Rôdeur des cavernes",
+ "Icon": "curiosities/255.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ichthyo-écaille fragile",
+ "Icon": "curiosities/256.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larve de ver titan",
+ "Icon": "curiosities/257.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinosuchus ossifié",
+ "Icon": "curiosities/258.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Mégalodon",
+ "Icon": "curiosities/259.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Aride"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Poisso-vecteur",
+ "Icon": "curiosities/260.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Fretin sort-écaille",
+ "Icon": "curiosities/261.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Méduse aurore",
+ "Icon": "curiosities/262.png",
+ "Quality": "Commun",
+ "Size": "petite",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Poisson-murmure",
+ "Icon": "curiosities/263.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Poisson-cerveau inversé",
+ "Icon": "curiosities/264.png",
+ "Quality": "Commun",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Nage-fouet scintillant",
+ "Icon": "curiosities/265.png",
+ "Quality": "Commun",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Rampant de brèche",
+ "Icon": "curiosities/266.png",
+ "Quality": "Commun",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anémone anormale",
+ "Icon": "curiosities/267.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Palourde effacée",
+ "Icon": "curiosities/268.png",
+ "Quality": "désirable(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Ver cérébral frémissant",
+ "Icon": "curiosities/269.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Astroscopus",
+ "Icon": "curiosities/270.png",
+ "Quality": "désirable(s)",
+ "Size": "moyenne",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Poisson plat non euclidien",
+ "Icon": "curiosities/271.png",
+ "Quality": "désirable(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Anguille à tache solaire",
+ "Icon": "curiosities/272.png",
+ "Quality": "désirable(s)",
+ "Size": "colossale",
+ "Time": "jour",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Ver qui voit tout",
+ "Icon": "curiosities/273.png",
+ "Quality": "épique(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Crabe hurlant",
+ "Icon": "curiosities/274.png",
+ "Quality": "épique(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Poisso-sorcière géant",
+ "Icon": "curiosities/275.png",
+ "Quality": "épique(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Calmar du néant",
+ "Icon": "curiosities/276.png",
+ "Quality": "épique(s)",
+ "Size": "colossale",
+ "Time": "nuit",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Œuf de créature abyssale",
+ "Icon": "curiosities/19.png",
+ "Quality": "légendaire(s)",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Crabe atlantéen",
+ "Icon": "curiosities/278.png",
+ "Quality": "légendaire(s)",
+ "Size": "moyenne",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Enfant d'Hélios",
+ "Icon": "curiosities/279.png",
+ "Quality": "légendaire(s)",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Malabar aux mille bouches",
+ "Icon": "curiosities/280.png",
+ "Quality": "légendaire(s)",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotique"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Brin de varech",
+ "Icon": "curiosities/281.png",
+ "Quality": "Déchet",
+ "Size": "colossale",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Herbenœud",
+ "Icon": "curiosities/282.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Éponge de mer",
+ "Icon": "curiosities/283.png",
+ "Quality": "Déchet",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Corail décoloré",
+ "Icon": "curiosities/284.png",
+ "Quality": "Déchet",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Corail-cerveau expiré",
+ "Icon": "curiosities/285.png",
+ "Quality": "Déchet",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Corail ossifié",
+ "Icon": "curiosities/286.png",
+ "Quality": "Déchet",
+ "Size": "grande",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Vieille botte",
+ "Icon": "curiosities/287.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Technologie rouillée",
+ "Icon": "curiosities/288.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Bouteille à la mer",
+ "Icon": "curiosities/289.png",
+ "Quality": "Déchet",
+ "Size": "petite",
+ "Time": "Les deux",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tout"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/fr/Others.lang.json b/assets/json/fr/Others.lang.json
index 16ced45dd..a61bd2db5 100644
--- a/assets/json/fr/Others.lang.json
+++ b/assets/json/fr/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/fr/Products.lang.json b/assets/json/fr/Products.lang.json
index 4ae6c4ea5..c238559cc 100644
--- a/assets/json/fr/Products.lang.json
+++ b/assets/json/fr/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/fr/RawMaterials.lang.json b/assets/json/fr/RawMaterials.lang.json
index e6989a131..a470108b7 100644
--- a/assets/json/fr/RawMaterials.lang.json
+++ b/assets/json/fr/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/fr/TechTree.lang.json b/assets/json/fr/TechTree.lang.json
index 1a1978c1c..398f366ab 100644
--- a/assets/json/fr/TechTree.lang.json
+++ b/assets/json/fr/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Perceuse optique",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Matériel de pêche",
diff --git a/assets/json/fr/Technology.lang.json b/assets/json/fr/Technology.lang.json
index f62edc123..fccb5ff83 100644
--- a/assets/json/fr/Technology.lang.json
+++ b/assets/json/fr/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/it/Cooking.lang.json b/assets/json/it/Cooking.lang.json
index 9598cfd4d..50a91e4fa 100644
--- a/assets/json/it/Cooking.lang.json
+++ b/assets/json/it/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/it/Curiosity.lang.json b/assets/json/it/Curiosity.lang.json
index 5aaade65e..406017734 100644
--- a/assets/json/it/Curiosity.lang.json
+++ b/assets/json/it/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/it/Fishing.lang.json b/assets/json/it/Fishing.lang.json
new file mode 100644
index 000000000..e35703e98
--- /dev/null
+++ b/assets/json/it/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "Il Pescatore",
+ "Icon": "other/789.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Messaggio in bottiglia",
+ "Icon": "other/780.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Messaggio in bottiglia",
+ "Icon": "other/780.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Messaggio in bottiglia",
+ "Icon": "other/780.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Messaggio in bottiglia",
+ "Icon": "other/780.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Piccola seppia",
+ "Icon": "curiosities/113.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Granchio del fango",
+ "Icon": "curiosities/114.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Saltastagno",
+ "Icon": "curiosities/115.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Anguilla della barriera corallina",
+ "Icon": "curiosities/116.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Rocciapinna",
+ "Icon": "curiosities/117.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Aringa verde",
+ "Icon": "curiosities/118.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Squalo pietra",
+ "Icon": "curiosities/119.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Aguglia",
+ "Icon": "curiosities/120.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Stella marina spinosa",
+ "Icon": "curiosities/121.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Polpo ipnotico",
+ "Icon": "curiosities/122.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Dentice dalla mascella lunga",
+ "Icon": "curiosities/123.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Albula sussurrante",
+ "Icon": "curiosities/124.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Manta gigante",
+ "Icon": "curiosities/125.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostrica strillante",
+ "Icon": "curiosities/126.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tartaruga lunare",
+ "Icon": "curiosities/127.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Gambero colossale",
+ "Icon": "curiosities/128.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Pinna tonante",
+ "Icon": "curiosities/129.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Lumaca di mare canterina",
+ "Icon": "curiosities/130.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Medusa dorata",
+ "Icon": "curiosities/131.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Pesce drago",
+ "Icon": "curiosities/132.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Il gigante",
+ "Icon": "curiosities/133.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Verme biliare",
+ "Icon": "curiosities/134.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Pesce balestra velenoso",
+ "Icon": "curiosities/135.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Cetriolo di mare",
+ "Icon": "curiosities/136.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Anguilla vescicolare",
+ "Icon": "curiosities/137.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Medusa tossica",
+ "Icon": "curiosities/138.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Polpo dagli anelli verdi",
+ "Icon": "curiosities/139.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Pesce baffo gigante",
+ "Icon": "curiosities/140.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Riccio caustico",
+ "Icon": "curiosities/141.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Vongola a scaglie livide",
+ "Icon": "curiosities/142.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Pesce palla acido",
+ "Icon": "curiosities/143.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Pesce pietra tossico",
+ "Icon": "curiosities/144.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Guizzatore dai denti velenosi",
+ "Icon": "curiosities/145.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Manta dalle scaglie amare",
+ "Icon": "curiosities/146.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Pesce vespa",
+ "Icon": "curiosities/147.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Pesce scorpione",
+ "Icon": "curiosities/148.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Codalarga strillante",
+ "Icon": "curiosities/149.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Anguilla vipera",
+ "Icon": "curiosities/150.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Stella solare d'emeril",
+ "Icon": "curiosities/151.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Calamaro vampiro",
+ "Icon": "curiosities/152.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Pesce osseo sbiancato",
+ "Icon": "curiosities/153.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Pesce abissale traslucido",
+ "Icon": "curiosities/154.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "tossico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Dentice sporgente",
+ "Icon": "curiosities/155.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protopinna maculata",
+ "Icon": "curiosities/156.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Pesce dardo del campo",
+ "Icon": "curiosities/157.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Giuntatrice dalla coda biforcuta",
+ "Icon": "curiosities/158.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Dentice invertito",
+ "Icon": "curiosities/159.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Pesce gatto luminoso",
+ "Icon": "curiosities/160.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Aringa poliscaglia",
+ "Icon": "curiosities/161.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Mollusco ionizzato",
+ "Icon": "curiosities/162.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Skipper nucleico",
+ "Icon": "curiosities/163.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Pesce abissale contorto",
+ "Icon": "curiosities/164.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Mascella-rasoio consumato",
+ "Icon": "curiosities/165.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Pescesole splendente",
+ "Icon": "curiosities/166.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Squalo bollente",
+ "Icon": "curiosities/167.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Geno-gambero",
+ "Icon": "curiosities/168.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Pesce piatto immortale",
+ "Icon": "curiosities/169.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Anguilla ciclopica",
+ "Icon": "curiosities/170.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Calamaro alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Medusa dai molti occhi",
+ "Icon": "curiosities/172.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Pinna crepuscolare aberrante",
+ "Icon": "curiosities/173.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Calamaro gamma",
+ "Icon": "curiosities/174.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Pesce sega a elica",
+ "Icon": "curiosities/175.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioattivo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Pinna oleosa",
+ "Icon": "curiosities/176.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Pescesole comune",
+ "Icon": "curiosities/177.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Lumaca di cenere",
+ "Icon": "curiosities/178.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Dentice bollito",
+ "Icon": "curiosities/179.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Trota lavica",
+ "Icon": "curiosities/180.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Pesce zolfo",
+ "Icon": "curiosities/181.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Aringa dai denti di basalto",
+ "Icon": "curiosities/182.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Manta lampada",
+ "Icon": "curiosities/183.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Pirapinna",
+ "Icon": "curiosities/184.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Anguilla di fuoco",
+ "Icon": "curiosities/185.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Rutilo solare",
+ "Icon": "curiosities/186.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Pesce fumarola abissale",
+ "Icon": "curiosities/187.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Pinnafusa colossale",
+ "Icon": "curiosities/188.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Cadmio perlaceo",
+ "Icon": "curiosities/189.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Polpo candelabro",
+ "Icon": "curiosities/190.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Squalo magmatico",
+ "Icon": "curiosities/191.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Spigola piantagrane",
+ "Icon": "curiosities/192.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Granchio dal guscio stellato",
+ "Icon": "curiosities/193.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Skipper speculare",
+ "Icon": "curiosities/194.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Medusa del velo",
+ "Icon": "curiosities/195.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Coda di ferro antica",
+ "Icon": "curiosities/196.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "bruciato",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Darter di ghiaccio",
+ "Icon": "curiosities/197.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Buccino ghiacciato",
+ "Icon": "curiosities/198.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Trota scaglia gelata",
+ "Icon": "curiosities/199.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Anguilla di mezzanotte",
+ "Icon": "curiosities/200.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Pinna diamante del disgelo",
+ "Icon": "curiosities/201.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpa dei ghiacciai",
+ "Icon": "curiosities/202.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Granchio peloso gigante",
+ "Icon": "curiosities/203.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Mollusco dal guscio gelato",
+ "Icon": "curiosities/204.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isopode ghiacciato",
+ "Icon": "curiosities/205.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Skipper d'acqua salmastra",
+ "Icon": "curiosities/206.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Coda di neve pallida",
+ "Icon": "curiosities/207.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Mascella-coltello ghiacciato",
+ "Icon": "curiosities/208.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Pinna di ghiaccio gigante",
+ "Icon": "curiosities/209.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Dentice brinoso",
+ "Icon": "curiosities/210.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tartaruga di ghiaccio",
+ "Icon": "curiosities/211.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Manta gelata",
+ "Icon": "curiosities/212.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Squalo dagli occhi neri",
+ "Icon": "curiosities/213.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Medusa cristallina",
+ "Icon": "curiosities/214.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Pinna fantasma",
+ "Icon": "curiosities/215.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Pesce abissale dal sangue ghiacciato",
+ "Icon": "curiosities/216.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "ghiacciato"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Pinnombra",
+ "Icon": "curiosities/218.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Pesce rana verrucoso",
+ "Icon": "curiosities/219.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Coda brillante comune",
+ "Icon": "curiosities/220.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Pinnalga errante",
+ "Icon": "curiosities/221.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Skipper delle acque limpide",
+ "Icon": "curiosities/222.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Pesceargilla fiorente",
+ "Icon": "curiosities/223.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Anguilla guardiana",
+ "Icon": "curiosities/224.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Pesciolino d'acqua dolce",
+ "Icon": "curiosities/225.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Medusa melliflua",
+ "Icon": "curiosities/226.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Codanastro blu",
+ "Icon": "curiosities/227.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Pinnarossa della giungla",
+ "Icon": "curiosities/228.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Squalo midolloso",
+ "Icon": "curiosities/229.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Manta solare gigante",
+ "Icon": "curiosities/230.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Darter squamoso",
+ "Icon": "curiosities/231.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Rana pescatrice delle profondità",
+ "Icon": "curiosities/232.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Crogiolante spinasolare",
+ "Icon": "curiosities/233.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Colosso algoso",
+ "Icon": "curiosities/234.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Angelo di vetro",
+ "Icon": "curiosities/235.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpente di nebbia",
+ "Icon": "curiosities/236.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Guardiano della barriera corallina",
+ "Icon": "curiosities/237.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Titano cieco",
+ "Icon": "curiosities/238.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "lussureggiante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Pesce rosso d'aprile",
+ "Icon": "curiosities/239.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Pinna di polvere minore",
+ "Icon": "curiosities/240.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Verme salmastro",
+ "Icon": "curiosities/241.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Pinna di gesso rosicchiante",
+ "Icon": "curiosities/242.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Pesce spazzino",
+ "Icon": "curiosities/243.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Pesce di grotta crepuscolare",
+ "Icon": "curiosities/244.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Dente di roccia maggiore",
+ "Icon": "curiosities/245.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Sacco vescicale",
+ "Icon": "curiosities/246.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Stella marina argillosa",
+ "Icon": "curiosities/247.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Anguilla elettrica",
+ "Icon": "curiosities/248.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Granchio di silicato",
+ "Icon": "curiosities/249.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Razza mantide",
+ "Icon": "curiosities/250.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Aringa dalle scaglie saline",
+ "Icon": "curiosities/251.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Riccio d'oro",
+ "Icon": "curiosities/252.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Pesce candela ammaliante",
+ "Icon": "curiosities/253.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Amia di ferrite",
+ "Icon": "curiosities/254.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Predatore di caverna",
+ "Icon": "curiosities/255.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ittioscaglia fragile",
+ "Icon": "curiosities/256.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larva di verme titanico",
+ "Icon": "curiosities/257.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinosuchus ossificato",
+ "Icon": "curiosities/258.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodonte",
+ "Icon": "curiosities/259.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "arido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Pinna vettore",
+ "Icon": "curiosities/260.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Pesciolino esagonale",
+ "Icon": "curiosities/261.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Medusa aurora",
+ "Icon": "curiosities/262.png",
+ "Quality": "Comune",
+ "Size": "piccolo",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Pesce mormorante",
+ "Icon": "curiosities/263.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Pesce cervello invertito",
+ "Icon": "curiosities/264.png",
+ "Quality": "Comune",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Codafrusta scintillante",
+ "Icon": "curiosities/265.png",
+ "Quality": "Comune",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Lombrico breccia",
+ "Icon": "curiosities/266.png",
+ "Quality": "Comune",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalia dell'anemone",
+ "Icon": "curiosities/267.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Vongola cancellata",
+ "Icon": "curiosities/268.png",
+ "Quality": "desiderabili",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Verme cerebrale fremente",
+ "Icon": "curiosities/269.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Astronomo",
+ "Icon": "curiosities/270.png",
+ "Quality": "desiderabili",
+ "Size": "di medie dimensioni",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Pesce piatto non euclideo",
+ "Icon": "curiosities/271.png",
+ "Quality": "desiderabili",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Anguilla macchia solare",
+ "Icon": "curiosities/272.png",
+ "Quality": "desiderabili",
+ "Size": "colossale",
+ "Time": "giornata",
+ "TimeKey": "day",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Verme onniveggente",
+ "Icon": "curiosities/273.png",
+ "Quality": "epici",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Granchio urlante",
+ "Icon": "curiosities/274.png",
+ "Quality": "epici",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Pinnastrega gigante",
+ "Icon": "curiosities/275.png",
+ "Quality": "epici",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Calamaro del vuoto",
+ "Icon": "curiosities/276.png",
+ "Quality": "epici",
+ "Size": "colossale",
+ "Time": "notte",
+ "TimeKey": "night",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Uovo dell'orrore abissale",
+ "Icon": "curiosities/19.png",
+ "Quality": "leggendari",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Granchio atlantideo",
+ "Icon": "curiosities/278.png",
+ "Quality": "leggendari",
+ "Size": "di medie dimensioni",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Figlio di Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "leggendari",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Gigante dalle molte bocche",
+ "Icon": "curiosities/280.png",
+ "Quality": "leggendari",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Esotica"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Filo d'alghe",
+ "Icon": "curiosities/281.png",
+ "Quality": "Spazzatura",
+ "Size": "colossale",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Groviglio di alghe",
+ "Icon": "curiosities/282.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Spugna di mare",
+ "Icon": "curiosities/283.png",
+ "Quality": "Spazzatura",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Corallo sbiancato",
+ "Icon": "curiosities/284.png",
+ "Quality": "Spazzatura",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Screlattinia avvizzita",
+ "Icon": "curiosities/285.png",
+ "Quality": "Spazzatura",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Corallo ossificato",
+ "Icon": "curiosities/286.png",
+ "Quality": "Spazzatura",
+ "Size": "grande",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Vecchio stivale",
+ "Icon": "curiosities/287.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Tecnologia arrugginita",
+ "Icon": "curiosities/288.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Messaggio in bottiglia",
+ "Icon": "curiosities/289.png",
+ "Quality": "Spazzatura",
+ "Size": "piccolo",
+ "Time": "Entrambe",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tutti"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/it/Others.lang.json b/assets/json/it/Others.lang.json
index 1c162438f..90d78a53e 100644
--- a/assets/json/it/Others.lang.json
+++ b/assets/json/it/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/it/Products.lang.json b/assets/json/it/Products.lang.json
index a1645c37d..e5ea50853 100644
--- a/assets/json/it/Products.lang.json
+++ b/assets/json/it/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/it/RawMaterials.lang.json b/assets/json/it/RawMaterials.lang.json
index b395274d7..2bf26a9f4 100644
--- a/assets/json/it/RawMaterials.lang.json
+++ b/assets/json/it/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/it/TechTree.lang.json b/assets/json/it/TechTree.lang.json
index 8ef011be5..5a947dc9d 100644
--- a/assets/json/it/TechTree.lang.json
+++ b/assets/json/it/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Trivella ottica",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Attrezzatura da pesca",
diff --git a/assets/json/it/Technology.lang.json b/assets/json/it/Technology.lang.json
index 8a4e9a52b..57d100f8c 100644
--- a/assets/json/it/Technology.lang.json
+++ b/assets/json/it/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/ja/Cooking.lang.json b/assets/json/ja/Cooking.lang.json
index 293ff54dd..57ad68ca7 100644
--- a/assets/json/ja/Cooking.lang.json
+++ b/assets/json/ja/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ja/Curiosity.lang.json b/assets/json/ja/Curiosity.lang.json
index 09f0a4a49..a484e7990 100644
--- a/assets/json/ja/Curiosity.lang.json
+++ b/assets/json/ja/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ja/Fishing.lang.json b/assets/json/ja/Fishing.lang.json
new file mode 100644
index 000000000..f22c6f11e
--- /dev/null
+++ b/assets/json/ja/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "釣り師",
+ "Icon": "other/789.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "ボトルメール",
+ "Icon": "other/780.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "ボトルメール",
+ "Icon": "other/780.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "ボトルメール",
+ "Icon": "other/780.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "ボトルメール",
+ "Icon": "other/780.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "小コウイカ",
+ "Icon": "curiosities/113.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "ドウマンガニ",
+ "Icon": "curiosities/114.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "ムツゴロウ",
+ "Icon": "curiosities/115.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "ウツボ",
+ "Icon": "curiosities/116.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "ロックフィン",
+ "Icon": "curiosities/117.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "緑ウロコブローター",
+ "Icon": "curiosities/118.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "岩ウロコザメ",
+ "Icon": "curiosities/119.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "ダツ",
+ "Icon": "curiosities/120.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "トゲヒトデ",
+ "Icon": "curiosities/121.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "サイミンダコ",
+ "Icon": "curiosities/122.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "ナガアゴダイ",
+ "Icon": "curiosities/123.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "コゴエソトイワシ",
+ "Icon": "curiosities/124.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "ジャイアントエイ",
+ "Icon": "curiosities/125.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "カナキリオイスター",
+ "Icon": "curiosities/126.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "ツキガメ",
+ "Icon": "curiosities/127.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "コロッサルシュリンプ",
+ "Icon": "curiosities/128.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "サンダーフィン",
+ "Icon": "curiosities/129.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "歌ウミガイ",
+ "Icon": "curiosities/130.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "ゴールデンクラゲ",
+ "Icon": "curiosities/131.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "ドラゴンフィッシュ",
+ "Icon": "curiosities/132.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "キングランカー",
+ "Icon": "curiosities/133.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "バイルワーム",
+ "Icon": "curiosities/134.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "毒トリガーフィン",
+ "Icon": "curiosities/135.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "ナマコ",
+ "Icon": "curiosities/136.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "水疱ウナギ",
+ "Icon": "curiosities/137.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "毒クラゲ",
+ "Icon": "curiosities/138.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "ミドリワタコ",
+ "Icon": "curiosities/139.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "ジャイアントヒゲウオ",
+ "Icon": "curiosities/140.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "腐食ウニ",
+ "Icon": "curiosities/141.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "ウェルトスケール貝",
+ "Icon": "curiosities/142.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "酸性フグ",
+ "Icon": "curiosities/143.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "毒オニダルマオコゼ",
+ "Icon": "curiosities/144.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "毒牙ボウフラ",
+ "Icon": "curiosities/145.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "ニガウロコエイ",
+ "Icon": "curiosities/146.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "ワスプフィッシュ",
+ "Icon": "curiosities/147.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "フサカサゴ",
+ "Icon": "curiosities/148.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "カナキリベントテール",
+ "Icon": "curiosities/149.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "毒ウナギ",
+ "Icon": "curiosities/150.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "エメリルサンスター",
+ "Icon": "curiosities/151.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "ヴァンパイアイカ",
+ "Icon": "curiosities/152.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "漂白ホネウオ",
+ "Icon": "curiosities/153.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "半透明ガルパー",
+ "Icon": "curiosities/154.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "フクレダイ",
+ "Icon": "curiosities/155.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "ホシプロトフィン",
+ "Icon": "curiosities/156.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "フィールドユリハゼ",
+ "Icon": "curiosities/157.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "フォークテールスプライサー",
+ "Icon": "curiosities/158.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "サカサダイ",
+ "Icon": "curiosities/159.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "ヒカリナマズ",
+ "Icon": "curiosities/160.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "ポリウロコブローター",
+ "Icon": "curiosities/161.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "イオン化ハマグリ",
+ "Icon": "curiosities/162.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "核トビハゼ",
+ "Icon": "curiosities/163.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "ツイストガルパー",
+ "Icon": "curiosities/164.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "枯渇レイザージョー",
+ "Icon": "curiosities/165.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "カガヤキマンボウ",
+ "Icon": "curiosities/166.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "フットウザメ",
+ "Icon": "curiosities/167.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "ジェノエビ",
+ "Icon": "curiosities/168.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "不滅カレイ",
+ "Icon": "curiosities/169.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "サイクロプスウナギ",
+ "Icon": "curiosities/170.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "アルファイカ",
+ "Icon": "curiosities/171.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "多眼クラゲ",
+ "Icon": "curiosities/172.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "迷走ダスクフィン",
+ "Icon": "curiosities/173.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "ガンマイカ",
+ "Icon": "curiosities/174.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "らせんノコギリエイ",
+ "Icon": "curiosities/175.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射線"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "オイルフィン",
+ "Icon": "curiosities/176.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "フツウ種マンボウ",
+ "Icon": "curiosities/177.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "ハイツムリ",
+ "Icon": "curiosities/178.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "ユデダイ",
+ "Icon": "curiosities/179.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "マグマウロコマス",
+ "Icon": "curiosities/180.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "イオウウオ",
+ "Icon": "curiosities/181.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "ゲンブキバブローター",
+ "Icon": "curiosities/182.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "ランプオナガエイ",
+ "Icon": "curiosities/183.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "マキヒレウオ",
+ "Icon": "curiosities/184.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "フラッシュファイアウナギ",
+ "Icon": "curiosities/185.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "ソーラーローチ",
+ "Icon": "curiosities/186.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "フンカガルパー",
+ "Icon": "curiosities/187.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "コロッサルメルトフィン",
+ "Icon": "curiosities/188.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "カドミウムパールケース",
+ "Icon": "curiosities/189.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "ショクダイタコ",
+ "Icon": "curiosities/190.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "マグマザメ",
+ "Icon": "curiosities/191.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "ヘリオンバス",
+ "Icon": "curiosities/192.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "スターシェルクラブ",
+ "Icon": "curiosities/193.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "カガミウロコハゼ",
+ "Icon": "curiosities/194.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "ヴェールクラゲ",
+ "Icon": "curiosities/195.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "古代アイアンテール",
+ "Icon": "curiosities/196.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "溶岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "アイスダーター",
+ "Icon": "curiosities/197.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "フローズンツブ貝",
+ "Icon": "curiosities/198.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "コオリウロコマス",
+ "Icon": "curiosities/199.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "ヨフケウナギ",
+ "Icon": "curiosities/200.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "解凍ダイヤモンドフィン",
+ "Icon": "curiosities/201.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "ヒョウガコイ",
+ "Icon": "curiosities/202.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "ジャイアント毛ガニ",
+ "Icon": "curiosities/203.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "フロストシェルハマグリ",
+ "Icon": "curiosities/204.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "フローズンアイソポッド",
+ "Icon": "curiosities/205.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "ニガリトビハゼ",
+ "Icon": "curiosities/206.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "ウスイロスノーテール",
+ "Icon": "curiosities/207.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "フローズンナイフジョー",
+ "Icon": "curiosities/208.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "ジャイアントアイスフィン",
+ "Icon": "curiosities/209.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "シモウロコダイ",
+ "Icon": "curiosities/210.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "アイスコウラガメ",
+ "Icon": "curiosities/211.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "シモヤケエイ",
+ "Icon": "curiosities/212.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "ブラックアイシャーク",
+ "Icon": "curiosities/213.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "クリスタルクラゲ",
+ "Icon": "curiosities/214.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "ゴーストフィン",
+ "Icon": "curiosities/215.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "アイスブラッドガルパー",
+ "Icon": "curiosities/216.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "ノーティリア",
+ "Icon": "curiosities/217.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "極寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "カゲヒレ",
+ "Icon": "curiosities/218.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "クマドリカエルアンコウ",
+ "Icon": "curiosities/219.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "フツウ種シマーテール",
+ "Icon": "curiosities/220.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "流浪のコンブヒレ",
+ "Icon": "curiosities/221.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "清水トビハゼ",
+ "Icon": "curiosities/222.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "ハンエイ岩貝",
+ "Icon": "curiosities/223.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "ケイビアナゴ",
+ "Icon": "curiosities/224.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "真水ミノー",
+ "Icon": "curiosities/225.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "メリフルアスクラゲ",
+ "Icon": "curiosities/226.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "ルリオナガウオ",
+ "Icon": "curiosities/227.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "ジャングルレッドフィン",
+ "Icon": "curiosities/228.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "マロウザメ",
+ "Icon": "curiosities/229.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "ジャイアントサンエイ",
+ "Icon": "curiosities/230.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "ホソウロコダーター",
+ "Icon": "curiosities/231.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "深海アンコウ",
+ "Icon": "curiosities/232.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "サンスパインバスカー",
+ "Icon": "curiosities/233.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "コロッサルモスバック",
+ "Icon": "curiosities/234.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "グラスエンジェル",
+ "Icon": "curiosities/235.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "キリヘビ",
+ "Icon": "curiosities/236.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "リーフガーディアン",
+ "Icon": "curiosities/237.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "ブラインドタイタンコア",
+ "Icon": "curiosities/238.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "肥沃"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "偽金魚",
+ "Icon": "curiosities/239.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "レッサーダストフィン",
+ "Icon": "curiosities/240.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "ブライニーワーム",
+ "Icon": "curiosities/241.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "チョークウロコメジナ",
+ "Icon": "curiosities/242.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "スイーパーフィッシュ",
+ "Icon": "curiosities/243.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "トワイライトケイブフィッシュ",
+ "Icon": "curiosities/244.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "大型イワハウオ",
+ "Icon": "curiosities/245.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "うきぶくろ",
+ "Icon": "curiosities/246.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "シェールヒトデ",
+ "Icon": "curiosities/247.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "デンキウナギ",
+ "Icon": "curiosities/248.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "シリケトガニ",
+ "Icon": "curiosities/249.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "マンティスエイ",
+ "Icon": "curiosities/250.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "塩ウロコブローター",
+ "Icon": "curiosities/251.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "ゴールデンウニ",
+ "Icon": "curiosities/252.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "魅惑のユーラカン",
+ "Icon": "curiosities/253.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "フェライトボウフィン",
+ "Icon": "curiosities/254.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "ケーブプラウラー",
+ "Icon": "curiosities/255.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "モロイイクシオウロコ",
+ "Icon": "curiosities/256.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "タイタンワームの幼虫",
+ "Icon": "curiosities/257.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "骨化デイノスクス",
+ "Icon": "curiosities/258.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "メガロドン",
+ "Icon": "curiosities/259.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "不毛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "ベクターフィン",
+ "Icon": "curiosities/260.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "ロッカクウロコミノー",
+ "Icon": "curiosities/261.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "オーロラクラゲ",
+ "Icon": "curiosities/262.png",
+ "Quality": "普通",
+ "Size": "小型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "ツブヤキウオ",
+ "Icon": "curiosities/263.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "サカサブレーンフィッシュ",
+ "Icon": "curiosities/264.png",
+ "Quality": "普通",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "キラメキオナガウオ",
+ "Icon": "curiosities/265.png",
+ "Quality": "普通",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "ブリーチクローラー",
+ "Icon": "curiosities/266.png",
+ "Quality": "普通",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "変異アネモネ",
+ "Icon": "curiosities/267.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "抹消ハマグリ",
+ "Icon": "curiosities/268.png",
+ "Quality": "価値のある",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "クネクネブレインワーム",
+ "Icon": "curiosities/269.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "天文学者",
+ "Icon": "curiosities/270.png",
+ "Quality": "価値のある",
+ "Size": "中型",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "非ユークリッドヒラメ",
+ "Icon": "curiosities/271.png",
+ "Quality": "価値のある",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "サンスポットウナギ",
+ "Icon": "curiosities/272.png",
+ "Quality": "価値のある",
+ "Size": "巨大サイズ",
+ "Time": "一日",
+ "TimeKey": "day",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "全知ワーム",
+ "Icon": "curiosities/273.png",
+ "Quality": "壮大な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "絶叫ガニ",
+ "Icon": "curiosities/274.png",
+ "Quality": "壮大な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "ジャイアントウィッチフィン",
+ "Icon": "curiosities/275.png",
+ "Quality": "壮大な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "虚無イカ",
+ "Icon": "curiosities/276.png",
+ "Quality": "壮大な",
+ "Size": "巨大サイズ",
+ "Time": "夜",
+ "TimeKey": "night",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "深海の危険生物の卵",
+ "Icon": "curiosities/19.png",
+ "Quality": "伝説的な",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "アトランティドクラブ",
+ "Icon": "curiosities/278.png",
+ "Quality": "伝説的な",
+ "Size": "中型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "ヘリオスの子",
+ "Icon": "curiosities/279.png",
+ "Quality": "伝説的な",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "多口ランカー",
+ "Icon": "curiosities/280.png",
+ "Quality": "伝説的な",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "エキゾチック"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "こんぶ",
+ "Icon": "curiosities/281.png",
+ "Quality": "ジャンク",
+ "Size": "巨大サイズ",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "海草",
+ "Icon": "curiosities/282.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "海綿動物",
+ "Icon": "curiosities/283.png",
+ "Quality": "ジャンク",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "白化したサンゴ",
+ "Icon": "curiosities/284.png",
+ "Quality": "ジャンク",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "死んだノウサンゴ",
+ "Icon": "curiosities/285.png",
+ "Quality": "ジャンク",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "骨化したサンゴ",
+ "Icon": "curiosities/286.png",
+ "Quality": "ジャンク",
+ "Size": "大型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "古びたブーツ",
+ "Icon": "curiosities/287.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "錆びたテクノロジー",
+ "Icon": "curiosities/288.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "ボトルメール",
+ "Icon": "curiosities/289.png",
+ "Quality": "ジャンク",
+ "Size": "小型",
+ "Time": "両方",
+ "TimeKey": "both",
+ "Biomes": [
+ "すべて"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/ja/Others.lang.json b/assets/json/ja/Others.lang.json
index 3e5cd2c0d..6428ec00c 100644
--- a/assets/json/ja/Others.lang.json
+++ b/assets/json/ja/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ja/Products.lang.json b/assets/json/ja/Products.lang.json
index 04bef33ee..7d9f46e63 100644
--- a/assets/json/ja/Products.lang.json
+++ b/assets/json/ja/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/ja/RawMaterials.lang.json b/assets/json/ja/RawMaterials.lang.json
index ea2d30dd9..efa44e9fe 100644
--- a/assets/json/ja/RawMaterials.lang.json
+++ b/assets/json/ja/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/ja/TechTree.lang.json b/assets/json/ja/TechTree.lang.json
index 351fc3949..f037d55ea 100644
--- a/assets/json/ja/TechTree.lang.json
+++ b/assets/json/ja/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "光学ドリル",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "釣り具",
diff --git a/assets/json/ja/Technology.lang.json b/assets/json/ja/Technology.lang.json
index 0a30db95d..20ea410e7 100644
--- a/assets/json/ja/Technology.lang.json
+++ b/assets/json/ja/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/ko/Cooking.lang.json b/assets/json/ko/Cooking.lang.json
index d4d0563a3..86c780632 100644
--- a/assets/json/ko/Cooking.lang.json
+++ b/assets/json/ko/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ko/Curiosity.lang.json b/assets/json/ko/Curiosity.lang.json
index 1225dc17a..b0a19b494 100644
--- a/assets/json/ko/Curiosity.lang.json
+++ b/assets/json/ko/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ko/Fishing.lang.json b/assets/json/ko/Fishing.lang.json
new file mode 100644
index 000000000..cf51f8557
--- /dev/null
+++ b/assets/json/ko/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "낚시꾼",
+ "Icon": "other/789.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "병 속의 메시지",
+ "Icon": "other/780.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "병 속의 메시지",
+ "Icon": "other/780.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "병 속의 메시지",
+ "Icon": "other/780.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "병 속의 메시지",
+ "Icon": "other/780.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "작은 갑오징어",
+ "Icon": "curiosities/113.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "진흙 게",
+ "Icon": "curiosities/114.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "연못스키퍼",
+ "Icon": "curiosities/115.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "산호 장어",
+ "Icon": "curiosities/116.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "바위지느러미",
+ "Icon": "curiosities/117.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "청비늘 블로터",
+ "Icon": "curiosities/118.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "돌비늘 상어",
+ "Icon": "curiosities/119.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "동갈치",
+ "Icon": "curiosities/120.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "가시 불가사리",
+ "Icon": "curiosities/121.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "최면 문어",
+ "Icon": "curiosities/122.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "긴턱 도미",
+ "Icon": "curiosities/123.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "유령 여을멸",
+ "Icon": "curiosities/124.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "거대한 가오리",
+ "Icon": "curiosities/125.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "비명 굴",
+ "Icon": "curiosities/126.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "달 거북",
+ "Icon": "curiosities/127.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "왕새우",
+ "Icon": "curiosities/128.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "천둥지느러미",
+ "Icon": "curiosities/129.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "노래하는 골뱅이",
+ "Icon": "curiosities/130.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "황금 해파리",
+ "Icon": "curiosities/131.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "용고기",
+ "Icon": "curiosities/132.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "대어",
+ "Icon": "curiosities/133.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "담즙충",
+ "Icon": "curiosities/134.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "독성 트리거핀",
+ "Icon": "curiosities/135.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "해삼",
+ "Icon": "curiosities/136.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "수포 장어",
+ "Icon": "curiosities/137.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "독성 젤리",
+ "Icon": "curiosities/138.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "녹색 고리 문어",
+ "Icon": "curiosities/139.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "거대한 수염고기",
+ "Icon": "curiosities/140.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "부식성 성게",
+ "Icon": "curiosities/141.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "부푼비늘 조개",
+ "Icon": "curiosities/142.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "산성 복어",
+ "Icon": "curiosities/143.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "독성 스톤피쉬",
+ "Icon": "curiosities/144.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "독이빨 장구벌레",
+ "Icon": "curiosities/145.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "쓴비늘 가오리",
+ "Icon": "curiosities/146.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "벌감펭",
+ "Icon": "curiosities/147.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "쏨뱅이",
+ "Icon": "curiosities/148.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "비명 열수구꼬리",
+ "Icon": "curiosities/149.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "독사 장어",
+ "Icon": "curiosities/150.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "에메릴 불가사리",
+ "Icon": "curiosities/151.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "흡혈귀 오징어",
+ "Icon": "curiosities/152.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "색바랜 여을멸",
+ "Icon": "curiosities/153.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "반투명 풍선장어",
+ "Icon": "curiosities/154.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "유독성",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "볼록 도미",
+ "Icon": "curiosities/155.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "점박이 원생지느러미",
+ "Icon": "curiosities/156.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "필드의 다트피쉬",
+ "Icon": "curiosities/157.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "포크테일 스플라이서",
+ "Icon": "curiosities/158.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "반전 도미",
+ "Icon": "curiosities/159.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "빛나는 메기",
+ "Icon": "curiosities/160.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "다비늘 블로터",
+ "Icon": "curiosities/161.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "이온화된 조개",
+ "Icon": "curiosities/162.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "핵 스키퍼",
+ "Icon": "curiosities/163.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "뒤틀린 풍선장어",
+ "Icon": "curiosities/164.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "쇠약한 면도날턱",
+ "Icon": "curiosities/165.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "빛나는 개복치",
+ "Icon": "curiosities/166.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "열수 상어",
+ "Icon": "curiosities/167.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "제노프론",
+ "Icon": "curiosities/168.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "불멸의 넙치",
+ "Icon": "curiosities/169.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "외눈 장어",
+ "Icon": "curiosities/170.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "알파 오징어",
+ "Icon": "curiosities/171.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "눈이 많은 해파리",
+ "Icon": "curiosities/172.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "변종 황혼지느러미",
+ "Icon": "curiosities/173.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "감마 오징어",
+ "Icon": "curiosities/174.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "나선형 톱상어",
+ "Icon": "curiosities/175.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "방사성"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "기름지느러미",
+ "Icon": "curiosities/176.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "흔한 개복치",
+ "Icon": "curiosities/177.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "잿달팽이",
+ "Icon": "curiosities/178.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "열수 도미",
+ "Icon": "curiosities/179.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "용암비늘 송어",
+ "Icon": "curiosities/180.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "유황고기",
+ "Icon": "curiosities/181.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "현무암 이빨 블로터",
+ "Icon": "curiosities/182.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "발광 가오리",
+ "Icon": "curiosities/183.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "불지느러미",
+ "Icon": "curiosities/184.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "플래시파이어 장어",
+ "Icon": "curiosities/185.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "태양 잉어",
+ "Icon": "curiosities/186.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "열수구 풍선장어",
+ "Icon": "curiosities/187.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "거대 멜트핀",
+ "Icon": "curiosities/188.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "카드뮴 진주조개",
+ "Icon": "curiosities/189.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "촛대 문어",
+ "Icon": "curiosities/190.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "마그마 상어",
+ "Icon": "curiosities/191.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "헬리온 배스",
+ "Icon": "curiosities/192.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "별껍데기 게",
+ "Icon": "curiosities/193.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "거울비늘 스키퍼",
+ "Icon": "curiosities/194.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "장막 젤리",
+ "Icon": "curiosities/195.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "고대 강철꼬리",
+ "Icon": "curiosities/196.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "열화",
+ "용암"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "얼음 시어",
+ "Icon": "curiosities/197.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "얼어붙은 소라",
+ "Icon": "curiosities/198.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "서리비늘 송어",
+ "Icon": "curiosities/199.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "깊은밤 장어",
+ "Icon": "curiosities/200.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "해빙 다이아몬드지느러미",
+ "Icon": "curiosities/201.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "빙하 잉어",
+ "Icon": "curiosities/202.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "거대한 털게",
+ "Icon": "curiosities/203.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "서리껍데기 조개",
+ "Icon": "curiosities/204.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "얼어붙은 등각류",
+ "Icon": "curiosities/205.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "소금물스키퍼",
+ "Icon": "curiosities/206.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "창백한 눈꼬리",
+ "Icon": "curiosities/207.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "얼어붙은 칼날턱",
+ "Icon": "curiosities/208.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "거대한 얼음지느러미",
+ "Icon": "curiosities/209.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "서리비늘 도미",
+ "Icon": "curiosities/210.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "얼음껍데기 거북",
+ "Icon": "curiosities/211.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "동상 가오리",
+ "Icon": "curiosities/212.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "검은 눈 상어",
+ "Icon": "curiosities/213.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "수정 젤리",
+ "Icon": "curiosities/214.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "유령지느러미",
+ "Icon": "curiosities/215.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "냉혈 풍선장어",
+ "Icon": "curiosities/216.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "노틸리아",
+ "Icon": "curiosities/217.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "빙하"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "그림자지느러미",
+ "Icon": "curiosities/218.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "무당씬벵이",
+ "Icon": "curiosities/219.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "흔한 반짝꼬리",
+ "Icon": "curiosities/220.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "떠돌이 켈프지느러미",
+ "Icon": "curiosities/221.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "맑은물 스키퍼",
+ "Icon": "curiosities/222.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "무성한 셰일피쉬",
+ "Icon": "curiosities/223.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "간수 장어",
+ "Icon": "curiosities/224.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "민물 피라미",
+ "Icon": "curiosities/225.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "달콤 해파리",
+ "Icon": "curiosities/226.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "청리본꼬리",
+ "Icon": "curiosities/227.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "정글 붉은지느러미",
+ "Icon": "curiosities/228.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "매로우 상어",
+ "Icon": "curiosities/229.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "거대한 태양가오리",
+ "Icon": "curiosities/230.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "조각비늘 시어",
+ "Icon": "curiosities/231.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "심해 낚시꾼",
+ "Icon": "curiosities/232.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "태양가시 배스커",
+ "Icon": "curiosities/233.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "거대 바다거북",
+ "Icon": "curiosities/234.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "유리 천사",
+ "Icon": "curiosities/235.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "안개 뱀",
+ "Icon": "curiosities/236.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "산호 수호자",
+ "Icon": "curiosities/237.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "눈먼 타이탄코어",
+ "Icon": "curiosities/238.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "우거진"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "바보의 금붕어",
+ "Icon": "curiosities/239.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "작은 먼지지느러미",
+ "Icon": "curiosities/240.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "소금물 벌레",
+ "Icon": "curiosities/241.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "석회비늘 니블러",
+ "Icon": "curiosities/242.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "청소부고기",
+ "Icon": "curiosities/243.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "황혼 동굴어",
+ "Icon": "curiosities/244.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "거대 바위이빨",
+ "Icon": "curiosities/245.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "부레주머니",
+ "Icon": "curiosities/246.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "셰일바운드 불가사리",
+ "Icon": "curiosities/247.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "전기 장어",
+ "Icon": "curiosities/248.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "규산염 게",
+ "Icon": "curiosities/249.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "사마귀 가오리",
+ "Icon": "curiosities/250.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "소금비늘 블로터",
+ "Icon": "curiosities/251.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "황금 성게",
+ "Icon": "curiosities/252.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "매혹적인 열빙어",
+ "Icon": "curiosities/253.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "페라이트 보우핀",
+ "Icon": "curiosities/254.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "동굴 배회자",
+ "Icon": "curiosities/255.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "취약한 물고기비늘",
+ "Icon": "curiosities/256.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "타이탄웜 유충",
+ "Icon": "curiosities/257.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "골화된 데이노수쿠스",
+ "Icon": "curiosities/258.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "메갈로돈",
+ "Icon": "curiosities/259.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "척박한"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "벡터핀",
+ "Icon": "curiosities/260.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "육각비늘 피라미",
+ "Icon": "curiosities/261.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "오로라 해파리",
+ "Icon": "curiosities/262.png",
+ "Quality": "일반",
+ "Size": "작은",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "중얼고기",
+ "Icon": "curiosities/263.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "반전 뇌고기",
+ "Icon": "curiosities/264.png",
+ "Quality": "일반",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "반짝이는 채찍꼬리",
+ "Icon": "curiosities/265.png",
+ "Quality": "일반",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "틈새 크롤러",
+ "Icon": "curiosities/266.png",
+ "Quality": "일반",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "아네모네 아노말리",
+ "Icon": "curiosities/267.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "지워진 조개",
+ "Icon": "curiosities/268.png",
+ "Quality": "가치 있는",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "꿈틀거리는 뇌벌레",
+ "Icon": "curiosities/269.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "별바라기",
+ "Icon": "curiosities/270.png",
+ "Quality": "가치 있는",
+ "Size": "중간 크기의",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "비유클리드식 넙치",
+ "Icon": "curiosities/271.png",
+ "Quality": "가치 있는",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "흑점 장어",
+ "Icon": "curiosities/272.png",
+ "Quality": "가치 있는",
+ "Size": "거대한",
+ "Time": "주간",
+ "TimeKey": "day",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "감시자 벌레",
+ "Icon": "curiosities/273.png",
+ "Quality": "서사적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "소리 지르는 게",
+ "Icon": "curiosities/274.png",
+ "Quality": "서사적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "거대한 마녀지느러미",
+ "Icon": "curiosities/275.png",
+ "Quality": "서사적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "공허 오징어",
+ "Icon": "curiosities/276.png",
+ "Quality": "서사적인",
+ "Size": "거대한",
+ "Time": "밤",
+ "TimeKey": "night",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "심연의 공포 알",
+ "Icon": "curiosities/19.png",
+ "Quality": "전설적인",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "아틀란티디움 게",
+ "Icon": "curiosities/278.png",
+ "Quality": "전설적인",
+ "Size": "중간 크기의",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "헬리오스의 자식",
+ "Icon": "curiosities/279.png",
+ "Quality": "전설적인",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "입이 많은 대어",
+ "Icon": "curiosities/280.png",
+ "Quality": "전설적인",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "이국적"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "켈프 가닥",
+ "Icon": "curiosities/281.png",
+ "Quality": "고물",
+ "Size": "거대한",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "엉킴해초",
+ "Icon": "curiosities/282.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "바다 스펀지",
+ "Icon": "curiosities/283.png",
+ "Quality": "고물",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "색바랜 산호",
+ "Icon": "curiosities/284.png",
+ "Quality": "고물",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "죽은 뇌산호",
+ "Icon": "curiosities/285.png",
+ "Quality": "고물",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "골화된 산호",
+ "Icon": "curiosities/286.png",
+ "Quality": "고물",
+ "Size": "커다란",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "오래된 부츠",
+ "Icon": "curiosities/287.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "녹슨 기술",
+ "Icon": "curiosities/288.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "병 속의 메시지",
+ "Icon": "curiosities/289.png",
+ "Quality": "고물",
+ "Size": "작은",
+ "Time": "둘 다다",
+ "TimeKey": "both",
+ "Biomes": [
+ "전부"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/ko/Others.lang.json b/assets/json/ko/Others.lang.json
index ed0bea675..49fbf7f23 100644
--- a/assets/json/ko/Others.lang.json
+++ b/assets/json/ko/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ko/Products.lang.json b/assets/json/ko/Products.lang.json
index 158f884f5..33798b392 100644
--- a/assets/json/ko/Products.lang.json
+++ b/assets/json/ko/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/ko/RawMaterials.lang.json b/assets/json/ko/RawMaterials.lang.json
index 5ec7e5fdc..0578a6af0 100644
--- a/assets/json/ko/RawMaterials.lang.json
+++ b/assets/json/ko/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/ko/TechTree.lang.json b/assets/json/ko/TechTree.lang.json
index 1716059df..b1d29913c 100644
--- a/assets/json/ko/TechTree.lang.json
+++ b/assets/json/ko/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "광학 드릴",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "낚시 장비",
diff --git a/assets/json/ko/Technology.lang.json b/assets/json/ko/Technology.lang.json
index 7d527bfec..d687ccdc1 100644
--- a/assets/json/ko/Technology.lang.json
+++ b/assets/json/ko/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/nl/Cooking.lang.json b/assets/json/nl/Cooking.lang.json
index 92c8cbebe..78d7c7008 100644
--- a/assets/json/nl/Cooking.lang.json
+++ b/assets/json/nl/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/nl/Curiosity.lang.json b/assets/json/nl/Curiosity.lang.json
index 341561139..9a46b144a 100644
--- a/assets/json/nl/Curiosity.lang.json
+++ b/assets/json/nl/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/nl/Fishing.lang.json b/assets/json/nl/Fishing.lang.json
new file mode 100644
index 000000000..68c4d5229
--- /dev/null
+++ b/assets/json/nl/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "De Visser",
+ "Icon": "other/789.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Boodschap in een fles",
+ "Icon": "other/780.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Boodschap in een fles",
+ "Icon": "other/780.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Boodschap in een fles",
+ "Icon": "other/780.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Boodschap in een fles",
+ "Icon": "other/780.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Kleine zeekat",
+ "Icon": "curiosities/113.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Modderkrab",
+ "Icon": "curiosities/114.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Schaatsenrijder",
+ "Icon": "curiosities/115.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Moeraal",
+ "Icon": "curiosities/116.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Rotsvin",
+ "Icon": "curiosities/117.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Groenschubharing",
+ "Icon": "curiosities/118.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Steenschubhaai",
+ "Icon": "curiosities/119.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Naaldvis",
+ "Icon": "curiosities/120.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Stekelige zeester",
+ "Icon": "curiosities/121.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Hypnotische octopus",
+ "Icon": "curiosities/122.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Langbeksnapper",
+ "Icon": "curiosities/123.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Fluisterende beenvis",
+ "Icon": "curiosities/124.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Reuzenrog",
+ "Icon": "curiosities/125.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Krijsende oester",
+ "Icon": "curiosities/126.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Maanschildpad",
+ "Icon": "curiosities/127.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Gigantische garnaal",
+ "Icon": "curiosities/128.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Dondervin",
+ "Icon": "curiosities/129.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Zingende zeeslak",
+ "Icon": "curiosities/130.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Gouden kwal",
+ "Icon": "curiosities/131.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Drakenvis",
+ "Icon": "curiosities/132.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "De Flinkerd",
+ "Icon": "curiosities/133.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Galworm",
+ "Icon": "curiosities/134.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Giftige trekkervin",
+ "Icon": "curiosities/135.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Zeekomkommer",
+ "Icon": "curiosities/136.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Verzengende paling",
+ "Icon": "curiosities/137.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Giftige kwal",
+ "Icon": "curiosities/138.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Groenringoctopus",
+ "Icon": "curiosities/139.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Grote snorvis",
+ "Icon": "curiosities/140.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Bijtende zee-egel",
+ "Icon": "curiosities/141.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Striemmossel",
+ "Icon": "curiosities/142.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Zure kogelvis",
+ "Icon": "curiosities/143.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Giftige steenvis",
+ "Icon": "curiosities/144.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Giftandworm",
+ "Icon": "curiosities/145.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Bitterschubrog",
+ "Icon": "curiosities/146.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Wespvis",
+ "Icon": "curiosities/147.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Schorpioenvis",
+ "Icon": "curiosities/148.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Krijsende luchtstaart",
+ "Icon": "curiosities/149.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Adderpaling",
+ "Icon": "curiosities/150.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Emerilzonnester",
+ "Icon": "curiosities/151.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Vampierinktvis",
+ "Icon": "curiosities/152.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Gebleekte beenvis",
+ "Icon": "curiosities/153.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Doorzichtige grootbekaal",
+ "Icon": "curiosities/154.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Giftig",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Bolle snapper",
+ "Icon": "curiosities/155.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Gevlekte protovin",
+ "Icon": "curiosities/156.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Field's pijlstaartvis",
+ "Icon": "curiosities/157.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Gevorkte splitser",
+ "Icon": "curiosities/158.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Geïnverteerde snapper",
+ "Icon": "curiosities/159.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Lichtgevende meerval",
+ "Icon": "curiosities/160.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Polyschubharing",
+ "Icon": "curiosities/161.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Geïoniseerde schelp",
+ "Icon": "curiosities/162.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Nucleïsche skipper",
+ "Icon": "curiosities/163.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Verdraaide grootbekaal",
+ "Icon": "curiosities/164.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Lege scheerbek",
+ "Icon": "curiosities/165.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Stralende zonnevis",
+ "Icon": "curiosities/166.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Kokende haai",
+ "Icon": "curiosities/167.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Genogarnaal",
+ "Icon": "curiosities/168.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Onsterfelijke platvis",
+ "Icon": "curiosities/169.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Cyclopische paling",
+ "Icon": "curiosities/170.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Alfa-inktvis",
+ "Icon": "curiosities/171.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Veelogige kwal",
+ "Icon": "curiosities/172.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Afwijkende schemervin",
+ "Icon": "curiosities/173.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Gamma-inktvis",
+ "Icon": "curiosities/174.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Helixzaagvis",
+ "Icon": "curiosities/175.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioactief"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Olievin",
+ "Icon": "curiosities/176.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Gewone zonnevis",
+ "Icon": "curiosities/177.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Aswolkslak",
+ "Icon": "curiosities/178.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Gekookte snapper",
+ "Icon": "curiosities/179.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Lavaschubforel",
+ "Icon": "curiosities/180.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Zwavelvis",
+ "Icon": "curiosities/181.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Basalttandharing",
+ "Icon": "curiosities/182.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Lampstaartrog",
+ "Icon": "curiosities/183.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Vuurvin",
+ "Icon": "curiosities/184.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Steekvlampaling",
+ "Icon": "curiosities/185.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Zonnevoorn",
+ "Icon": "curiosities/186.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Aardscheurgrootbekaal",
+ "Icon": "curiosities/187.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Kolossale smeltvin",
+ "Icon": "curiosities/188.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Cadmiumpareldoos",
+ "Icon": "curiosities/189.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Kandelaaroctopus",
+ "Icon": "curiosities/190.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Magmahaai",
+ "Icon": "curiosities/191.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Duivelbaars",
+ "Icon": "curiosities/192.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Sterrenschelpkrab",
+ "Icon": "curiosities/193.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Spiegelschubskipper",
+ "Icon": "curiosities/194.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Sluierkwal",
+ "Icon": "curiosities/195.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Oude ijzerstaart",
+ "Icon": "curiosities/196.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Extreem heet",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "IJsdarter",
+ "Icon": "curiosities/197.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Bevroren wulk",
+ "Icon": "curiosities/198.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "IJsschubforel",
+ "Icon": "curiosities/199.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Nachtpaling",
+ "Icon": "curiosities/200.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Ontdooide diamantvin",
+ "Icon": "curiosities/201.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Gletsjerkarper",
+ "Icon": "curiosities/202.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Harige reuzenkrab",
+ "Icon": "curiosities/203.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "IJsschelpmossel",
+ "Icon": "curiosities/204.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Bevroren pissebed",
+ "Icon": "curiosities/205.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Pekelskipper",
+ "Icon": "curiosities/206.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Witte sneeuwstaart",
+ "Icon": "curiosities/207.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Bevroren meskaak",
+ "Icon": "curiosities/208.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Grote ijsvin",
+ "Icon": "curiosities/209.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Rijmschubsnapper",
+ "Icon": "curiosities/210.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "IJsschildpad",
+ "Icon": "curiosities/211.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Bevroren rog",
+ "Icon": "curiosities/212.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Zwartogige haai",
+ "Icon": "curiosities/213.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Kristalkwal",
+ "Icon": "curiosities/214.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Spookvin",
+ "Icon": "curiosities/215.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "IJsbloedgrootbekaal",
+ "Icon": "curiosities/216.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilus",
+ "Icon": "curiosities/217.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Bevroren"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Schaduwvin",
+ "Icon": "curiosities/218.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Wrattige voelsprietvis",
+ "Icon": "curiosities/219.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Gewone glansstaart",
+ "Icon": "curiosities/220.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Zwervende kelpvin",
+ "Icon": "curiosities/221.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Vijverskipper",
+ "Icon": "curiosities/222.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Bloeiende schalievis",
+ "Icon": "curiosities/223.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Wakerpaling",
+ "Icon": "curiosities/224.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Zoetwatervoorn",
+ "Icon": "curiosities/225.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Stroperige kwal",
+ "Icon": "curiosities/226.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Blauwe pijlstaartrog",
+ "Icon": "curiosities/227.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Jungleroodvin",
+ "Icon": "curiosities/228.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Merghaai",
+ "Icon": "curiosities/229.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Reuzenzonnestraal",
+ "Icon": "curiosities/230.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Sliertschubdarter",
+ "Icon": "curiosities/231.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Diepzeevisser",
+ "Icon": "curiosities/232.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Reuzenzonnerug",
+ "Icon": "curiosities/233.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Kolossale mosrug",
+ "Icon": "curiosities/234.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Glazen engel",
+ "Icon": "curiosities/235.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Mistslang",
+ "Icon": "curiosities/236.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Rifwachter",
+ "Icon": "curiosities/237.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Blinde titancore",
+ "Icon": "curiosities/238.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rijk begroeid"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Klatervis",
+ "Icon": "curiosities/239.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Kleine stofvin",
+ "Icon": "curiosities/240.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Ziltworm",
+ "Icon": "curiosities/241.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Krijtschubknabbelvis",
+ "Icon": "curiosities/242.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Bijlvis",
+ "Icon": "curiosities/243.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Schemergrotvis",
+ "Icon": "curiosities/244.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Grote rotstand",
+ "Icon": "curiosities/245.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Blaaszak",
+ "Icon": "curiosities/246.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Schalige zeester",
+ "Icon": "curiosities/247.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Sidderaal",
+ "Icon": "curiosities/248.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Silicaatkrab",
+ "Icon": "curiosities/249.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Bidsprinkhaanrog",
+ "Icon": "curiosities/250.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Zoutschubharing",
+ "Icon": "curiosities/251.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Gouden zee-egel",
+ "Icon": "curiosities/252.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Betoverende kaarsvis",
+ "Icon": "curiosities/253.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Ferrietboogvin",
+ "Icon": "curiosities/254.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Grottenjager",
+ "Icon": "curiosities/255.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Fragiele icthyoschub",
+ "Icon": "curiosities/256.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Titan-wormlarve",
+ "Icon": "curiosities/257.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Geossificeerde deinosuchus",
+ "Icon": "curiosities/258.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodon",
+ "Icon": "curiosities/259.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Dor"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Vectorvin",
+ "Icon": "curiosities/260.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Hexschubvoorn",
+ "Icon": "curiosities/261.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Aurorakwal",
+ "Icon": "curiosities/262.png",
+ "Quality": "Veel voorkomend",
+ "Size": "klein",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Murmervis",
+ "Icon": "curiosities/263.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Geïnverteerde hersenvis",
+ "Icon": "curiosities/264.png",
+ "Quality": "Veel voorkomend",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Glinsterende zweepstaart",
+ "Icon": "curiosities/265.png",
+ "Quality": "Veel voorkomend",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Breukkruiper",
+ "Icon": "curiosities/266.png",
+ "Quality": "Veel voorkomend",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anemoonanomalie",
+ "Icon": "curiosities/267.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Weggevaagde mossel",
+ "Icon": "curiosities/268.png",
+ "Quality": "Begeerlijke",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Kronkelende hersenworm",
+ "Icon": "curiosities/269.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Sterrenkijker",
+ "Icon": "curiosities/270.png",
+ "Quality": "Begeerlijke",
+ "Size": "middelgroot",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Niet-euclidische platvis",
+ "Icon": "curiosities/271.png",
+ "Quality": "Begeerlijke",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Zonnevlekpaling",
+ "Icon": "curiosities/272.png",
+ "Quality": "Begeerlijke",
+ "Size": "kolossaal",
+ "Time": "dag",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Alziende worm",
+ "Icon": "curiosities/273.png",
+ "Quality": "Epische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Schreeuwende krab",
+ "Icon": "curiosities/274.png",
+ "Quality": "Epische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Grote heksenvin",
+ "Icon": "curiosities/275.png",
+ "Quality": "Epische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Leegte-inktvis",
+ "Icon": "curiosities/276.png",
+ "Quality": "Epische",
+ "Size": "kolossaal",
+ "Time": "nacht",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Ei van abyssaal gedrocht",
+ "Icon": "curiosities/19.png",
+ "Quality": "Legendarische",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Atlantidiaanse krab",
+ "Icon": "curiosities/278.png",
+ "Quality": "Legendarische",
+ "Size": "middelgroot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Telg van Helios",
+ "Icon": "curiosities/279.png",
+ "Quality": "Legendarische",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Veelmondige flinkerd",
+ "Icon": "curiosities/280.png",
+ "Quality": "Legendarische",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exotisch"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Kelpstreng",
+ "Icon": "curiosities/281.png",
+ "Quality": "Troep",
+ "Size": "kolossaal",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Strikwier",
+ "Icon": "curiosities/282.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Zeespons",
+ "Icon": "curiosities/283.png",
+ "Quality": "Troep",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Gebleekt koraal",
+ "Icon": "curiosities/284.png",
+ "Quality": "Troep",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Verjaarde hersenkoraal",
+ "Icon": "curiosities/285.png",
+ "Quality": "Troep",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Geossificeerd koraal",
+ "Icon": "curiosities/286.png",
+ "Quality": "Troep",
+ "Size": "groot",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Oude laars",
+ "Icon": "curiosities/287.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Verroeste technologie",
+ "Icon": "curiosities/288.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Boodschap in een fles",
+ "Icon": "curiosities/289.png",
+ "Quality": "Troep",
+ "Size": "klein",
+ "Time": "Beide",
+ "TimeKey": "both",
+ "Biomes": [
+ "Alles"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/nl/Others.lang.json b/assets/json/nl/Others.lang.json
index e6def2bda..50c859d3b 100644
--- a/assets/json/nl/Others.lang.json
+++ b/assets/json/nl/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/nl/Products.lang.json b/assets/json/nl/Products.lang.json
index 4d5d6e628..f69a04e97 100644
--- a/assets/json/nl/Products.lang.json
+++ b/assets/json/nl/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/nl/RawMaterials.lang.json b/assets/json/nl/RawMaterials.lang.json
index cd818333f..1ffc56829 100644
--- a/assets/json/nl/RawMaterials.lang.json
+++ b/assets/json/nl/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/nl/TechTree.lang.json b/assets/json/nl/TechTree.lang.json
index 7e4c4dfc7..c3d075deb 100644
--- a/assets/json/nl/TechTree.lang.json
+++ b/assets/json/nl/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Optische boor",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Vistuig",
diff --git a/assets/json/nl/Technology.lang.json b/assets/json/nl/Technology.lang.json
index c8ec2e801..507b6c55a 100644
--- a/assets/json/nl/Technology.lang.json
+++ b/assets/json/nl/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/pl/Cooking.lang.json b/assets/json/pl/Cooking.lang.json
index 27e4eab52..9a37a2a2e 100644
--- a/assets/json/pl/Cooking.lang.json
+++ b/assets/json/pl/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pl/Curiosity.lang.json b/assets/json/pl/Curiosity.lang.json
index d9df4ce05..c7e04aa2e 100644
--- a/assets/json/pl/Curiosity.lang.json
+++ b/assets/json/pl/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pl/Fishing.lang.json b/assets/json/pl/Fishing.lang.json
new file mode 100644
index 000000000..8b00137f5
--- /dev/null
+++ b/assets/json/pl/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "Wędkarz",
+ "Icon": "other/789.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Wiadomość w butelce",
+ "Icon": "other/780.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Wiadomość w butelce",
+ "Icon": "other/780.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Wiadomość w butelce",
+ "Icon": "other/780.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Wiadomość w butelce",
+ "Icon": "other/780.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Malutka mątwa",
+ "Icon": "curiosities/113.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Krab błotny",
+ "Icon": "curiosities/114.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Nartnik",
+ "Icon": "curiosities/115.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Murena",
+ "Icon": "curiosities/116.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Skorpena",
+ "Icon": "curiosities/117.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Łosoś zielony",
+ "Icon": "curiosities/118.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Żarłacz kamienny",
+ "Icon": "curiosities/119.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Belona",
+ "Icon": "curiosities/120.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Gwiazdnica",
+ "Icon": "curiosities/121.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Hipnotyzująca ośmiornica",
+ "Icon": "curiosities/122.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Lucjan zębaty",
+ "Icon": "curiosities/123.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Albula szepcząca",
+ "Icon": "curiosities/124.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Manta",
+ "Icon": "curiosities/125.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostryga rycząca",
+ "Icon": "curiosities/126.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Żółw księżycowy",
+ "Icon": "curiosities/127.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Krewetka wielka",
+ "Icon": "curiosities/128.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Grzmotopłetw",
+ "Icon": "curiosities/129.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Ślimak morski śpiewny",
+ "Icon": "curiosities/130.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Meduza złota",
+ "Icon": "curiosities/131.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Smoczoryb",
+ "Icon": "curiosities/132.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Goliat",
+ "Icon": "curiosities/133.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Żółciowiec",
+ "Icon": "curiosities/134.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Cyngiel trujący",
+ "Icon": "curiosities/135.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Ogórek morski",
+ "Icon": "curiosities/136.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Wstęgor pęcherzowaty",
+ "Icon": "curiosities/137.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Stułbia toksyczna",
+ "Icon": "curiosities/138.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Ośmiornica zielonokręga",
+ "Icon": "curiosities/139.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Wąsacz wielki",
+ "Icon": "curiosities/140.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Jeżowiec żrący",
+ "Icon": "curiosities/141.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Ostryga pręgowana",
+ "Icon": "curiosities/142.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Rozdymka kwaśna",
+ "Icon": "curiosities/143.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Szkaradnica trująca",
+ "Icon": "curiosities/144.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Wiercik jadowity",
+ "Icon": "curiosities/145.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Płaszczka gorzkołuska",
+ "Icon": "curiosities/146.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Osoś",
+ "Icon": "curiosities/147.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Skorpionica",
+ "Icon": "curiosities/148.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Otwornica wrzaskunka",
+ "Icon": "curiosities/149.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Żmijec",
+ "Icon": "curiosities/150.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Gwiazdecznik emerylowy",
+ "Icon": "curiosities/151.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Wampirzyca piekielna",
+ "Icon": "curiosities/152.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Ościnka biaława",
+ "Icon": "curiosities/153.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Połykacz przeźroczysty",
+ "Icon": "curiosities/154.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "toksyczny",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Lucjan nabrzmiały",
+ "Icon": "curiosities/155.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protociernik cętkowany",
+ "Icon": "curiosities/156.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Strzałka Fielda",
+ "Icon": "curiosities/157.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Łamacz widłopłetwy",
+ "Icon": "curiosities/158.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Lucjan odwrociec",
+ "Icon": "curiosities/159.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Sum świecący",
+ "Icon": "curiosities/160.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Łosoś poliłuski",
+ "Icon": "curiosities/161.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Małż jonizowany",
+ "Icon": "curiosities/162.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Babka nukleidowa",
+ "Icon": "curiosities/163.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Połykacz skrętny",
+ "Icon": "curiosities/164.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Brzytwoszczęk wyczerpaniec",
+ "Icon": "curiosities/165.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Samogłów promienisty",
+ "Icon": "curiosities/166.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Żarłacz wrzący",
+ "Icon": "curiosities/167.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Genowetka",
+ "Icon": "curiosities/168.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Flądra nieśmiertelna",
+ "Icon": "curiosities/169.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Węgorz cyklopi",
+ "Icon": "curiosities/170.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Kalmar alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Meduza wielooka",
+ "Icon": "curiosities/172.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Zmroczek dziwaczny",
+ "Icon": "curiosities/173.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Kalmar Gamma",
+ "Icon": "curiosities/174.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Piła spiralna",
+ "Icon": "curiosities/175.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "radioaktywny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Tłuszczopłetw",
+ "Icon": "curiosities/176.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Samogłów zwyczajny",
+ "Icon": "curiosities/177.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Ślimak popielny",
+ "Icon": "curiosities/178.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Lucjan gotowaniec",
+ "Icon": "curiosities/179.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Pstrąg lawołuski",
+ "Icon": "curiosities/180.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Siarokoń",
+ "Icon": "curiosities/181.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Sielawa bazaltozęba",
+ "Icon": "curiosities/182.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Płaszczka lampowa",
+ "Icon": "curiosities/183.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Płonobrzechwa",
+ "Icon": "curiosities/184.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Węgorz pożarek",
+ "Icon": "curiosities/185.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Płotka słoneczna",
+ "Icon": "curiosities/186.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Połykacz wulkaniczny",
+ "Icon": "curiosities/187.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Topłetwa kolosalna",
+ "Icon": "curiosities/188.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Perłowiec kadmowy",
+ "Icon": "curiosities/189.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Ośmiornica lichtarzowa",
+ "Icon": "curiosities/190.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Żarłacz magmowy",
+ "Icon": "curiosities/191.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Okoń piekielnik",
+ "Icon": "curiosities/192.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Krab gwiaździsty",
+ "Icon": "curiosities/193.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Szprot lustrzany",
+ "Icon": "curiosities/194.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Meduza całunu",
+ "Icon": "curiosities/195.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Żelazogon starożytny",
+ "Icon": "curiosities/196.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Spalony",
+ "Lawa"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Strzałka lodowa",
+ "Icon": "curiosities/197.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Zwójka mroźna",
+ "Icon": "curiosities/198.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Pstrąg mrozołuski",
+ "Icon": "curiosities/199.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Węgorz północny",
+ "Icon": "curiosities/200.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Diamentopłetwa roztopna",
+ "Icon": "curiosities/201.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Karp lodowcowy",
+ "Icon": "curiosities/202.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Krab wielkowłochaty",
+ "Icon": "curiosities/203.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Małż mrozokryty",
+ "Icon": "curiosities/204.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Równonóg mroźny",
+ "Icon": "curiosities/205.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Szprota solankowa",
+ "Icon": "curiosities/206.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Śniegopłetw blady",
+ "Icon": "curiosities/207.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Szękościsk mroźny",
+ "Icon": "curiosities/208.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Lodopłetw ogromny",
+ "Icon": "curiosities/209.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Lucjan szronołuski",
+ "Icon": "curiosities/210.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Żółw skorulodowy",
+ "Icon": "curiosities/211.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Raja odmrożonka",
+ "Icon": "curiosities/212.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Rekin czarnooki",
+ "Icon": "curiosities/213.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Meduza kryształowa",
+ "Icon": "curiosities/214.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Duchopłetw",
+ "Icon": "curiosities/215.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Połykacz zimnokrwisty",
+ "Icon": "curiosities/216.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautilia",
+ "Icon": "curiosities/217.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "zamarznięty"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Cieniopłetwa",
+ "Icon": "curiosities/218.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Żabnica krostowata",
+ "Icon": "curiosities/219.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Błyskogon pospolity",
+ "Icon": "curiosities/220.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Płetworost wędrowny",
+ "Icon": "curiosities/221.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Babka przejrzysta",
+ "Icon": "curiosities/222.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Strzępiel kwitnący",
+ "Icon": "curiosities/223.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Węgorz stróżujący",
+ "Icon": "curiosities/224.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Płotka słodkowodna",
+ "Icon": "curiosities/225.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Meduza melodyjna",
+ "Icon": "curiosities/226.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Ogończa niebieska",
+ "Icon": "curiosities/227.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Szczupak dżunglowy",
+ "Icon": "curiosities/228.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Rekin kostny",
+ "Icon": "curiosities/229.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Słonecznica ogromna",
+ "Icon": "curiosities/230.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Strzałka kosmykowa",
+ "Icon": "curiosities/231.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Żabnica głębinowa",
+ "Icon": "curiosities/232.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Długoszpar słoneczny",
+ "Icon": "curiosities/233.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Mchełka kolosalna",
+ "Icon": "curiosities/234.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Anioł szklany",
+ "Icon": "curiosities/235.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Wężownik mgielny",
+ "Icon": "curiosities/236.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Opiekun rafy",
+ "Icon": "curiosities/237.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Ślepiec tytaniczny",
+ "Icon": "curiosities/238.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "bujny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Pirytka",
+ "Icon": "curiosities/239.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Kurzopłetw mniejszy",
+ "Icon": "curiosities/240.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Zalewka",
+ "Icon": "curiosities/241.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Szczypek kredowy",
+ "Icon": "curiosities/242.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Zamiotka",
+ "Icon": "curiosities/243.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Ślepka zmierzchunka",
+ "Icon": "curiosities/244.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Skałoząb większy",
+ "Icon": "curiosities/245.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Pęcherzowiec",
+ "Icon": "curiosities/246.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Gwiazdnica łupkołuska",
+ "Icon": "curiosities/247.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Węgorz elektryczny",
+ "Icon": "curiosities/248.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Krab krzemianowy",
+ "Icon": "curiosities/249.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Modliszczka",
+ "Icon": "curiosities/250.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Jesiotr słonołuski",
+ "Icon": "curiosities/251.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Jeżowiec złotawy",
+ "Icon": "curiosities/252.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Świecznica czarowna",
+ "Icon": "curiosities/253.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Miękławka ferrytowa",
+ "Icon": "curiosities/254.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Czychacz jaskiniowy",
+ "Icon": "curiosities/255.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ichtioskór delikatny",
+ "Icon": "curiosities/256.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larwa tytanicznego robala",
+ "Icon": "curiosities/257.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Skostniały deinozuch",
+ "Icon": "curiosities/258.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodon",
+ "Icon": "curiosities/259.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "pustkowie"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Giętopłetw",
+ "Icon": "curiosities/260.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Płoć sześcienna",
+ "Icon": "curiosities/261.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Meduza zaranna",
+ "Icon": "curiosities/262.png",
+ "Quality": "Pospolity",
+ "Size": "małe",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Mruk",
+ "Icon": "curiosities/263.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Mózgówka odwrotka",
+ "Icon": "curiosities/264.png",
+ "Quality": "Pospolity",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Biczyk lśniący",
+ "Icon": "curiosities/265.png",
+ "Quality": "Pospolity",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Pełzacz przebijak",
+ "Icon": "curiosities/266.png",
+ "Quality": "Pospolity",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalia anemonka",
+ "Icon": "curiosities/267.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Małż wytarty",
+ "Icon": "curiosities/268.png",
+ "Quality": "Pożądane",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Nicień wijący",
+ "Icon": "curiosities/269.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Patrzący w gwiazdy",
+ "Icon": "curiosities/270.png",
+ "Quality": "Pożądane",
+ "Size": "średni",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Flądra nieeuklidesowa",
+ "Icon": "curiosities/271.png",
+ "Quality": "Pożądane",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Węgorz plamosłoneczny",
+ "Icon": "curiosities/272.png",
+ "Quality": "Pożądane",
+ "Size": "kolosalny",
+ "Time": "dzień",
+ "TimeKey": "day",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Glista wszystkowidząca",
+ "Icon": "curiosities/273.png",
+ "Quality": "Epickie",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Krab wrzaskun",
+ "Icon": "curiosities/274.png",
+ "Quality": "Epickie",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Wiedźmówka ogromna",
+ "Icon": "curiosities/275.png",
+ "Quality": "Epickie",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Kalmar pustki",
+ "Icon": "curiosities/276.png",
+ "Quality": "Epickie",
+ "Size": "kolosalny",
+ "Time": "noc",
+ "TimeKey": "night",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Jajo głębinowego okropieństwa",
+ "Icon": "curiosities/19.png",
+ "Quality": "Legendarne",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Krab altantydzki",
+ "Icon": "curiosities/278.png",
+ "Quality": "Legendarne",
+ "Size": "średni",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Dziecko Heliosa",
+ "Icon": "curiosities/279.png",
+ "Quality": "Legendarne",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Goliat wielopaszczy",
+ "Icon": "curiosities/280.png",
+ "Quality": "Legendarne",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Egzotyczny"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Pasmo wodorostów",
+ "Icon": "curiosities/281.png",
+ "Quality": "Śmieci",
+ "Size": "kolosalny",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Trawa morska",
+ "Icon": "curiosities/282.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Gąbka",
+ "Icon": "curiosities/283.png",
+ "Quality": "Śmieci",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Wyblakły koral",
+ "Icon": "curiosities/284.png",
+ "Quality": "Śmieci",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Martwy madrepor",
+ "Icon": "curiosities/285.png",
+ "Quality": "Śmieci",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Skostniały koral",
+ "Icon": "curiosities/286.png",
+ "Quality": "Śmieci",
+ "Size": "duże",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Stary but",
+ "Icon": "curiosities/287.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Zardzewiała technologia",
+ "Icon": "curiosities/288.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Wiadomość w butelce",
+ "Icon": "curiosities/289.png",
+ "Quality": "Śmieci",
+ "Size": "małe",
+ "Time": "I to, i to",
+ "TimeKey": "both",
+ "Biomes": [
+ "Wszystko"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/pl/Others.lang.json b/assets/json/pl/Others.lang.json
index 3bfe1f796..077296bea 100644
--- a/assets/json/pl/Others.lang.json
+++ b/assets/json/pl/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pl/Products.lang.json b/assets/json/pl/Products.lang.json
index c263c4e58..bcf3a214d 100644
--- a/assets/json/pl/Products.lang.json
+++ b/assets/json/pl/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/pl/RawMaterials.lang.json b/assets/json/pl/RawMaterials.lang.json
index 4e0b14574..ad966cb02 100644
--- a/assets/json/pl/RawMaterials.lang.json
+++ b/assets/json/pl/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/pl/TechTree.lang.json b/assets/json/pl/TechTree.lang.json
index 0e0b21934..ba7cfba96 100644
--- a/assets/json/pl/TechTree.lang.json
+++ b/assets/json/pl/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Świder optyczny",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Zestaw wędkarski",
diff --git a/assets/json/pl/Technology.lang.json b/assets/json/pl/Technology.lang.json
index e14784293..03db2ab82 100644
--- a/assets/json/pl/Technology.lang.json
+++ b/assets/json/pl/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/pt-br/Cooking.lang.json b/assets/json/pt-br/Cooking.lang.json
index 2b3466428..88f44445a 100644
--- a/assets/json/pt-br/Cooking.lang.json
+++ b/assets/json/pt-br/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt-br/Curiosity.lang.json b/assets/json/pt-br/Curiosity.lang.json
index c29b3af09..ef6490131 100644
--- a/assets/json/pt-br/Curiosity.lang.json
+++ b/assets/json/pt-br/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt-br/Fishing.lang.json b/assets/json/pt-br/Fishing.lang.json
new file mode 100644
index 000000000..9988393bd
--- /dev/null
+++ b/assets/json/pt-br/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "O Pescador",
+ "Icon": "other/789.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Mensagem em uma garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Mensagem em uma garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Mensagem em uma garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Mensagem em uma garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Peixe-relâmpago-minúsculo",
+ "Icon": "curiosities/113.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Caranguejo-da-lama",
+ "Icon": "curiosities/114.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Saltador-de-lagoa",
+ "Icon": "curiosities/115.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Enguia-de-recife",
+ "Icon": "curiosities/116.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Barbatana-de-rocha",
+ "Icon": "curiosities/117.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Arenque-de-escama-verde",
+ "Icon": "curiosities/118.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Tubarão-pele-de-pedra",
+ "Icon": "curiosities/119.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Peixe-agulha",
+ "Icon": "curiosities/120.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Estrela-do-mar-espinhosa",
+ "Icon": "curiosities/121.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Polvo-hipnótico",
+ "Icon": "curiosities/122.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Caranha-de-mandíbula-longa",
+ "Icon": "curiosities/123.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Peixe-esqueleto-sussurrante",
+ "Icon": "curiosities/124.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Arraia-gigante",
+ "Icon": "curiosities/125.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostra-estridente",
+ "Icon": "curiosities/126.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tartaruga-da-lua",
+ "Icon": "curiosities/127.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Camarão-colossal",
+ "Icon": "curiosities/128.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Barbatana-de-trovão",
+ "Icon": "curiosities/129.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Búzio-cantador",
+ "Icon": "curiosities/130.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Água-viva-dourada",
+ "Icon": "curiosities/131.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Peixe-dragão",
+ "Icon": "curiosities/132.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Bitelo",
+ "Icon": "curiosities/133.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Verme-biliar",
+ "Icon": "curiosities/134.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Barbatana-gatilho-venenoso",
+ "Icon": "curiosities/135.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Pepino-do-mar",
+ "Icon": "curiosities/136.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Enguia-de-pústulas",
+ "Icon": "curiosities/137.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Água-viva-tóxica",
+ "Icon": "curiosities/138.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Polvo-de-anéis-verdes",
+ "Icon": "curiosities/139.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Peixe-de-bigode-gigante",
+ "Icon": "curiosities/140.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Ouriço-cáustico",
+ "Icon": "curiosities/141.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Molusco-marcado",
+ "Icon": "curiosities/142.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Peixe-balão-ácido",
+ "Icon": "curiosities/143.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Peixe-pedra-tóxico",
+ "Icon": "curiosities/144.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Contorcedor-dente-de-veneno",
+ "Icon": "curiosities/145.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Arraia-da-escama-amarga",
+ "Icon": "curiosities/146.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Peixe-vespa",
+ "Icon": "curiosities/147.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Peixe-escorpião",
+ "Icon": "curiosities/148.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Cauda-vazada-estridente",
+ "Icon": "curiosities/149.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Enguia-víbora",
+ "Icon": "curiosities/150.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Estrela-do-mar-sol-de-emeril",
+ "Icon": "curiosities/151.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Lula-vampiro",
+ "Icon": "curiosities/152.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Peixe-esqueleto-descorado",
+ "Icon": "curiosities/153.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Tragador-translúcido",
+ "Icon": "curiosities/154.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Caranha-saliente",
+ "Icon": "curiosities/155.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protobarbatana-manchado",
+ "Icon": "curiosities/156.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Goby-do-campo",
+ "Icon": "curiosities/157.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Emendador-da-cauda-partida",
+ "Icon": "curiosities/158.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Caranha-invertida",
+ "Icon": "curiosities/159.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Peixe-gato-brilhante",
+ "Icon": "curiosities/160.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Arenque-poliescama",
+ "Icon": "curiosities/161.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Molusco-ionizado",
+ "Icon": "curiosities/162.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Saltador-nucleico",
+ "Icon": "curiosities/163.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Tragador-torcido",
+ "Icon": "curiosities/164.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Boca-de-navalha-cansado",
+ "Icon": "curiosities/165.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Peixe-lua-radiante",
+ "Icon": "curiosities/166.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Tubarão-fervente",
+ "Icon": "curiosities/167.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Genopitu",
+ "Icon": "curiosities/168.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Linguado-imortal",
+ "Icon": "curiosities/169.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Enguia-ciclópica",
+ "Icon": "curiosities/170.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Lula-alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Água-viva-multiolhos",
+ "Icon": "curiosities/172.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Barbatana-do-escuro-aberrante",
+ "Icon": "curiosities/173.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Lula-gama",
+ "Icon": "curiosities/174.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Peixe-serra-espiral",
+ "Icon": "curiosities/175.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Barbatana-de-óleo",
+ "Icon": "curiosities/176.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Peixe-lua-comum",
+ "Icon": "curiosities/177.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Caracol-das-cinzas",
+ "Icon": "curiosities/178.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Caranha-cozida",
+ "Icon": "curiosities/179.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Truta-escama-de-lava",
+ "Icon": "curiosities/180.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Peixe-do-enxofre",
+ "Icon": "curiosities/181.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Arenque-dente-de-basalto",
+ "Icon": "curiosities/182.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Arraia-ponta-de-lâmpada",
+ "Icon": "curiosities/183.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Barbatana-de-pira",
+ "Icon": "curiosities/184.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Enguia-do-fogo-fugaz",
+ "Icon": "curiosities/185.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Barata-solar",
+ "Icon": "curiosities/186.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Tragador-de-fumarola",
+ "Icon": "curiosities/187.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Barbatana-caída-colossal",
+ "Icon": "curiosities/188.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Capa-de-pérola-de-cádmio",
+ "Icon": "curiosities/189.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Polvo-candelabro",
+ "Icon": "curiosities/190.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Tubarão-de-magma",
+ "Icon": "curiosities/191.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Perca-encrenqueira",
+ "Icon": "curiosities/192.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Caranguejo-estrela",
+ "Icon": "curiosities/193.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Saltador-de-escama-espelhada",
+ "Icon": "curiosities/194.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Água-viva-do-véu",
+ "Icon": "curiosities/195.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "CAUDA-DE-FERRO-ANCIÃO",
+ "Icon": "curiosities/196.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Perca-do-gelo",
+ "Icon": "curiosities/197.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Lesma-gelada",
+ "Icon": "curiosities/198.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Truta-escama-de-gelo",
+ "Icon": "curiosities/199.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Enguia-da-meia-noite",
+ "Icon": "curiosities/200.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Barbatana-de-diamante-degelada",
+ "Icon": "curiosities/201.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpa-de-geleira",
+ "Icon": "curiosities/202.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Caranguejo-peludo-gigante",
+ "Icon": "curiosities/203.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Molusco-concha-de-gelo",
+ "Icon": "curiosities/204.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isópode-gelado",
+ "Icon": "curiosities/205.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Saltador-da-salmoura",
+ "Icon": "curiosities/206.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Cauda-da-neve-pálido",
+ "Icon": "curiosities/207.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Boca-de-faca-gelado",
+ "Icon": "curiosities/208.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Barbatana-de-gelo-gigante",
+ "Icon": "curiosities/209.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Caranha-escama-da-geada",
+ "Icon": "curiosities/210.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tartaruga-do-casco-de-gelo",
+ "Icon": "curiosities/211.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Arraia-da-ulceração",
+ "Icon": "curiosities/212.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Tubarão-de-olho-preto",
+ "Icon": "curiosities/213.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Água-viva-cristal",
+ "Icon": "curiosities/214.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Barbatana-fantasma",
+ "Icon": "curiosities/215.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Tragador-do-sangue-gelado",
+ "Icon": "curiosities/216.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautília",
+ "Icon": "curiosities/217.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Barbatana-das-sombras",
+ "Icon": "curiosities/218.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Antenariídeo-verrugoso",
+ "Icon": "curiosities/219.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Cauda-brilhante-comum",
+ "Icon": "curiosities/220.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Barbatana-de-alga-errante",
+ "Icon": "curiosities/221.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Saltador-de-águas-claras",
+ "Icon": "curiosities/222.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Peixe-de-xisto-ostentador",
+ "Icon": "curiosities/223.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Enguia-guardiã",
+ "Icon": "curiosities/224.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Vairão-de-água-doce",
+ "Icon": "curiosities/225.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Água-viva-melíflua",
+ "Icon": "curiosities/226.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Cauda-de-fita-azul",
+ "Icon": "curiosities/227.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Barbatana-vermelha-da-selva",
+ "Icon": "curiosities/228.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Tubarão-de-tutano",
+ "Icon": "curiosities/229.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Arraia-do-sol-gigante",
+ "Icon": "curiosities/230.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Perca-fátua",
+ "Icon": "curiosities/231.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Tamboril-de-águas-profundas",
+ "Icon": "curiosities/232.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Lânguido-da-espinha-do-sol",
+ "Icon": "curiosities/233.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Lombo-de-alga-colossal",
+ "Icon": "curiosities/234.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Peixe-anjo-de-vidro",
+ "Icon": "curiosities/235.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpente-da-névoa",
+ "Icon": "curiosities/236.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Guardião-do-recife",
+ "Icon": "curiosities/237.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Núcleo-titã-cego",
+ "Icon": "curiosities/238.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Rico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Peixinho-dourado-do-tolo",
+ "Icon": "curiosities/239.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Barbatana-de-poeira-inferior",
+ "Icon": "curiosities/240.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Verme-salgado",
+ "Icon": "curiosities/241.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Mordedor-escama-de-giz",
+ "Icon": "curiosities/242.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Peixe-varredor",
+ "Icon": "curiosities/243.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Peixe-de-caverna-crepuscular",
+ "Icon": "curiosities/244.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Dente-de-pedra-maior",
+ "Icon": "curiosities/245.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Bexiga-bolsão",
+ "Icon": "curiosities/246.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Estrela-do-mar-xistácea",
+ "Icon": "curiosities/247.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Enguia-elétrica",
+ "Icon": "curiosities/248.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Caranguejo-de-silicato",
+ "Icon": "curiosities/249.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Arraia-louva-a-deus",
+ "Icon": "curiosities/250.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Arenque-escama-de-sal",
+ "Icon": "curiosities/251.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Ouriço-dourado",
+ "Icon": "curiosities/252.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Eulacom-fascinante",
+ "Icon": "curiosities/253.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Barbatana-arco-de-ferrita",
+ "Icon": "curiosities/254.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Espreitador-da-caverna",
+ "Icon": "curiosities/255.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Ictioescama-frágil",
+ "Icon": "curiosities/256.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larva-de-verme-titã",
+ "Icon": "curiosities/257.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinosuchus-ossificado",
+ "Icon": "curiosities/258.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodonte",
+ "Icon": "curiosities/259.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Estéril"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Barbatana-vetoral",
+ "Icon": "curiosities/260.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Vairão-hexescama",
+ "Icon": "curiosities/261.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Água-viva-da-aurora",
+ "Icon": "curiosities/262.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Peixe-do-murmúrio",
+ "Icon": "curiosities/263.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Peixe-de-cérebro-invertido",
+ "Icon": "curiosities/264.png",
+ "Quality": "Comum",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Cauda-chicote-cintilante",
+ "Icon": "curiosities/265.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Rastejador-de-falha",
+ "Icon": "curiosities/266.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalia-anêmona",
+ "Icon": "curiosities/267.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Molusco-apagado",
+ "Icon": "curiosities/268.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Verme-de-cérebro-convulsivo",
+ "Icon": "curiosities/269.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Observador de estrelas",
+ "Icon": "curiosities/270.png",
+ "Quality": "Desejável",
+ "Size": "médio",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Linguado-não-euclidiano",
+ "Icon": "curiosities/271.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Enguia-da-mancha-solar",
+ "Icon": "curiosities/272.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Verme-que-tudo-vê",
+ "Icon": "curiosities/273.png",
+ "Quality": "Épicos",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Caranguejo-gritador",
+ "Icon": "curiosities/274.png",
+ "Quality": "Épicos",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Barbatana-de-bruxa-gigante",
+ "Icon": "curiosities/275.png",
+ "Quality": "Épicos",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Lula-do-vazio",
+ "Icon": "curiosities/276.png",
+ "Quality": "Épicos",
+ "Size": "colossal",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Ovo de horror abissal",
+ "Icon": "curiosities/19.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Caranguejo-atlanteano",
+ "Icon": "curiosities/278.png",
+ "Quality": "Lendário",
+ "Size": "médio",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Filho de Hélio",
+ "Icon": "curiosities/279.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Bitelo-multibocas",
+ "Icon": "curiosities/280.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Filamento de alga",
+ "Icon": "curiosities/281.png",
+ "Quality": "Lixo",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Erva emaranhada",
+ "Icon": "curiosities/282.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Esponja-do-mar",
+ "Icon": "curiosities/283.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Coral descorado",
+ "Icon": "curiosities/284.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Coral-cérebro morto",
+ "Icon": "curiosities/285.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Coral ossificado",
+ "Icon": "curiosities/286.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Bota velha",
+ "Icon": "curiosities/287.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Tecnologia enferrujada",
+ "Icon": "curiosities/288.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Mensagem em uma garrafa",
+ "Icon": "curiosities/289.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tudo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/pt-br/Others.lang.json b/assets/json/pt-br/Others.lang.json
index 4080a186c..2b14a8815 100644
--- a/assets/json/pt-br/Others.lang.json
+++ b/assets/json/pt-br/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt-br/Products.lang.json b/assets/json/pt-br/Products.lang.json
index 7504975e7..0d0c3c04c 100644
--- a/assets/json/pt-br/Products.lang.json
+++ b/assets/json/pt-br/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/pt-br/RawMaterials.lang.json b/assets/json/pt-br/RawMaterials.lang.json
index 384039537..c935b51b5 100644
--- a/assets/json/pt-br/RawMaterials.lang.json
+++ b/assets/json/pt-br/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/pt-br/TechTree.lang.json b/assets/json/pt-br/TechTree.lang.json
index 95b19f77c..80681e778 100644
--- a/assets/json/pt-br/TechTree.lang.json
+++ b/assets/json/pt-br/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Perfuratriz óptica",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Equipamento de pesca",
diff --git a/assets/json/pt-br/Technology.lang.json b/assets/json/pt-br/Technology.lang.json
index 947b7ad78..3b9db8c34 100644
--- a/assets/json/pt-br/Technology.lang.json
+++ b/assets/json/pt-br/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/pt/Cooking.lang.json b/assets/json/pt/Cooking.lang.json
index c39bddb68..3df1f0726 100644
--- a/assets/json/pt/Cooking.lang.json
+++ b/assets/json/pt/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt/Curiosity.lang.json b/assets/json/pt/Curiosity.lang.json
index da5bd354d..1032fb291 100644
--- a/assets/json/pt/Curiosity.lang.json
+++ b/assets/json/pt/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt/Fishing.lang.json b/assets/json/pt/Fishing.lang.json
new file mode 100644
index 000000000..af18f1e66
--- /dev/null
+++ b/assets/json/pt/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "O Pescador",
+ "Icon": "other/789.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Mensagem numa Garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Mensagem numa Garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Mensagem numa Garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Mensagem numa Garrafa",
+ "Icon": "other/780.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Choco Minúsculo",
+ "Icon": "curiosities/113.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Caranguejo de Lama",
+ "Icon": "curiosities/114.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Alfaiate",
+ "Icon": "curiosities/115.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Enguia de Recife",
+ "Icon": "curiosities/116.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Cantarilho",
+ "Icon": "curiosities/117.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Arenque de Escamas Verdes",
+ "Icon": "curiosities/118.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Tubarão de Escamas de Pedra",
+ "Icon": "curiosities/119.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Peixe Agulha",
+ "Icon": "curiosities/120.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Estrela-do-Mar de Espinhos",
+ "Icon": "curiosities/121.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Polvo Hipnótico",
+ "Icon": "curiosities/122.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Pargo de Mandíbula Longa",
+ "Icon": "curiosities/123.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Peixe-Rato Sussurrante",
+ "Icon": "curiosities/124.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Raia Gigante",
+ "Icon": "curiosities/125.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Ostra Gritante",
+ "Icon": "curiosities/126.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Tartaruga Lunar",
+ "Icon": "curiosities/127.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Camarão colossal",
+ "Icon": "curiosities/128.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Barbatana de Trovão",
+ "Icon": "curiosities/129.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Búzio Cantante",
+ "Icon": "curiosities/130.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Alforreca Dourada",
+ "Icon": "curiosities/131.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Peixe-Dragão",
+ "Icon": "curiosities/132.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "O Peixe Enorme",
+ "Icon": "curiosities/133.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Minhoca de Água",
+ "Icon": "curiosities/134.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Barbatana Venenosa",
+ "Icon": "curiosities/135.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Pepino-do-Mar",
+ "Icon": "curiosities/136.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Enguia Empolada",
+ "Icon": "curiosities/137.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Alforreca Tóxica",
+ "Icon": "curiosities/138.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Polvo de Anéis Verdes",
+ "Icon": "curiosities/139.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Peixe-Bigode Gigante",
+ "Icon": "curiosities/140.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Ouriço-do-Mar Cáustico",
+ "Icon": "curiosities/141.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Amêijoa de Fio de Escamas",
+ "Icon": "curiosities/142.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Peixe-Balão Ácido",
+ "Icon": "curiosities/143.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Peixe-Pedra Tóxico",
+ "Icon": "curiosities/144.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Larva Venenosa",
+ "Icon": "curiosities/145.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Raia de Escama Amarga",
+ "Icon": "curiosities/146.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Peixe-Vespa",
+ "Icon": "curiosities/147.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Peixe-Escorpião",
+ "Icon": "curiosities/148.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Cauda Gritante",
+ "Icon": "curiosities/149.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Enguia-Cobra",
+ "Icon": "curiosities/150.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Estrela Solar Emeril",
+ "Icon": "curiosities/151.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Lula-Vampiro",
+ "Icon": "curiosities/152.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Peixe-Rato Esbranquiçado",
+ "Icon": "curiosities/153.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Lixa Translúcida",
+ "Icon": "curiosities/154.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Tóxico",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "PARGO SALIENTE",
+ "Icon": "curiosities/155.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Protobarbatana Manchada",
+ "Icon": "curiosities/156.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Gobiídeo do Campo",
+ "Icon": "curiosities/157.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Splicer de Cauda de Garfo",
+ "Icon": "curiosities/158.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Pargo Invertido",
+ "Icon": "curiosities/159.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Peixe-Gato Brilhante",
+ "Icon": "curiosities/160.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Arenque Poliescamas",
+ "Icon": "curiosities/161.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Amêijoa Ionizada",
+ "Icon": "curiosities/162.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Ratinho Nucleico",
+ "Icon": "curiosities/163.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Lixa Torcida",
+ "Icon": "curiosities/164.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Peixe-Lâmina Esgotado",
+ "Icon": "curiosities/165.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Peixe-Lua Radiante",
+ "Icon": "curiosities/166.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Tubarão em Ebulição",
+ "Icon": "curiosities/167.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Camarão Geno",
+ "Icon": "curiosities/168.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Linguado imortal",
+ "Icon": "curiosities/169.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Enguia Ciclópica",
+ "Icon": "curiosities/170.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Lula Alfa",
+ "Icon": "curiosities/171.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Alforreca de Vários Olhos",
+ "Icon": "curiosities/172.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Barbatana Aberrante",
+ "Icon": "curiosities/173.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Lula Gama",
+ "Icon": "curiosities/174.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Peixe-Serra Hélix",
+ "Icon": "curiosities/175.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Radioativo"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Barbatana de Óleo",
+ "Icon": "curiosities/176.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Peixe-Lua Comum",
+ "Icon": "curiosities/177.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "CARACOL-DE-LAMA",
+ "Icon": "curiosities/178.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Pargo Cozido",
+ "Icon": "curiosities/179.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Truta de Lavaescama",
+ "Icon": "curiosities/180.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Donzela-Enxofre",
+ "Icon": "curiosities/181.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Arenque de Dentes de Basalto",
+ "Icon": "curiosities/182.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Raia de Cauda Fina",
+ "Icon": "curiosities/183.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Barbatana Queimada",
+ "Icon": "curiosities/184.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Enguia de Fogo",
+ "Icon": "curiosities/185.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Barata Solar",
+ "Icon": "curiosities/186.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Lixa de Fumarola",
+ "Icon": "curiosities/187.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Barbatana Derretida Colossal",
+ "Icon": "curiosities/188.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Caixa de Pérolas de Cádmio",
+ "Icon": "curiosities/189.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Polvo Candelabro",
+ "Icon": "curiosities/190.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Tubarão Magma",
+ "Icon": "curiosities/191.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Robalo Endiabrado",
+ "Icon": "curiosities/192.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Caranguejo em Forma de Estrela",
+ "Icon": "curiosities/193.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Ratinho de Escama Espelhada",
+ "Icon": "curiosities/194.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Alforreca do Véu",
+ "Icon": "curiosities/195.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Rabo-de-Ferro Antigo",
+ "Icon": "curiosities/196.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Abrasador",
+ "Lava"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Mergulhão de Gelo",
+ "Icon": "curiosities/197.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Búzio Congelado",
+ "Icon": "curiosities/198.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Truta de Escamas de Gelo",
+ "Icon": "curiosities/199.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Enguia da Meia-Noite",
+ "Icon": "curiosities/200.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Barbatana de Diamante Descongelada",
+ "Icon": "curiosities/201.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Carpa dos Glaciares",
+ "Icon": "curiosities/202.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Caranguejo Peludo Gigante",
+ "Icon": "curiosities/203.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Amêijoa de Concha Gelada",
+ "Icon": "curiosities/204.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Isópode Congelado",
+ "Icon": "curiosities/205.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Ratinhobrine",
+ "Icon": "curiosities/206.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Cauda de Neve Pálida",
+ "Icon": "curiosities/207.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Dourada Japonesa Congelada",
+ "Icon": "curiosities/208.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Barbatana de Gelo Gigante",
+ "Icon": "curiosities/209.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Pargo de Escamas Geladas",
+ "Icon": "curiosities/210.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Tartaruga de Carapaça Gelada",
+ "Icon": "curiosities/211.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Raia de Gelo",
+ "Icon": "curiosities/212.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Tubarão de Olhos Negros",
+ "Icon": "curiosities/213.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Alforreca de Cristal",
+ "Icon": "curiosities/214.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Barbatana Fantasma",
+ "Icon": "curiosities/215.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Lixa de Sangue Gelado",
+ "Icon": "curiosities/216.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Nautília",
+ "Icon": "curiosities/217.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Congelado"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Peixe-Esquilo",
+ "Icon": "curiosities/218.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Peixe-Sapo",
+ "Icon": "curiosities/219.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Cauda de Sereia Comum",
+ "Icon": "curiosities/220.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Albacora Errante",
+ "Icon": "curiosities/221.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Ratinho de Água Doce",
+ "Icon": "curiosities/222.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Peixe Miúdo Florescente",
+ "Icon": "curiosities/223.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Enguia Guardiã",
+ "Icon": "curiosities/224.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Vairão de Água Doce",
+ "Icon": "curiosities/225.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Alforreca Suave",
+ "Icon": "curiosities/226.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Raia de Cauda Azul",
+ "Icon": "curiosities/227.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Perca da Selva",
+ "Icon": "curiosities/228.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Tubarão Medula",
+ "Icon": "curiosities/229.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Raio de Sol Gigante",
+ "Icon": "curiosities/230.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Mergulhão",
+ "Icon": "curiosities/231.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Peixe-Diabo",
+ "Icon": "curiosities/232.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Tubarão-Elefante Dourado",
+ "Icon": "curiosities/233.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Robalo Colossal",
+ "Icon": "curiosities/234.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Anjo de Vidro",
+ "Icon": "curiosities/235.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Serpente da Névoa",
+ "Icon": "curiosities/236.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Guardião do Recife",
+ "Icon": "curiosities/237.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Titã Cego",
+ "Icon": "curiosities/238.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Luxuriante"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Peixe Dourado do Tolo",
+ "Icon": "curiosities/239.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Barbatana Menor",
+ "Icon": "curiosities/240.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Minhoca Salgada",
+ "Icon": "curiosities/241.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Mordedor de Escamas de Giz",
+ "Icon": "curiosities/242.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Piaba",
+ "Icon": "curiosities/243.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Peixe-Caverna do Crepúsculo",
+ "Icon": "curiosities/244.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Dente Rochoso Maior",
+ "Icon": "curiosities/245.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Bexiga",
+ "Icon": "curiosities/246.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Estrela-do-Mar do Xisto",
+ "Icon": "curiosities/247.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Enguia Elétrica",
+ "Icon": "curiosities/248.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Caranguejo de Silicato",
+ "Icon": "curiosities/249.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Manta",
+ "Icon": "curiosities/250.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Arenque de Escama Salgada",
+ "Icon": "curiosities/251.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Ouriço-do-Mar Dourado",
+ "Icon": "curiosities/252.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Peixe-Vela Fascinante",
+ "Icon": "curiosities/253.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Barbatana de Ferrite",
+ "Icon": "curiosities/254.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Rondador de Cavernas",
+ "Icon": "curiosities/255.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Escama de Ictiossauro Frágil",
+ "Icon": "curiosities/256.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Larva de Minhoca Titã",
+ "Icon": "curiosities/257.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Deinossuco Ossificado",
+ "Icon": "curiosities/258.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Megalodonte",
+ "Icon": "curiosities/259.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Árido"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Barbatana Vetorial",
+ "Icon": "curiosities/260.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Vairão de Escama Hexagonal",
+ "Icon": "curiosities/261.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Alforreca Aurora",
+ "Icon": "curiosities/262.png",
+ "Quality": "Comum",
+ "Size": "pequeno",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Peixe-Murmúrio",
+ "Icon": "curiosities/263.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Peixe-Cérebro Invertido",
+ "Icon": "curiosities/264.png",
+ "Quality": "Comum",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Lagarto de Cauda Cintilante",
+ "Icon": "curiosities/265.png",
+ "Quality": "Comum",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Rastejador de Fissuras",
+ "Icon": "curiosities/266.png",
+ "Quality": "Comum",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Anomalia de Anémona",
+ "Icon": "curiosities/267.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Amêijoa Suprimida",
+ "Icon": "curiosities/268.png",
+ "Quality": "Desejável",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Verme Cerebral Contorcido",
+ "Icon": "curiosities/269.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Astrónomo",
+ "Icon": "curiosities/270.png",
+ "Quality": "Desejável",
+ "Size": "média",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Linguado Não-Euclidiano",
+ "Icon": "curiosities/271.png",
+ "Quality": "Desejável",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Enguia de Mancha Solar",
+ "Icon": "curiosities/272.png",
+ "Quality": "Desejável",
+ "Size": "colossal",
+ "Time": "dia",
+ "TimeKey": "day",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Verme Omnipresente",
+ "Icon": "curiosities/273.png",
+ "Quality": "Épico",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Caranguejo Gritante",
+ "Icon": "curiosities/274.png",
+ "Quality": "Épico",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Barbatana de Bruxa Gigante",
+ "Icon": "curiosities/275.png",
+ "Quality": "Épico",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Lula Vazia",
+ "Icon": "curiosities/276.png",
+ "Quality": "Épico",
+ "Size": "colossal",
+ "Time": "noite",
+ "TimeKey": "night",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Ovo de Horror Abissal",
+ "Icon": "curiosities/19.png",
+ "Quality": "Lendário",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Caranguejo Atlante",
+ "Icon": "curiosities/278.png",
+ "Quality": "Lendário",
+ "Size": "média",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Criança de Hélio",
+ "Icon": "curiosities/279.png",
+ "Quality": "Lendário",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Peixe Enorme de Várias Bocas",
+ "Icon": "curiosities/280.png",
+ "Quality": "Lendário",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Exótico"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Algas Encalhadas",
+ "Icon": "curiosities/281.png",
+ "Quality": "Lixo",
+ "Size": "colossal",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Ervas Emaranhadas",
+ "Icon": "curiosities/282.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Esponja do Mar",
+ "Icon": "curiosities/283.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Coral Esbranquiçado",
+ "Icon": "curiosities/284.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Coral Cerebral Expirado",
+ "Icon": "curiosities/285.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Coral Ossificado",
+ "Icon": "curiosities/286.png",
+ "Quality": "Lixo",
+ "Size": "grande",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Bota Velha",
+ "Icon": "curiosities/287.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Tecnologia Enferrujada",
+ "Icon": "curiosities/288.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Mensagem numa Garrafa",
+ "Icon": "curiosities/289.png",
+ "Quality": "Lixo",
+ "Size": "pequeno",
+ "Time": "Ambos",
+ "TimeKey": "both",
+ "Biomes": [
+ "Todos"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/pt/Others.lang.json b/assets/json/pt/Others.lang.json
index 22b808c8a..a0d1aba97 100644
--- a/assets/json/pt/Others.lang.json
+++ b/assets/json/pt/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/pt/Products.lang.json b/assets/json/pt/Products.lang.json
index b87844576..ba8b85cf9 100644
--- a/assets/json/pt/Products.lang.json
+++ b/assets/json/pt/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/pt/RawMaterials.lang.json b/assets/json/pt/RawMaterials.lang.json
index 4aa00282b..65d399486 100644
--- a/assets/json/pt/RawMaterials.lang.json
+++ b/assets/json/pt/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/pt/TechTree.lang.json b/assets/json/pt/TechTree.lang.json
index 8bcaafce6..bccd16707 100644
--- a/assets/json/pt/TechTree.lang.json
+++ b/assets/json/pt/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Broca Ótica",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Equipamento de Pesca",
diff --git a/assets/json/pt/Technology.lang.json b/assets/json/pt/Technology.lang.json
index 22d57c191..4983d861d 100644
--- a/assets/json/pt/Technology.lang.json
+++ b/assets/json/pt/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/ru/Cooking.lang.json b/assets/json/ru/Cooking.lang.json
index be2f33ab8..dec83644d 100644
--- a/assets/json/ru/Cooking.lang.json
+++ b/assets/json/ru/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ru/Curiosity.lang.json b/assets/json/ru/Curiosity.lang.json
index 45f4afcc5..33772035f 100644
--- a/assets/json/ru/Curiosity.lang.json
+++ b/assets/json/ru/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ru/Fishing.lang.json b/assets/json/ru/Fishing.lang.json
new file mode 100644
index 000000000..1203795c6
--- /dev/null
+++ b/assets/json/ru/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "Рыболов",
+ "Icon": "other/789.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "Послание в бутылке",
+ "Icon": "other/780.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "Послание в бутылке",
+ "Icon": "other/780.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "Послание в бутылке",
+ "Icon": "other/780.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "Послание в бутылке",
+ "Icon": "other/780.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "Маленькая каракатица",
+ "Icon": "curiosities/113.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "Грязевой краб",
+ "Icon": "curiosities/114.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "Прудовая макрелещука",
+ "Icon": "curiosities/115.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "Рифовый угорь",
+ "Icon": "curiosities/116.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "Морской окунь",
+ "Icon": "curiosities/117.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "Зеленочешуйная сельдь",
+ "Icon": "curiosities/118.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "Камнерылая акула",
+ "Icon": "curiosities/119.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "Рыба-игла",
+ "Icon": "curiosities/120.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "Колючая морская звезда",
+ "Icon": "curiosities/121.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "Гипноосьминог",
+ "Icon": "curiosities/122.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "Длиннопастный кусач",
+ "Icon": "curiosities/123.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "Шепчущая альбуля",
+ "Icon": "curiosities/124.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "Гигантский скат",
+ "Icon": "curiosities/125.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "Устрица-вопилка",
+ "Icon": "curiosities/126.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "Лунная черепаха",
+ "Icon": "curiosities/127.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "Колоссальная креветка",
+ "Icon": "curiosities/128.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "Громоплав",
+ "Icon": "curiosities/129.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "Поющая морская улитка",
+ "Icon": "curiosities/130.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "Золотая медуза",
+ "Icon": "curiosities/131.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "Рыба-дракон",
+ "Icon": "curiosities/132.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "Громада",
+ "Icon": "curiosities/133.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "Желчный червь",
+ "Icon": "curiosities/134.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "Ядовитая рогоперка",
+ "Icon": "curiosities/135.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "Морской огурец",
+ "Icon": "curiosities/136.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "Пузырчатый угорь",
+ "Icon": "curiosities/137.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "Ядовитая медуза",
+ "Icon": "curiosities/138.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "Зеленокольчатый осьминог",
+ "Icon": "curiosities/139.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "Гигантская усатая рыба",
+ "Icon": "curiosities/140.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "Едкий морской еж",
+ "Icon": "curiosities/141.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "Рубцовый моллюск",
+ "Icon": "curiosities/142.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "Кислотная рыба-собака",
+ "Icon": "curiosities/143.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "Ядовитая бородавчатка",
+ "Icon": "curiosities/144.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "Ядовитый уж",
+ "Icon": "curiosities/145.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "Горькошкруый скат",
+ "Icon": "curiosities/146.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "Рыба-оса",
+ "Icon": "curiosities/147.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "Рыба-скорпион",
+ "Icon": "curiosities/148.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "Кричащий воздушнохвост",
+ "Icon": "curiosities/149.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "Угорь-гадюка",
+ "Icon": "curiosities/150.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "Эмериловая солнечная звезда",
+ "Icon": "curiosities/151.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "Кальмар-вампир",
+ "Icon": "curiosities/152.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "Белая альбуля",
+ "Icon": "curiosities/153.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "Прозрачный мешкорот",
+ "Icon": "curiosities/154.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Токсичная",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "Пухлый кусач",
+ "Icon": "curiosities/155.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "Пятнистая протоперка",
+ "Icon": "curiosities/156.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "Полевая рыба-стрела",
+ "Icon": "curiosities/157.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "Вилкохвостый шинковщик",
+ "Icon": "curiosities/158.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "Перевернутый кусач",
+ "Icon": "curiosities/159.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "Светящийся сом",
+ "Icon": "curiosities/160.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "Поличешуйчатая сельдь",
+ "Icon": "curiosities/161.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "Ионизированный моллюск",
+ "Icon": "curiosities/162.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "Нуклеиновая макрелещука",
+ "Icon": "curiosities/163.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "Крученый мешкорот",
+ "Icon": "curiosities/164.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "Истощенный бритвозуб",
+ "Icon": "curiosities/165.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "Лучистая рыба-луна",
+ "Icon": "curiosities/166.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "Кипящая акула",
+ "Icon": "curiosities/167.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "Генокреветка",
+ "Icon": "curiosities/168.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "Бессмертная камбала",
+ "Icon": "curiosities/169.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "Циклопический угорь",
+ "Icon": "curiosities/170.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "Альфа-кальмар",
+ "Icon": "curiosities/171.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "Многоглазая медуза",
+ "Icon": "curiosities/172.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "Аномальная закатоперка",
+ "Icon": "curiosities/173.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "Гамма-кальмар",
+ "Icon": "curiosities/174.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "Спиральная рыба-пила",
+ "Icon": "curiosities/175.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Радиоактивная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "Маслоперка",
+ "Icon": "curiosities/176.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "Обычная рыба-луна",
+ "Icon": "curiosities/177.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "Пепельная улитка",
+ "Icon": "curiosities/178.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "Вареный кусач",
+ "Icon": "curiosities/179.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "Лавовая форель",
+ "Icon": "curiosities/180.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "Серная рыба",
+ "Icon": "curiosities/181.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "Базальтозубная сельдь",
+ "Icon": "curiosities/182.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "Ламптиповый скат",
+ "Icon": "curiosities/183.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "Огненноперка",
+ "Icon": "curiosities/184.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "Всполоховый угорь",
+ "Icon": "curiosities/185.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "Солнечная плотва",
+ "Icon": "curiosities/186.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "Фумарольный мешкорот",
+ "Icon": "curiosities/187.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "Плавниковый великан",
+ "Icon": "curiosities/188.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "Перламутровый кадмиевик",
+ "Icon": "curiosities/189.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "Осьминог-канделябр",
+ "Icon": "curiosities/190.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "Магмовая акула",
+ "Icon": "curiosities/191.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "Морской окунь-проказник",
+ "Icon": "curiosities/192.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "Звездопанцирный краб",
+ "Icon": "curiosities/193.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "Зеркальная макрелещука",
+ "Icon": "curiosities/194.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "Вуалевая медуза",
+ "Icon": "curiosities/195.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "Древний железнохвост",
+ "Icon": "curiosities/196.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Высокотемпературная",
+ "Лава"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "Ледяная егоза",
+ "Icon": "curiosities/197.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "Замороженная багрянка",
+ "Icon": "curiosities/198.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "Морозная форель",
+ "Icon": "curiosities/199.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "Полуночный угорь",
+ "Icon": "curiosities/200.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "Талая алмазоперка",
+ "Icon": "curiosities/201.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "Ледниковый карп",
+ "Icon": "curiosities/202.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "Гигантский волосяной краб",
+ "Icon": "curiosities/203.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "Морозный моллюск",
+ "Icon": "curiosities/204.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "Ледяной морской таракан",
+ "Icon": "curiosities/205.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "Соленая макрелещука",
+ "Icon": "curiosities/206.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "Бледный снежнохвост",
+ "Icon": "curiosities/207.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "Ледяной ножезуб",
+ "Icon": "curiosities/208.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "Гигантская ледоперка",
+ "Icon": "curiosities/209.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "Поющий кусач",
+ "Icon": "curiosities/210.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "Ледопанцирная черепаха",
+ "Icon": "curiosities/211.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "Скат-отморозок",
+ "Icon": "curiosities/212.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "Черноглазая акула",
+ "Icon": "curiosities/213.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "Кристаллическая медуза",
+ "Icon": "curiosities/214.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "Призрачноперка",
+ "Icon": "curiosities/215.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "Ледокровый мешкорот",
+ "Icon": "curiosities/216.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "Наутилия",
+ "Icon": "curiosities/217.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Низкотемпературная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "Тенеплав",
+ "Icon": "curiosities/218.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "Бородавчатый морской черт",
+ "Icon": "curiosities/219.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "Обычный мерцехвост",
+ "Icon": "curiosities/220.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "Странствующий трепугофин",
+ "Icon": "curiosities/221.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "Пресноводная макрелещука",
+ "Icon": "curiosities/222.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "Процветающая сланцевая рыба",
+ "Icon": "curiosities/223.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "Угорь-вертухай",
+ "Icon": "curiosities/224.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "Пресноводный гольян",
+ "Icon": "curiosities/225.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "Благозвучная медуза",
+ "Icon": "curiosities/226.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "Синий лентохвост",
+ "Icon": "curiosities/227.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "Тропическая красноперка",
+ "Icon": "curiosities/228.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "Костная акула",
+ "Icon": "curiosities/229.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "Гигантский солнцескат",
+ "Icon": "curiosities/230.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "Чешуйчатохвостая егоза",
+ "Icon": "curiosities/231.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "Глубоководный рыбак",
+ "Icon": "curiosities/232.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "Солнечноспинный баловень",
+ "Icon": "curiosities/233.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "Колоссальный параплоакти",
+ "Icon": "curiosities/234.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "Стеклянный ангел",
+ "Icon": "curiosities/235.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "Туманный змей",
+ "Icon": "curiosities/236.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "Страж рифов",
+ "Icon": "curiosities/237.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "Слепой титаноядр",
+ "Icon": "curiosities/238.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Лесистая"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "Золотая рыбка-шут",
+ "Icon": "curiosities/239.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "Малая пылеперка",
+ "Icon": "curiosities/240.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "Соленый червь",
+ "Icon": "curiosities/241.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "Меловая гирелла",
+ "Icon": "curiosities/242.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "Рыба-уборщик",
+ "Icon": "curiosities/243.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "Сумеречная луцифуга",
+ "Icon": "curiosities/244.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "Большой камнезуб",
+ "Icon": "curiosities/245.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "Рыба-пузырь",
+ "Icon": "curiosities/246.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "Сланцевая морская звезда",
+ "Icon": "curiosities/247.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "Электрический угорь",
+ "Icon": "curiosities/248.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "Кремниевый краб",
+ "Icon": "curiosities/249.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "Скат-богомол",
+ "Icon": "curiosities/250.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "Соленочешуйчатая сельдь",
+ "Icon": "curiosities/251.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "Золотой морской еж",
+ "Icon": "curiosities/252.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "Чарующий талеихт",
+ "Icon": "curiosities/253.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "Ферритная амия",
+ "Icon": "curiosities/254.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "Пещерный бродяга",
+ "Icon": "curiosities/255.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "Хрупкая ихтиочешуйка",
+ "Icon": "curiosities/256.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "Личинка титанического червя",
+ "Icon": "curiosities/257.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "Затвердевший диносух",
+ "Icon": "curiosities/258.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "Мегалодон",
+ "Icon": "curiosities/259.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Пустынная"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "Вектороперка",
+ "Icon": "curiosities/260.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "Гексачешуйчатый гольян",
+ "Icon": "curiosities/261.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "Медуза-аврора",
+ "Icon": "curiosities/262.png",
+ "Quality": "Обычный",
+ "Size": "небольшое",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "Рыба-шепотун",
+ "Icon": "curiosities/263.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "Вывернутая рыба-мозг",
+ "Icon": "curiosities/264.png",
+ "Quality": "Обычный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "Мерцающий хвостобой",
+ "Icon": "curiosities/265.png",
+ "Quality": "Обычный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "Бурунный червь",
+ "Icon": "curiosities/266.png",
+ "Quality": "Обычный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "Аномальная анемона",
+ "Icon": "curiosities/267.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "Стертый моллюск",
+ "Icon": "curiosities/268.png",
+ "Quality": "Желанный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "Извивающийся мозговой червь",
+ "Icon": "curiosities/269.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "Астроном",
+ "Icon": "curiosities/270.png",
+ "Quality": "Желанный",
+ "Size": "Среднее",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "Неевклидовая камбала",
+ "Icon": "curiosities/271.png",
+ "Quality": "Желанный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "Солнечнопятный угорь",
+ "Icon": "curiosities/272.png",
+ "Quality": "Желанный",
+ "Size": "Огромное",
+ "Time": "день",
+ "TimeKey": "day",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "Всевидящий червь",
+ "Icon": "curiosities/273.png",
+ "Quality": "Эпические",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "Кричащий краб",
+ "Icon": "curiosities/274.png",
+ "Quality": "Эпические",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "Гигантская ведьмоперка",
+ "Icon": "curiosities/275.png",
+ "Quality": "Эпические",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "Пустотный кальмар",
+ "Icon": "curiosities/276.png",
+ "Quality": "Эпические",
+ "Size": "Огромное",
+ "Time": "ночь",
+ "TimeKey": "night",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "Яйцо глубинного ужаса",
+ "Icon": "curiosities/19.png",
+ "Quality": "Легендарный",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "Атлантидский краб",
+ "Icon": "curiosities/278.png",
+ "Quality": "Легендарный",
+ "Size": "Среднее",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "Дитя Гелиоса",
+ "Icon": "curiosities/279.png",
+ "Quality": "Легендарный",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "Громада с множеством пастей",
+ "Icon": "curiosities/280.png",
+ "Quality": "Легендарный",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Экзотич."
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "Водоросли",
+ "Icon": "curiosities/281.png",
+ "Quality": "Мусор",
+ "Size": "Огромное",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "Зарослевик",
+ "Icon": "curiosities/282.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "Морская губка",
+ "Icon": "curiosities/283.png",
+ "Quality": "Мусор",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "Белый коралл",
+ "Icon": "curiosities/284.png",
+ "Quality": "Мусор",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "Мертвый мозговой коралл",
+ "Icon": "curiosities/285.png",
+ "Quality": "Мусор",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "Затвердевший коралл",
+ "Icon": "curiosities/286.png",
+ "Quality": "Мусор",
+ "Size": "большое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "Старый ботинок",
+ "Icon": "curiosities/287.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "Ржавая технология",
+ "Icon": "curiosities/288.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "Послание в бутылке",
+ "Icon": "curiosities/289.png",
+ "Quality": "Мусор",
+ "Size": "небольшое",
+ "Time": "И то и другое",
+ "TimeKey": "both",
+ "Biomes": [
+ "Все"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/ru/Others.lang.json b/assets/json/ru/Others.lang.json
index 32e4de14a..451918ca4 100644
--- a/assets/json/ru/Others.lang.json
+++ b/assets/json/ru/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/ru/Products.lang.json b/assets/json/ru/Products.lang.json
index d4f251d5b..b2ba3f6a3 100644
--- a/assets/json/ru/Products.lang.json
+++ b/assets/json/ru/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/ru/RawMaterials.lang.json b/assets/json/ru/RawMaterials.lang.json
index 3eb4c89ea..5c54f895c 100644
--- a/assets/json/ru/RawMaterials.lang.json
+++ b/assets/json/ru/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/ru/TechTree.lang.json b/assets/json/ru/TechTree.lang.json
index c6a87e48c..fca3d32d4 100644
--- a/assets/json/ru/TechTree.lang.json
+++ b/assets/json/ru/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "Оптический бур",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "Удочка",
diff --git a/assets/json/ru/Technology.lang.json b/assets/json/ru/Technology.lang.json
index 38d2a1dea..86bc66fc3 100644
--- a/assets/json/ru/Technology.lang.json
+++ b/assets/json/ru/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/zh-hans/Cooking.lang.json b/assets/json/zh-hans/Cooking.lang.json
index 441b8289c..9a0e063ef 100644
--- a/assets/json/zh-hans/Cooking.lang.json
+++ b/assets/json/zh-hans/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hans/Curiosity.lang.json b/assets/json/zh-hans/Curiosity.lang.json
index 0722b182b..a5874c29b 100644
--- a/assets/json/zh-hans/Curiosity.lang.json
+++ b/assets/json/zh-hans/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hans/Fishing.lang.json b/assets/json/zh-hans/Fishing.lang.json
new file mode 100644
index 000000000..b44fe971f
--- /dev/null
+++ b/assets/json/zh-hans/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "垂钓者",
+ "Icon": "other/789.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "微型墨鱼",
+ "Icon": "curiosities/113.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "泥蟹",
+ "Icon": "curiosities/114.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "池鲤",
+ "Icon": "curiosities/115.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "礁鳗",
+ "Icon": "curiosities/116.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "岩鳍鱼",
+ "Icon": "curiosities/117.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "绿鳞鲱鱼",
+ "Icon": "curiosities/118.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "石鳞鲨",
+ "Icon": "curiosities/119.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "针鱼",
+ "Icon": "curiosities/120.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "棘海星",
+ "Icon": "curiosities/121.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "催眠章鱼",
+ "Icon": "curiosities/122.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "长颚啮鱼",
+ "Icon": "curiosities/123.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "低语骨鱼",
+ "Icon": "curiosities/124.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "巨鳐",
+ "Icon": "curiosities/125.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "尖叫牡蛎",
+ "Icon": "curiosities/126.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "月龟",
+ "Icon": "curiosities/127.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "巨虾",
+ "Icon": "curiosities/128.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "雷鳍鱼",
+ "Icon": "curiosities/129.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "歌唱海螺",
+ "Icon": "curiosities/130.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "黄金水母",
+ "Icon": "curiosities/131.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "龙鱼",
+ "Icon": "curiosities/132.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "大鱼",
+ "Icon": "curiosities/133.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "胆汁虫",
+ "Icon": "curiosities/134.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "带毒扳机鳍",
+ "Icon": "curiosities/135.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "海参",
+ "Icon": "curiosities/136.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "脓包鳗",
+ "Icon": "curiosities/137.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "毒胶冻",
+ "Icon": "curiosities/138.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "绿环章鱼",
+ "Icon": "curiosities/139.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "巨须鱼",
+ "Icon": "curiosities/140.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "腐蚀海胆",
+ "Icon": "curiosities/141.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "肿胀鳞蛤",
+ "Icon": "curiosities/142.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "酸液河豚",
+ "Icon": "curiosities/143.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "毒石鱼",
+ "Icon": "curiosities/144.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "毒牙孑孓",
+ "Icon": "curiosities/145.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "苦鳞鳐",
+ "Icon": "curiosities/146.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "黄蜂鱼",
+ "Icon": "curiosities/147.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "鲉鱼",
+ "Icon": "curiosities/148.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "尖啸风尾",
+ "Icon": "curiosities/149.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "毒蛇鳗",
+ "Icon": "curiosities/150.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "艾梅里尔阳星",
+ "Icon": "curiosities/151.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "吸血乌贼",
+ "Icon": "curiosities/152.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "漂白骨鱼",
+ "Icon": "curiosities/153.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "透明大嘴鱼",
+ "Icon": "curiosities/154.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "有毒的",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "肿胀鲷鱼",
+ "Icon": "curiosities/155.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "斑点原鳍",
+ "Icon": "curiosities/156.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "菲尔德镖鱼",
+ "Icon": "curiosities/157.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "叉尾拼接鱼",
+ "Icon": "curiosities/158.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "倒置鲷鱼",
+ "Icon": "curiosities/159.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "发光鲶鱼",
+ "Icon": "curiosities/160.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "塑鳞鲱鱼",
+ "Icon": "curiosities/161.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "离子蛤蜊",
+ "Icon": "curiosities/162.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "单核鲤",
+ "Icon": "curiosities/163.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "扭曲大嘴鱼",
+ "Icon": "curiosities/164.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "枯槁刀颚",
+ "Icon": "curiosities/165.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "光耀阳鱼",
+ "Icon": "curiosities/166.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "沸腾鲨",
+ "Icon": "curiosities/167.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "基因虾",
+ "Icon": "curiosities/168.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "不朽比目鱼",
+ "Icon": "curiosities/169.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "独眼鳗",
+ "Icon": "curiosities/170.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "阿尔法鱿鱼",
+ "Icon": "curiosities/171.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "多眼水母",
+ "Icon": "curiosities/172.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "异常暮鳍",
+ "Icon": "curiosities/173.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "伽玛鱿鱼",
+ "Icon": "curiosities/174.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "螺旋锯鳐",
+ "Icon": "curiosities/175.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "放射性的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "油鳍鱼",
+ "Icon": "curiosities/176.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "普通太阳鱼",
+ "Icon": "curiosities/177.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "灰烬蜗牛",
+ "Icon": "curiosities/178.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "沸腾啮鱼",
+ "Icon": "curiosities/179.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "熔鳞鳟鱼",
+ "Icon": "curiosities/180.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "硫磺鱼",
+ "Icon": "curiosities/181.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "玄岩齿鲱鱼",
+ "Icon": "curiosities/182.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "灯尖鳐",
+ "Icon": "curiosities/183.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "炎鳍鱼",
+ "Icon": "curiosities/184.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "火爆鳗",
+ "Icon": "curiosities/185.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "日光蟑螂",
+ "Icon": "curiosities/186.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "气孔大嘴鱼",
+ "Icon": "curiosities/187.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "巨型熔鳍鱼",
+ "Icon": "curiosities/188.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "镉珠壳",
+ "Icon": "curiosities/189.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "烛洞章鱼",
+ "Icon": "curiosities/190.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "熔岩鲨",
+ "Icon": "curiosities/191.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "地狱鲈鱼",
+ "Icon": "curiosities/192.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "星壳蟹",
+ "Icon": "curiosities/193.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "镜鳞鲤",
+ "Icon": "curiosities/194.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "面纱水母",
+ "Icon": "curiosities/195.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "远古铁尾",
+ "Icon": "curiosities/196.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "炽热的",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "冰镖鱼",
+ "Icon": "curiosities/197.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "冰冻蛾螺",
+ "Icon": "curiosities/198.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "霜鳞鳟鱼",
+ "Icon": "curiosities/199.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "午夜鳗",
+ "Icon": "curiosities/200.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "化霜金刚鳍",
+ "Icon": "curiosities/201.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "冰川鲤鱼",
+ "Icon": "curiosities/202.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "大毛蟹",
+ "Icon": "curiosities/203.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "霜壳蛤",
+ "Icon": "curiosities/204.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "冰冻大王具足虫",
+ "Icon": "curiosities/205.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "咸水鲤",
+ "Icon": "curiosities/206.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "苍白雪尾",
+ "Icon": "curiosities/207.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "冷冻刀颌",
+ "Icon": "curiosities/208.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "巨冰鳍",
+ "Icon": "curiosities/209.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "环鳞啮鱼",
+ "Icon": "curiosities/210.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "冰壳龟",
+ "Icon": "curiosities/211.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "霜冻鳐",
+ "Icon": "curiosities/212.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "黑眼鲨",
+ "Icon": "curiosities/213.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "水晶胶冻",
+ "Icon": "curiosities/214.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "鬼鳍",
+ "Icon": "curiosities/215.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "冰血大嘴鱼",
+ "Icon": "curiosities/216.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "鹦鹉螺",
+ "Icon": "curiosities/217.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "冻结的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "影鳍鱼",
+ "Icon": "curiosities/218.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "疣躄鱼",
+ "Icon": "curiosities/219.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "普通闪尾鱼",
+ "Icon": "curiosities/220.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "流浪藻鳍鱼",
+ "Icon": "curiosities/221.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "淡水鲤",
+ "Icon": "curiosities/222.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "繁岩鱼",
+ "Icon": "curiosities/223.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "看守鳗",
+ "Icon": "curiosities/224.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "甜水鲦鱼",
+ "Icon": "curiosities/225.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "蜜水母",
+ "Icon": "curiosities/226.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "蓝带鱼",
+ "Icon": "curiosities/227.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "丛林红鳍鱼",
+ "Icon": "curiosities/228.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "骨髓鲨",
+ "Icon": "curiosities/229.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "巨阳鳐",
+ "Icon": "curiosities/230.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "鬼鳞镖鱼",
+ "Icon": "curiosities/231.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "深水鮟鱇",
+ "Icon": "curiosities/232.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "日脊姥鲨",
+ "Icon": "curiosities/233.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "巨苔背鱼",
+ "Icon": "curiosities/234.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "玻璃天使",
+ "Icon": "curiosities/235.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "雾蛇",
+ "Icon": "curiosities/236.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "珊瑚礁守护者",
+ "Icon": "curiosities/237.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "盲眼泰坦之核",
+ "Icon": "curiosities/238.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "繁茂的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "愚者金鱼",
+ "Icon": "curiosities/239.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "小尘鳍",
+ "Icon": "curiosities/240.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "咸水虫",
+ "Icon": "curiosities/241.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "粉鳞吞食者",
+ "Icon": "curiosities/242.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "清道夫鱼",
+ "Icon": "curiosities/243.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "暮光穴鱼",
+ "Icon": "curiosities/244.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "大岩牙",
+ "Icon": "curiosities/245.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "皮囊鱼",
+ "Icon": "curiosities/246.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "页岩海星",
+ "Icon": "curiosities/247.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "电鳗",
+ "Icon": "curiosities/248.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "硅蟹",
+ "Icon": "curiosities/249.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "螳螂鳐",
+ "Icon": "curiosities/250.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "盐鳞鲱鱼",
+ "Icon": "curiosities/251.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "黄金海胆",
+ "Icon": "curiosities/252.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "魅惑烛鱼",
+ "Icon": "curiosities/253.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "铁氧弓鳍鱼",
+ "Icon": "curiosities/254.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "洞穴徘徊者",
+ "Icon": "curiosities/255.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "脆鳞鱼",
+ "Icon": "curiosities/256.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "泰坦蠕虫幼虫",
+ "Icon": "curiosities/257.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "钙化恐鳄",
+ "Icon": "curiosities/258.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "巨齿鲨",
+ "Icon": "curiosities/259.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒芜的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "矢量鳍",
+ "Icon": "curiosities/260.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "六鳞鲦鱼",
+ "Icon": "curiosities/261.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "极光水母",
+ "Icon": "curiosities/262.png",
+ "Quality": "常见",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "低语鱼",
+ "Icon": "curiosities/263.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "倒置脑鱼",
+ "Icon": "curiosities/264.png",
+ "Quality": "常见",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "光环鞭尾鱼",
+ "Icon": "curiosities/265.png",
+ "Quality": "常见",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "裂隙爬行者",
+ "Icon": "curiosities/266.png",
+ "Quality": "常见",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "异常海葵",
+ "Icon": "curiosities/267.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "被抹除的蛤蜊",
+ "Icon": "curiosities/268.png",
+ "Quality": "称心的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "扭动的脑虫",
+ "Icon": "curiosities/269.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "天文学家",
+ "Icon": "curiosities/270.png",
+ "Quality": "称心的",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "非欧几里德比目鱼",
+ "Icon": "curiosities/271.png",
+ "Quality": "称心的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "黑子鳗",
+ "Icon": "curiosities/272.png",
+ "Quality": "称心的",
+ "Size": "巨型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "全视蠕虫",
+ "Icon": "curiosities/273.png",
+ "Quality": "史诗的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "尖叫蟹",
+ "Icon": "curiosities/274.png",
+ "Quality": "史诗的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "巨巫鳍",
+ "Icon": "curiosities/275.png",
+ "Quality": "史诗的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "虚空鱿鱼",
+ "Icon": "curiosities/276.png",
+ "Quality": "史诗的",
+ "Size": "巨型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "深渊惧物蛋",
+ "Icon": "curiosities/19.png",
+ "Quality": "传说的",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "阿特兰蒂蟹",
+ "Icon": "curiosities/278.png",
+ "Quality": "传说的",
+ "Size": "中型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "赫利俄斯之子",
+ "Icon": "curiosities/279.png",
+ "Quality": "传说的",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "万众之口的巨鱼",
+ "Icon": "curiosities/280.png",
+ "Quality": "传说的",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "异星"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "海带",
+ "Icon": "curiosities/281.png",
+ "Quality": "垃圾",
+ "Size": "巨型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "缠结草",
+ "Icon": "curiosities/282.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "海绵",
+ "Icon": "curiosities/283.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "漂白珊瑚",
+ "Icon": "curiosities/284.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "死去的脑珊瑚",
+ "Icon": "curiosities/285.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "钙化珊瑚",
+ "Icon": "curiosities/286.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "旧靴子",
+ "Icon": "curiosities/287.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "生锈技术",
+ "Icon": "curiosities/288.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "瓶中信",
+ "Icon": "curiosities/289.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "都有",
+ "TimeKey": "both",
+ "Biomes": [
+ "所有"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/zh-hans/Others.lang.json b/assets/json/zh-hans/Others.lang.json
index b418c1aa6..09caa80a6 100644
--- a/assets/json/zh-hans/Others.lang.json
+++ b/assets/json/zh-hans/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hans/Products.lang.json b/assets/json/zh-hans/Products.lang.json
index d92b19781..5790a182f 100644
--- a/assets/json/zh-hans/Products.lang.json
+++ b/assets/json/zh-hans/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/zh-hans/RawMaterials.lang.json b/assets/json/zh-hans/RawMaterials.lang.json
index 4e22e74e7..e0e4080f4 100644
--- a/assets/json/zh-hans/RawMaterials.lang.json
+++ b/assets/json/zh-hans/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hans/TechTree.lang.json b/assets/json/zh-hans/TechTree.lang.json
index c741d6201..23092c71c 100644
--- a/assets/json/zh-hans/TechTree.lang.json
+++ b/assets/json/zh-hans/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "光学钻头",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "渔具",
diff --git a/assets/json/zh-hans/Technology.lang.json b/assets/json/zh-hans/Technology.lang.json
index 0222e4b67..0cf46f567 100644
--- a/assets/json/zh-hans/Technology.lang.json
+++ b/assets/json/zh-hans/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/json/zh-hant/Cooking.lang.json b/assets/json/zh-hant/Cooking.lang.json
index c1283b10b..d78fb980c 100644
--- a/assets/json/zh-hant/Cooking.lang.json
+++ b/assets/json/zh-hant/Cooking.lang.json
@@ -16,7 +16,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -44,7 +45,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -72,7 +74,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -128,7 +131,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -156,7 +160,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -212,7 +217,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -240,7 +246,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -268,7 +275,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -296,7 +304,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -324,7 +333,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -351,7 +361,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -378,7 +389,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -405,7 +417,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -432,7 +445,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -460,7 +474,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -487,7 +502,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -514,7 +530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -541,7 +558,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -569,7 +587,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -596,7 +615,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -651,7 +671,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -678,7 +699,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -706,7 +728,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -733,7 +756,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -761,7 +785,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -790,7 +815,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -846,7 +872,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -930,7 +957,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1099,7 +1127,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1127,7 +1156,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1210,7 +1240,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1238,7 +1269,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1266,7 +1298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1294,7 +1327,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1322,7 +1356,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1350,7 +1385,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1378,7 +1414,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1406,7 +1443,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1434,7 +1472,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1462,7 +1501,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1490,7 +1530,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1546,7 +1587,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1685,7 +1727,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1712,7 +1755,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1739,7 +1783,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1766,7 +1811,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1794,7 +1840,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1848,7 +1895,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -1902,7 +1950,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2065,7 +2114,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2261,7 +2311,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2373,7 +2424,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2401,7 +2453,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2568,7 +2621,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2733,7 +2787,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2761,7 +2816,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2815,7 +2871,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2924,7 +2981,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2952,7 +3010,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3116,7 +3175,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3144,7 +3204,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3200,7 +3261,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3359,7 +3421,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 5,
"BlueprintCost": 1,
@@ -3490,7 +3553,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3545,7 +3609,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3923,7 +3988,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4032,7 +4098,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4059,7 +4126,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4141,7 +4209,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4168,7 +4237,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4195,7 +4265,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4899,7 +4970,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5360,7 +5432,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5441,7 +5514,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5629,7 +5703,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6330,7 +6405,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6465,7 +6541,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6600,7 +6677,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6627,7 +6705,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6762,7 +6841,8 @@
"HasCookUsing",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6871,7 +6951,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6927,7 +7008,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7123,7 +7205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7646,7 +7729,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7859,7 +7943,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -7940,7 +8025,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8021,7 +8107,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8075,7 +8162,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8264,7 +8352,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8291,7 +8380,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8318,7 +8408,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8345,7 +8436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8456,7 +8548,8 @@
"IsConsumable",
"IsEggIngredient",
"IsAddedInTrackedUpdate",
- "HasCreatureHarvest"
+ "HasCreatureHarvest",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8511,7 +8604,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8566,7 +8660,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -8703,7 +8798,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9109,7 +9205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9460,7 +9557,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9595,7 +9693,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9622,7 +9721,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9649,7 +9749,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9676,7 +9777,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9703,7 +9805,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9730,7 +9833,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9757,7 +9861,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9784,7 +9889,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9838,7 +9944,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9865,7 +9972,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9946,7 +10054,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -9973,7 +10082,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10001,7 +10111,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10082,7 +10193,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10136,7 +10248,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10163,7 +10276,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10191,7 +10305,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10218,7 +10333,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10272,7 +10388,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10299,7 +10416,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10326,7 +10444,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10380,7 +10499,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -10434,7 +10554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hant/Curiosity.lang.json b/assets/json/zh-hant/Curiosity.lang.json
index 9dc6a1967..80dbbb634 100644
--- a/assets/json/zh-hant/Curiosity.lang.json
+++ b/assets/json/zh-hant/Curiosity.lang.json
@@ -402,7 +402,8 @@
"HasUsedToCraft",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -429,7 +430,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsConsumable",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2347,7 +2349,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2376,7 +2380,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2413,7 +2419,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2450,7 +2458,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2487,7 +2497,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2524,7 +2536,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingBait",
+ "HasGoodGuysFreeBait"
],
"CraftingOutputAmount": 20,
"BlueprintCost": 1,
@@ -2563,7 +2577,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2588,7 +2603,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2613,7 +2630,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2638,7 +2656,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2663,7 +2682,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2688,7 +2708,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2713,7 +2734,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2738,7 +2760,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2763,7 +2786,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2788,7 +2812,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2813,7 +2838,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2838,7 +2864,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2863,7 +2890,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2888,7 +2916,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2913,7 +2942,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2938,7 +2968,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2963,7 +2994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -2988,7 +3020,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3013,7 +3046,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3038,7 +3072,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3063,7 +3098,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3088,7 +3124,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3113,7 +3150,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3138,7 +3176,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3163,7 +3202,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3188,7 +3228,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3213,7 +3254,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3238,7 +3280,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3263,7 +3306,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3288,7 +3332,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3313,7 +3358,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3338,7 +3384,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3363,7 +3410,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3388,7 +3436,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3413,7 +3462,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3438,7 +3488,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3463,7 +3514,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3488,7 +3540,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3513,7 +3566,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3538,7 +3592,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3563,7 +3618,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3588,7 +3644,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3613,7 +3670,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3638,7 +3696,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3663,7 +3722,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3688,7 +3748,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3713,7 +3774,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3738,7 +3800,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3763,7 +3826,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3788,7 +3852,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3813,7 +3878,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3838,7 +3904,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3863,7 +3930,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3888,7 +3956,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3913,7 +3982,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3938,7 +4008,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3963,7 +4034,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -3988,7 +4060,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4013,7 +4086,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4038,7 +4112,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4063,7 +4138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4088,7 +4164,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4113,7 +4190,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4138,7 +4216,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4163,7 +4242,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4188,7 +4268,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4213,7 +4294,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4238,7 +4320,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4263,7 +4346,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4288,7 +4372,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4313,7 +4398,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4338,7 +4424,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4363,7 +4450,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4388,7 +4476,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4413,7 +4502,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4438,7 +4528,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4463,7 +4554,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4488,7 +4580,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4513,7 +4606,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4538,7 +4632,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4563,7 +4658,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4588,7 +4684,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4613,7 +4710,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4638,7 +4736,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4663,7 +4762,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4688,7 +4788,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4713,7 +4814,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4738,7 +4840,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4763,7 +4866,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4788,7 +4892,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4813,7 +4918,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4838,7 +4944,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4863,7 +4971,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4888,7 +4997,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4913,7 +5023,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4938,7 +5049,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4963,7 +5075,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -4988,7 +5101,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5013,7 +5127,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5038,7 +5153,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5063,7 +5179,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5088,7 +5205,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5113,7 +5231,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5138,7 +5257,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5163,7 +5283,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5188,7 +5309,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5213,7 +5335,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5238,7 +5361,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5263,7 +5387,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5288,7 +5413,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5313,7 +5439,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5338,7 +5465,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5363,7 +5491,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5388,7 +5517,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5413,7 +5543,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5438,7 +5569,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5463,7 +5595,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5488,7 +5621,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5513,7 +5647,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5538,7 +5673,9 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5563,7 +5700,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5588,7 +5726,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5613,7 +5752,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5638,7 +5778,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5663,7 +5804,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5688,7 +5830,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5713,7 +5856,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5738,7 +5882,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5763,7 +5908,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5788,7 +5934,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5813,7 +5960,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5838,7 +5986,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5863,7 +6012,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5888,7 +6038,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5913,7 +6064,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5938,7 +6090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5963,7 +6116,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -5988,7 +6142,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6013,7 +6168,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6038,7 +6194,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6063,7 +6220,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6088,7 +6246,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6113,7 +6272,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6138,7 +6298,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6163,7 +6324,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6188,7 +6350,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6213,7 +6376,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6238,7 +6402,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6263,7 +6428,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6288,7 +6454,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6313,7 +6480,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6338,7 +6506,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6363,7 +6532,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6388,7 +6558,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6413,7 +6584,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6438,7 +6610,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6463,7 +6636,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6488,7 +6662,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6513,7 +6688,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6538,7 +6714,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6563,7 +6740,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6588,7 +6766,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6613,7 +6792,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6638,7 +6818,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6663,7 +6844,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6688,7 +6870,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6713,7 +6896,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6738,7 +6922,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6761,7 +6946,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6784,7 +6970,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6807,7 +6994,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6830,7 +7018,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6853,7 +7042,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6876,7 +7066,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6899,7 +7090,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6922,7 +7114,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -6945,7 +7138,8 @@
"HasDevProperties",
"IsConsumable",
"IsEggIngredient",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hant/Fishing.lang.json b/assets/json/zh-hant/Fishing.lang.json
new file mode 100644
index 000000000..5993953f0
--- /dev/null
+++ b/assets/json/zh-hant/Fishing.lang.json
@@ -0,0 +1,3138 @@
+[
+ {
+ "Id": "S15_FISH",
+ "AppId": "other789",
+ "Name": "垂釣者",
+ "Icon": "other/789.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_CATCHANGLER",
+ "MissionCatchChanceOverride": 0.15
+ },
+ {
+ "Id": "S15_BOT_1",
+ "AppId": "other780",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_2",
+ "AppId": "other781",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "S15_BOT_3",
+ "AppId": "other782",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.33
+ },
+ {
+ "Id": "S15_BOT_4",
+ "AppId": "other783",
+ "Name": "瓶中信",
+ "Icon": "other/780.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": true,
+ "RequiredMissionName": "S15_BOTTLEMSG",
+ "MissionCatchChanceOverride": 0.25
+ },
+ {
+ "Id": "F_ALL_COM_S1",
+ "AppId": "cur113",
+ "Name": "小烏賊",
+ "Icon": "curiosities/113.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S2",
+ "AppId": "cur114",
+ "Name": "泥蟹",
+ "Icon": "curiosities/114.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_S3",
+ "AppId": "cur115",
+ "Name": "池鰹",
+ "Icon": "curiosities/115.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M1",
+ "AppId": "cur116",
+ "Name": "礁鰻",
+ "Icon": "curiosities/116.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_M2",
+ "AppId": "cur117",
+ "Name": "石鰭魚",
+ "Icon": "curiosities/117.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_L1",
+ "AppId": "cur118",
+ "Name": "綠鱗鯡魚",
+ "Icon": "curiosities/118.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_COM_XL",
+ "AppId": "cur119",
+ "Name": "石鱗鯊",
+ "Icon": "curiosities/119.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S1",
+ "AppId": "cur120",
+ "Name": "頜針魚",
+ "Icon": "curiosities/120.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_S2",
+ "AppId": "cur121",
+ "Name": "棘皮海星",
+ "Icon": "curiosities/121.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M1",
+ "AppId": "cur122",
+ "Name": "催眠章魚",
+ "Icon": "curiosities/122.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_M2",
+ "AppId": "cur123",
+ "Name": "長頜鯛",
+ "Icon": "curiosities/123.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_L1",
+ "AppId": "cur124",
+ "Name": "低語骨魚",
+ "Icon": "curiosities/124.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_RARE_XL",
+ "AppId": "cur125",
+ "Name": "大魟魚",
+ "Icon": "curiosities/125.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_S1",
+ "AppId": "cur126",
+ "Name": "尖叫牡蠣",
+ "Icon": "curiosities/126.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_M1",
+ "AppId": "cur127",
+ "Name": "月亮海龜",
+ "Icon": "curiosities/127.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_L1",
+ "AppId": "cur128",
+ "Name": "巨型大蝦",
+ "Icon": "curiosities/128.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_EPIC_XL",
+ "AppId": "cur129",
+ "Name": "雷鰭魚",
+ "Icon": "curiosities/129.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_S1",
+ "AppId": "cur130",
+ "Name": "歌唱海螺",
+ "Icon": "curiosities/130.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_M1",
+ "AppId": "cur131",
+ "Name": "黃金水母",
+ "Icon": "curiosities/131.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_L1",
+ "AppId": "cur132",
+ "Name": "龍魚",
+ "Icon": "curiosities/132.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ALL_LEG_XL",
+ "AppId": "cur133",
+ "Name": "魚中之王",
+ "Icon": "curiosities/133.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S1",
+ "AppId": "cur134",
+ "Name": "膽汁蟲",
+ "Icon": "curiosities/134.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S2",
+ "AppId": "cur135",
+ "Name": "劇毒扳機鰭",
+ "Icon": "curiosities/135.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_S3",
+ "AppId": "cur136",
+ "Name": "海參",
+ "Icon": "curiosities/136.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M1",
+ "AppId": "cur137",
+ "Name": "灼燒鰻",
+ "Icon": "curiosities/137.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_M2",
+ "AppId": "cur138",
+ "Name": "毒刺水母",
+ "Icon": "curiosities/138.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_L1",
+ "AppId": "cur139",
+ "Name": "綠環章魚",
+ "Icon": "curiosities/139.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_COM_XL",
+ "AppId": "cur140",
+ "Name": "巨型鬚魚",
+ "Icon": "curiosities/140.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S1",
+ "AppId": "cur141",
+ "Name": "腐蝕海膽",
+ "Icon": "curiosities/141.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_S2",
+ "AppId": "cur142",
+ "Name": "痕鱗蛤蠣",
+ "Icon": "curiosities/142.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M1",
+ "AppId": "cur143",
+ "Name": "酸液河豚",
+ "Icon": "curiosities/143.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_M2",
+ "AppId": "cur144",
+ "Name": "毒石魚",
+ "Icon": "curiosities/144.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_L1",
+ "AppId": "cur145",
+ "Name": "毒牙孑孓",
+ "Icon": "curiosities/145.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_RARE_XL",
+ "AppId": "cur146",
+ "Name": "苦鱗魟",
+ "Icon": "curiosities/146.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_S1",
+ "AppId": "cur147",
+ "Name": "真裸皮鮋",
+ "Icon": "curiosities/147.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_M1",
+ "AppId": "cur148",
+ "Name": "鬼石狗公",
+ "Icon": "curiosities/148.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_L1",
+ "AppId": "cur149",
+ "Name": "尖叫風尾魚",
+ "Icon": "curiosities/149.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_EPIC_XL",
+ "AppId": "cur150",
+ "Name": "毒蛇鰻",
+ "Icon": "curiosities/150.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_S1",
+ "AppId": "cur151",
+ "Name": "艾梅裡爾太陽海星",
+ "Icon": "curiosities/151.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_M1",
+ "AppId": "cur152",
+ "Name": "吸血魷",
+ "Icon": "curiosities/152.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_L1",
+ "AppId": "cur153",
+ "Name": "褪色白骨魚",
+ "Icon": "curiosities/153.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TOX_LEG_XL",
+ "AppId": "cur154",
+ "Name": "半透明大嘴鰻",
+ "Icon": "curiosities/154.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "劇毒",
+ "Swamp"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S1",
+ "AppId": "cur155",
+ "Name": "膨鯛",
+ "Icon": "curiosities/155.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S2",
+ "AppId": "cur156",
+ "Name": "斑紋原鰭魚",
+ "Icon": "curiosities/156.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_S3",
+ "AppId": "cur157",
+ "Name": "菲爾德雷達魚",
+ "Icon": "curiosities/157.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M1",
+ "AppId": "cur158",
+ "Name": "叉尾拼接魚",
+ "Icon": "curiosities/158.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_M2",
+ "AppId": "cur159",
+ "Name": "翻轉鯛",
+ "Icon": "curiosities/159.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_L1",
+ "AppId": "cur160",
+ "Name": "發光鯰魚",
+ "Icon": "curiosities/160.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_COM_XL",
+ "AppId": "cur161",
+ "Name": "多鱗鯡魚",
+ "Icon": "curiosities/161.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S1",
+ "AppId": "cur162",
+ "Name": "離子蛤蠣",
+ "Icon": "curiosities/162.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_S2",
+ "AppId": "cur163",
+ "Name": "核輻射鰹魚",
+ "Icon": "curiosities/163.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M1",
+ "AppId": "cur164",
+ "Name": "扭曲大嘴鰻",
+ "Icon": "curiosities/164.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_M2",
+ "AppId": "cur165",
+ "Name": "枯竭鋒牙魚",
+ "Icon": "curiosities/165.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_L1",
+ "AppId": "cur166",
+ "Name": "輻光翻車魚",
+ "Icon": "curiosities/166.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_RARE_XL",
+ "AppId": "cur167",
+ "Name": "沸騰鯊",
+ "Icon": "curiosities/167.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_S1",
+ "AppId": "cur168",
+ "Name": "基因轉殖蝦",
+ "Icon": "curiosities/168.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_M1",
+ "AppId": "cur169",
+ "Name": "不朽比目魚",
+ "Icon": "curiosities/169.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_L1",
+ "AppId": "cur170",
+ "Name": "獨眼鰻",
+ "Icon": "curiosities/170.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_EPIC_XL",
+ "AppId": "cur171",
+ "Name": "阿爾法魷魚",
+ "Icon": "curiosities/171.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_S1",
+ "AppId": "cur172",
+ "Name": "多眼水母",
+ "Icon": "curiosities/172.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_M1",
+ "AppId": "cur173",
+ "Name": "異變黃昏鰭",
+ "Icon": "curiosities/173.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_L1",
+ "AppId": "cur174",
+ "Name": "伽瑪魷魚",
+ "Icon": "curiosities/174.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_RAD_LEG_XL",
+ "AppId": "cur175",
+ "Name": "螺旋鋸鮫",
+ "Icon": "curiosities/175.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "輻射"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S1",
+ "AppId": "cur176",
+ "Name": "油鰭魚",
+ "Icon": "curiosities/176.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S2",
+ "AppId": "cur177",
+ "Name": "普通翻車魚",
+ "Icon": "curiosities/177.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_S3",
+ "AppId": "cur178",
+ "Name": "灰燼蝸牛",
+ "Icon": "curiosities/178.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M1",
+ "AppId": "cur179",
+ "Name": "沸鯛",
+ "Icon": "curiosities/179.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_M2",
+ "AppId": "cur180",
+ "Name": "熔鱗鱒魚",
+ "Icon": "curiosities/180.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_L1",
+ "AppId": "cur181",
+ "Name": "硫磺魚",
+ "Icon": "curiosities/181.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_COM_XL",
+ "AppId": "cur182",
+ "Name": "玄武岩齒鯡魚",
+ "Icon": "curiosities/182.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S1",
+ "AppId": "cur183",
+ "Name": "燈頭魟",
+ "Icon": "curiosities/183.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_S2",
+ "AppId": "cur184",
+ "Name": "炎鰭魚",
+ "Icon": "curiosities/184.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M1",
+ "AppId": "cur185",
+ "Name": "閃燃鰻",
+ "Icon": "curiosities/185.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_M2",
+ "AppId": "cur186",
+ "Name": "日光大蠊",
+ "Icon": "curiosities/186.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_L1",
+ "AppId": "cur187",
+ "Name": "噴氣大嘴鰻",
+ "Icon": "curiosities/187.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_RARE_XL",
+ "AppId": "cur188",
+ "Name": "巨型熔鰭魚",
+ "Icon": "curiosities/188.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_S1",
+ "AppId": "cur189",
+ "Name": "鎘珍珠殼",
+ "Icon": "curiosities/189.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_M1",
+ "AppId": "cur190",
+ "Name": "燭台章魚",
+ "Icon": "curiosities/190.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_L1",
+ "AppId": "cur191",
+ "Name": "熔岩鯊",
+ "Icon": "curiosities/191.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_EPIC_XL",
+ "AppId": "cur192",
+ "Name": "惡魔鱸魚",
+ "Icon": "curiosities/192.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_S1",
+ "AppId": "cur193",
+ "Name": "星殼蟹",
+ "Icon": "curiosities/193.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_M1",
+ "AppId": "cur194",
+ "Name": "鏡鱗鰹",
+ "Icon": "curiosities/194.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_L1",
+ "AppId": "cur195",
+ "Name": "面紗水母",
+ "Icon": "curiosities/195.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_HOT_LEG_XL",
+ "AppId": "cur196",
+ "Name": "古代鐵尾魚",
+ "Icon": "curiosities/196.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "焦土",
+ "熔岩"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S1",
+ "AppId": "cur197",
+ "Name": "冰鏢鱸魚",
+ "Icon": "curiosities/197.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S2",
+ "AppId": "cur198",
+ "Name": "冰寒蛾螺",
+ "Icon": "curiosities/198.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_S3",
+ "AppId": "cur199",
+ "Name": "霜鱗鱒魚",
+ "Icon": "curiosities/199.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M1",
+ "AppId": "cur200",
+ "Name": "午夜鰻",
+ "Icon": "curiosities/200.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_M2",
+ "AppId": "cur201",
+ "Name": "融霜鑽石鰭",
+ "Icon": "curiosities/201.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_L1",
+ "AppId": "cur202",
+ "Name": "冰川鯉魚",
+ "Icon": "curiosities/202.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_COM_XL",
+ "AppId": "cur203",
+ "Name": "巨型大閘蟹",
+ "Icon": "curiosities/203.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S1",
+ "AppId": "cur204",
+ "Name": "霜殼蛤蠣",
+ "Icon": "curiosities/204.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_S2",
+ "AppId": "cur205",
+ "Name": "冰寒等足蟲",
+ "Icon": "curiosities/205.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M1",
+ "AppId": "cur206",
+ "Name": "鹹水鰹魚",
+ "Icon": "curiosities/206.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_M2",
+ "AppId": "cur207",
+ "Name": "蒼白雪尾魚",
+ "Icon": "curiosities/207.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_L1",
+ "AppId": "cur208",
+ "Name": "冰寒刀顎魚",
+ "Icon": "curiosities/208.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_RARE_XL",
+ "AppId": "cur209",
+ "Name": "巨型冰鰭魚",
+ "Icon": "curiosities/209.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_S1",
+ "AppId": "cur210",
+ "Name": "霜鱗鯛",
+ "Icon": "curiosities/210.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_M1",
+ "AppId": "cur211",
+ "Name": "冰殼龜",
+ "Icon": "curiosities/211.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_L1",
+ "AppId": "cur212",
+ "Name": "霜噬魟",
+ "Icon": "curiosities/212.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_EPIC_XL",
+ "AppId": "cur213",
+ "Name": "黑眼鯊",
+ "Icon": "curiosities/213.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_S1",
+ "AppId": "cur214",
+ "Name": "冰晶水母",
+ "Icon": "curiosities/214.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_M1",
+ "AppId": "cur215",
+ "Name": "幽靈鰭",
+ "Icon": "curiosities/215.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_L1",
+ "AppId": "cur216",
+ "Name": "冰血大嘴鰻",
+ "Icon": "curiosities/216.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_COLD_LEG_XL",
+ "AppId": "cur217",
+ "Name": "鸚鵡巨螺",
+ "Icon": "curiosities/217.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "冰寒"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S1",
+ "AppId": "cur218",
+ "Name": "影鰭魚",
+ "Icon": "curiosities/218.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S2",
+ "AppId": "cur219",
+ "Name": "大疣躄魚",
+ "Icon": "curiosities/219.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_S3",
+ "AppId": "cur220",
+ "Name": "普通閃尾魚",
+ "Icon": "curiosities/220.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M1",
+ "AppId": "cur221",
+ "Name": "漫遊藻鰭魚",
+ "Icon": "curiosities/221.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_M2",
+ "AppId": "cur222",
+ "Name": "清水鰹",
+ "Icon": "curiosities/222.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_L1",
+ "AppId": "cur223",
+ "Name": "活力頁岩魚",
+ "Icon": "curiosities/223.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_COM_XL",
+ "AppId": "cur224",
+ "Name": "看守鰻",
+ "Icon": "curiosities/224.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S1",
+ "AppId": "cur225",
+ "Name": "淡水米諾魚",
+ "Icon": "curiosities/225.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_S2",
+ "AppId": "cur226",
+ "Name": "美柔水母",
+ "Icon": "curiosities/226.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M1",
+ "AppId": "cur227",
+ "Name": "藍帶尾魚",
+ "Icon": "curiosities/227.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_M2",
+ "AppId": "cur228",
+ "Name": "叢林紅鰭魚",
+ "Icon": "curiosities/228.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_L1",
+ "AppId": "cur229",
+ "Name": "骨髓鯊",
+ "Icon": "curiosities/229.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_RARE_XL",
+ "AppId": "cur230",
+ "Name": "巨型太陽魟",
+ "Icon": "curiosities/230.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_S1",
+ "AppId": "cur231",
+ "Name": "輕鱗鱸魚",
+ "Icon": "curiosities/231.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_M1",
+ "AppId": "cur232",
+ "Name": "深海鮟鱇",
+ "Icon": "curiosities/232.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_L1",
+ "AppId": "cur233",
+ "Name": "日脊姥鯊",
+ "Icon": "curiosities/233.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_EPIC_XL",
+ "AppId": "cur234",
+ "Name": "巨型苔背魚",
+ "Icon": "curiosities/234.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_S1",
+ "AppId": "cur235",
+ "Name": "玻璃天使",
+ "Icon": "curiosities/235.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_M1",
+ "AppId": "cur236",
+ "Name": "迷霧狡蛇",
+ "Icon": "curiosities/236.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_L1",
+ "AppId": "cur237",
+ "Name": "珊瑚礁守護者",
+ "Icon": "curiosities/237.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_LUSH_LEG_XL",
+ "AppId": "cur238",
+ "Name": "盲眼泰坦核心",
+ "Icon": "curiosities/238.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "茂盛"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S1",
+ "AppId": "cur239",
+ "Name": "愚人金魚",
+ "Icon": "curiosities/239.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S2",
+ "AppId": "cur240",
+ "Name": "小型灰鰭魚",
+ "Icon": "curiosities/240.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_S3",
+ "AppId": "cur241",
+ "Name": "鹹水蠕蟲",
+ "Icon": "curiosities/241.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M1",
+ "AppId": "cur242",
+ "Name": "白堊鱗啃食魚",
+ "Icon": "curiosities/242.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_M2",
+ "AppId": "cur243",
+ "Name": "清道夫",
+ "Icon": "curiosities/243.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_L1",
+ "AppId": "cur244",
+ "Name": "暮光洞穴魚",
+ "Icon": "curiosities/244.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_COM_XL",
+ "AppId": "cur245",
+ "Name": "大岩齒魚",
+ "Icon": "curiosities/245.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S1",
+ "AppId": "cur246",
+ "Name": "鰾囊魚",
+ "Icon": "curiosities/246.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_S2",
+ "AppId": "cur247",
+ "Name": "頁岩海星",
+ "Icon": "curiosities/247.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M1",
+ "AppId": "cur248",
+ "Name": "電鰻",
+ "Icon": "curiosities/248.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_M2",
+ "AppId": "cur249",
+ "Name": "矽酸蟹",
+ "Icon": "curiosities/249.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_L1",
+ "AppId": "cur250",
+ "Name": "螳螂魟",
+ "Icon": "curiosities/250.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_RARE_XL",
+ "AppId": "cur251",
+ "Name": "鹽鱗鯡魚",
+ "Icon": "curiosities/251.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_S1",
+ "AppId": "cur252",
+ "Name": "黃金海膽",
+ "Icon": "curiosities/252.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_M1",
+ "AppId": "cur253",
+ "Name": "妖媚蠟燭魚",
+ "Icon": "curiosities/253.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_L1",
+ "AppId": "cur254",
+ "Name": "鐵氧弓鰭魚",
+ "Icon": "curiosities/254.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_EPIC_XL",
+ "AppId": "cur255",
+ "Name": "洞穴潛伏者",
+ "Icon": "curiosities/255.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_S1",
+ "AppId": "cur256",
+ "Name": "脆鱗魚龍",
+ "Icon": "curiosities/256.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_M1",
+ "AppId": "cur257",
+ "Name": "泰坦巨蟲幼蟲",
+ "Icon": "curiosities/257.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_L1",
+ "AppId": "cur258",
+ "Name": "骨化恐鱷",
+ "Icon": "curiosities/258.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_DUST_LEG_XL",
+ "AppId": "cur259",
+ "Name": "巨齒鯊",
+ "Icon": "curiosities/259.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "荒蕪"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S1",
+ "AppId": "cur260",
+ "Name": "向量鰭",
+ "Icon": "curiosities/260.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S2",
+ "AppId": "cur261",
+ "Name": "六鱗米諾魚",
+ "Icon": "curiosities/261.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_S3",
+ "AppId": "cur262",
+ "Name": "極光水母",
+ "Icon": "curiosities/262.png",
+ "Quality": "常見",
+ "Size": "小型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M1",
+ "AppId": "cur263",
+ "Name": "低語魚",
+ "Icon": "curiosities/263.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_M2",
+ "AppId": "cur264",
+ "Name": "反轉腦魚",
+ "Icon": "curiosities/264.png",
+ "Quality": "常見",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_L1",
+ "AppId": "cur265",
+ "Name": "閃爍鞭尾魚",
+ "Icon": "curiosities/265.png",
+ "Quality": "常見",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_COM_XL",
+ "AppId": "cur266",
+ "Name": "裂隙爬行者",
+ "Icon": "curiosities/266.png",
+ "Quality": "常見",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": true,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S1",
+ "AppId": "cur267",
+ "Name": "異常海葵",
+ "Icon": "curiosities/267.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_S2",
+ "AppId": "cur268",
+ "Name": "抹滅蛤蠣",
+ "Icon": "curiosities/268.png",
+ "Quality": "令人嚮往",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M1",
+ "AppId": "cur269",
+ "Name": "蠕動腦蟲",
+ "Icon": "curiosities/269.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_M2",
+ "AppId": "cur270",
+ "Name": "觀星人",
+ "Icon": "curiosities/270.png",
+ "Quality": "令人嚮往",
+ "Size": "中型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_L1",
+ "AppId": "cur271",
+ "Name": "非歐氏幾何比目魚",
+ "Icon": "curiosities/271.png",
+ "Quality": "令人嚮往",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_RARE_XL",
+ "AppId": "cur272",
+ "Name": "太陽黑子鰻",
+ "Icon": "curiosities/272.png",
+ "Quality": "令人嚮往",
+ "Size": "巨型",
+ "Time": "天",
+ "TimeKey": "day",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_S1",
+ "AppId": "cur273",
+ "Name": "全視蠕蟲",
+ "Icon": "curiosities/273.png",
+ "Quality": "史詩",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_M1",
+ "AppId": "cur274",
+ "Name": "尖叫蟹",
+ "Icon": "curiosities/274.png",
+ "Quality": "史詩",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_L1",
+ "AppId": "cur275",
+ "Name": "巨型女巫鰭",
+ "Icon": "curiosities/275.png",
+ "Quality": "史詩",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_EPIC_XL",
+ "AppId": "cur276",
+ "Name": "虛空魷魚",
+ "Icon": "curiosities/276.png",
+ "Quality": "史詩",
+ "Size": "巨型",
+ "Time": "晚",
+ "TimeKey": "night",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_S1",
+ "AppId": "cur277",
+ "Name": "深淵懼獸蛋",
+ "Icon": "curiosities/19.png",
+ "Quality": "傳奇",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_M1",
+ "AppId": "cur278",
+ "Name": "亞特蘭提德蟹",
+ "Icon": "curiosities/278.png",
+ "Quality": "傳奇",
+ "Size": "中型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_L1",
+ "AppId": "cur279",
+ "Name": "赫利奧斯之子",
+ "Icon": "curiosities/279.png",
+ "Quality": "傳奇",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_ODD_LEG_XL",
+ "AppId": "cur280",
+ "Name": "眾口巨魚",
+ "Icon": "curiosities/280.png",
+ "Quality": "傳奇",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "外星的"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_1",
+ "AppId": "cur281",
+ "Name": "海藻纖維",
+ "Icon": "curiosities/281.png",
+ "Quality": "垃圾",
+ "Size": "巨型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_2",
+ "AppId": "cur282",
+ "Name": "海藻團",
+ "Icon": "curiosities/282.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_3",
+ "AppId": "cur283",
+ "Name": "海綿",
+ "Icon": "curiosities/283.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_4",
+ "AppId": "cur284",
+ "Name": "白化珊瑚",
+ "Icon": "curiosities/284.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_5",
+ "AppId": "cur285",
+ "Name": "死亡腦珊瑚",
+ "Icon": "curiosities/285.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_6",
+ "AppId": "cur286",
+ "Name": "骨化珊瑚",
+ "Icon": "curiosities/286.png",
+ "Quality": "垃圾",
+ "Size": "大型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_7",
+ "AppId": "cur287",
+ "Name": "舊靴子",
+ "Icon": "curiosities/287.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_TRASH_8",
+ "AppId": "cur288",
+ "Name": "生鏽科技物",
+ "Icon": "curiosities/288.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ },
+ {
+ "Id": "F_BOTTLE",
+ "AppId": "cur289",
+ "Name": "瓶中信",
+ "Icon": "curiosities/289.png",
+ "Quality": "垃圾",
+ "Size": "小型",
+ "Time": "皆是",
+ "TimeKey": "both",
+ "Biomes": [
+ "全部"
+ ],
+ "NeedsStorm": false,
+ "RequiresMission": false,
+ "RequiredMissionName": "",
+ "MissionCatchChanceOverride": 0.0
+ }
+]
\ No newline at end of file
diff --git a/assets/json/zh-hant/Others.lang.json b/assets/json/zh-hant/Others.lang.json
index c292acf3b..b00ed3855 100644
--- a/assets/json/zh-hant/Others.lang.json
+++ b/assets/json/zh-hant/Others.lang.json
@@ -15101,7 +15101,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15123,7 +15124,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15145,7 +15147,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15167,7 +15170,8 @@
"Colour": "8A7F72",
"Usages": [
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
@@ -15291,7 +15295,9 @@
"Usages": [
"HasCookToCreate",
"HasDevProperties",
- "IsAddedInTrackedUpdate"
+ "IsAddedInTrackedUpdate",
+ "HasFishingLocation",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hant/Products.lang.json b/assets/json/zh-hant/Products.lang.json
index d08f25587..233e78919 100644
--- a/assets/json/zh-hant/Products.lang.json
+++ b/assets/json/zh-hant/Products.lang.json
@@ -79,7 +79,8 @@
"HasCookUsing",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 1,
"BlueprintCostType": "FactoryOverride",
diff --git a/assets/json/zh-hant/RawMaterials.lang.json b/assets/json/zh-hant/RawMaterials.lang.json
index 2730b4f4a..67d50e847 100644
--- a/assets/json/zh-hant/RawMaterials.lang.json
+++ b/assets/json/zh-hant/RawMaterials.lang.json
@@ -19,7 +19,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -48,7 +49,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -417,7 +419,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -603,7 +606,8 @@
"HasCookToCreate",
"HasDevProperties",
"IsEggIngredient",
- "IsRewardFromShipScrap"
+ "IsRewardFromShipScrap",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -793,7 +797,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1106,7 +1111,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1134,7 +1140,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1162,7 +1169,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1190,7 +1198,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1218,7 +1227,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1246,7 +1256,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
@@ -1328,7 +1339,8 @@
"HasRefinedToCreate",
"HasCookToCreate",
"HasDevProperties",
- "IsEggIngredient"
+ "IsEggIngredient",
+ "HasGoodGuysFreeBait"
],
"BlueprintCost": 0,
"BlueprintCostType": "None",
diff --git a/assets/json/zh-hant/TechTree.lang.json b/assets/json/zh-hant/TechTree.lang.json
index 2a4a56424..2f00013d8 100644
--- a/assets/json/zh-hant/TechTree.lang.json
+++ b/assets/json/zh-hant/TechTree.lang.json
@@ -5768,6 +5768,13 @@
"Icon": "technology/70.png",
"Cost": 75,
"Children": [
+ {
+ "Id": "tech71",
+ "Title": "光學鑽孔機",
+ "Icon": "technology/70.png",
+ "Cost": 460,
+ "Children": []
+ },
{
"Id": "tech278",
"Title": "釣具",
diff --git a/assets/json/zh-hant/Technology.lang.json b/assets/json/zh-hant/Technology.lang.json
index 353ca9131..8da05aed9 100644
--- a/assets/json/zh-hant/Technology.lang.json
+++ b/assets/json/zh-hant/Technology.lang.json
@@ -2538,7 +2538,7 @@
"HasDevProperties"
],
"BlueprintCost": 460,
- "BlueprintCostType": "None",
+ "BlueprintCostType": "Nanites",
"BlueprintSource": 0,
"RequiredItems": [
{
diff --git a/assets/lang/language.af.json b/assets/lang/language.af.json
index 0595f2163..6dc031a0f 100644
--- a/assets/lang/language.af.json
+++ b/assets/lang/language.af.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Alle Resepte",
"loading": "Laai tans",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "E762D7B67C741D5B19EF5830F9B1BFCB"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "56AADC181B4023B880D7C243082FD424"
}
\ No newline at end of file
diff --git a/assets/lang/language.ar.json b/assets/lang/language.ar.json
index cd037c933..6f1a08cf3 100644
--- a/assets/lang/language.ar.json
+++ b/assets/lang/language.ar.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "ar/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "جميع الوصفات",
"loading": "تحميل",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "F323B6A3346E7358A3DE789773F24F36"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "F65D490D845BE2D7953B0166F9CE2ACF"
}
\ No newline at end of file
diff --git a/assets/lang/language.cs.json b/assets/lang/language.cs.json
index 4f7dc6b80..912d35395 100644
--- a/assets/lang/language.cs.json
+++ b/assets/lang/language.cs.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Všechny položky",
"loading": "Načítání",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Přeložení pro jazyk",
"useTranslationTool": "Použít překlad",
"norwegian": "Norsko",
- "steamNews": "Novinky steamu",
"nmsfm": "Fanoušky vytvořené rádio",
+ "steamNews": "Novinky steamu",
"nmsfmSubtitle": "Hudba pro cestovatele od Cestovatele",
"steamBranches": "Steam větve",
"nmsNews": "No Man's Sky novinky",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainština",
"showReduxExpeditions": "Ukázat Redux Expedice",
"optional": "Volitelné",
- "dataFromNMSCD": "Data níže poskytnuta komunitou NMSCD",
"communityMissionProgressTracker": "Ukazatel pokroku komunitní mise",
- "hashCode": "B52AFBA85DE9A46C8D67F5004C797065"
+ "dataFromNMSCD": "Data níže poskytnuta komunitou NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "99B3E44F1A397A9F5CE641E40F9F742E"
}
\ No newline at end of file
diff --git a/assets/lang/language.de.json b/assets/lang/language.de.json
index c72ac36c1..28c92bd32 100644
--- a/assets/lang/language.de.json
+++ b/assets/lang/language.de.json
@@ -26,6 +26,7 @@
"guildMissionJson": "de/GuildMissions.lang",
"creatureHarvestJson": "de/CreatureHarvest.lang",
"seasonalExpeditionJson": "de/SeasonalExpedition.lang",
+ "fishingJson": "de/Fishing.lang",
"journeyMilestoneJson": "de/Milestones.lang",
"title": "Alle Rezepte",
"loading": "Lädt",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Übersetzung pro Sprache",
"useTranslationTool": "Übersetzungstool benutzen",
"norwegian": "Norwegisch",
- "steamNews": "Steam Neuigkeiten",
"nmsfm": "NMSFM",
+ "steamNews": "Steam Neuigkeiten",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Neuigkeiten",
"nmsNews": "No Man's Sky Neuigkeiten",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainisch",
"showReduxExpeditions": "Redux Expeditionen anzeigen",
"optional": "Optional",
- "dataFromNMSCD": "Die folgenden Daten wurden durch die NMSCD zur Verfügung gestellt",
"communityMissionProgressTracker": "Fortschrittsanzeige für Community Missionen",
- "hashCode": "5AB6968E6C03DCFCA54F6CA208BD59BD"
+ "dataFromNMSCD": "Die folgenden Daten wurden durch die NMSCD zur Verfügung gestellt",
+ "fishing": "Angeln",
+ "fishingLocation": "Angelplätze",
+ "fishingBait": "Köder",
+ "biome": "Biom",
+ "time": "Zeit",
+ "size": "Größe",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "27E59EA053609D872F5E4C6E6AD165A7"
}
\ No newline at end of file
diff --git a/assets/lang/language.en.json b/assets/lang/language.en.json
index e9c08298d..83d98dc83 100644
--- a/assets/lang/language.en.json
+++ b/assets/lang/language.en.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Assistant for No Man's Sky",
"loading": "Loading",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "5F94D5DE963AB0C25472FB9D519F2911"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "FEA12B689D104C6CFB189E69E2614B7C"
}
\ No newline at end of file
diff --git a/assets/lang/language.es.json b/assets/lang/language.es.json
index 122bfce11..a8dc8e139 100644
--- a/assets/lang/language.es.json
+++ b/assets/lang/language.es.json
@@ -26,6 +26,7 @@
"guildMissionJson": "es/GuildMissions.lang",
"creatureHarvestJson": "es/CreatureHarvest.lang",
"seasonalExpeditionJson": "es/SeasonalExpedition.lang",
+ "fishingJson": "es/Fishing.lang",
"journeyMilestoneJson": "es/Milestones.lang",
"title": "Todas las recetas",
"loading": "Cargando",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Traducción por idioma",
"useTranslationTool": "Utilizar herramienta de traducción",
"norwegian": "Noruego",
- "steamNews": "Noticias de Steam",
"nmsfm": "NMSFM",
+ "steamNews": "Noticias de Steam",
"nmsfmSubtitle": "Música por Viajeros para Viajeros",
"steamBranches": "Versiones dentro de Steam",
"nmsNews": "Noticias de No Man's Sky",
@@ -475,7 +476,15 @@
"ukrainian": "Ucraniano",
"showReduxExpeditions": "Mostrar las Expediciones Redux",
"optional": "Opcional",
- "dataFromNMSCD": "Datos a continuación proporcionados por NMSCD",
"communityMissionProgressTracker": "Seguimiento del Progreso de la Misión Comunitaria",
- "hashCode": "ED0A5FBC4EE092D3249447A98D6362AC"
+ "dataFromNMSCD": "Datos a continuación proporcionados por NMSCD",
+ "fishing": "La Pesca",
+ "fishingLocation": "Lugar de Pesca",
+ "fishingBait": "Cebo de Pesca",
+ "biome": "Bioma",
+ "time": "Tiempo",
+ "size": "Tamaño",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "A10C93BC81E356131E1403CB3127C7BA"
}
\ No newline at end of file
diff --git a/assets/lang/language.fr.json b/assets/lang/language.fr.json
index 30971a458..c8db287e1 100644
--- a/assets/lang/language.fr.json
+++ b/assets/lang/language.fr.json
@@ -26,6 +26,7 @@
"guildMissionJson": "fr/GuildMissions.lang",
"creatureHarvestJson": "fr/CreatureHarvest.lang",
"seasonalExpeditionJson": "fr/SeasonalExpedition.lang",
+ "fishingJson": "fr/Fishing.lang",
"journeyMilestoneJson": "fr/Milestones.lang",
"title": "Assistant pour No Man's Sky",
"loading": "Chargement",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Traduction par language ",
"useTranslationTool": "Utiliser l'outil de traduction ",
"norwegian": "Norvégien ",
- "steamNews": "News Steam",
"nmsfm": "NMS Radio",
+ "steamNews": "News Steam",
"nmsfmSubtitle": "Musique pour les voyageurs, par des voyageurs ",
"steamBranches": "Branche pour steam",
"nmsNews": "News No Man's Sky ",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainien",
"showReduxExpeditions": "Afficher les expéditions Redux",
"optional": "Facultatif",
- "dataFromNMSCD": "Données ci-dessous fournies par le NMSCD",
"communityMissionProgressTracker": "Suivi des progrès de la mission communautaire",
- "hashCode": "29572DEFC7EBE7972C96A9AE77CA5BAE"
+ "dataFromNMSCD": "Données ci-dessous fournies par le NMSCD",
+ "fishing": "Pécher ",
+ "fishingLocation": "points de pêche ",
+ "fishingBait": "appâts de pêche ",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Taille",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "0FE3E99792EA326050BCAEE997451E65"
}
\ No newline at end of file
diff --git a/assets/lang/language.hu.json b/assets/lang/language.hu.json
index 5ac717f8a..1d0fc1d7d 100644
--- a/assets/lang/language.hu.json
+++ b/assets/lang/language.hu.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Minden recept",
"loading": "Töltés",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Fordítás nyelvenként",
"useTranslationTool": "Használja a Fordító eszközt",
"norwegian": "Norvég",
- "steamNews": "Steam hirek",
"nmsfm": "NMSFM",
+ "steamNews": "Steam hirek",
"nmsfmSubtitle": "Zene Utazóknak, az utazóktól",
"steamBranches": "Steam Elágazások",
"nmsNews": "No man Sky hírek",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrán",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "68E27BAB387117F4C33A7CD8D8C3BD8F"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "0F649778FFF9E214C0F5F69F013E2A55"
}
\ No newline at end of file
diff --git a/assets/lang/language.id.json b/assets/lang/language.id.json
index a91ce1809..c982f4fca 100644
--- a/assets/lang/language.id.json
+++ b/assets/lang/language.id.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Seluruh Resep",
"loading": "Memuat",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Terjemahan per Bahasa ",
"useTranslationTool": "Gunakan Alat Terjemahan ",
"norwegian": "Norwegia ",
- "steamNews": "Berita Steam",
"nmsfm": "NMSFM",
+ "steamNews": "Berita Steam",
"nmsfmSubtitle": "Musik untuk penjelajah oleh penjelajah",
"steamBranches": "Cabang Steam ",
"nmsNews": "Berita No Man's sky",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "C52183BBEC98843272C14178D26239CA"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "B754C5D477FCB4E8BE176A4212D84766"
}
\ No newline at end of file
diff --git a/assets/lang/language.it.json b/assets/lang/language.it.json
index bba87b6e9..2d09a126e 100644
--- a/assets/lang/language.it.json
+++ b/assets/lang/language.it.json
@@ -26,6 +26,7 @@
"guildMissionJson": "it/GuildMissions.lang",
"creatureHarvestJson": "it/CreatureHarvest.lang",
"seasonalExpeditionJson": "it/SeasonalExpedition.lang",
+ "fishingJson": "it/Fishing.lang",
"journeyMilestoneJson": "it/Milestones.lang",
"title": "Tutte le Ricette",
"loading": "Caricamento",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Traduzione per lingua",
"useTranslationTool": "Usa lo strumento di traduzione",
"norwegian": "Norvegese",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Musica per viaggiatori da viaggiatori",
"steamBranches": "Categorie Steam",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "ucraino",
"showReduxExpeditions": "Mostra spedizione Redux",
"optional": "Opzionale",
- "dataFromNMSCD": "Di seguito i dati forniti da NMSCD",
"communityMissionProgressTracker": "Contatore progressi missioni comunitarie ",
- "hashCode": "AEC2A3D927E897CE2BC5935659CBBA94"
+ "dataFromNMSCD": "Di seguito i dati forniti da NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "7F66A478F9DCFCA42952867C83834BD5"
}
\ No newline at end of file
diff --git a/assets/lang/language.ja.json b/assets/lang/language.ja.json
index e055e843b..de9cd1c68 100644
--- a/assets/lang/language.ja.json
+++ b/assets/lang/language.ja.json
@@ -26,6 +26,7 @@
"guildMissionJson": "ja/GuildMissions.lang",
"creatureHarvestJson": "ja/CreatureHarvest.lang",
"seasonalExpeditionJson": "ja/SeasonalExpedition.lang",
+ "fishingJson": "ja/Fishing.lang",
"journeyMilestoneJson": "ja/Milestones.lang",
"title": "建築",
"loading": "読み込み中",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "A1C0F0366CCBC55B977AF10E044BC71D"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "189293E1565A5C57002FD02920901058"
}
\ No newline at end of file
diff --git a/assets/lang/language.kr.json b/assets/lang/language.kr.json
index 6fcf9f42f..88157faea 100644
--- a/assets/lang/language.kr.json
+++ b/assets/lang/language.kr.json
@@ -1,32 +1,33 @@
{
- "rawMaterialsJson": "en/RawMaterials.lang",
- "productsJson": "en/Products.lang",
- "otherItemsJson": "en/Others.lang",
- "curiosityJson": "en/Curiosity.lang",
- "refineryJson": "en/Refinery.lang",
- "technologiesJson": "en/Technology.lang",
- "cookingJson": "en/Cooking.lang",
+ "rawMaterialsJson": "ko/RawMaterials.lang",
+ "productsJson": "ko/Products.lang",
+ "otherItemsJson": "ko/Others.lang",
+ "curiosityJson": "ko/Curiosity.lang",
+ "refineryJson": "ko/Refinery.lang",
+ "technologiesJson": "ko/Technology.lang",
+ "cookingJson": "ko/Cooking.lang",
"exploitJson": "en/Exploits.lang",
- "buildingsJson": "en/Buildings.lang",
+ "buildingsJson": "ko/Buildings.lang",
"guidesJson": "en/Guides.lang",
- "tradeItemsJson": "en/TradeItems.lang",
- "upgradeModulesJson": "en/UpgradeModules.lang",
- "nutrientProcessorJson": "en/NutrientProcessor.lang",
- "constructedTechnologyJson": "en/ConstructedTechnology.lang",
- "technologyModulesJson": "en/TechnologyModule.lang",
- "proceduralProductsJson": "en/ProceduralProducts.lang",
- "techTreeJson": "en/TechTree.lang",
- "titlesJson": "en/Titles.lang",
- "alienPuzzleJson": "en/AlienPuzzle.lang",
- "alienPuzzleRewardsJson": "en/AlienPuzzleRewards.lang",
- "weekendMissionSeason1Json": "en/WeekendMissionsSeason1.lang",
- "weekendMissionSeason2Json": "en/WeekendMissionsSeason2.lang",
- "weekendMissionSeason3Json": "en/WeekendMissionsSeason3.lang",
- "factionJson": "en/Factions.lang",
- "guildMissionJson": "en/GuildMissions.lang",
- "creatureHarvestJson": "en/CreatureHarvest.lang",
- "seasonalExpeditionJson": "en/SeasonalExpedition.lang",
- "journeyMilestoneJson": "en/Milestones.lang",
+ "tradeItemsJson": "ko/TradeItems.lang",
+ "upgradeModulesJson": "ko/UpgradeModules.lang",
+ "nutrientProcessorJson": "ko/NutrientProcessor.lang",
+ "constructedTechnologyJson": "ko/ConstructedTechnology.lang",
+ "technologyModulesJson": "ko/TechnologyModule.lang",
+ "proceduralProductsJson": "ko/ProceduralProducts.lang",
+ "techTreeJson": "ko/TechTree.lang",
+ "titlesJson": "ko/Titles.lang",
+ "alienPuzzleJson": "ko/AlienPuzzle.lang",
+ "alienPuzzleRewardsJson": "ko/AlienPuzzleRewards.lang",
+ "weekendMissionSeason1Json": "ko/WeekendMissionsSeason1.lang",
+ "weekendMissionSeason2Json": "ko/WeekendMissionsSeason2.lang",
+ "weekendMissionSeason3Json": "ko/WeekendMissionsSeason3.lang",
+ "factionJson": "ko/Factions.lang",
+ "guildMissionJson": "ko/GuildMissions.lang",
+ "creatureHarvestJson": "ko/CreatureHarvest.lang",
+ "seasonalExpeditionJson": "ko/SeasonalExpedition.lang",
+ "fishingJson": "ko/Fishing.lang",
+ "journeyMilestoneJson": "ko/Milestones.lang",
"title": "조리법 전체",
"loading": "로딩 중",
"about": "개발자 정보",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "언어별 번역률",
"useTranslationTool": "번역 도구 사용하기",
"norwegian": "노르웨이어",
- "steamNews": " Steam 뉴스",
"nmsfm": "NMS 라디오",
+ "steamNews": " Steam 뉴스",
"nmsfmSubtitle": "여행자에 의한, 여행자를 위한 음악",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "우크라니아어",
"showReduxExpeditions": "재실행 원정 표시하기",
"optional": "선택 사항",
- "dataFromNMSCD": "데이터 제공: NMSCD",
"communityMissionProgressTracker": "커뮤니티 미션 진행도 추적",
- "hashCode": "AD3D1FE8A3BCC80024B70AAAF55588BB"
+ "dataFromNMSCD": "데이터 제공: NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "1674CDB872D02038BF0F1C38560C2AB6"
}
\ No newline at end of file
diff --git a/assets/lang/language.ms.json b/assets/lang/language.ms.json
index 7e9b78bac..b4ed6297c 100644
--- a/assets/lang/language.ms.json
+++ b/assets/lang/language.ms.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Semua Resipi ",
"loading": "Memuatkan ",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Terjemahan setiap Bahasa ",
"useTranslationTool": "Gunakan Alat Terjemahan ",
"norwegian": "bahasa Norway ",
- "steamNews": "Berita Steam ",
"nmsfm": "NMSFM",
+ "steamNews": "Berita Steam ",
"nmsfmSubtitle": "Muzik untuk Pengembara oleh Pengembara ",
"steamBranches": "Cawangan Steam",
"nmsNews": "Berita No Man's Sky ",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "CEA09705CE699D017777CA17335DD2CC"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "09DCD3D83EE7A66AD484434604B9D951"
}
\ No newline at end of file
diff --git a/assets/lang/language.nl.json b/assets/lang/language.nl.json
index ed20abeb0..2b8ab0245 100644
--- a/assets/lang/language.nl.json
+++ b/assets/lang/language.nl.json
@@ -26,6 +26,7 @@
"guildMissionJson": "nl/GuildMissions.lang",
"creatureHarvestJson": "nl/CreatureHarvest.lang",
"seasonalExpeditionJson": "nl/SeasonalExpedition.lang",
+ "fishingJson": "nl/Fishing.lang",
"journeyMilestoneJson": "nl/Milestones.lang",
"title": "Alle Recepten",
"loading": "Laden",
@@ -147,7 +148,7 @@
"french": "Frans",
"german": "Duitse",
"italian": "Italiaans",
- "korean": "Korean",
+ "korean": "Koreaans",
"portuguese": "Portugees",
"brazilianPortuguese": "Braziliaans Portugees",
"polish": "Pools",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Vertalingen per Taal",
"useTranslationTool": "Gebruik de Vertaler",
"norwegian": "Noors",
- "steamNews": "Steam Nieuws",
"nmsfm": "No Man's Sky FM",
+ "steamNews": "Steam Nieuws",
"nmsfmSubtitle": "Muziek van reizigers voor reizigers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky nieuws",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Onderstaande gegevens zijn verstrekt door de NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "02B1A3B7AEC2F214EBCFB1480DD53349"
+ "dataFromNMSCD": "Onderstaande gegevens zijn verstrekt door de NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "A0803235D16EAA6B1DDE851EDC7B21BF"
}
\ No newline at end of file
diff --git a/assets/lang/language.no.json b/assets/lang/language.no.json
index acbce6a7f..bafabc7da 100644
--- a/assets/lang/language.no.json
+++ b/assets/lang/language.no.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "alle oppskrifter",
"loading": "laster",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Oversettelse på språk",
"useTranslationTool": "Bruk oversetter verktøy",
"norwegian": "Norsk",
- "steamNews": "Steam Nyheter",
"nmsfm": "NMSFM fan radio ",
+ "steamNews": "Steam Nyheter",
"nmsfmSubtitle": "Musikk for reisende av reisende",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky Nyheter",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "9B19F29D1387560F2136A95E32F7FBDA"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "2519C119E640E29DD7FA7A6A94667788"
}
\ No newline at end of file
diff --git a/assets/lang/language.ph.json b/assets/lang/language.ph.json
index 1d75aded4..f17f7fbe5 100644
--- a/assets/lang/language.ph.json
+++ b/assets/lang/language.ph.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Lahat ng Recipe",
"loading": "Nagkakarga..",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "30CEDFB392CA0DF002E915C645F09B53"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "77A2EDAD1BFF285C662A901AF7400585"
}
\ No newline at end of file
diff --git a/assets/lang/language.pl.json b/assets/lang/language.pl.json
index 461ff585b..b48610f03 100644
--- a/assets/lang/language.pl.json
+++ b/assets/lang/language.pl.json
@@ -26,6 +26,7 @@
"guildMissionJson": "pl/GuildMissions.lang",
"creatureHarvestJson": "pl/CreatureHarvest.lang",
"seasonalExpeditionJson": "pl/SeasonalExpedition.lang",
+ "fishingJson": "pl/Fishing.lang",
"journeyMilestoneJson": "pl/Milestones.lang",
"title": "Wszystkie receptury",
"loading": "Ładowanie",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Tłumaczenia na język",
"useTranslationTool": "Użyj narzędzia do tłumaczeń",
"norwegian": "norweski",
- "steamNews": "Aktualności Steam",
"nmsfm": "NMSFM",
+ "steamNews": "Aktualności Steam",
"nmsfmSubtitle": "Muzyka od podróżników dla podróżników",
"steamBranches": "Gałęzie Steam",
"nmsNews": "Aktualności No Man’s Sky",
@@ -475,7 +476,15 @@
"ukrainian": "Ukraiński",
"showReduxExpeditions": "Pokaż Przywrócone Ekspedycje",
"optional": "Opcjonalne",
- "dataFromNMSCD": "Poniższe dane dostarczone przez NMSCD",
"communityMissionProgressTracker": "Śledzenie postępu misji społeczności",
- "hashCode": "61E7B662462D28B53A9125DF2A4EE219"
+ "dataFromNMSCD": "Poniższe dane dostarczone przez NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "F5A231503B6D7886DAC24A80BDF99025"
}
\ No newline at end of file
diff --git a/assets/lang/language.pt-br.json b/assets/lang/language.pt-br.json
index 73793568b..e1fd599f3 100644
--- a/assets/lang/language.pt-br.json
+++ b/assets/lang/language.pt-br.json
@@ -26,6 +26,7 @@
"guildMissionJson": "pt-br/GuildMissions.lang",
"creatureHarvestJson": "pt-br/CreatureHarvest.lang",
"seasonalExpeditionJson": "pt-br/SeasonalExpedition.lang",
+ "fishingJson": "pt-br/Fishing.lang",
"journeyMilestoneJson": "pt-br/Milestones.lang",
"title": "Todas as Receitas",
"loading": "Carregando",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Tradução por língua",
"useTranslationTool": "Usar ferramenta de Tradução",
"norwegian": "Norueguês",
- "steamNews": "Notícias da Steam",
"nmsfm": "NMS FM",
+ "steamNews": "Notícias da Steam",
"nmsfmSubtitle": "Música para Viajantes, por Viajantes",
"steamBranches": "Ramos da Steam",
"nmsNews": "Notícias de No Man's Sky",
@@ -475,7 +476,15 @@
"ukrainian": "Ucraniano",
"showReduxExpeditions": "Mostrar Expedições Redux",
"optional": "Opcional ",
- "dataFromNMSCD": "Dados abaixo fornecidos por the NMSCD",
"communityMissionProgressTracker": "Rastrear Progresso de Missões da Comunidade ",
- "hashCode": "F81DAF08F3BA698BDAC0B1C7AFA00941"
+ "dataFromNMSCD": "Dados abaixo fornecidos por the NMSCD",
+ "fishing": "Pesca",
+ "fishingLocation": "Locais de pesca",
+ "fishingBait": "Isca de pesca",
+ "biome": "Bioma",
+ "time": "Hora",
+ "size": "Tamanho",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "CEED2D3D39DAF0F08AEA1BE4CCFAABD1"
}
\ No newline at end of file
diff --git a/assets/lang/language.pt.json b/assets/lang/language.pt.json
index 7a8611d43..ab0c4debe 100644
--- a/assets/lang/language.pt.json
+++ b/assets/lang/language.pt.json
@@ -26,6 +26,7 @@
"guildMissionJson": "pt/GuildMissions.lang",
"creatureHarvestJson": "pt/CreatureHarvest.lang",
"seasonalExpeditionJson": "pt/SeasonalExpedition.lang",
+ "fishingJson": "pt/Fishing.lang",
"journeyMilestoneJson": "pt/Milestones.lang",
"title": "Todas as Receitas",
"loading": "Carregando",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "6C6090993FA5D1A60D7C456E6BD2DF94"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "04344EB419BA132713DA4C48C857E9FC"
}
\ No newline at end of file
diff --git a/assets/lang/language.ro.json b/assets/lang/language.ro.json
index 9c16a62ae..f959b8201 100644
--- a/assets/lang/language.ro.json
+++ b/assets/lang/language.ro.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Toate rețetele",
"loading": "Se încarcă",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "DFEB5FBB9C6E26F24B0A09532C782981"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "8CA5470F17EC255343174B5A627807E0"
}
\ No newline at end of file
diff --git a/assets/lang/language.ru.json b/assets/lang/language.ru.json
index e0bff38b7..ff5870de7 100644
--- a/assets/lang/language.ru.json
+++ b/assets/lang/language.ru.json
@@ -26,6 +26,7 @@
"guildMissionJson": "ru/GuildMissions.lang",
"creatureHarvestJson": "ru/CreatureHarvest.lang",
"seasonalExpeditionJson": "ru/SeasonalExpedition.lang",
+ "fishingJson": "ru/Fishing.lang",
"journeyMilestoneJson": "ru/Milestones.lang",
"title": "Все рецепты",
"loading": "Загрузка",
@@ -147,7 +148,7 @@
"french": "Français",
"german": "Deutsch",
"italian": "Italiano",
- "korean": "Korean",
+ "korean": "Корейский",
"portuguese": "Português",
"brazilianPortuguese": "Português (Brazil)",
"polish": "Polski",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Перевод для языка",
"useTranslationTool": "Инструмент для перевода",
"norwegian": "Норвежский",
- "steamNews": "Новости Steam",
"nmsfm": "Радио NMS",
+ "steamNews": "Новости Steam",
"nmsfmSubtitle": "Музыка для странников от странников",
"steamBranches": "Ветки Steam",
"nmsNews": "Новости No Man's Sky",
@@ -475,7 +476,15 @@
"ukrainian": "Українська ",
"showReduxExpeditions": "Русский",
"optional": "Необязательный",
- "dataFromNMSCD": "Данные ниже предоставлены NMSCD.",
"communityMissionProgressTracker": "Отслеживание прогресса миссии сообщества",
- "hashCode": "9E4EF0D844BBA96D48588D52020181C0"
+ "dataFromNMSCD": "Данные ниже предоставлены NMSCD.",
+ "fishing": "Рыбалка",
+ "fishingLocation": "Места для рыбалки",
+ "fishingBait": "Наживка",
+ "biome": "Биом",
+ "time": "Время ",
+ "size": "Размер",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "065DC657A6EE8BC19D51393B3C3216AC"
}
\ No newline at end of file
diff --git a/assets/lang/language.tl.json b/assets/lang/language.tl.json
index e9c08298d..83d98dc83 100644
--- a/assets/lang/language.tl.json
+++ b/assets/lang/language.tl.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Assistant for No Man's Sky",
"loading": "Loading",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "5F94D5DE963AB0C25472FB9D519F2911"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "FEA12B689D104C6CFB189E69E2614B7C"
}
\ No newline at end of file
diff --git a/assets/lang/language.tr.json b/assets/lang/language.tr.json
index 60c3ab130..71c71c556 100644
--- a/assets/lang/language.tr.json
+++ b/assets/lang/language.tr.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Tüm Tarifler",
"loading": "Yükleniyor",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Dil başına çeviri",
"useTranslationTool": "Çeviri aleti kullan",
"norwegian": "Norveççe",
- "steamNews": "Steam Haberleri",
"nmsfm": "NMSFM",
+ "steamNews": "Steam Haberleri",
"nmsfmSubtitle": "Yolcular için Yolcular'dan Müzikler",
"steamBranches": "Steam Dalları",
"nmsNews": "No Man's Sky Haberleri",
@@ -475,7 +476,15 @@
"ukrainian": "Ukraynaca",
"showReduxExpeditions": "Redux keşiflerini göster",
"optional": "Opsiyonel",
- "dataFromNMSCD": "Aşağıdaki veriler NMSDC tarafından sağlanmıştır.",
"communityMissionProgressTracker": "Topluluk görevi takibi",
- "hashCode": "52A73BFFF819A2C94E31C9C8C3B63BD7"
+ "dataFromNMSCD": "Aşağıdaki veriler NMSDC tarafından sağlanmıştır.",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "862AB86F65122E79DBBEF5F33F7A8923"
}
\ No newline at end of file
diff --git a/assets/lang/language.uk.json b/assets/lang/language.uk.json
index 0689a0d79..07657292b 100644
--- a/assets/lang/language.uk.json
+++ b/assets/lang/language.uk.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Всі рецепти ",
"loading": "Завантаження",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Переклад кожною мовою",
"useTranslationTool": "Інструмент перекладу",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky Новини",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Показати повтор. експедиції",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "E8804787E060DF57DE98B624D4E4151E"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "CB612A52B9A1CCBFAB0295B963FBDAA5"
}
\ No newline at end of file
diff --git a/assets/lang/language.ur.json b/assets/lang/language.ur.json
index 269b45194..cd7dd8e9e 100644
--- a/assets/lang/language.ur.json
+++ b/assets/lang/language.ur.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "en/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "تمام ریسپیز",
"loading": "لوڈنگ",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "75F6AE573D289E0E8AB5656FEFAD01A4"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "4BF8C0D2FAB228BFE0EF7190ADF1C10B"
}
\ No newline at end of file
diff --git a/assets/lang/language.vi-vn.json b/assets/lang/language.vi-vn.json
index e1ee399bc..eaa10ed32 100644
--- a/assets/lang/language.vi-vn.json
+++ b/assets/lang/language.vi-vn.json
@@ -26,6 +26,7 @@
"guildMissionJson": "en/GuildMissions.lang",
"creatureHarvestJson": "en/CreatureHarvest.lang",
"seasonalExpeditionJson": "vi-VN/SeasonalExpedition.lang",
+ "fishingJson": "en/Fishing.lang",
"journeyMilestoneJson": "en/Milestones.lang",
"title": "Công thức",
"loading": "Đang tải",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Tiến trình dịch sang các ngôn ngữ khác",
"useTranslationTool": "Dùng công cụ dịch",
"norwegian": "Tiếng Na uy",
- "steamNews": "Tin tức từ Steam",
"nmsfm": "NMSFM",
+ "steamNews": "Tin tức từ Steam",
"nmsfmSubtitle": "Âm nhạc cho các nhà du hành từ các nhà du hành",
"steamBranches": "Trên Steam",
"nmsNews": "Tin tức No Man's Sky",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "D1B12825883F8254DE1F086FC2BD9382"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "D4F71C4DF6F7F0DD9E40C1C145118705"
}
\ No newline at end of file
diff --git a/assets/lang/language.zh-hans.json b/assets/lang/language.zh-hans.json
index 5b7c50cec..afe301955 100644
--- a/assets/lang/language.zh-hans.json
+++ b/assets/lang/language.zh-hans.json
@@ -22,10 +22,11 @@
"weekendMissionSeason1Json": "zh-hans/WeekendMissionsSeason1.lang",
"weekendMissionSeason2Json": "zh-hans/WeekendMissionsSeason2.lang",
"weekendMissionSeason3Json": "zh-hans/WeekendMissionsSeason3.lang",
- "factionJson": "en/Factions.lang",
+ "factionJson": "zh-hans/Factions.lang",
"guildMissionJson": "zh-hans/GuildMissions.lang",
"creatureHarvestJson": "zh-hans/CreatureHarvest.lang",
"seasonalExpeditionJson": "zh-hans/SeasonalExpedition.lang",
+ "fishingJson": "zh-hans/Fishing.lang",
"journeyMilestoneJson": "zh-hans/Milestones.lang",
"title": "无人深空助手",
"loading": "加载中",
@@ -147,7 +148,7 @@
"french": "法语",
"german": "德语",
"italian": "意大利语",
- "korean": "Korean",
+ "korean": "韩语",
"portuguese": "葡萄牙语",
"brazilianPortuguese": "葡萄牙语(巴西)",
"polish": "波兰语",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "每种语言的翻译进度",
"useTranslationTool": "使用翻译工具",
"norwegian": "挪威语",
- "steamNews": "Steam新闻",
"nmsfm": "无人深空FM",
+ "steamNews": "Steam新闻",
"nmsfmSubtitle": "各路旅行者的原创音乐",
"steamBranches": "Steam分支",
"nmsNews": "无人深空新闻",
@@ -475,7 +476,15 @@
"ukrainian": "乌克兰语",
"showReduxExpeditions": "显示重启的远征",
"optional": "可选",
- "dataFromNMSCD": "以下数据由NMSCD提供",
"communityMissionProgressTracker": "社区任务进度追踪器",
- "hashCode": "912138A922B23D20FE3514E8D3CD3976"
+ "dataFromNMSCD": "以下数据由NMSCD提供",
+ "fishing": "钓鱼",
+ "fishingLocation": "垂钓点",
+ "fishingBait": "鱼饵",
+ "biome": "生物群系",
+ "time": "时段",
+ "size": "大小",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "78D05C0B001C6ECC91447F0016C023D5"
}
\ No newline at end of file
diff --git a/assets/lang/language.zh-hant.json b/assets/lang/language.zh-hant.json
index a117a8c2a..164e64f5c 100644
--- a/assets/lang/language.zh-hant.json
+++ b/assets/lang/language.zh-hant.json
@@ -22,10 +22,11 @@
"weekendMissionSeason1Json": "zh-hant/WeekendMissionsSeason1.lang",
"weekendMissionSeason2Json": "zh-hant/WeekendMissionsSeason2.lang",
"weekendMissionSeason3Json": "zh-hant/WeekendMissionsSeason3.lang",
- "factionJson": "en/Factions.lang",
+ "factionJson": "zh-hant/Factions.lang",
"guildMissionJson": "zh-hant/GuildMissions.lang",
"creatureHarvestJson": "zh-hant/CreatureHarvest.lang",
"seasonalExpeditionJson": "zh-hant/SeasonalExpedition.lang",
+ "fishingJson": "zh-hant/Fishing.lang",
"journeyMilestoneJson": "zh-hant/Milestones.lang",
"title": "所有材料",
"loading": "載入中",
@@ -357,8 +358,8 @@
"translationPercentageComplete": "Translation per Language",
"useTranslationTool": "Use Translation Tool",
"norwegian": "Norwegian",
- "steamNews": "Steam News",
"nmsfm": "NMSFM",
+ "steamNews": "Steam News",
"nmsfmSubtitle": "Music for Travelers by Travelers",
"steamBranches": "Steam Branches",
"nmsNews": "No Man's Sky News",
@@ -475,7 +476,15 @@
"ukrainian": "Ukrainian",
"showReduxExpeditions": "Show Redux Expeditions",
"optional": "Optional",
- "dataFromNMSCD": "Data below supplied by the NMSCD",
"communityMissionProgressTracker": "Community Mission Progress Tracker",
- "hashCode": "B937D5AAC6E2D5252DABA7CC025A8F28"
+ "dataFromNMSCD": "Data below supplied by the NMSCD",
+ "fishing": "Fishing",
+ "fishingLocation": "Fishing Locations",
+ "fishingBait": "Fishing Bait",
+ "biome": "Biome",
+ "time": "Time",
+ "size": "Size",
+ "infoProvidedByAndOther": "The information below is provided by {0} and others",
+ "contributeToExternalInfo": "If you see any error or wish to contribute, please get in contact with them by:",
+ "hashCode": "6349704B8C01A748EE3E45E350879A88"
}
\ No newline at end of file
diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss
index 3bd60ab81..c2a092009 100644
--- a/installers/assistantNMS.iss
+++ b/installers/assistantNMS.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Assistant for No Man's Sky"
-#define MyAppVersion "2.27.0"
+#define MyAppVersion "2.28.0"
#define MyAppPublisher "AssistantApps"
#define MyAppURL "https://nmsassistant.com/"
#define MyAppExeName "assistantnms_app.exe"
diff --git a/lib/assistant_apps_settings.dart b/lib/assistant_apps_settings.dart
index f94d0d607..d12c51932 100644
--- a/lib/assistant_apps_settings.dart
+++ b/lib/assistant_apps_settings.dart
@@ -1,3 +1,3 @@
const assistantAppsApiUrl = 'https://api.assistantapps.com';
const assistantAppsAppGuid = '589405b4-e40f-4cd9-b793-6bf37944ee09';
-const currentWhatIsNewGuid = '884b654e-ad8c-4828-9b01-b0c186fe30c9';
+const currentWhatIsNewGuid = '214b8dd9-4f3e-40a9-8373-2840451b77d9';
diff --git a/lib/components/modalBottomSheet/good_guys_free_modal_bottom_sheet.dart b/lib/components/modalBottomSheet/good_guys_free_modal_bottom_sheet.dart
new file mode 100644
index 000000000..19ae0246e
--- /dev/null
+++ b/lib/components/modalBottomSheet/good_guys_free_modal_bottom_sheet.dart
@@ -0,0 +1,135 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:flutter/material.dart';
+
+import '../../constants/app_duration.dart';
+import '../../constants/modal.dart';
+import '../../contracts/fishing/good_guy_free_bait_view_model.dart';
+import '../common/row_helper.dart';
+
+class GoodGuysFreeBottomSheet extends StatelessWidget {
+ final GoodGuyFreeBaitViewModel viewModel;
+ const GoodGuysFreeBottomSheet({Key? key, required this.viewModel})
+ : super(key: key);
+
+ Widget gridCell(String text) => Padding(
+ padding: const EdgeInsets.symmetric(vertical: 8),
+ child: Text(
+ text,
+ textAlign: TextAlign.center,
+ ),
+ );
+
+ @override
+ Widget build(BuildContext context) {
+ var infoProvidedByAndOtherArr = getTranslations()
+ .fromKey(LocaleKey.infoProvidedByAndOther)
+ .split('{0}');
+
+ List widgets = [
+ () => const EmptySpace1x(),
+ () => RichText(
+ text: TextSpan(
+ style: getThemeSubtitle(context),
+ children: [
+ TextSpan(text: infoProvidedByAndOtherArr[0]),
+ TextSpan(
+ text: 'GoodGuysFree, PureCalamity, Lowe Gotembomrek',
+ style:
+ TextStyle(color: getTheme().getSecondaryColour(context)),
+ ),
+ TextSpan(text: infoProvidedByAndOtherArr[1]),
+ ],
+ ),
+ textAlign: TextAlign.center,
+ ),
+ () => RichText(
+ text: TextSpan(
+ style: getThemeSubtitle(context),
+ children: [
+ TextSpan(
+ text: getTranslations().fromKey(
+ LocaleKey.contributeToExternalInfo,
+ ),
+ ),
+ ],
+ ),
+ textAlign: TextAlign.center,
+ ),
+ () => const EmptySpace2x(),
+ () => rowWith2Columns(
+ PositiveButton(
+ title: 'Discord',
+ backgroundColour: HexColor('5865F2'),
+ onTap: () =>
+ launchExternalURL('http://discord.com/users/goodguysfree'),
+ ),
+ PositiveButton(
+ title: 'Twitter',
+ backgroundColour: HexColor('08A0E9'),
+ onTap: () => launchExternalURL('https://x.com/goodguysfree'),
+ ),
+ ),
+ () => const EmptySpace2x(),
+ () => Table(
+ border: TableBorder.all(
+ width: 2,
+ color: getTheme().getCardBackgroundColour(context),
+ ),
+ children: [
+ TableRow(
+ children: [
+ TableCell(
+ child: gridCell(
+ getTranslations().fromKey(LocaleKey.rarity),
+ ),
+ ),
+ TableCell(
+ child: gridCell(
+ getTranslations().fromKey(LocaleKey.size),
+ ),
+ ),
+ TableCell(child: gridCell('Used for')),
+ TableCell(child: gridCell('Average')),
+ ],
+ ),
+ TableRow(
+ children: [
+ TableCell(child: gridCell('${viewModel.rarity} %')),
+ TableCell(child: gridCell('${viewModel.size} %')),
+ TableCell(child: gridCell(viewModel.usedFor)),
+ TableCell(child: gridCell('${viewModel.average} %')),
+ ],
+ ),
+ ],
+ ),
+ () => const EmptySpace2x(),
+ () => Row(
+ mainAxisSize: MainAxisSize.max,
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: [
+ PositiveButton(
+ title: 'Google Sheet',
+ onTap: () => launchExternalURL(
+ 'https://docs.google.com/spreadsheets/d/1x9LFIzRIFG8B17wQqDNaD77atbtVtq9YK_PsbIJasiY'),
+ )
+ ],
+ ),
+ ];
+
+ return AnimatedSize(
+ duration: AppDuration.modal,
+ child: Container(
+ constraints: modalDefaultSize(context),
+ child: Padding(
+ padding: const EdgeInsets.all(12),
+ child: ListView.builder(
+ padding: const EdgeInsets.all(0),
+ itemCount: widgets.length,
+ itemBuilder: (_, int index) => widgets[index](),
+ shrinkWrap: true,
+ ),
+ ),
+ ),
+ );
+ }
+}
diff --git a/lib/components/modalBottomSheet/patreon_modal_bottom_sheet.dart b/lib/components/modalBottomSheet/patreon_modal_bottom_sheet.dart
index dc61c27bc..49535de59 100644
--- a/lib/components/modalBottomSheet/patreon_modal_bottom_sheet.dart
+++ b/lib/components/modalBottomSheet/patreon_modal_bottom_sheet.dart
@@ -131,7 +131,6 @@ void handlePatreonBottomModalSheetWhenTapped(
bool isPatron, {
required DateTime unlockDate,
required void Function(BuildContext dialogCtx) onTap,
- Future Function(BuildContext dialogCtx)? onSettingsTap,
}) {
bool isLocked = isPatreonFeatureLocked(unlockDate, isPatron);
if (isLocked == false) {
@@ -143,8 +142,11 @@ void handlePatreonBottomModalSheetWhenTapped(
navContext,
hasRoundedCorners: true,
builder: (BuildContext innerContext) => PatreonModalBottomSheet(
- onSettingsTap: onSettingsTap,
unlockDate: unlockDate,
+ onSettingsTap: (navCtx) => getNavigation().navigateAwayFromHomeAsync(
+ navCtx,
+ navigateToNamed: Routes.settings,
+ ),
onTap: onTap,
),
);
diff --git a/lib/components/tilePresenters/bait_tile_presenter.dart b/lib/components/tilePresenters/bait_tile_presenter.dart
new file mode 100644
index 000000000..a1fce6341
--- /dev/null
+++ b/lib/components/tilePresenters/bait_tile_presenter.dart
@@ -0,0 +1,389 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:flutter/material.dart';
+
+import '../../constants/app_image.dart';
+import '../../constants/patreon.dart';
+import '../../constants/routes.dart';
+import '../../contracts/data/bait_data.dart';
+import '../../contracts/fishing/good_guy_free_bait_view_model.dart';
+import '../../contracts/required_item_details.dart';
+import '../../helpers/generic_helper.dart';
+import '../../integration/dependency_injection.dart';
+import '../../pages/generic/generic_page.dart';
+import '../modalBottomSheet/good_guys_free_modal_bottom_sheet.dart';
+import 'patreon_tile_presenter.dart';
+
+class BaitDataWithItemDetails {
+ BaitData bait;
+ RequiredItemDetails itemDetails;
+
+ BaitDataWithItemDetails({required this.bait, required this.itemDetails});
+}
+
+Widget baitTilePresenter(
+ BuildContext context,
+ BaitDataWithItemDetails data, {
+ void Function()? onTap,
+ bool? wrapInCard = true,
+}) {
+ List getStatWidgets({required String image, required double stat}) {
+ return [
+ LocalImage(imagePath: image, height: 30),
+ Padding(
+ padding: const EdgeInsets.only(top: 4, left: 4, right: 8),
+ child: displayFishValue(stat),
+ )
+ ];
+ }
+
+ var image = genericTileImage(
+ data.itemDetails.icon,
+ imageBackgroundColour: data.itemDetails.colour,
+ borderRadius: const BorderRadius.only(topLeft: Radius.circular(8)),
+ );
+
+ var innerChild = InkWell(
+ child: Column(
+ mainAxisSize: MainAxisSize.min,
+ children: [
+ Container(
+ decoration: BoxDecoration(
+ border: Border(
+ bottom: BorderSide(
+ width: 1,
+ color: Colors.white.withOpacity(0.2),
+ ),
+ ),
+ ),
+ child: Row(
+ mainAxisSize: MainAxisSize.max,
+ children: [
+ if (image != null)
+ Container(
+ child: image,
+ constraints: const BoxConstraints(maxWidth: 75),
+ ),
+ const EmptySpace1x(),
+ Column(
+ mainAxisSize: MainAxisSize.min,
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ Text(
+ data.itemDetails.name,
+ textAlign: TextAlign.left,
+ overflow: TextOverflow.ellipsis,
+ style: const TextStyle(fontSize: 16),
+ ),
+ const EmptySpace(0.5),
+ Wrap(
+ children: [
+ ...getStatWidgets(
+ image: AppImage.fishingDay,
+ stat: data.bait.dayTimeBoost,
+ ),
+ ...getStatWidgets(
+ image: AppImage.fishingNight,
+ stat: data.bait.nightTimeBoost,
+ ),
+ ...getStatWidgets(
+ image: AppImage.storm,
+ stat: data.bait.stormBoost,
+ ),
+ ],
+ )
+ ],
+ ),
+ ],
+ ),
+ ),
+ const Row(
+ mainAxisSize: MainAxisSize.max,
+ children: [EmptySpace(1.5)],
+ ),
+ Row(
+ mainAxisSize: MainAxisSize.max,
+ children: [
+ Expanded(
+ child: Table(
+ children: [
+ const TableRow(
+ children: [
+ TableCell(
+ child: Text(
+ 'Junk',
+ textAlign: TextAlign.center,
+ )),
+ TableCell(
+ child: Text(
+ 'Common',
+ textAlign: TextAlign.center,
+ )),
+ TableCell(
+ child: Text(
+ 'Rare',
+ textAlign: TextAlign.center,
+ )),
+ TableCell(
+ child: Text(
+ 'Epic',
+ textAlign: TextAlign.center,
+ )),
+ TableCell(
+ child: Text(
+ 'Legendary',
+ textAlign: TextAlign.center,
+ )),
+ ],
+ ),
+ TableRow(
+ children: [
+ TableCell(
+ child: displayFishValue(
+ data.bait.rarityBoosts.junk,
+ ),
+ ),
+ TableCell(
+ child: displayFishValue(
+ data.bait.rarityBoosts.common,
+ ),
+ ),
+ TableCell(
+ child: displayFishValue(
+ data.bait.rarityBoosts.rare,
+ ),
+ ),
+ TableCell(
+ child: displayFishValue(
+ data.bait.rarityBoosts.epic,
+ ),
+ ),
+ TableCell(
+ child: displayFishValue(
+ data.bait.rarityBoosts.legendary,
+ ),
+ ),
+ ],
+ ),
+ ],
+ ),
+ ),
+ ],
+ ),
+ const Row(
+ mainAxisSize: MainAxisSize.max,
+ children: [EmptySpace2x()],
+ ),
+ ],
+ ),
+ onTap: onTap ??
+ () {
+ getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateTo: (context) => GenericPage(data.bait.appId),
+ );
+ },
+ );
+
+ if (wrapInCard == false) {
+ return innerChild;
+ }
+ return Card(child: innerChild);
+}
+
+Widget ggfBaitAlertTilePresenter(BuildContext context) {
+ var infoProvidedByAndOtherArr =
+ getTranslations().fromKey(LocaleKey.infoProvidedByAndOther).split('{0}');
+ return FlatCard(
+ child: Padding(
+ padding: const EdgeInsets.only(top: 8, left: 8, right: 8, bottom: 4),
+ child: Container(
+ decoration: BoxDecoration(
+ border: Border.all(color: Colors.amber, width: 2),
+ borderRadius: BorderRadius.circular(12),
+ ),
+ child: Padding(
+ padding: const EdgeInsets.all(16),
+ child: Column(
+ mainAxisSize: MainAxisSize.min,
+ crossAxisAlignment: CrossAxisAlignment.center,
+ children: [
+ RichText(
+ text: TextSpan(
+ style: getThemeSubtitle(context),
+ children: [
+ TextSpan(text: infoProvidedByAndOtherArr[0]),
+ TextSpan(
+ text: 'GoodGuysFree, PureCalamity, Lowe Gotembomrek',
+ style: TextStyle(
+ color: getTheme().getSecondaryColour(context)),
+ ),
+ TextSpan(text: infoProvidedByAndOtherArr[1]),
+ ],
+ ),
+ textAlign: TextAlign.center,
+ ),
+ RichText(
+ text: TextSpan(
+ style: getThemeSubtitle(context),
+ children: [
+ TextSpan(
+ text: getTranslations().fromKey(
+ LocaleKey.contributeToExternalInfo,
+ ),
+ ),
+ TextSpan(
+ text: ' Discord',
+ style: TextStyle(
+ color: getTheme().getSecondaryColour(context)),
+ ),
+ const TextSpan(text: ' or '),
+ TextSpan(
+ text: 'Twitter',
+ style: TextStyle(
+ color: getTheme().getSecondaryColour(context)),
+ ),
+ ],
+ ),
+ textAlign: TextAlign.center,
+ ),
+ ],
+ ),
+ ),
+ ),
+ ),
+ );
+}
+
+Widget ggfBaitTilePresenter(
+ BuildContext context,
+ GoodGuyFreeBaitViewModel data, {
+ bool? showInfoAction,
+ void Function()? onTap,
+}) {
+ var localeMap = getLanguage().defaultLanguageMap();
+ var onClickNav = showInfoAction != true
+ ? () => getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateTo: (context) => GenericPage(data.appId),
+ )
+ : () => getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateToNamed: Routes.fishingGgfBait,
+ );
+ return FlatCard(
+ child: genericListTileWithSubtitle(
+ context,
+ leadingImage: data.icon,
+ name: data.name,
+ subtitle: RichText(
+ textAlign: TextAlign.left,
+ text: TextSpan(
+ style: getThemeSubtitle(context),
+ children: [
+ TextSpan(text: getTranslations().fromKey(LocaleKey.rarity) + ': '),
+ TextSpan(
+ text: data.rarity.toString() + '%',
+ style: TextStyle(color: getTheme().getSecondaryColour(context)),
+ ),
+ const TextSpan(text: ', '),
+ TextSpan(text: getTranslations().fromKey(LocaleKey.size) + ': '),
+ TextSpan(
+ text: data.size.toString() + '%',
+ style: TextStyle(color: getTheme().getSecondaryColour(context)),
+ ),
+ if (getTranslations().currentLanguage == localeMap.code) ...[
+ const TextSpan(text: ', Used for: '),
+ TextSpan(
+ text: data.usedFor,
+ style: TextStyle(color: getTheme().getSecondaryColour(context)),
+ ),
+ ],
+ ],
+ ),
+ ),
+ trailing: showInfoAction != true
+ ? null
+ : IconButton(
+ icon: const Icon(Icons.info_outline),
+ iconSize: 32,
+ onPressed: () => adaptiveBottomModalSheet(
+ context,
+ hasRoundedCorners: true,
+ builder: (BuildContext innerContext) =>
+ GoodGuysFreeBottomSheet(viewModel: data),
+ ),
+ ),
+ onTap: onTap ?? onClickNav,
+ ),
+ );
+}
+
+// List ggfBaitOnCatalogueTilePresenter(
+// BuildContext context, GoodGuyFreeBaitViewModel? goodGuyFreeBait) {
+// if (goodGuyFreeBait == null) return List.empty();
+
+// goodGuyFreeBait.icon = AppImage.fishingBait;
+// return [
+// const EmptySpace3x(),
+// GenericItemText(getTranslations().fromKey(LocaleKey.fishingBait)),
+// ggfBaitTilePresenter(context, goodGuyFreeBait, showInfoAction: true),
+// ];
+// }
+
+List ggfBaitOnCatalogueTilePresenter(
+ BuildContext context,
+ String itemId,
+ bool isPatronLocked,
+) {
+ var title = getTranslations().fromKey(LocaleKey.fishingBait);
+ List updateWidgets = [
+ const EmptySpace3x(),
+ GenericItemText(title),
+ ];
+
+ if (isPatronLocked) {
+ updateWidgets.add(FlatCard(
+ child: patronFeatureTilePresenter(
+ context,
+ title,
+ Routes.fishingLocations,
+ PatreonEarlyAccessFeature.fishingDataPage,
+ ),
+ ));
+ } else {
+ updateWidgets.add(CachedFutureBuilder(
+ future: getApiRepo().getGoodGuyFreeBaitForItem(
+ getTranslations().currentLanguage,
+ itemId,
+ ),
+ whileLoading: () => getLoading().smallLoadingTile(context),
+ whenDoneLoading: (ResultWithValue baitResult) {
+ var errorTile = ListTile(
+ leading: const LocalImage(imagePath: AppImage.error),
+ title: Text(
+ getTranslations().fromKey(LocaleKey.somethingWentWrong),
+ ),
+ );
+
+ if (baitResult.hasFailed) return errorTile;
+
+ GoodGuyFreeBaitViewModel? ggfItem = baitResult.value;
+
+ ggfItem.icon = AppImage.fishingBait;
+ return ggfBaitTilePresenter(
+ context,
+ ggfItem,
+ showInfoAction: true,
+ onTap: () {
+ getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateToNamed: Routes.fishingGgfBait,
+ );
+ },
+ );
+ },
+ ));
+ }
+
+ return updateWidgets;
+}
diff --git a/lib/components/tilePresenters/community_spotlight_tile_presenter.dart b/lib/components/tilePresenters/community_spotlight_tile_presenter.dart
index 95e62819c..37342c878 100644
--- a/lib/components/tilePresenters/community_spotlight_tile_presenter.dart
+++ b/lib/components/tilePresenters/community_spotlight_tile_presenter.dart
@@ -7,7 +7,7 @@ import '../../contracts/generated/community_spotlight_view_model.dart';
Widget communitySpotlightTilePresenter(
BuildContext context,
- CommuntySpotlightViewModel communitySpotlight, {
+ CommunitySpotlightViewModel communitySpotlight, {
void Function()? onTap,
}) {
Function() localOnTap =
diff --git a/lib/components/tilePresenters/fishing_page_tile_presenter.dart b/lib/components/tilePresenters/fishing_page_tile_presenter.dart
new file mode 100644
index 000000000..42ad9dbef
--- /dev/null
+++ b/lib/components/tilePresenters/fishing_page_tile_presenter.dart
@@ -0,0 +1,102 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/constants/app_image.dart';
+import 'package:flutter/material.dart';
+
+import '../../contracts/fishing/fishing_data.dart';
+import '../../pages/fishing/fishing_page.dart';
+import '../../pages/generic/generic_page.dart';
+
+Widget fishingPageLinkTilePresenter(
+ BuildContext context,
+ FishingPageLink link, {
+ void Function()? onTap,
+}) {
+ Widget backgroundImgSource = Padding(
+ child: Image.asset(
+ '${getPath().imageAssetPathPrefix}/${link.imgPath}',
+ fit: BoxFit.fitWidth,
+ height: 150,
+ ),
+ padding: const EdgeInsets.symmetric(horizontal: 1),
+ );
+
+ const tileBorder = BorderRadius.only(
+ topLeft: Radius.circular(12),
+ topRight: Radius.circular(12),
+ bottomLeft: Radius.circular(8),
+ bottomRight: Radius.circular(8),
+ );
+
+ Widget content = InkWell(
+ borderRadius: tileBorder,
+ child: Column(
+ mainAxisSize: MainAxisSize.max,
+ children: [
+ backgroundImgSource,
+ Container(
+ color: const Color.fromRGBO(0, 0, 0, 1),
+ child: Column(
+ children: [
+ GenericItemName(link.name),
+ ],
+ ),
+ width: double.infinity,
+ ),
+ ],
+ ),
+ onTap: onTap ??
+ () => getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateToNamed: link.route,
+ ),
+ );
+
+ return Padding(
+ child: ClipRRect(
+ borderRadius: tileBorder,
+ child: Container(
+ color: HexColor(link.colour),
+ child: content,
+ ),
+ ),
+ padding: const EdgeInsets.only(top: 8, right: 12, bottom: 8, left: 12),
+ );
+}
+
+Widget fishingDataTilePresenter(
+ BuildContext context,
+ FishingData data, {
+ void Function()? onTap,
+}) {
+ return genericListTileWithSubtitle(
+ context,
+ leadingImage: data.icon,
+ name: data.name,
+ subtitle: Opacity(
+ opacity: 0.75,
+ child: Text(
+ getTranslations().fromKey(LocaleKey.biome) +
+ ': ' +
+ data.biomes.join(', '),
+ )),
+ trailing: Wrap(
+ spacing: 8,
+ children: [
+ if (data.needsStorm) const LocalImage(imagePath: AppImage.storm),
+ if (data.timeKey == 'day')
+ const LocalImage(imagePath: AppImage.fishingDay),
+ if (data.timeKey == 'night')
+ const LocalImage(imagePath: AppImage.fishingNight),
+ if (data.timeKey == 'both')
+ const LocalImage(imagePath: AppImage.fishingBoth),
+ ],
+ ),
+ onTap: onTap ??
+ () {
+ getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateTo: (context) => GenericPage(data.appId),
+ );
+ },
+ );
+}
diff --git a/lib/components/tilePresenters/generic_tile_presenter.dart b/lib/components/tilePresenters/generic_tile_presenter.dart
index bf3e4bee3..1d2e96ed9 100644
--- a/lib/components/tilePresenters/generic_tile_presenter.dart
+++ b/lib/components/tilePresenters/generic_tile_presenter.dart
@@ -10,6 +10,7 @@ Widget genericTileWithBackgroundColourPresenter(
BuildContext context,
GenericPageItem genericItem,
bool isHero, {
+ bool? removeContentPadding,
void Function()? onTap,
}) {
String itemIcon = (genericItem.icon.isEmpty)
@@ -19,6 +20,7 @@ Widget genericTileWithBackgroundColourPresenter(
context,
leadingImage: itemIcon,
leadingImageHero: isHero ? gameItemIconHero(genericItem) : null,
+ removeContentPadding: removeContentPadding,
imageBackgroundColour: genericItem.colour,
name: genericItem.name,
onTap: onTap ??
@@ -38,6 +40,7 @@ Widget genericTilePresenter(
BuildContext context,
GenericPageItem genericItem,
bool isHero, {
+ bool? removeContentPadding,
void Function()? onTap,
}) {
String itemIcon = (genericItem.icon.isEmpty)
@@ -48,6 +51,7 @@ Widget genericTilePresenter(
context,
leadingImage: itemIcon,
leadingImageHero: isHero ? gameItemIconHero(genericItem) : null,
+ removeContentPadding: removeContentPadding,
name: genericItem.name,
onTap: onTap ??
() {
diff --git a/lib/components/tilePresenters/major_update_tile_presenter.dart b/lib/components/tilePresenters/major_update_tile_presenter.dart
index 570f2c025..ab977564d 100644
--- a/lib/components/tilePresenters/major_update_tile_presenter.dart
+++ b/lib/components/tilePresenters/major_update_tile_presenter.dart
@@ -32,7 +32,7 @@ Widget majorUpdateTilePresenter(
children: [
backgroundImgSource,
Container(
- color: const Color.fromRGBO(0, 0, 0, 0.45),
+ color: const Color.fromRGBO(0, 0, 0, 1),
child: Column(children: [
GenericItemName(updateNewItems.title),
]),
diff --git a/lib/components/tilePresenters/patreon_tile_presenter.dart b/lib/components/tilePresenters/patreon_tile_presenter.dart
index b03c188cc..c80c730ac 100644
--- a/lib/components/tilePresenters/patreon_tile_presenter.dart
+++ b/lib/components/tilePresenters/patreon_tile_presenter.dart
@@ -1,9 +1,7 @@
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:flutter/material.dart';
-import '../../constants/app_image.dart';
-import '../../constants/nms_ui_constants.dart';
-import '../dialogs/pretty_dialog.dart';
+import '../modalBottomSheet/patreon_modal_bottom_sheet.dart';
Widget patronTilePresenter(BuildContext context, PatreonViewModel patron) {
if (patron.url == ExternalUrls.patreon) {
@@ -27,9 +25,12 @@ Widget patronTilePresenter(BuildContext context, PatreonViewModel patron) {
);
}
-Widget patronFeatureTilePresenter(BuildContext context, String featureName,
- String navigateToNamed, DateTime unlockDate) {
- var isFeatureAvailable = DateTime.now().isAfter(unlockDate);
+Widget patronFeatureTilePresenter(
+ BuildContext context,
+ String featureName,
+ String navigateToNamed,
+ DateTime unlockDate,
+) {
var timeDiff =
unlockDate.millisecondsSinceEpoch - DateTime.now().millisecondsSinceEpoch;
var descripText =
@@ -38,28 +39,19 @@ Widget patronFeatureTilePresenter(BuildContext context, String featureName,
'{0}',
getFriendlyTimeLeft(context, timeDiff),
);
- void Function() onTap;
- onTap = () {
- Future Function() navigateAway;
- navigateAway = () => getNavigation().navigateAwayFromHomeAsync(
- context,
- navigateToNamed: navigateToNamed,
- );
- if (isFeatureAvailable) {
- navigateAway();
- return;
- }
-
- prettyDialog(
- context,
- AppImage.patreonFeature,
- getTranslations().fromKey(LocaleKey.featureNotAvailable),
- descrip,
- okButtonText: getTranslations().fromKey(LocaleKey.patreon),
- buttonOkColor: HexColor(NMSUIConstants.PatreonHex),
- onSuccess: (_) => launchExternalURL(ExternalUrls.patreon),
+ void Function(BuildContext) onTap;
+ onTap = (navCtx) {
+ handlePatreonBottomModalSheetWhenTapped(
+ navCtx,
+ false,
+ unlockDate: unlockDate,
+ onTap: (innerNavCtx) => getNavigation().navigateAwayFromHomeAsync(
+ innerNavCtx,
+ navigateToNamed: navigateToNamed,
+ ),
);
};
+
return FlatCard(
child: ListTile(
leading: DonationImage.patreon(),
@@ -76,9 +68,9 @@ Widget patronFeatureTilePresenter(BuildContext context, String featureName,
trailing: IconButton(
icon: const Icon(Icons.help),
iconSize: 32.0,
- onPressed: onTap,
+ onPressed: () => onTap(context),
),
- onTap: onTap,
+ onTap: () => onTap(context),
),
);
}
diff --git a/lib/components/tilePresenters/required_item_tile_presenter.dart b/lib/components/tilePresenters/required_item_tile_presenter.dart
index 6608a4d8a..fc142c811 100644
--- a/lib/components/tilePresenters/required_item_tile_presenter.dart
+++ b/lib/components/tilePresenters/required_item_tile_presenter.dart
@@ -116,6 +116,7 @@ Widget genericHomeTileWithRequiredItemsPresenter(
BuildContext context,
GenericPageItem genericItem,
bool isHero, {
+ bool? removeContentPadding,
void Function()? onTap,
}) {
return CachedFutureBuilder>(
@@ -127,6 +128,7 @@ Widget genericHomeTileWithRequiredItemsPresenter(
genericItem,
isHero,
data,
+ removeContentPadding: removeContentPadding,
);
},
);
@@ -136,6 +138,7 @@ Widget genericHomeTileWithRequiredItemsAndBackgroundColourPresenter(
BuildContext context,
GenericPageItem genericItem,
bool isHero, {
+ bool? removeContentPadding,
void Function()? onTap,
}) {
return CachedFutureBuilder>(
@@ -159,6 +162,7 @@ Widget genericHomeTileWithRequiredItemsBody(
bool isHero,
List snapshot, {
bool displayBackgroundColour = false,
+ bool? removeContentPadding,
void Function()? onTap,
}) {
if (snapshot.isEmpty) {
@@ -168,12 +172,14 @@ Widget genericHomeTileWithRequiredItemsBody(
genericItem,
isHero,
onTap: onTap,
+ removeContentPadding: removeContentPadding,
);
} else {
genericTilePresenter(
context,
genericItem,
isHero,
+ removeContentPadding: removeContentPadding,
onTap: onTap,
);
}
diff --git a/lib/components/tilePresenters/tech_tree_tile_presenter.dart b/lib/components/tilePresenters/tech_tree_tile_presenter.dart
index c76118a07..7ecae005d 100644
--- a/lib/components/tilePresenters/tech_tree_tile_presenter.dart
+++ b/lib/components/tilePresenters/tech_tree_tile_presenter.dart
@@ -21,23 +21,14 @@ Widget techTreeNodeTilePresenter(
}
Widget techTreeTilePresenter(BuildContext context, String name) {
- return Row(
- children: [
- const SizedBox(
- child: null,
- height: 50,
- width: 50,
- ),
- Padding(
- padding: const EdgeInsets.only(left: 8),
- child: Column(
- crossAxisAlignment: CrossAxisAlignment.start,
- children: [
- Text(name, maxLines: 2),
- Container(height: 4),
- ],
- ),
- ),
- ],
+ return Padding(
+ padding: const EdgeInsets.only(left: 8),
+ child: Column(
+ crossAxisAlignment: CrossAxisAlignment.start,
+ children: [
+ Text(name, maxLines: 2),
+ Container(height: 4),
+ ],
+ ),
);
}
diff --git a/lib/constants/analytics_event.dart b/lib/constants/analytics_event.dart
index 2f93a14af..8e9cc3d78 100644
--- a/lib/constants/analytics_event.dart
+++ b/lib/constants/analytics_event.dart
@@ -92,6 +92,10 @@ class AnalyticsEvent {
static const String twitchCampaignPage = "Twitch_Campaigns_Page_View";
static const String starshipScrapPagePage = "Starship_Scrap_Page_View";
static const String randomPortalPage = 'Random_Portal_Page_View';
+ static const String fishingPage = 'Fishing_Page_View';
+ static const String fishingBaitPage = 'Fishing_Bait_Page_View';
+ static const String fishingGgfBaitPage = 'Fishing_Ggf_Bait_Page_View';
+ static const String fishingLocationPage = 'Fishing_Location_Page_View';
//user_events
static const String addToCartFromHome = 'Added_item_to_cart_from_Home_Page';
static const String exploitItemClick = 'Exploit_item_Click';
@@ -110,7 +114,7 @@ class AnalyticsEvent {
static const String externalLinkBuyMeACoffee = 'BuyMeACoffee';
static const String externalLinkPayPal = 'PayPal';
static const String externalLinkPatreon = 'Patreon';
- static const String externalLinkkofi = 'Ko-fi';
+ static const String externalLinkKofi = 'Ko-fi';
static const String externalLinkKurtLourensEmail = 'Email_hi@kurtlourens.com';
static const String externalLinkGitHubGeneral = 'Go_to_General_Repository';
static const String externalLinkGitHubLanguage = 'Go_to_Language_Repository';
diff --git a/lib/constants/api_urls.dart b/lib/constants/api_urls.dart
index 57f3a69ce..083da5f59 100644
--- a/lib/constants/api_urls.dart
+++ b/lib/constants/api_urls.dart
@@ -26,4 +26,5 @@ class ApiUrls {
static const String communitySearchChips = "CommunityLink/NMSCD-Chips";
static const String communityMissionProgressByMission =
"CommunityMissionProgress/progressByMission/";
+ static const String goodGuyFreeBait = "GoodGuysFree/{lang}/bait";
}
diff --git a/lib/constants/app_available_languages.dart b/lib/constants/app_available_languages.dart
index e5ef8d858..a264cbc1f 100644
--- a/lib/constants/app_available_languages.dart
+++ b/lib/constants/app_available_languages.dart
@@ -3,33 +3,33 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
List supportedLanguageMaps = [
LocalizationMap(LocaleKey.english, 'en', 'gb', percentageComplete: 100),
- LocalizationMap(LocaleKey.dutch, 'nl', 'nl', percentageComplete: 78),
- LocalizationMap(LocaleKey.german, 'de', 'de', percentageComplete: 100),
- LocalizationMap(LocaleKey.french, 'fr', 'fr', percentageComplete: 100),
- LocalizationMap(LocaleKey.italian, 'it', 'it', percentageComplete: 100),
+ LocalizationMap(LocaleKey.dutch, 'nl', 'nl', percentageComplete: 77),
+ LocalizationMap(LocaleKey.german, 'de', 'de', percentageComplete: 99),
+ LocalizationMap(LocaleKey.french, 'fr', 'fr', percentageComplete: 99),
+ LocalizationMap(LocaleKey.italian, 'it', 'it', percentageComplete: 98),
LocalizationMap(LocaleKey.russian, 'ru', 'ru', percentageComplete: 99),
- LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 100),
- LocalizationMap(LocaleKey.brazilianPortuguese, 'pt-br', 'br', percentageComplete: 100),
+ LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 98),
+ LocalizationMap(LocaleKey.brazilianPortuguese, 'pt-br', 'br', percentageComplete: 99),
LocalizationMap(LocaleKey.portuguese, 'pt', 'pt', percentageComplete: 36),
- LocalizationMap(LocaleKey.norwegian, 'no', 'no', percentageComplete: 78),
+ LocalizationMap(LocaleKey.norwegian, 'no', 'no', percentageComplete: 77),
LocalizationMap(LocaleKey.romanian, 'ro', 'ro', percentageComplete: 38),
- LocalizationMap(LocaleKey.spanish, 'es', 'es', percentageComplete: 100),
- LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 100),
- LocalizationMap(LocaleKey.turkish, 'tr', 'tr', percentageComplete: 100),
- LocalizationMap(LocaleKey.hungarian, 'hu', 'hu', percentageComplete: 98),
+ LocalizationMap(LocaleKey.spanish, 'es', 'es', percentageComplete: 99),
+ LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 98),
+ LocalizationMap(LocaleKey.turkish, 'tr', 'tr', percentageComplete: 98),
+ LocalizationMap(LocaleKey.hungarian, 'hu', 'hu', percentageComplete: 97),
LocalizationMap(LocaleKey.simplifiedChinese, 'zh-hans', 'cn', percentageComplete: 99),
- LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', percentageComplete: 61),
+ LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', percentageComplete: 60),
LocalizationMap(LocaleKey.arabic, 'ar', 'ae', percentageComplete: 11),
- LocalizationMap(LocaleKey.vietnamese, 'vi-vn', 'vn', percentageComplete: 87),
+ LocalizationMap(LocaleKey.vietnamese, 'vi-vn', 'vn', percentageComplete: 86),
LocalizationMap(LocaleKey.urdu, 'ur', 'pk', percentageComplete: 6),
LocalizationMap(LocaleKey.filipino, 'ph', 'ph', percentageComplete: 0),
- LocalizationMap(LocaleKey.indonesian, 'id', 'id', percentageComplete: 86),
- LocalizationMap(LocaleKey.malaysian, 'ms', 'my', percentageComplete: 86),
+ LocalizationMap(LocaleKey.indonesian, 'id', 'id', percentageComplete: 84),
+ LocalizationMap(LocaleKey.malaysian, 'ms', 'my', percentageComplete: 84),
LocalizationMap(LocaleKey.tagalog, 'tl', 'ph', percentageComplete: 0),
LocalizationMap(LocaleKey.japanese, 'ja', 'jp', percentageComplete: 10),
- LocalizationMap(LocaleKey.ukrainian, 'uk', 'ua', percentageComplete: 41),
- LocalizationMap(LocaleKey.korean, 'kr', 'kr', percentageComplete: 97),
- LocalizationMap(LocaleKey.afrikaans, 'af', 'za', percentageComplete: 59),
+ LocalizationMap(LocaleKey.ukrainian, 'uk', 'ua', percentageComplete: 40),
+ LocalizationMap(LocaleKey.korean, 'kr', 'kr', percentageComplete: 95),
+ LocalizationMap(LocaleKey.afrikaans, 'af', 'za', percentageComplete: 58),
];
diff --git a/lib/constants/app_image.dart b/lib/constants/app_image.dart
index e1fe61bce..e061d9851 100644
--- a/lib/constants/app_image.dart
+++ b/lib/constants/app_image.dart
@@ -22,6 +22,10 @@ class AppImage {
static const String starshipScrap = base + 'special/starshipScrap.png';
static const String creatureHarvest = base + 'special/creatureHarvest.png';
static const String creatureKill = base + 'special/creatureKill.png';
+ static const String storm = base + 'special/storm.png';
+ static const String fishingDay = base + 'special/fishing-day.png';
+ static const String fishingNight = base + 'special/fishing-night.png';
+ static const String fishingBoth = base + 'special/fishing-both.png';
static const String drawer = 'drawer/';
static const String about = drawer + 'about.png';
@@ -112,6 +116,9 @@ class AppImage {
static const String statImages = base + 'stats';
+ static const String fishingBait = 'technology/280.png';
+ static const String fishingLocation = 'curiosities/173.png';
+
static const String update = 'update/';
static const String updateCompanions = update + 'companions.png';
static const String updateExpeditions = update + 'expeditions.png';
@@ -136,6 +143,7 @@ class AppImage {
static const String veritasVelez = 'contributors/veritasVelez.jpg';
static const String nomNom = 'contributors/nomnomSimple.png';
static const String kanaju = 'contributors/kanaju.png';
+ static const String goodGuysFree = 'contributors/goodGuysFree.png';
static const String assistantNMSIcon = 'icon.png';
static const String assistantNMSWindowIcon = 'window_icon.png';
static const String kurtlIcon = 'KurtLourens.png';
diff --git a/lib/constants/patreon.dart b/lib/constants/patreon.dart
index ebe9b8fa5..92b88eb34 100644
--- a/lib/constants/patreon.dart
+++ b/lib/constants/patreon.dart
@@ -9,6 +9,7 @@ class PatreonEarlyAccessFeature {
static DateTime newMilestonesPage = DateTime(2022, 4, 1);
static DateTime newMajorUpdatesPage = DateTime(2022, 6, 18);
static DateTime syncInventoryPage = DateTime(2022, 12, 24);
+ static DateTime fishingDataPage = DateTime(2024, 10, 1);
}
bool isPatreonFeatureLocked(DateTime unlockDate, bool isPatron) {
diff --git a/lib/constants/routes.dart b/lib/constants/routes.dart
index 177f000d7..e89468c01 100644
--- a/lib/constants/routes.dart
+++ b/lib/constants/routes.dart
@@ -13,6 +13,10 @@ import '../pages/donation.dart';
import '../pages/faction/faction_list_page.dart';
import '../pages/faction/journey_milestone.dart';
import '../pages/favourite/favourites_page.dart';
+import '../pages/fishing/bait_stat_page.dart';
+import '../pages/fishing/fishing_location_page.dart';
+import '../pages/fishing/fishing_page.dart';
+import '../pages/fishing/good_guys_free_bait_stat_page.dart';
import '../pages/friendCode/friend_code_list_page.dart';
import '../pages/guide/assistant_apps_guides_page.dart';
import '../pages/guide/guides_page.dart';
@@ -110,6 +114,10 @@ class Routes {
static const String nomNomInventoryTutorial = '/nomNomInventoryTutorial';
static const String randomPortal = '/randomPortal';
static const String missionGenerator = '/missionGenerator';
+ static const String fishing = '/fishing';
+ static const String fishingBait = '/fishingBait';
+ static const String fishingGgfBait = '/fishingGgfBait';
+ static const String fishingLocations = '/fishingLocations';
}
Map initNamedRoutes(
@@ -193,6 +201,10 @@ Map initNamedRoutes(
Routes.nomNomInventoryTutorial: (context) =>
const NomNomInventorySyncTutorial(),
Routes.randomPortal: (context) => const RandomPortalPage(),
+ Routes.fishing: (context) => const FishingPage(),
+ Routes.fishingBait: (context) => const BaitStatPage(),
+ Routes.fishingGgfBait: (context) => GoodGuysFreeBaitStatPage(),
+ Routes.fishingLocations: (context) => FishingLocationPage(),
});
return routes;
}
diff --git a/lib/constants/usage_key.dart b/lib/constants/usage_key.dart
index c81de87ea..70163d007 100644
--- a/lib/constants/usage_key.dart
+++ b/lib/constants/usage_key.dart
@@ -14,6 +14,9 @@ class UsageKey {
static const String isRewardFromShipScrap = 'IsRewardFromShipScrap';
static const String isAddedInTrackedUpdate = 'IsAddedInTrackedUpdate';
static const String hasCreatureHarvest = 'HasCreatureHarvest';
+ static const String hasFishingLocation = 'HasFishingLocation';
+ static const String hasFishingBait = 'HasFishingBait';
+ static const String hasGoodGuysFreeBait = 'HasGoodGuysFreeBait';
static const String isExpeditionSeason = 'IsExpeditionSeason{0}Reward';
static const String isTwitchCampaign = 'IsTwitchCampaign{0}Reward';
diff --git a/lib/contracts/data/bait_data.dart b/lib/contracts/data/bait_data.dart
new file mode 100644
index 000000000..f621dac0e
--- /dev/null
+++ b/lib/contracts/data/bait_data.dart
@@ -0,0 +1,91 @@
+// To parse this JSON data, do
+//
+// final eggTrait = eggTraitFromJson(jsonString);
+
+import 'dart:convert';
+
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+
+class BaitData {
+ BaitData({
+ required this.id,
+ required this.appId,
+ required this.rarityBoosts,
+ required this.sizeBoosts,
+ required this.dayTimeBoost,
+ required this.nightTimeBoost,
+ required this.stormBoost,
+ });
+
+ String id;
+ String appId;
+ RarityBoosts rarityBoosts;
+ SizeBoosts sizeBoosts;
+ double dayTimeBoost;
+ double nightTimeBoost;
+ double stormBoost;
+
+ factory BaitData.fromRawJson(String str) =>
+ BaitData.fromJson(json.decode(str));
+
+ factory BaitData.fromJson(Map? json) => BaitData(
+ id: readStringSafe(json, 'Id'),
+ appId: readStringSafe(json, 'AppId'),
+ rarityBoosts: RarityBoosts.fromJson(json?['RarityBoosts']),
+ sizeBoosts: SizeBoosts.fromJson(json?['SizeBoosts']),
+ dayTimeBoost: readDoubleSafe(json, 'DayTimeBoost'),
+ nightTimeBoost: readDoubleSafe(json, 'NightTimeBoost'),
+ stormBoost: readDoubleSafe(json, 'StormBoost'),
+ );
+}
+
+class RarityBoosts {
+ RarityBoosts({
+ required this.junk,
+ required this.common,
+ required this.rare,
+ required this.epic,
+ required this.legendary,
+ });
+
+ double junk;
+ double common;
+ double rare;
+ double epic;
+ double legendary;
+
+ factory RarityBoosts.fromRawJson(String str) =>
+ RarityBoosts.fromJson(json.decode(str));
+
+ factory RarityBoosts.fromJson(Map? json) => RarityBoosts(
+ junk: readDoubleSafe(json, 'Junk'),
+ common: readDoubleSafe(json, 'Common'),
+ rare: readDoubleSafe(json, 'Rare'),
+ epic: readDoubleSafe(json, 'Epic'),
+ legendary: readDoubleSafe(json, 'Legendary'),
+ );
+}
+
+class SizeBoosts {
+ SizeBoosts({
+ required this.small,
+ required this.medium,
+ required this.large,
+ required this.extraLarge,
+ });
+
+ double small;
+ double medium;
+ double large;
+ double extraLarge;
+
+ factory SizeBoosts.fromRawJson(String str) =>
+ SizeBoosts.fromJson(json.decode(str));
+
+ factory SizeBoosts.fromJson(Map? json) => SizeBoosts(
+ small: readDoubleSafe(json, 'Small'),
+ medium: readDoubleSafe(json, 'Medium'),
+ large: readDoubleSafe(json, 'Large'),
+ extraLarge: readDoubleSafe(json, 'ExtraLarge'),
+ );
+}
diff --git a/lib/contracts/fishing/fishing_data.dart b/lib/contracts/fishing/fishing_data.dart
new file mode 100644
index 000000000..5c8efa0dd
--- /dev/null
+++ b/lib/contracts/fishing/fishing_data.dart
@@ -0,0 +1,59 @@
+// To parse this JSON data, do
+//
+// final eggTrait = eggTraitFromJson(jsonString);
+
+import 'dart:convert';
+
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+
+class FishingData {
+ FishingData({
+ required this.id,
+ required this.appId,
+ required this.name,
+ required this.icon,
+ required this.quality,
+ required this.size,
+ required this.time,
+ required this.timeKey,
+ required this.biomes,
+ required this.needsStorm,
+ required this.requiresMission,
+ required this.requiredMissionName,
+ required this.missionCatchChanceOverride,
+ });
+
+ String id;
+ String appId;
+ String name;
+ String icon;
+ String quality;
+ String size;
+ String time;
+ String timeKey;
+ List biomes;
+ bool needsStorm;
+ bool requiresMission;
+ String requiredMissionName;
+ double missionCatchChanceOverride;
+
+ factory FishingData.fromRawJson(String str) =>
+ FishingData.fromJson(json.decode(str));
+
+ factory FishingData.fromJson(Map? json) => FishingData(
+ id: readStringSafe(json, 'Id'),
+ appId: readStringSafe(json, 'AppId'),
+ name: readStringSafe(json, 'Name'),
+ icon: readStringSafe(json, 'Icon'),
+ quality: readStringSafe(json, 'Quality'),
+ size: readStringSafe(json, 'Size'),
+ time: readStringSafe(json, 'Time'),
+ timeKey: readStringSafe(json, 'TimeKey'),
+ biomes: readStringListSafe(json, 'Biomes'),
+ needsStorm: readBoolSafe(json, 'NeedsStorm'),
+ requiresMission: readBoolSafe(json, 'RequiresMission'),
+ requiredMissionName: readStringSafe(json, 'RequiredMissionName'),
+ missionCatchChanceOverride:
+ readDoubleSafe(json, 'MissionCatchChanceOverride'),
+ );
+}
diff --git a/lib/contracts/fishing/good_guy_free_bait_view_model.dart b/lib/contracts/fishing/good_guy_free_bait_view_model.dart
new file mode 100644
index 000000000..dff7d38e6
--- /dev/null
+++ b/lib/contracts/fishing/good_guy_free_bait_view_model.dart
@@ -0,0 +1,41 @@
+// To parse this JSON data, do
+//
+// final eggTrait = eggTraitFromJson(jsonString);
+
+import 'dart:convert';
+
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+
+class GoodGuyFreeBaitViewModel {
+ GoodGuyFreeBaitViewModel({
+ required this.name,
+ required this.icon,
+ required this.appId,
+ required this.rarity,
+ required this.size,
+ required this.usedFor,
+ required this.average,
+ });
+
+ String name;
+ String icon;
+ String appId;
+ double rarity;
+ double size;
+ String usedFor;
+ double average;
+
+ factory GoodGuyFreeBaitViewModel.fromRawJson(String str) =>
+ GoodGuyFreeBaitViewModel.fromJson(json.decode(str));
+
+ factory GoodGuyFreeBaitViewModel.fromJson(Map? json) =>
+ GoodGuyFreeBaitViewModel(
+ name: readStringSafe(json, 'name'),
+ icon: readStringSafe(json, 'icon'),
+ appId: readStringSafe(json, 'appId'),
+ rarity: readDoubleSafe(json, 'rarity'),
+ size: readDoubleSafe(json, 'size'),
+ usedFor: readStringSafe(json, 'usedFor'),
+ average: readDoubleSafe(json, 'average'),
+ );
+}
diff --git a/lib/contracts/generated/community_spotlight_view_model.dart b/lib/contracts/generated/community_spotlight_view_model.dart
index f1ce9cc53..c83998100 100644
--- a/lib/contracts/generated/community_spotlight_view_model.dart
+++ b/lib/contracts/generated/community_spotlight_view_model.dart
@@ -1,13 +1,9 @@
-// To parse this JSON data, do
-//
-// final communtySpotlight = communtySpotlightFromJson(jsonString);
-
import 'dart:convert';
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
-class CommuntySpotlightViewModel {
- CommuntySpotlightViewModel({
+class CommunitySpotlightViewModel {
+ CommunitySpotlightViewModel({
required this.userName,
required this.userImage,
required this.title,
@@ -23,11 +19,11 @@ class CommuntySpotlightViewModel {
String externalUrl;
String previewImageUrl;
- factory CommuntySpotlightViewModel.fromRawJson(String str) =>
- CommuntySpotlightViewModel.fromJson(json.decode(str));
+ factory CommunitySpotlightViewModel.fromRawJson(String str) =>
+ CommunitySpotlightViewModel.fromJson(json.decode(str));
- factory CommuntySpotlightViewModel.fromJson(Map? json) =>
- CommuntySpotlightViewModel(
+ factory CommunitySpotlightViewModel.fromJson(Map? json) =>
+ CommunitySpotlightViewModel(
userName: readStringSafe(json, 'userName'),
userImage: readStringSafe(json, 'userImage'),
title: readStringSafe(json, 'title'),
diff --git a/lib/contracts/generic_page_item.dart b/lib/contracts/generic_page_item.dart
index 74978aa40..930fe16f6 100644
--- a/lib/contracts/generic_page_item.dart
+++ b/lib/contracts/generic_page_item.dart
@@ -2,16 +2,18 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:assistantnms_app/contracts/creature/creature_harvest.dart';
import 'package:assistantnms_app/contracts/data/starship_scrap.dart';
+import '../components/tilePresenters/bait_tile_presenter.dart';
+import 'data/egg_trait.dart';
import 'data/major_update_item.dart';
import 'data/platform_control_mapping.dart';
-import 'stat_bonus.dart';
-import 'procedural_stat_bonus.dart';
import 'enum/blueprint_source.dart';
import 'enum/currency_type.dart';
-import 'data/egg_trait.dart';
+import 'fishing/fishing_data.dart';
+import 'procedural_stat_bonus.dart';
import 'processor.dart';
import 'recharge.dart';
import 'required_item.dart';
+import 'stat_bonus.dart';
class GenericPageItem {
String typeName;
@@ -51,6 +53,9 @@ class GenericPageItem {
List? eggTraits;
List? controlMappings;
List? creatureHarvests;
+ FishingData? fishingData;
+ BaitDataWithItemDetails? fishingBait;
+ bool? hasGoodGuyFreeBait;
String? translation;
List? usage;
diff --git a/lib/contracts/misc/custom_menu.dart b/lib/contracts/misc/custom_menu.dart
index fe73a4f30..07530c336 100644
--- a/lib/contracts/misc/custom_menu.dart
+++ b/lib/contracts/misc/custom_menu.dart
@@ -1,7 +1,9 @@
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:flutter/material.dart';
+import '../../components/modalBottomSheet/patreon_modal_bottom_sheet.dart';
import '../../constants/app_image.dart';
+import '../../constants/patreon.dart';
import '../../constants/routes.dart';
import '../../redux/modules/setting/drawer_settings_view_model.dart';
import '../enum/homepage_type.dart';
@@ -322,6 +324,30 @@ List getMenuOptionsSection3(
title: LocaleKey.techTree,
navigateToNamed: Routes.techTree,
),
+ CustomMenu(
+ icon: localGetFromIcon(Icons.phishing),
+ drawerIcon: localGetDrawerFromIcon(Icons.phishing),
+ title: LocaleKey.fishing,
+ navigateToNamed: Routes.fishing,
+ isNew: DateTime.now().isBefore(PatreonEarlyAccessFeature.fishingDataPage),
+ isLocked: isPatreonFeatureLocked(
+ PatreonEarlyAccessFeature.fishingDataPage,
+ vm.isPatron,
+ ),
+ onTap: (tapCtx) {
+ handlePatreonBottomModalSheetWhenTapped(
+ tapCtx,
+ vm.isPatron,
+ unlockDate: PatreonEarlyAccessFeature.fishingDataPage,
+ onTap: (navCtx) {
+ getNavigation().navigateAwayFromHomeAsync(
+ navCtx,
+ navigateToNamed: Routes.fishing,
+ );
+ },
+ );
+ },
+ ),
// CustomMenu(
// icon: const ListTileImage(partialPath:AppImage.techTree, size: imageSize),
// drawerIcon: const ListTileImage(partialPath:AppImage.techTree),
diff --git a/lib/env/app_version_num.dart b/lib/env/app_version_num.dart
index 39a911f55..119393f0a 100644
--- a/lib/env/app_version_num.dart
+++ b/lib/env/app_version_num.dart
@@ -1,3 +1,3 @@
-const appsBuildNum = 341;
-const appsBuildName = '2.27.0';
-const appsCommit = '0cd5a1f1fcb77a0bf67cdc50240bd11689806b65';
\ No newline at end of file
+const appsBuildNum = 343;
+const appsBuildName = '2.28.0';
+const appsCommit = 'ea0e5d94ca1f08274ffebe3f15679bf56a63c244';
\ No newline at end of file
diff --git a/lib/helpers/future_helper.dart b/lib/helpers/future_helper.dart
index b60704298..5d5b3d6b8 100644
--- a/lib/helpers/future_helper.dart
+++ b/lib/helpers/future_helper.dart
@@ -5,13 +5,16 @@ import 'package:assistantnms_app/contracts/data/major_update_item.dart';
import 'package:assistantnms_app/contracts/data/starship_scrap.dart';
import 'package:flutter/material.dart';
+import '../components/tilePresenters/bait_tile_presenter.dart';
import '../constants/id_prefix.dart';
import '../contracts/creature/creature_harvest.dart';
+import '../contracts/data/bait_data.dart';
import '../contracts/data/egg_trait.dart';
import '../contracts/data/platform_control_mapping.dart';
import '../contracts/data/quicksilver_store.dart';
import '../contracts/data/update_item_detail.dart';
import '../contracts/enum/currency_type.dart';
+import '../contracts/fishing/fishing_data.dart';
import '../contracts/generic_page_item.dart';
import '../contracts/helloGames/quick_silver_store_details.dart';
import '../contracts/processor.dart';
@@ -23,14 +26,15 @@ import '../contracts/weekend_mission.dart';
import '../contracts/weekend_stage_page_item.dart';
import '../integration/dependency_injection.dart';
import '../mapper/generic_item_mapper.dart';
-import '../services/json/weekend_mission_season_json_repository.dart';
import '../services/json/interface/i_generic_repository.dart';
+import '../services/json/weekend_mission_season_json_repository.dart';
import 'items_helper.dart';
Future> genericItemFuture(
context,
String itemId,
int platformIndex,
+ bool isPatron,
) async {
ResultWithValue genRepo = getRepoFromId(context, itemId);
if (genRepo.hasFailed) {
@@ -93,6 +97,9 @@ Future> genericItemFuture(
if (usage.contains(UsageKey.isRewardFromShipScrap)) {
item.starshipScrapItems = await rewardStarshipScrapFuture(context, itemId);
}
+ if (usage.contains(UsageKey.isEggIngredient)) {
+ item.eggTraits = await eggTraitsFuture(context, itemId);
+ }
if (usage.contains(UsageKey.isAddedInTrackedUpdate)) {
item.addedInUpdate = await fromTrackedUpdateFuture(context, itemId);
}
@@ -100,7 +107,15 @@ Future> genericItemFuture(
item.creatureHarvests = await creatureHarvestsFuture(context, itemId);
}
- itemResult.value.eggTraits = await eggTraitsFuture(context, itemId);
+ if (usage.contains(UsageKey.hasFishingLocation)) {
+ item.fishingData = await fishingLocationFuture(context, itemId);
+ }
+ if (usage.contains(UsageKey.hasFishingBait)) {
+ item.fishingBait = await fishingBaitFuture(context, itemId);
+ } else {
+ item.hasGoodGuyFreeBait = usage.contains(UsageKey.hasGoodGuysFreeBait);
+ }
+
itemResult.value.controlMappings =
await controlMappingsFuture(context, platformIndex);
itemResult.value.translation = await translationFuture(context, itemId);
@@ -307,6 +322,33 @@ Future> creatureHarvestsFuture(
return items.value;
}
+Future fishingBaitFuture(
+ context, String itemId) async {
+ ResultWithValue item =
+ await getDataRepo().getBaitDataForItem(context, itemId);
+ if (item.hasFailed) {
+ return null;
+ }
+
+ var details = await requiredItemDetails(context, RequiredItem(id: itemId));
+ if (details.hasFailed) {
+ return null;
+ }
+ return BaitDataWithItemDetails(
+ bait: item.value,
+ itemDetails: details.value,
+ );
+}
+
+Future fishingLocationFuture(context, String itemId) async {
+ ResultWithValue items =
+ await getFishingRepo().getById(context, itemId);
+ if (items.hasFailed) {
+ return null;
+ }
+ return items.value;
+}
+
// -----------------------------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------
diff --git a/lib/helpers/generic_helper.dart b/lib/helpers/generic_helper.dart
index eb2c5009b..d6c52f6fd 100644
--- a/lib/helpers/generic_helper.dart
+++ b/lib/helpers/generic_helper.dart
@@ -331,7 +331,7 @@ List getConsumableRewards(
Widget Function(BuildContext, GenericPageItem, {void Function()? onTap})
getListItemDisplayer(
bool genericTileIsCompact, bool displayGenericItemColour,
- {bool isHero = false}) {
+ {bool isHero = false, bool? removeContentPadding}) {
var presenterWithIsHero = displayGenericItemColour
? genericHomeTileWithRequiredItemsAndBackgroundColourPresenter
: genericHomeTileWithRequiredItemsPresenter;
@@ -342,7 +342,8 @@ Widget Function(BuildContext, GenericPageItem, {void Function()? onTap})
: genericTilePresenter;
}
return (BuildContext ctx, GenericPageItem item, {void Function()? onTap}) =>
- presenterWithIsHero(ctx, item, isHero, onTap: onTap);
+ presenterWithIsHero(ctx, item, isHero,
+ removeContentPadding: removeContentPadding, onTap: onTap);
}
Widget getFavouriteStar(
@@ -398,11 +399,11 @@ Widget getHdImage(
);
}
-Widget gridIconTilePresenter(BuildContext innerContext, String imageprefix,
+Widget gridIconTilePresenter(BuildContext innerContext, String imagePrefix,
String imageAddress, Function(String icon) onTap) =>
genericItemImage(
innerContext,
- '$imageprefix$imageAddress',
+ '$imagePrefix$imageAddress',
disableZoom: true,
onTap: () => onTap(imageAddress),
);
@@ -415,6 +416,28 @@ String removeAllNameVariables(String input) {
.replaceAll('%NAME%', '');
}
+Widget displayFishValue(double stat) {
+ var textStyle = const TextStyle(fontSize: 16);
+ String displayValue = stat.toString();
+ if (stat < 1.0) {
+ textStyle = textStyle.copyWith(color: Colors.red);
+ String calculatedStat = ((1 - stat) * 100).toStringAsFixed(0);
+ displayValue = '- $calculatedStat %';
+ } else if (stat > 1.0) {
+ textStyle = textStyle.copyWith(color: Colors.green);
+ String calculatedStat = ((stat - 1) * 100).toStringAsFixed(0);
+ displayValue = '+ $calculatedStat %';
+ } else {
+ displayValue = ' ‒‒';
+ }
+ return Text(
+ displayValue,
+ textAlign: TextAlign.center,
+ overflow: TextOverflow.ellipsis,
+ style: textStyle,
+ );
+}
+
Widget getDevSheet(
BuildContext context, String itemId, Color iconColour, bool hdAvailable) {
Widget iconBtn = animateWidgetIn(
diff --git a/lib/integration/app_api.dart b/lib/integration/app_api.dart
index f4dd456f8..1f67122cf 100644
--- a/lib/integration/app_api.dart
+++ b/lib/integration/app_api.dart
@@ -1,6 +1,7 @@
import 'dart:convert';
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/contracts/fishing/good_guy_free_bait_view_model.dart';
import '../constants/api_urls.dart';
import '../constants/app_config.dart';
@@ -110,4 +111,40 @@ class AppApi extends BaseApiService {
false, List.empty(), exception.toString());
}
}
+
+ Future>> getGoodGuyFreeBait(
+ String lang) async {
+ try {
+ final response =
+ await apiGet(ApiUrls.goodGuyFreeBait.replaceAll('{lang}', lang));
+ if (response.hasFailed) {
+ return ResultWithValue>(
+ false, List.empty(), response.errorMessage);
+ }
+ final List newsList = json.decode(response.value);
+ List news =
+ newsList.map((r) => GoodGuyFreeBaitViewModel.fromJson(r)).toList();
+ return ResultWithValue(true, news, '');
+ } catch (exception) {
+ getLog().e("getGoodGuyFreeBait Api Exception: ${exception.toString()}");
+ return ResultWithValue>(
+ false, List.empty(), exception.toString());
+ }
+ }
+
+ Future> getGoodGuyFreeBaitForItem(
+ String lang, String itemId) async {
+ var baitResult = await getGoodGuyFreeBait(lang);
+ GoodGuyFreeBaitViewModel? ggfItem = baitResult.value //
+ .where((dev) => dev.appId == itemId)
+ .firstOrNull;
+ if (ggfItem == null) {
+ return ResultWithValue(
+ false,
+ GoodGuyFreeBaitViewModel.fromRawJson('{}'),
+ 'Unable to find item with appId "$itemId"',
+ );
+ }
+ return ResultWithValue(true, ggfItem, '');
+ }
}
diff --git a/lib/integration/dependency_injection.dart b/lib/integration/dependency_injection.dart
index 880a15ad0..3c8b891d3 100644
--- a/lib/integration/dependency_injection.dart
+++ b/lib/integration/dependency_injection.dart
@@ -13,11 +13,11 @@ import '../services/base/analytics_service.dart';
import '../services/base/audio_player_service.dart';
import '../services/base/base_widget_service.dart';
import '../services/base/dialog_service.dart';
+import '../services/base/firebase_service.dart';
import '../services/base/interface/i_audio_player_service.dart';
import '../services/base/interface/i_firebase_service.dart';
import '../services/base/loading_widget_service.dart';
import '../services/base/local_notification_service.dart';
-import '../services/base/firebase_service.dart';
import '../services/base/notification_service.dart';
import '../services/base/path_service.dart';
import '../services/base/theme_service.dart';
@@ -26,12 +26,14 @@ import '../services/json/alien_puzzle_rewards_json_repository.dart';
import '../services/json/creature_harvest_json_repository.dart';
import '../services/json/data_json_repository.dart';
import '../services/json/faction_json_repository.dart';
+import '../services/json/fishing_json_repository.dart';
import '../services/json/generic_json_repository.dart';
import '../services/json/interface/i_alien_puzzle_json_repository.dart';
import '../services/json/interface/i_alien_puzzle_rewards_json_repository.dart';
import '../services/json/interface/i_creature_harvest_json_repository.dart';
import '../services/json/interface/i_data_json_repository.dart';
import '../services/json/interface/i_faction_json_repository.dart';
+import '../services/json/interface/i_fishing_json_repository.dart';
import '../services/json/interface/i_generic_repository.dart';
import '../services/json/interface/i_recharge_json_repository.dart';
import '../services/json/interface/i_refinery_repository.dart';
@@ -85,6 +87,7 @@ void initDependencyInjection(EnvironmentSettings _env) {
getIt.registerSingleton(FactionJsonRepository());
getIt.registerSingleton(
CreatureHarvestJsonRepository());
+ getIt.registerSingleton(FishingJsonRepository());
getIt.registerSingleton(AudioPlayerService());
getIt.registerSingleton(LocalNotificationService());
@@ -123,6 +126,7 @@ ISeasonalExpeditionJsonRepository getSeasonalExpeditionRepo() =>
IFactionJsonRepository getFactionRepo() => getIt();
ICreatureHarvestJsonRepository getCreatureHarvestRepo() =>
getIt();
+IFishingJsonRepository getFishingRepo() => getIt();
IAudioPlayerService getAudioPlayer() => getIt();
LocalNotificationService getLocalNotification() =>
diff --git a/lib/pages/alienPuzzles/alien_puzzles_list_page.dart b/lib/pages/alienPuzzles/alien_puzzles_list_page.dart
index c61f24a03..aa2865498 100644
--- a/lib/pages/alienPuzzles/alien_puzzles_list_page.dart
+++ b/lib/pages/alienPuzzles/alien_puzzles_list_page.dart
@@ -1,8 +1,8 @@
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:flutter/material.dart';
+
import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
import '../../contracts/alienPuzzle/alien_puzzle_type.dart';
-
import '../../components/tilePresenters/alien_puzzle_tile_presenter.dart';
import '../../constants/analytics_event.dart';
import '../../contracts/alienPuzzle/alien_puzzle.dart';
diff --git a/lib/pages/catalogue/catalogue_item_page.dart b/lib/pages/catalogue/catalogue_item_page.dart
index 0371243f5..1a1dcb60a 100644
--- a/lib/pages/catalogue/catalogue_item_page.dart
+++ b/lib/pages/catalogue/catalogue_item_page.dart
@@ -1,5 +1,3 @@
-// ignore_for_file: unnecessary_this
-
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:flutter/material.dart';
import 'package:flutter_redux/flutter_redux.dart';
@@ -28,7 +26,7 @@ class CatalogueItemPage extends StatelessWidget {
body: StoreConnector(
converter: (store) => GenericPageViewModel.fromStore(store),
builder: (_, viewModel) => SearchableList(
- () => getAllFromLocaleKeys(context, this.repoJsonLocaleKeys),
+ () => getAllFromLocaleKeys(context, repoJsonLocaleKeys),
listItemDisplayer: getListItemDisplayer(
viewModel.genericTileIsCompact,
viewModel.displayGenericItemColour,
diff --git a/lib/pages/community/community_spotlight_page.dart b/lib/pages/community/community_spotlight_page.dart
index 9394332e7..052672cdd 100644
--- a/lib/pages/community/community_spotlight_page.dart
+++ b/lib/pages/community/community_spotlight_page.dart
@@ -17,7 +17,7 @@ class CommunitySpotlightPage extends StatelessWidget {
return simpleGenericPageScaffold(
context,
title: getTranslations().fromKey(LocaleKey.communitySpotlight),
- body: SearchableList(
+ body: SearchableList(
() => getCommunityApiService().getAllCommunitySpotlights(),
listItemDisplayer: communitySpotlightTilePresenter,
listItemSearch: (_, __) => false,
diff --git a/lib/pages/donation.dart b/lib/pages/donation.dart
index 95d2e1f2f..1885b8b7a 100644
--- a/lib/pages/donation.dart
+++ b/lib/pages/donation.dart
@@ -70,7 +70,7 @@ class _DonationWidget extends State {
title: Text(getTranslations().fromKey(LocaleKey.kofi),
style: const TextStyle(fontSize: 20)),
onTap: () {
- getAnalytics().trackEvent(AnalyticsEvent.externalLinkkofi);
+ getAnalytics().trackEvent(AnalyticsEvent.externalLinkKofi);
launchExternalURL(ExternalUrls.kofi);
},
));
diff --git a/lib/pages/fishing/bait_stat_page.dart b/lib/pages/fishing/bait_stat_page.dart
new file mode 100644
index 000000000..ff5ddbb6d
--- /dev/null
+++ b/lib/pages/fishing/bait_stat_page.dart
@@ -0,0 +1,51 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/contracts/required_item.dart';
+import 'package:flutter/material.dart';
+
+import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
+import '../../components/tilePresenters/bait_tile_presenter.dart';
+import '../../helpers/items_helper.dart';
+import '../../integration/dependency_injection.dart';
+
+class BaitStatPage extends StatelessWidget {
+ const BaitStatPage({super.key});
+
+ Future>> getBaitData(
+ BuildContext context) async {
+ var allGameBait = await getDataRepo().getBaitData(context);
+ if (allGameBait.hasFailed) {
+ return ResultWithValue(false, List.empty(), allGameBait.errorMessage);
+ }
+
+ var requiredItems =
+ allGameBait.value.map((bait) => RequiredItem(id: bait.appId)).toList();
+ var detailTasks =
+ requiredItems.map((req) => requiredItemDetails(context, req));
+ var detailResults = await Future.wait(detailTasks);
+ var details = detailResults.where((dr) => dr.isSuccess).map((d) => d.value);
+
+ List result = List.empty(growable: true);
+ for (var gameBait in allGameBait.value) {
+ var detail = details.where((d) => d.id == gameBait.appId).firstOrNull;
+ if (detail == null) continue;
+
+ result.add(BaitDataWithItemDetails(bait: gameBait, itemDetails: detail));
+ }
+
+ return ResultWithValue(result.isNotEmpty, result, '');
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return basicGenericPageScaffold(
+ context,
+ title: getTranslations().fromKey(LocaleKey.fishingBait),
+ body: SearchableList(
+ () => getBaitData(context),
+ listItemDisplayer: baitTilePresenter,
+ hintText: getTranslations().fromKey(LocaleKey.searchItems),
+ minListForSearch: 1000,
+ ),
+ );
+ }
+}
diff --git a/lib/pages/fishing/fishing_location_page.dart b/lib/pages/fishing/fishing_location_page.dart
new file mode 100644
index 000000000..bbe6cf4a7
--- /dev/null
+++ b/lib/pages/fishing/fishing_location_page.dart
@@ -0,0 +1,187 @@
+import 'dart:collection';
+
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantapps_flutter_common/components/adaptive/dropdown.dart';
+import 'package:flutter/material.dart';
+
+import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
+import '../../components/tilePresenters/fishing_page_tile_presenter.dart';
+import '../../constants/analytics_event.dart';
+import '../../contracts/fishing/fishing_data.dart';
+import '../../integration/dependency_injection.dart';
+
+const defaultOptionValue = '...';
+
+class FishingLocationPage extends StatelessWidget {
+ FishingLocationPage({super.key}) {
+ getAnalytics().trackEvent(AnalyticsEvent.fishingLocationPage);
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return basicGenericPageScaffold(
+ context,
+ title: getTranslations().fromKey(LocaleKey.fishingLocation),
+ body: CachedFutureBuilder(
+ future: getFishingRepo().getAll(context),
+ whileLoading: () => getLoading().fullPageLoading(context),
+ whenDoneLoading: (ResultWithValue> snapshot) {
+ HashSet biomeHashSet = HashSet();
+ HashSet timeHashSet = HashSet();
+ HashSet sizeHashSet = HashSet();
+
+ if (snapshot.isSuccess) {
+ for (FishingData fish in snapshot.value) {
+ for (String biome in fish.biomes) {
+ biomeHashSet.add(biome);
+ }
+ timeHashSet.add(fish.time);
+ sizeHashSet.add(fish.size);
+ }
+ }
+ var biomeOptions = [defaultOptionValue, ...biomeHashSet]
+ .map((b) => DropdownOption(b))
+ .toList();
+ var timeOptions = [defaultOptionValue, ...timeHashSet]
+ .map((t) => DropdownOption(t))
+ .toList();
+ var sizeOptions = [defaultOptionValue, ...sizeHashSet]
+ .map((s) => DropdownOption(s))
+ .toList();
+
+ return FishingLocationList(
+ biomeOptions: biomeOptions,
+ timeOptions: timeOptions,
+ sizeOptions: sizeOptions,
+ fishData: snapshot.isSuccess ? snapshot.value : [],
+ );
+ }),
+ );
+ }
+}
+
+class FishingLocationList extends StatefulWidget {
+ final List biomeOptions;
+ final List timeOptions;
+ final List sizeOptions;
+ final List fishData;
+ const FishingLocationList({
+ Key? key,
+ required this.biomeOptions,
+ required this.timeOptions,
+ required this.sizeOptions,
+ required this.fishData,
+ }) : super(key: key);
+
+ @override
+ _FishingLocationListWidget createState() => _FishingLocationListWidget();
+}
+
+class _FishingLocationListWidget extends State {
+ String biomeSelection = defaultOptionValue;
+ String timeSelection = defaultOptionValue;
+ String sizeSelection = defaultOptionValue;
+
+ Future>> getFilteredFishData() async {
+ List filtered = [...widget.fishData];
+ if (biomeSelection != defaultOptionValue) {
+ filtered = filtered
+ .where((f) => f.biomes
+ .where((b) => b.contains(biomeSelection)) //
+ .isNotEmpty)
+ .toList();
+ }
+ if (timeSelection != defaultOptionValue) {
+ filtered = filtered.where((f) => timeSelection == f.time).toList();
+ }
+ if (sizeSelection != defaultOptionValue) {
+ filtered = filtered.where((f) => sizeSelection == f.size).toList();
+ }
+ return ResultWithValue>(true, filtered, '');
+ }
+
+ Widget getDropDownRow({
+ String? initialValue,
+ required LocaleKey title,
+ required List options,
+ required BoxConstraints constraints,
+ required void Function(String newValue) onChanged,
+ }) {
+ double screenWidth = constraints.maxWidth;
+ return Padding(
+ padding: const EdgeInsets.only(left: 4, right: 8, top: 8),
+ child: Row(
+ children: [
+ Container(
+ constraints: BoxConstraints(minWidth: screenWidth * 0.15),
+ child: Padding(
+ padding: const EdgeInsets.only(left: 16),
+ child: Text(getTranslations().fromKey(title)),
+ ),
+ ),
+ Expanded(
+ child: AdaptiveDropdown(
+ initialValue: initialValue,
+ options: options,
+ onChanged: (newValue) {
+ setState(() {
+ onChanged(newValue);
+ });
+ },
+ ),
+ )
+ ],
+ ),
+ );
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return SearchableList(
+ () => getFilteredFishData(),
+ keepFirstListItemWidgetVisible: true,
+ firstListItemWidget: LayoutBuilder(
+ builder: (layoutCtx, BoxConstraints constraints) {
+ return Column(
+ children: [
+ getDropDownRow(
+ title: LocaleKey.biome,
+ initialValue: biomeSelection,
+ options: widget.biomeOptions,
+ constraints: constraints,
+ onChanged: (biome) {
+ biomeSelection = biome;
+ },
+ ),
+ getDropDownRow(
+ title: LocaleKey.time,
+ initialValue: timeSelection,
+ options: widget.timeOptions,
+ constraints: constraints,
+ onChanged: (time) {
+ timeSelection = time;
+ },
+ ),
+ getDropDownRow(
+ title: LocaleKey.size,
+ initialValue: sizeSelection,
+ options: widget.sizeOptions,
+ constraints: constraints,
+ onChanged: (size) {
+ sizeSelection = size;
+ },
+ ),
+ getBaseWidget().customDivider(),
+ ],
+ );
+ },
+ ),
+ listItemDisplayer: fishingDataTilePresenter,
+ listItemSearch: (FishingData option, String search) =>
+ option.name.toLowerCase().contains(search.toLowerCase()),
+ key: Key('fishing-$biomeSelection-$timeSelection-$sizeSelection'),
+ hintText: getTranslations().fromKey(LocaleKey.searchItems),
+ minListForSearch: 0,
+ );
+ }
+}
diff --git a/lib/pages/fishing/fishing_page.dart b/lib/pages/fishing/fishing_page.dart
new file mode 100644
index 000000000..2c836c38d
--- /dev/null
+++ b/lib/pages/fishing/fishing_page.dart
@@ -0,0 +1,70 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:flutter/material.dart';
+import 'package:breakpoint/breakpoint.dart';
+
+import '../../constants/routes.dart';
+import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
+import '../../components/tilePresenters/fishing_page_tile_presenter.dart';
+import '../../constants/app_image.dart';
+
+class FishingPageLink {
+ FishingPageLink({
+ required this.route,
+ required this.imgPath,
+ required this.name,
+ required this.colour,
+ });
+
+ String route;
+ String imgPath;
+ String name;
+ String colour;
+}
+
+List pageLinks = [
+ FishingPageLink(
+ route: Routes.fishingBait,
+ imgPath: AppImage.fishingBait,
+ colour: '095C77',
+ name: getTranslations().fromKey(LocaleKey.fishingBait),
+ ),
+ FishingPageLink(
+ route: Routes.fishingGgfBait,
+ imgPath: AppImage.goodGuysFree,
+ colour: '095C77',
+ name: getTranslations().fromKey(LocaleKey.fishingBait) + ' (GoodGuysFree)',
+ ),
+ FishingPageLink(
+ route: Routes.fishingLocations,
+ imgPath: AppImage.fishingLocation,
+ colour: 'F3A923',
+ name: getTranslations().fromKey(LocaleKey.fishingLocation),
+ )
+];
+
+class FishingPage extends StatelessWidget {
+ const FishingPage({super.key});
+
+ @override
+ Widget build(BuildContext context) {
+ return basicGenericPageScaffold(
+ context,
+ title: getTranslations().fromKey(LocaleKey.fishing),
+ body: SearchableGrid(
+ () => Future.value(ResultWithValue(true, pageLinks, '')),
+ gridItemDisplayer: fishingPageLinkTilePresenter,
+ gridViewColumnCalculator: (breakpoint) {
+ if (breakpoint.window == WindowSize.medium) return 2;
+ if (breakpoint.window == WindowSize.large) return 3;
+ if (breakpoint.window == WindowSize.xlarge) return 4;
+
+ return 1;
+ },
+ key: Key(getTranslations().currentLanguage),
+ hintText: getTranslations().fromKey(LocaleKey.searchItems),
+ addFabPadding: true,
+ minListForSearch: 1000,
+ ),
+ );
+ }
+}
diff --git a/lib/pages/fishing/good_guys_free_bait_stat_page.dart b/lib/pages/fishing/good_guys_free_bait_stat_page.dart
new file mode 100644
index 000000000..0dffa3783
--- /dev/null
+++ b/lib/pages/fishing/good_guys_free_bait_stat_page.dart
@@ -0,0 +1,32 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:flutter/material.dart';
+
+import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
+import '../../components/tilePresenters/bait_tile_presenter.dart';
+import '../../constants/analytics_event.dart';
+import '../../contracts/fishing/good_guy_free_bait_view_model.dart';
+import '../../integration/dependency_injection.dart';
+
+class GoodGuysFreeBaitStatPage extends StatelessWidget {
+ GoodGuysFreeBaitStatPage({super.key}) {
+ getAnalytics().trackEvent(AnalyticsEvent.fishingGgfBaitPage);
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ var currentLanguage = getTranslations().currentLanguage;
+ return basicGenericPageScaffold(
+ context,
+ title: getTranslations().fromKey(LocaleKey.fishingBait),
+ body: SearchableList(
+ () => getApiRepo().getGoodGuyFreeBait(currentLanguage),
+ firstListItemWidget: ggfBaitAlertTilePresenter(context),
+ keepFirstListItemWidgetVisible: true,
+ listItemSearch: (GoodGuyFreeBaitViewModel bait, String searchText) =>
+ (bait.name.toLowerCase().contains(searchText.toLowerCase())),
+ listItemDisplayer: ggfBaitTilePresenter,
+ hintText: getTranslations().fromKey(LocaleKey.searchItems),
+ ),
+ );
+ }
+}
diff --git a/lib/pages/friendCode/friend_code_list_page.dart b/lib/pages/friendCode/friend_code_list_page.dart
index e602a9f15..bb8ca00ce 100644
--- a/lib/pages/friendCode/friend_code_list_page.dart
+++ b/lib/pages/friendCode/friend_code_list_page.dart
@@ -58,7 +58,7 @@ class _FriendCodeListWidget extends State {
context,
title: getTranslations().fromKey(LocaleKey.friendCodes),
body: animateWidgetIn(
- key: const Key('firendCodesSearch'),
+ key: const Key('friendCodesSearch'),
child: SearchableList(
() => getApiRepo().getFriendCodes(showPC, showPS4, showXb1, showNsw),
listItemDisplayer: (
@@ -73,7 +73,7 @@ class _FriendCodeListWidget extends State {
addFabPadding: true,
keepFirstListItemWidgetVisible: true,
firstListItemWidget: topSectionWidget,
- key: Key('firendCodes-${currentSelection.length}'),
+ key: Key('friendCodes-${currentSelection.length}'),
),
),
fab: FloatingActionButton(
diff --git a/lib/pages/generic/generic_page.dart b/lib/pages/generic/generic_page.dart
index f9079694e..91503b511 100644
--- a/lib/pages/generic/generic_page.dart
+++ b/lib/pages/generic/generic_page.dart
@@ -5,6 +5,7 @@ import 'package:flutter_redux/flutter_redux.dart';
import '../../components/modalBottomSheet/share_modal_bottom_sheet.dart';
import '../../components/scaffoldTemplates/generic_page_scaffold.dart';
+import '../../components/tilePresenters/bait_tile_presenter.dart';
import '../../components/tilePresenters/nutrient_processor_recipe_tile_presenter.dart';
import '../../components/tilePresenters/recharge_tile_presenter.dart';
import '../../components/tilePresenters/refiner_recipe_tile_presenter.dart';
@@ -12,6 +13,7 @@ import '../../components/tilePresenters/required_item_details_tile_presenter.dar
import '../../components/tilePresenters/required_item_tile_presenter.dart';
import '../../constants/analytics_event.dart';
import '../../constants/nms_ui_constants.dart';
+import '../../constants/patreon.dart';
import '../../constants/usage_key.dart';
import '../../contracts/cart/cart_item.dart';
import '../../contracts/charge_by.dart';
@@ -61,6 +63,7 @@ class GenericPage extends StatelessWidget {
storeCtx,
itemId,
viewModel.platformIndex,
+ viewModel.isPatron,
),
whileLoading: () => (itemTopContent != null) //
? itemTopContent
@@ -291,6 +294,37 @@ class GenericPage extends StatelessWidget {
nutrientProcessorRecipeWithInputsTilePresentor,
));
+ // ---------------------------- Fishing Data -----------------------------
+
+ var isFishingLocked = isPatreonFeatureLocked(
+ PatreonEarlyAccessFeature.fishingDataPage,
+ vm.isPatron,
+ );
+
+ if (genericItem.fishingData != null) {
+ widgets.addAll(getFishingLocation(
+ bodyCtx,
+ genericItem.fishingData!,
+ isFishingLocked,
+ ));
+ }
+
+ if (genericItem.fishingBait != null) {
+ widgets.addAll(getFishingBait(
+ bodyCtx,
+ genericItem.fishingBait!,
+ isFishingLocked,
+ ));
+ }
+
+ if (genericItem.hasGoodGuyFreeBait == true) {
+ widgets.addAll(ggfBaitOnCatalogueTilePresenter(
+ bodyCtx,
+ genericItem.id,
+ isFishingLocked,
+ ));
+ }
+
// ----------------------------- Stat bonuses ------------------------------
List statBonuses = genericItem.statBonuses ?? List.empty();
List proceduralStatBonuses =
diff --git a/lib/pages/generic/generic_page_components.dart b/lib/pages/generic/generic_page_components.dart
index 4a871104c..facf2ac70 100644
--- a/lib/pages/generic/generic_page_components.dart
+++ b/lib/pages/generic/generic_page_components.dart
@@ -1,12 +1,17 @@
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/components/tilePresenters/fishing_page_tile_presenter.dart';
+import 'package:assistantnms_app/constants/patreon.dart';
+import 'package:assistantnms_app/contracts/fishing/fishing_data.dart';
import 'package:ff_stars/ff_stars.dart';
import 'package:flutter/material.dart';
import '../../components/expedition_alphabet_translation.dart';
+import '../../components/tilePresenters/bait_tile_presenter.dart';
import '../../components/tilePresenters/creature_harvest_tile_presenter.dart';
import '../../components/tilePresenters/egg_trait_tile_presenter.dart';
import '../../components/tilePresenters/inventory_tile_presenter.dart';
import '../../components/tilePresenters/major_update_tile_presenter.dart';
+import '../../components/tilePresenters/patreon_tile_presenter.dart';
import '../../components/tilePresenters/required_item_tile_presenter.dart';
import '../../components/tilePresenters/reward_from_tile_presenter.dart';
import '../../components/tilePresenters/seasonal_expedition_tile_presenter.dart';
@@ -686,3 +691,79 @@ List getFromUpdate(
return updateWidgets;
}
+
+List getFishingLocation(
+ BuildContext context,
+ FishingData fishingData,
+ bool isPatronLocked,
+) {
+ List updateWidgets = List.empty(growable: true);
+ updateWidgets.add(const EmptySpace3x());
+ String title = getTranslations().fromKey(LocaleKey.fishingLocation);
+ updateWidgets.add(GenericItemText(title));
+
+ if (isPatronLocked) {
+ updateWidgets.add(FlatCard(
+ child: patronFeatureTilePresenter(
+ context,
+ title,
+ Routes.fishingLocations,
+ PatreonEarlyAccessFeature.fishingDataPage,
+ ),
+ ));
+ } else {
+ fishingData.icon = AppImage.fishingBait;
+ updateWidgets.add(FlatCard(
+ child: fishingDataTilePresenter(
+ context,
+ fishingData,
+ onTap: () {
+ getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateToNamed: Routes.fishingLocations,
+ );
+ },
+ ),
+ ));
+ }
+
+ return updateWidgets;
+}
+
+List getFishingBait(
+ BuildContext context,
+ BaitDataWithItemDetails fishingBait,
+ bool isPatronLocked,
+) {
+ List updateWidgets = List.empty(growable: true);
+ updateWidgets.add(const EmptySpace3x());
+ String title = getTranslations().fromKey(LocaleKey.fishingBait);
+ updateWidgets.add(GenericItemText(title));
+ if (isPatronLocked) {
+ updateWidgets.add(FlatCard(
+ child: patronFeatureTilePresenter(
+ context,
+ title,
+ Routes.fishingLocations,
+ PatreonEarlyAccessFeature.fishingDataPage,
+ ),
+ ));
+ } else {
+ fishingBait.itemDetails.icon = AppImage.fishingBait;
+ updateWidgets.add(FlatCard(
+ child: baitTilePresenter(
+ context,
+ fishingBait,
+ wrapInCard: false,
+ onTap: () {
+ getNavigation().navigateAwayFromHomeAsync(
+ context,
+ navigateToNamed: Routes.fishingBait,
+ );
+ },
+ ),
+ ));
+ }
+
+ return updateWidgets;
+}
diff --git a/lib/pages/generic/select_generic_item_page.dart b/lib/pages/generic/select_generic_item_page.dart
index 2e9801f2b..e40893190 100644
--- a/lib/pages/generic/select_generic_item_page.dart
+++ b/lib/pages/generic/select_generic_item_page.dart
@@ -34,6 +34,7 @@ class SelectGenericItemPage extends StatelessWidget {
var presenter = getListItemDisplayer(
viewModel.genericTileIsCompact,
viewModel.displayGenericItemColour,
+ removeContentPadding: true,
);
return SearchableList(
() => getAllFromLocaleKeys(context, getAllItemsLocaleKeys),
diff --git a/lib/pages/homepage/all_items_page_component.dart b/lib/pages/homepage/all_items_page_component.dart
index d674efe6a..74566b054 100644
--- a/lib/pages/homepage/all_items_page_component.dart
+++ b/lib/pages/homepage/all_items_page_component.dart
@@ -50,6 +50,7 @@ class AllItemsPageComponent extends StatelessWidget {
viewModel.genericTileIsCompact,
viewModel.displayGenericItemColour,
isHero: true,
+ removeContentPadding: true,
),
listItemSearch: search,
key: Key(renderKey),
diff --git a/lib/pages/inventory/add_edit_inventory_page.dart b/lib/pages/inventory/add_edit_inventory_page.dart
index 935f94093..88d5b6036 100644
--- a/lib/pages/inventory/add_edit_inventory_page.dart
+++ b/lib/pages/inventory/add_edit_inventory_page.dart
@@ -85,6 +85,7 @@ class _AddEditInventoryState extends State {
selectedImageIndex = selectedIndex;
});
}),
+ numberOfColumns: 6,
));
return listWithScrollbar(
diff --git a/lib/pages/inventory/inventory_list_page.dart b/lib/pages/inventory/inventory_list_page.dart
index ee19b7e60..8ce0122e7 100644
--- a/lib/pages/inventory/inventory_list_page.dart
+++ b/lib/pages/inventory/inventory_list_page.dart
@@ -125,26 +125,30 @@ class _InventoryListState extends State {
);
widgets.add(const EmptySpace3x());
} else {
- widgets.add(Padding(
- child: Card(
- child: InkWell(
- child: Padding(
- child: Center(
- child: Icon(
- Icons.search,
- color: getTheme().getSecondaryColour(context),
+ if (viewModel.containers.length > 2) {
+ widgets.add(Padding(
+ child: Card(
+ child: InkWell(
+ child: Padding(
+ child: Center(
+ child: Icon(
+ Icons.search,
+ color: getTheme().getSecondaryColour(context),
+ ),
),
+ padding: const EdgeInsets.all(12),
+ ),
+ onTap: () async => await getNavigation().navigateAsync(
+ context,
+ navigateTo: (context) => SearchAllInventoriesPage(),
),
- padding: const EdgeInsets.all(12),
- ),
- onTap: () async => await getNavigation().navigateAsync(
- context,
- navigateTo: (context) => SearchAllInventoriesPage(),
),
),
- ),
- padding: const EdgeInsets.only(top: 4, bottom: 0),
- ));
+ padding: const EdgeInsets.only(top: 4, bottom: 0),
+ ));
+ } else {
+ widgets.add(const EmptySpace1x());
+ }
widgets.addAll(getContainers(viewModel));
}
diff --git a/lib/pages/portal/add_portal_page.dart b/lib/pages/portal/add_portal_page.dart
index f1832ea99..abed521a2 100644
--- a/lib/pages/portal/add_portal_page.dart
+++ b/lib/pages/portal/add_portal_page.dart
@@ -215,7 +215,7 @@ class _PortalPageState extends State {
ElevatedButton(
style: ButtonStyle(
backgroundColor:
- MaterialStateProperty.all(Colors.red[400]!),
+ WidgetStateProperty.all(Colors.red[400]!),
),
onPressed: disableEditBtns
? null
@@ -230,7 +230,7 @@ class _PortalPageState extends State {
ElevatedButton(
style: ButtonStyle(
backgroundColor:
- MaterialStateProperty.all(Colors.red[800]!),
+ WidgetStateProperty.all(Colors.red[800]!),
),
onPressed: disableEditBtns
? null
diff --git a/lib/pages/portal/portal_converter_page.dart b/lib/pages/portal/portal_converter_page.dart
index 92a4a8b52..51d2dce31 100644
--- a/lib/pages/portal/portal_converter_page.dart
+++ b/lib/pages/portal/portal_converter_page.dart
@@ -248,8 +248,8 @@ class _PortalConverterPageState extends State {
const SizedBox(width: 10),
ElevatedButton(
style: ButtonStyle(
- backgroundColor: MaterialStateProperty.all(
- Colors.red[400]!),
+ backgroundColor:
+ WidgetStateProperty.all(Colors.red[400]!),
),
onPressed: disableEditBtns
? null
@@ -265,8 +265,8 @@ class _PortalConverterPageState extends State {
const SizedBox(width: 5),
ElevatedButton(
style: ButtonStyle(
- backgroundColor: MaterialStateProperty.all(
- Colors.red[800]!),
+ backgroundColor:
+ WidgetStateProperty.all(Colors.red[800]!),
),
onPressed: disableEditBtns
? null
diff --git a/lib/pages/title/title_page.dart b/lib/pages/title/title_page.dart
index 42df4a05f..95a4b393a 100644
--- a/lib/pages/title/title_page.dart
+++ b/lib/pages/title/title_page.dart
@@ -173,10 +173,10 @@ class _TitlePageViewState extends State
Widget build(BuildContext context) {
String title = getTranslations().fromKey(LocaleKey.titles);
int ownedItems = viewModel.owned.length;
- String owned = ownedItems > 0 ? ownedItems.toString() : '...';
+ String owned = ownedItems > 0 ? ownedItems.toString() : '0';
String numTiles = titleDataWithOwned.isNotEmpty
? titleDataWithOwned.length.toString()
- : '...';
+ : '.';
List filtered = titleDataWithOwned
.where(
(item) => (viewModel.hideCompleted == false || item.isOwned == false),
diff --git a/lib/services/api/community_api_service.dart b/lib/services/api/community_api_service.dart
index 032f49c37..195e163ff 100644
--- a/lib/services/api/community_api_service.dart
+++ b/lib/services/api/community_api_service.dart
@@ -73,22 +73,22 @@ class CommunityApiService extends BaseApiService {
}
}
- Future>>
+ Future>>
getAllCommunitySpotlights() async {
try {
final response = await apiGet(ApiUrls.communitySpotlight);
if (response.hasFailed) {
- return ResultWithValue>(
+ return ResultWithValue>(
false, List.empty(growable: true), response.errorMessage);
}
final List newsList = json.decode(response.value);
- List links =
- newsList.map((r) => CommuntySpotlightViewModel.fromJson(r)).toList();
+ List links =
+ newsList.map((r) => CommunitySpotlightViewModel.fromJson(r)).toList();
return ResultWithValue(true, links, '');
} catch (exception) {
getLog().e(
"getAllCommunitySpotlights Api Exception: ${exception.toString()}");
- return ResultWithValue>(
+ return ResultWithValue>(
false, List.empty(growable: true), exception.toString());
}
}
diff --git a/lib/services/base/audio_player_service._windows.dart b/lib/services/base/audio_player_service._windows.dart
index 37aba329a..e384c7af3 100644
--- a/lib/services/base/audio_player_service._windows.dart
+++ b/lib/services/base/audio_player_service._windows.dart
@@ -31,8 +31,7 @@ class WindowsAudioPlayerService extends IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
}) {
return Container();
}
@@ -44,8 +43,7 @@ class WindowsAudioPlayerService extends IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
}) {
return Container();
}
diff --git a/lib/services/base/audio_player_service.dart b/lib/services/base/audio_player_service.dart
index 249015a27..072164d51 100644
--- a/lib/services/base/audio_player_service.dart
+++ b/lib/services/base/audio_player_service.dart
@@ -79,8 +79,7 @@ class AudioPlayerService extends IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
}) {
return StreamBuilder(
stream: getPlayer().isPlaying,
@@ -106,8 +105,7 @@ class AudioPlayerService extends IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
}) {
return StreamBuilder(
stream: getPlayer().isPlaying,
diff --git a/lib/services/base/interface/i_audio_player_service.dart b/lib/services/base/interface/i_audio_player_service.dart
index 1b3e42aab..80b8f9fa2 100644
--- a/lib/services/base/interface/i_audio_player_service.dart
+++ b/lib/services/base/interface/i_audio_player_service.dart
@@ -19,8 +19,7 @@ abstract class IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
});
Widget audioLocalBuilder({
@@ -29,7 +28,6 @@ abstract class IAudioPlayerService {
required Widget Function(
BuildContext audioContext,
AudioStreamBuilderEvent audioStream,
- )
- builder,
+ ) builder,
});
}
diff --git a/lib/services/base/theme_service.dart b/lib/services/base/theme_service.dart
index ce2c3abd6..33a58eb7e 100644
--- a/lib/services/base/theme_service.dart
+++ b/lib/services/base/theme_service.dart
@@ -28,7 +28,7 @@ class ThemeService implements IThemeService {
@override
Color getBackgroundColour(BuildContext context) =>
- getTheme(context).colorScheme.background;
+ getTheme(context).colorScheme.surface;
@override
Color getScaffoldBackgroundColour(BuildContext context) =>
@@ -75,9 +75,7 @@ class ThemeService implements IThemeService {
@override
Color getCardBackgroundColour(BuildContext context) => lighten(
- getDynamicTheme(Brightness.dark, defaultFontFamily)
- .colorScheme
- .background,
+ getDynamicTheme(Brightness.dark, defaultFontFamily).colorScheme.surface,
0.25,
);
diff --git a/lib/services/json/alien_puzzle_repository.dart b/lib/services/json/alien_puzzle_repository.dart
index 725e1cc24..674d61551 100644
--- a/lib/services/json/alien_puzzle_repository.dart
+++ b/lib/services/json/alien_puzzle_repository.dart
@@ -11,7 +11,7 @@ class AlienPuzzleJsonRepository extends BaseJsonService
Future>> getAll(
context, List puzzleTypes) async {
try {
- List responseDetailsJson = await getListfromJson(context,
+ List responseDetailsJson = await getListFromJson(context,
getTranslations().fromKey(LocaleKey.alienPuzzleJson) + '.json');
List alienPuzzles =
responseDetailsJson.map((m) => AlienPuzzle.fromJson(m)).toList();
diff --git a/lib/services/json/alien_puzzle_rewards_json_repository.dart b/lib/services/json/alien_puzzle_rewards_json_repository.dart
index ca349d2a0..4160998fd 100644
--- a/lib/services/json/alien_puzzle_rewards_json_repository.dart
+++ b/lib/services/json/alien_puzzle_rewards_json_repository.dart
@@ -10,7 +10,7 @@ class AlienPuzzleRewardsJsonRepository extends BaseJsonService
@override
Future>> getAll(context) async {
try {
- List responseDetailsJson = await getListfromJson(
+ List responseDetailsJson = await getListFromJson(
context,
getTranslations().fromKey(LocaleKey.alienPuzzleRewardsJson) +
'.json');
diff --git a/lib/services/json/creature_harvest_json_repository.dart b/lib/services/json/creature_harvest_json_repository.dart
index b9467968d..e695ec4fd 100644
--- a/lib/services/json/creature_harvest_json_repository.dart
+++ b/lib/services/json/creature_harvest_json_repository.dart
@@ -1,7 +1,7 @@
-import 'package:assistantnms_app/contracts/creature/creature_harvest.dart';
-import 'package:flutter/material.dart';
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:flutter/material.dart';
+import '../../contracts/creature/creature_harvest.dart';
import 'interface/i_creature_harvest_json_repository.dart';
class CreatureHarvestJsonRepository extends BaseJsonService
@@ -10,7 +10,7 @@ class CreatureHarvestJsonRepository extends BaseJsonService
Future>> getCreatureHarvests(
BuildContext context) async {
try {
- List responseJson = await getListfromJson(context,
+ List responseJson = await getListFromJson(context,
getTranslations().fromKey(LocaleKey.creatureHarvestJson) + '.json');
List dataItems =
responseJson.map((m) => CreatureHarvest.fromJson(m)).toList();
diff --git a/lib/services/json/data_json_repository.dart b/lib/services/json/data_json_repository.dart
index f26aa117e..506c1c510 100644
--- a/lib/services/json/data_json_repository.dart
+++ b/lib/services/json/data_json_repository.dart
@@ -4,6 +4,7 @@ import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
import 'package:collection/collection.dart';
import 'package:flutter/material.dart';
import '../../contracts/data/alphabet_translation.dart';
+import '../../contracts/data/bait_data.dart';
import '../../contracts/data/catalogue_order.dart';
import '../../contracts/data/control_mapping_list.dart';
import '../../contracts/data/generated_meta.dart';
@@ -619,4 +620,66 @@ class DataJsonRepository extends BaseJsonService
);
}
}
+
+ @override
+ Future>> getBaitData(
+ BuildContext context,
+ ) async {
+ try {
+ dynamic responseJson = await getJsonFromAssets(context, "data/bait.json");
+ List list = json.decode(responseJson);
+ List trans = list //
+ .map((e) => BaitData.fromJson(e))
+ .toList();
+ return ResultWithValue>(true, trans, '');
+ } catch (exception) {
+ getLog().e(
+ "DataJsonRepository getBaitData Exception: ${exception.toString()}");
+ return ResultWithValue>(
+ false,
+ List.empty(),
+ exception.toString(),
+ );
+ }
+ }
+
+ @override
+ Future> getBaitDataForItem(
+ BuildContext context,
+ String itemId,
+ ) async {
+ var defaultValue = BaitData.fromRawJson('{}');
+ ResultWithValue> allItemsResult = await getBaitData(context);
+ if (allItemsResult.hasFailed) {
+ return ResultWithValue(
+ false,
+ defaultValue,
+ allItemsResult.errorMessage,
+ );
+ }
+
+ try {
+ BaitData? items = allItemsResult.value //
+ .where((dev) => dev.appId == itemId)
+ .firstOrNull;
+
+ if (items == null) {
+ return ResultWithValue(
+ false,
+ defaultValue,
+ 'No Bait data data found',
+ );
+ }
+
+ return ResultWithValue(true, items, '');
+ } catch (exception) {
+ getLog().e(
+ "DataJsonRepository getBaitDataForItem Exception: ${exception.toString()}");
+ return ResultWithValue(
+ false,
+ defaultValue,
+ exception.toString(),
+ );
+ }
+ }
}
diff --git a/lib/services/json/faction_json_repository.dart b/lib/services/json/faction_json_repository.dart
index a9393df33..3ac457661 100644
--- a/lib/services/json/faction_json_repository.dart
+++ b/lib/services/json/faction_json_repository.dart
@@ -66,7 +66,7 @@ class FactionJsonRepository extends BaseJsonService
String jsonFileName =
getTranslations().fromKey(LocaleKey.guildMissionJson) + '.json';
try {
- List responseDetailsJson = await getListfromJson(context, jsonFileName);
+ List responseDetailsJson = await getListFromJson(context, jsonFileName);
List missions =
responseDetailsJson.map((m) => GuildMission.fromJson(m)).toList();
diff --git a/lib/services/json/fishing_json_repository.dart b/lib/services/json/fishing_json_repository.dart
new file mode 100644
index 000000000..072cb3c0d
--- /dev/null
+++ b/lib/services/json/fishing_json_repository.dart
@@ -0,0 +1,50 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/contracts/fishing/fishing_data.dart';
+import 'package:flutter/material.dart';
+
+import 'interface/i_fishing_json_repository.dart';
+
+class FishingJsonRepository extends BaseJsonService
+ implements IFishingJsonRepository {
+ @override
+ Future>> getAll(
+ BuildContext context) async {
+ try {
+ List responseJson = await getListFromJson(
+ context, getTranslations().fromKey(LocaleKey.fishingJson) + '.json');
+ List dataItems =
+ responseJson.map((m) => FishingData.fromJson(m)).toList();
+ return ResultWithValue>(true, dataItems, '');
+ } catch (exception) {
+ getLog()
+ .e('FishingJsonRepository getAll Exception: ' + exception.toString());
+ return ResultWithValue>(
+ false, List.empty(), exception.toString());
+ }
+ }
+
+ @override
+ Future> getById(
+ BuildContext context, String itemId) async {
+ ResultWithValue> allItemsResult = await getAll(context);
+
+ if (allItemsResult.hasFailed) {
+ return ResultWithValue(
+ false, FishingData.fromRawJson('{}'), allItemsResult.errorMessage);
+ }
+ try {
+ FishingData? foundItem = allItemsResult.value //
+ .where((r) => r.appId == itemId)
+ .firstOrNull;
+ if (foundItem == null) {
+ throw Exception('Fish data not found');
+ }
+ return ResultWithValue(true, foundItem, '');
+ } catch (exception) {
+ getLog().e(
+ 'FishingJsonRepository getById Exception: ' + exception.toString());
+ return ResultWithValue(
+ false, FishingData.fromRawJson('{}'), exception.toString());
+ }
+ }
+}
diff --git a/lib/services/json/generic_json_repository.dart b/lib/services/json/generic_json_repository.dart
index 68b876df3..dff9ebe1b 100644
--- a/lib/services/json/generic_json_repository.dart
+++ b/lib/services/json/generic_json_repository.dart
@@ -15,7 +15,7 @@ class GenericJsonRepository extends BaseJsonService
BuildContext context) async {
String detailJson = getTranslations().fromKey(detailsJsonLocale) + '.json';
try {
- List responseDetailsJson = await getListfromJson(context, detailJson);
+ List responseDetailsJson = await getListFromJson(context, detailJson);
List detailedItems = responseDetailsJson //
.map((m) => GenericPageItem.fromJson(m))
.toList();
diff --git a/lib/services/json/guides_json_repository.dart b/lib/services/json/guides_json_repository.dart
index 93e5487f0..5dca31bb4 100644
--- a/lib/services/json/guides_json_repository.dart
+++ b/lib/services/json/guides_json_repository.dart
@@ -12,7 +12,7 @@ class GuidesJsonRepository extends BaseJsonService
@override
Future>> getAll(context) async {
try {
- List availableGuidesJson = await getListfromJson(
+ List availableGuidesJson = await getListFromJson(
context, getTranslations().fromKey(LocaleKey.guidesJson) + '.json');
List guides = List.empty(growable: true);
diff --git a/lib/services/json/interface/i_data_json_repository.dart b/lib/services/json/interface/i_data_json_repository.dart
index f175af217..90e3e6d31 100644
--- a/lib/services/json/interface/i_data_json_repository.dart
+++ b/lib/services/json/interface/i_data_json_repository.dart
@@ -1,4 +1,5 @@
import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/contracts/data/bait_data.dart';
import 'package:flutter/material.dart';
import '../../../contracts/data/alphabet_translation.dart';
@@ -18,20 +19,12 @@ class IDataJsonRepository {
//
Future>> getSocial(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(growable: true),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future>> getUpdateItems(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(growable: true),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getUpdateItem(
@@ -45,11 +38,7 @@ class IDataJsonRepository {
Future>> getQuickSilverItems(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(growable: true),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getQuickSilverItem(
@@ -63,20 +52,12 @@ class IDataJsonRepository {
Future>> getEggTraits(
BuildContext context, String itemId) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future>> getUnusedMileStonePatchImages(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getDevDetails(
@@ -100,19 +81,12 @@ class IDataJsonRepository {
Future>> getControlMapping(
BuildContext context, int platformIndex) async {
return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ false, List.empty(), '');
}
Future>> getTranslations(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getTranslation(
@@ -126,11 +100,7 @@ class IDataJsonRepository {
Future>> getTwitchDrops(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getTwitchDropById(
@@ -144,11 +114,7 @@ class IDataJsonRepository {
Future>> getMajorUpdates(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future> getLatestMajorUpdate(
@@ -171,40 +137,37 @@ class IDataJsonRepository {
Future>> getStarshipScrapData(
BuildContext context) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future>> getStarshipScrapDataForItem(
BuildContext context, String itemId) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future>> getCatalogueOrders(
BuildContext context,
) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
}
Future>> getCatalogueOrder(
BuildContext context,
String itemId,
) async {
- return ResultWithValue>(
- false,
- List.empty(),
- '',
- );
+ return ResultWithValue>(false, List.empty(), '');
+ }
+
+ Future>> getBaitData(
+ BuildContext context,
+ ) async {
+ return ResultWithValue>(false, List.empty(), '');
+ }
+
+ Future> getBaitDataForItem(
+ BuildContext context,
+ String itemId,
+ ) async {
+ return ResultWithValue(false, BaitData.fromRawJson('{}'), '');
}
}
diff --git a/lib/services/json/interface/i_fishing_json_repository.dart b/lib/services/json/interface/i_fishing_json_repository.dart
new file mode 100644
index 000000000..6f0c8d4ec
--- /dev/null
+++ b/lib/services/json/interface/i_fishing_json_repository.dart
@@ -0,0 +1,17 @@
+import 'package:assistantapps_flutter_common/assistantapps_flutter_common.dart';
+import 'package:assistantnms_app/contracts/fishing/fishing_data.dart';
+import 'package:flutter/material.dart';
+
+class IFishingJsonRepository {
+ Future>> getAll(
+ BuildContext context) async {
+ return ResultWithValue>(
+ false, List.empty(growable: true), '');
+ }
+
+ Future> getById(
+ BuildContext context, String itemId) async {
+ return ResultWithValue(
+ false, FishingData.fromRawJson('{}'), '');
+ }
+}
diff --git a/lib/services/json/journey_json_repository.dart b/lib/services/json/journey_json_repository.dart
index 9e79cbb20..6b848a87c 100644
--- a/lib/services/json/journey_json_repository.dart
+++ b/lib/services/json/journey_json_repository.dart
@@ -10,7 +10,7 @@ class JourneyJsonRepository extends BaseJsonService
Future>> getAllMilestones(
BuildContext context) async {
try {
- List responseJson = await getListfromJson(context,
+ List responseJson = await getListFromJson(context,
getTranslations().fromKey(LocaleKey.journeyMilestoneJson) + '.json');
List dataItems =
responseJson.map((m) => JourneyMilestone.fromJson(m)).toList();
diff --git a/lib/services/json/refinery_json_repository.dart b/lib/services/json/refinery_json_repository.dart
index 843c05cc9..3ca673fd4 100644
--- a/lib/services/json/refinery_json_repository.dart
+++ b/lib/services/json/refinery_json_repository.dart
@@ -16,7 +16,7 @@ class RefineryJsonRepository extends BaseJsonService
String detailJson = getTranslations().fromKey(detailsJsonLocale) + '.json';
try {
- List responseDetailsJson = await getListfromJson(context, detailJson);
+ List responseDetailsJson = await getListFromJson(context, detailJson);
List refinerDetails = responseDetailsJson
.map((m) => Processor.fromJson(m, isRefiner))
.toList();
diff --git a/lib/services/json/seasonal_expedition_json_repository.dart b/lib/services/json/seasonal_expedition_json_repository.dart
index c879af3ce..65a63305b 100644
--- a/lib/services/json/seasonal_expedition_json_repository.dart
+++ b/lib/services/json/seasonal_expedition_json_repository.dart
@@ -18,7 +18,7 @@ class SeasonalExpeditionJsonRepository extends BaseJsonService
: getTranslations().fromKey(LocaleKey.seasonalExpeditionJson);
try {
List responseDetailsJson =
- await getListfromJson(context, jsonFile + '.json');
+ await getListFromJson(context, jsonFile + '.json');
List seasonalExp = responseDetailsJson
.map((m) => SeasonalExpeditionSeason.fromJson(m))
.toList();
diff --git a/lib/services/json/tech_tree_json_repository.dart b/lib/services/json/tech_tree_json_repository.dart
index b846e5098..bb51820d9 100644
--- a/lib/services/json/tech_tree_json_repository.dart
+++ b/lib/services/json/tech_tree_json_repository.dart
@@ -16,7 +16,7 @@ class TechTreeJsonRepository extends BaseJsonService
Future>> getAll(context) async {
String jsonFile = getTranslations().fromKey(jsonLocale) + '.json';
try {
- List list = await getListfromJson(context, jsonFile);
+ List list = await getListFromJson(context, jsonFile);
List unlockableTechTree =
list.map((m) => UnlockableTechTree.fromJson(m)).toList();
return ResultWithValue>(
diff --git a/lib/services/json/title_json_repository.dart b/lib/services/json/title_json_repository.dart
index b989f1f37..79833b3b5 100644
--- a/lib/services/json/title_json_repository.dart
+++ b/lib/services/json/title_json_repository.dart
@@ -11,7 +11,7 @@ class TitleJsonRepository extends BaseJsonService
Future>> getAll(context) async {
try {
String langJson = getTranslations().fromKey(LocaleKey.titlesJson);
- List list = await getListfromJson(context, langJson + '.json');
+ List list = await getListFromJson(context, langJson + '.json');
List titleItems =
list.map((m) => TitleData.fromJson(m)).toList();
return ResultWithValue>(true, titleItems, '');
diff --git a/lib/services/json/weekend_mission_season_json_repository.dart b/lib/services/json/weekend_mission_season_json_repository.dart
index 869e7760b..485048fa2 100644
--- a/lib/services/json/weekend_mission_season_json_repository.dart
+++ b/lib/services/json/weekend_mission_season_json_repository.dart
@@ -16,7 +16,7 @@ class WeekendMissionSeasonJsonRepository extends BaseJsonService
BuildContext context) async {
String jsonFile = getTranslations().fromKey(_jsonLocale) + '.json';
try {
- List list = await getListfromJson(context, jsonFile);
+ List list = await getListFromJson(context, jsonFile);
List weekendMission =
list.map((m) => WeekendMission.fromJson(m)).toList();
return ResultWithValue>(true, weekendMission, '');
diff --git a/lib/theme/themes.dart b/lib/theme/themes.dart
index 6e93677b7..e667df7de 100644
--- a/lib/theme/themes.dart
+++ b/lib/theme/themes.dart
@@ -17,6 +17,7 @@ ThemeData darkThemeM3(String fontFamily) {
return base.copyWith(
brightness: Brightness.dark,
primaryColor: darkColorScheme.primary,
+ scaffoldBackgroundColor: const Color.fromARGB(255, 20, 20, 20),
textTheme: base.textTheme.apply(fontFamily: fontFamily),
primaryTextTheme: base.primaryTextTheme.apply(fontFamily: fontFamily),
pageTransitionsTheme: const PageTransitionsTheme(builders: {
diff --git a/pubspec.lock b/pubspec.lock
index 5011b647d..f211d89e2 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
- sha256: f5628cd9c92ed11083f425fd1f8f1bc60ecdda458c81d73b143aeda036c35fe7
+ sha256: "9371d13b8ee442e3bfc08a24e3a1b3742c839abbfaf5eef11b79c4b862c89bf7"
url: "https://pub.dev"
source: hosted
- version: "1.3.16"
+ version: "1.3.41"
adaptive_theme:
dependency: "direct main"
description:
name: adaptive_theme
- sha256: "38b433c0761d9f15017a15c9ff3e15e8905d3e9bad54a489c7939da6bdf782dd"
+ sha256: f4ee609b464e5efc68131d9d15ba9aa1de4e3b5ede64be17781c6e19a52d637d
url: "https://pub.dev"
source: hosted
- version: "3.4.1"
+ version: "3.6.0"
after_layout:
dependency: "direct main"
description:
@@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: animate_do
- sha256: "91b3e0306ba2096c7a7e1ee1ba96f491e25e92034c215f4bf8de6a7251c4bef1"
+ sha256: "7a3162729f0ea042f9dd84da217c5bde5472ad9cef644079929d4304a5dc4ca0"
url: "https://pub.dev"
source: hosted
- version: "3.1.2"
+ version: "3.3.4"
animated_background:
dependency: transitive
description:
@@ -45,26 +45,26 @@ packages:
dependency: transitive
description:
name: ansicolor
- sha256: "8bf17a8ff6ea17499e40a2d2542c2f481cd7615760c6d34065cb22bfd22e6880"
+ sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f"
url: "https://pub.dev"
source: hosted
- version: "2.0.2"
+ version: "2.0.3"
archive:
dependency: transitive
description:
name: archive
- sha256: "7b875fd4a20b165a3084bd2d210439b22ebc653f21cea4842729c0c30c82596b"
+ sha256: cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d
url: "https://pub.dev"
source: hosted
- version: "3.4.9"
+ version: "3.6.1"
args:
dependency: transitive
description:
name: args
- sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
+ sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
url: "https://pub.dev"
source: hosted
- version: "2.4.2"
+ version: "2.5.0"
assets_audio_player:
dependency: "direct main"
description:
@@ -86,10 +86,10 @@ packages:
description:
path: "."
ref: HEAD
- resolved-ref: f9c91fca43439fb150a69162bab85de9a4908cdf
+ resolved-ref: "0db23421894e3c62b386b71b31dd7eaab3a5ce23"
url: "https://github.com/AssistantApps/Flutter.Common.git"
source: git
- version: "0.2.58"
+ version: "0.2.62"
async:
dependency: transitive
description:
@@ -118,26 +118,26 @@ packages:
dependency: "direct main"
description:
name: bitsdojo_window
- sha256: "1118bc1cd16e6f358431ca4473af57cc1b287d2ceab46dfab6d59a9463160622"
+ sha256: "88ef7765dafe52d97d7a3684960fb5d003e3151e662c18645c1641c22b873195"
url: "https://pub.dev"
source: hosted
- version: "0.1.5"
+ version: "0.1.6"
bitsdojo_window_linux:
dependency: transitive
description:
name: bitsdojo_window_linux
- sha256: d3804a30315fcbb43b28acc86d1180ce0be22c0c738ad2da9e5ade4d8dbd9655
+ sha256: "9519c0614f98be733e0b1b7cb15b827007886f6fe36a4fb62cf3d35b9dd578ab"
url: "https://pub.dev"
source: hosted
- version: "0.1.3"
+ version: "0.1.4"
bitsdojo_window_macos:
dependency: transitive
description:
name: bitsdojo_window_macos
- sha256: d2a9886c74516c5b84c1dd65ab8ee5d1c52055b265ebf0e7d664dee28366b521
+ sha256: f7c5be82e74568c68c5b8449e2c5d8fd12ec195ecd70745a7b9c0f802bb0268f
url: "https://pub.dev"
source: hosted
- version: "0.1.3"
+ version: "0.1.4"
bitsdojo_window_platform_interface:
dependency: transitive
description:
@@ -150,10 +150,10 @@ packages:
dependency: transitive
description:
name: bitsdojo_window_windows
- sha256: "8766a40aac84a6d7bdcaa716b24997e028fc9a9a1800495fc031721fd5a22ed0"
+ sha256: fa982cf61ede53f483e50b257344a1c250af231a3cdc93a7064dd6dc0d720b68
url: "https://pub.dev"
source: hosted
- version: "0.1.5"
+ version: "0.1.6"
bloc:
dependency: transitive
description:
@@ -190,26 +190,26 @@ packages:
dependency: transitive
description:
name: cached_network_image
- sha256: f98972704692ba679db144261172a8e20feb145636c617af0eb4022132a6797f
+ sha256: "7c1183e361e5c8b0a0f21a28401eecdbde252441106a9816400dd4c2b2424916"
url: "https://pub.dev"
source: hosted
- version: "3.3.0"
+ version: "3.4.1"
cached_network_image_platform_interface:
dependency: transitive
description:
name: cached_network_image_platform_interface
- sha256: "56aa42a7a01e3c9db8456d9f3f999931f1e05535b5a424271e9a38cabf066613"
+ sha256: "35814b016e37fbdc91f7ae18c8caf49ba5c88501813f73ce8a07027a395e2829"
url: "https://pub.dev"
source: hosted
- version: "3.0.0"
+ version: "4.1.1"
cached_network_image_web:
dependency: transitive
description:
name: cached_network_image_web
- sha256: "759b9a9f8f6ccbb66c185df805fac107f05730b1dab9c64626d1008cca532257"
+ sha256: "980842f4e8e2535b8dbd3d5ca0b1f0ba66bf61d14cc3a17a9b4788a3685ba062"
url: "https://pub.dev"
source: hosted
- version: "1.1.0"
+ version: "1.3.1"
characters:
dependency: transitive
description:
@@ -246,10 +246,10 @@ packages:
dependency: "direct main"
description:
name: collection
- sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
+ sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
url: "https://pub.dev"
source: hosted
- version: "1.18.0"
+ version: "1.19.0"
console:
dependency: transitive
description:
@@ -270,34 +270,34 @@ packages:
dependency: transitive
description:
name: country_icons
- sha256: "836435012b42c7dcc6d585d1420ce2310d70396569ef70cf5d74c740919f7320"
+ sha256: "81332bf2513a748f094b97ba9f7214cdeb4396ef6de5e0162c8b0f7a4f940a89"
url: "https://pub.dev"
source: hosted
- version: "2.0.2"
+ version: "3.0.0"
cross_file:
dependency: transitive
description:
name: cross_file
- sha256: fedaadfa3a6996f75211d835aaeb8fede285dae94262485698afd832371b9a5e
+ sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670"
url: "https://pub.dev"
source: hosted
- version: "0.3.3+8"
+ version: "0.3.4+2"
crypto:
dependency: transitive
description:
name: crypto
- sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
+ sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
url: "https://pub.dev"
source: hosted
- version: "3.0.3"
+ version: "3.0.5"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
- sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
+ sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
- version: "1.0.6"
+ version: "1.0.8"
dbus:
dependency: transitive
description:
@@ -374,10 +374,10 @@ packages:
dependency: transitive
description:
name: extended_masked_text
- sha256: dba132fffa2b931e8cdd005e0509dfac359d3f98a175eca18c0ac71605247b6b
+ sha256: "1599e6c2cea0b24214114c92679cf2c56cd9c8c1cac5dfc65c292bf3373b4b33"
url: "https://pub.dev"
source: hosted
- version: "2.3.1"
+ version: "3.0.1"
fake_async:
dependency: transitive
description:
@@ -398,10 +398,10 @@ packages:
dependency: transitive
description:
name: ffi
- sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
+ sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
url: "https://pub.dev"
source: hosted
- version: "2.1.0"
+ version: "2.1.3"
file:
dependency: transitive
description:
@@ -411,13 +411,13 @@ packages:
source: hosted
version: "7.0.0"
file_picker:
- dependency: "direct main"
+ dependency: transitive
description:
name: file_picker
- sha256: "4e42aacde3b993c5947467ab640882c56947d9d27342a5b6f2895b23956954a6"
+ sha256: "167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12"
url: "https://pub.dev"
source: hosted
- version: "6.1.1"
+ version: "8.1.2"
file_selector_linux:
dependency: transitive
description:
@@ -446,106 +446,114 @@ packages:
dependency: transitive
description:
name: file_selector_windows
- sha256: d3547240c20cabf205c7c7f01a50ecdbc413755814d6677f3cb366f04abcead0
+ sha256: "2ad726953f6e8affbc4df8dc78b77c3b4a060967a291e528ef72ae846c60fb69"
url: "https://pub.dev"
source: hosted
- version: "0.9.3+1"
+ version: "0.9.3+2"
firebase_analytics:
dependency: "direct main"
description:
name: firebase_analytics
- sha256: "5e92d510eacd66c354718fd9cc8f66ffdfa025640b645c4742297fb973770508"
+ sha256: "7e032ade38dec2a92f543ba02c5f72f54ffaa095c60d2132b867eab56de3bc73"
url: "https://pub.dev"
source: hosted
- version: "10.7.4"
+ version: "11.3.0"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
- sha256: "6d9baa077d16b47ef5f19d982c4fc475597991aa53b0c601216faa3e1cdab45f"
+ sha256: b62a2444767d95067a7e36b1d6e335e0b877968574bbbfb656168c46f2e95a13
url: "https://pub.dev"
source: hosted
- version: "3.9.0"
+ version: "4.2.2"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
- sha256: "89a740249bce9d52a99db4e501be6087ca6749c73c47cff2b174802be10abd81"
+ sha256: bad44f71f96cfca6c16c9dd4f70b85f123ddca7d5dd698977449fadf298b1782
url: "https://pub.dev"
source: hosted
- version: "0.5.5+12"
+ version: "0.5.9+2"
firebase_auth:
dependency: "direct main"
description:
name: firebase_auth
- sha256: "88f88d541a2c1903c023355e13d077835573a200bbf57e12a6a2c24bf99665a1"
+ sha256: "6f5792bdc208416bfdfbfe3363b78ce01667b6ebc4c5cb47cfa891f2fca45ab7"
url: "https://pub.dev"
source: hosted
- version: "4.15.3"
+ version: "5.2.0"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
- sha256: "3c9cfaccb7549492edf5b0c67c6dd1c6727c7830891aa6727f2fb225f0226626"
+ sha256: "80237bb8a92bb0a5e3b40de1c8dbc80254e49ac9e3907b4b47b8e95ac3dd3fad"
url: "https://pub.dev"
source: hosted
- version: "7.0.9"
+ version: "7.4.4"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
- sha256: c7b1379ccef7abf4b6816eede67a868c44142198e42350f51c01d8fc03f95a7d
+ sha256: "9d315491a6be65ea83511cb0e078544a309c39dd54c0ee355c51dbd6d8c03cc8"
url: "https://pub.dev"
source: hosted
- version: "5.8.13"
+ version: "5.12.6"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
- sha256: "96607c0e829a581c2a483c658f04e8b159964c3bae2730f73297070bc85d40bb"
+ sha256: "06537da27db981947fa535bb91ca120b4e9cb59cb87278dbdde718558cafc9ff"
url: "https://pub.dev"
source: hosted
- version: "2.24.2"
+ version: "3.4.0"
firebase_core_platform_interface:
dependency: transitive
description:
name: firebase_core_platform_interface
- sha256: c437ae5d17e6b5cc7981cf6fd458a5db4d12979905f9aafd1fea930428a9fe63
+ sha256: f7d7180c7f99babd4b4c517754d41a09a4943a0f7a69b65c894ca5c68ba66315
url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "5.2.1"
firebase_core_web:
dependency: transitive
description:
name: firebase_core_web
- sha256: c8e1d59385eee98de63c92f961d2a7062c5d9a65e7f45bdc7f1b0b205aab2492
+ sha256: "362e52457ed2b7b180964769c1e04d1e0ea0259fdf7025fdfedd019d4ae2bd88"
url: "https://pub.dev"
source: hosted
- version: "2.11.5"
+ version: "2.17.5"
firebase_messaging:
dependency: "direct main"
description:
name: firebase_messaging
- sha256: "199fe8186a5370d1cf5ce0819191079afc305914e8f38715f5e23943940dfe2d"
+ sha256: "29941ba5a3204d80656c0e52103369aa9a53edfd9ceae05a2bb3376f24fda453"
url: "https://pub.dev"
source: hosted
- version: "14.7.9"
+ version: "15.1.0"
firebase_messaging_platform_interface:
dependency: transitive
description:
name: firebase_messaging_platform_interface
- sha256: "54e283a0e41d81d854636ad0dad73066adc53407a60a7c3189c9656e2f1b6107"
+ sha256: "26c5370d3a79b15c8032724a68a4741e28f63e1f1a45699c4f0a8ae740aadd72"
url: "https://pub.dev"
source: hosted
- version: "4.5.18"
+ version: "4.5.43"
firebase_messaging_web:
dependency: transitive
description:
name: firebase_messaging_web
- sha256: "90dc7ed885e90a24bb0e56d661d4d2b5f84429697fd2cbb9e5890a0ca370e6f4"
+ sha256: "58276cd5d9e22a9320ef9e5bc358628920f770f93c91221f8b638e8346ed5df4"
+ url: "https://pub.dev"
+ source: hosted
+ version: "3.8.13"
+ fixnum:
+ dependency: transitive
+ description:
+ name: fixnum
+ sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
url: "https://pub.dev"
source: hosted
- version: "3.5.18"
+ version: "1.1.0"
flutter:
dependency: "direct main"
description: flutter
@@ -563,10 +571,10 @@ packages:
dependency: transitive
description:
name: flutter_cache_manager
- sha256: "8207f27539deb83732fdda03e259349046a39a4c767269285f449ade355d54ba"
+ sha256: "400b6592f16a4409a7f2bb929a9a7e38c72cceb8ffb99ee57bbf2cb2cecf8386"
url: "https://pub.dev"
source: hosted
- version: "3.3.1"
+ version: "3.4.1"
flutter_chip_tags:
dependency: transitive
description:
@@ -603,34 +611,34 @@ packages:
dependency: "direct main"
description:
name: flutter_local_notifications
- sha256: bb5cd63ff7c91d6efe452e41d0d0ae6348925c82eafd10ce170ef585ea04776e
+ sha256: c500d5d9e7e553f06b61877ca6b9c8b92c570a4c8db371038702e8ce57f8a50f
url: "https://pub.dev"
source: hosted
- version: "16.2.0"
+ version: "17.2.2"
flutter_local_notifications_linux:
dependency: transitive
description:
name: flutter_local_notifications_linux
- sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03"
+ sha256: c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af
url: "https://pub.dev"
source: hosted
- version: "4.0.0+1"
+ version: "4.0.1"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
- sha256: "7cf643d6d5022f3baed0be777b0662cce5919c0a7b86e700299f22dc4ae660ef"
+ sha256: "85f8d07fe708c1bdcf45037f2c0109753b26ae077e9d9e899d55971711a4ea66"
url: "https://pub.dev"
source: hosted
- version: "7.0.0+1"
+ version: "7.2.0"
flutter_localization:
dependency: "direct main"
description:
name: flutter_localization
- sha256: faaeb1eba307473032e2c2af737f36ced61fc98735608410d0a6d9c231b50912
+ sha256: "9b3b8825146a3850297a0ec3686b326d618328dca4cd5178b764af9303a26379"
url: "https://pub.dev"
source: hosted
- version: "0.2.0"
+ version: "0.2.2"
flutter_localizations:
dependency: transitive
description: flutter
@@ -640,10 +648,10 @@ packages:
dependency: transitive
description:
name: flutter_markdown
- sha256: "35108526a233cc0755664d445f8a6b4b61e6f8fe993b3658b80b4a26827fc196"
+ sha256: a23c41ee57573e62fc2190a1f36a0480c4d90bde3a8a8d7126e5d5992fb53fb7
url: "https://pub.dev"
source: hosted
- version: "0.6.18+2"
+ version: "0.7.3+1"
flutter_native_timezone:
dependency: "direct main"
description:
@@ -656,10 +664,10 @@ packages:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
- sha256: b068ffc46f82a55844acfa4fdbb61fad72fa2aef0905548419d97f0f95c456da
+ sha256: "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda"
url: "https://pub.dev"
source: hosted
- version: "2.0.17"
+ version: "2.0.22"
flutter_redux:
dependency: "direct main"
description:
@@ -672,10 +680,10 @@ packages:
dependency: transitive
description:
name: flutter_secure_storage
- sha256: ffdbb60130e4665d2af814a0267c481bcf522c41ae2e43caf69fa0146876d685
+ sha256: "165164745e6afb5c0e3e3fcc72a012fb9e58496fb26ffb92cf22e16a821e85d0"
url: "https://pub.dev"
source: hosted
- version: "9.0.0"
+ version: "9.2.2"
flutter_secure_storage_linux:
dependency: transitive
description:
@@ -752,10 +760,10 @@ packages:
dependency: transitive
description:
name: flutter_svg
- sha256: d39e7f95621fc84376bc0f7d504f05c3a41488c562f4a8ad410569127507402c
+ sha256: "7b4ca6cf3304575fe9c8ec64813c8d02ee41d2afe60bcfe0678bcb5375d596a2"
url: "https://pub.dev"
source: hosted
- version: "2.0.9"
+ version: "2.0.10+1"
flutter_test:
dependency: transitive
description: flutter
@@ -770,26 +778,26 @@ packages:
dependency: "direct main"
description:
name: get_it
- sha256: f79870884de16d689cf9a7d15eedf31ed61d750e813c538a6efb92660fea83c3
+ sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1
url: "https://pub.dev"
source: hosted
- version: "7.6.4"
+ version: "7.7.0"
git:
dependency: "direct dev"
description:
name: git
- sha256: "1982737427ef1ef2bb69027ea0234469774495e86afe202de81ee46d37364e55"
+ sha256: daea03e7471607e7ed942bccd4814cfc7e4fa8ca5d3dd6ad4fb170e44423d1a0
url: "https://pub.dev"
source: hosted
- version: "2.2.1"
+ version: "2.3.0"
google_identity_services_web:
dependency: transitive
description:
name: google_identity_services_web
- sha256: "0c56c2c5d60d6dfaf9725f5ad4699f04749fb196ee5a70487a46ef184837ccf6"
+ sha256: "5be191523702ba8d7a01ca97c17fca096822ccf246b0a9f11923a6ded06199b6"
url: "https://pub.dev"
source: hosted
- version: "0.3.0+2"
+ version: "0.3.1+4"
google_sign_in:
dependency: "direct main"
description:
@@ -802,18 +810,18 @@ packages:
dependency: transitive
description:
name: google_sign_in_android
- sha256: "8f2606fffd912ff8c23e8d94da106764c116112ce65fb18c78123331ae628eb3"
+ sha256: "0608de03fc541ece4f91ba3e01a68b17cce7a6cf42bd59e40bbe5c55cc3a49d8"
url: "https://pub.dev"
source: hosted
- version: "6.1.24"
+ version: "6.1.30"
google_sign_in_ios:
dependency: transitive
description:
name: google_sign_in_ios
- sha256: a058c9880be456f21e2e8571c1126eaacd570bdc5b6c6d9d15aea4bdf22ca9fe
+ sha256: "4898410f55440049e1ba8f15411612d9f89299d89c61cd9baf7e02d56ff81ac7"
url: "https://pub.dev"
source: hosted
- version: "5.7.6"
+ version: "5.7.7"
google_sign_in_platform_interface:
dependency: transitive
description:
@@ -826,10 +834,10 @@ packages:
dependency: transitive
description:
name: google_sign_in_web
- sha256: f2b3af0ba52ff59439f18962fca71db860f09507a81da929fc0e719270b35db2
+ sha256: "042805a21127a85b0dc46bba98a37926f17d2439720e8a459d27045d8ef68055"
url: "https://pub.dev"
source: hosted
- version: "0.12.3+3"
+ version: "0.12.4+2"
group_button:
dependency: transitive
description:
@@ -839,69 +847,69 @@ packages:
source: hosted
version: "5.3.4"
http:
- dependency: "direct overridden"
+ dependency: transitive
description:
name: http
- sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
+ sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
url: "https://pub.dev"
source: hosted
- version: "1.1.2"
+ version: "1.2.2"
http_parser:
dependency: transitive
description:
name: http_parser
- sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
+ sha256: "40f592dd352890c3b60fec1b68e786cefb9603e05ff303dbc4dda49b304ecdf4"
url: "https://pub.dev"
source: hosted
- version: "4.0.2"
+ version: "4.1.0"
image:
dependency: transitive
description:
name: image
- sha256: "028f61960d56f26414eb616b48b04eb37d700cbe477b7fb09bf1d7ce57fd9271"
+ sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8"
url: "https://pub.dev"
source: hosted
- version: "4.1.3"
+ version: "4.2.0"
image_painter:
dependency: transitive
description:
name: image_painter
- sha256: "8eaaebc1175699d3d6f60308d77500199af166d47cfb6690ad411de39afd17e9"
+ sha256: "0db91550562821d38e54b5960dbb3a7438d7ae3b48733dcee5fffb964b9bf95c"
url: "https://pub.dev"
source: hosted
- version: "0.6.1"
+ version: "0.7.1"
image_picker:
dependency: transitive
description:
name: image_picker
- sha256: fc712337719239b0b6e41316aa133350b078fa39b6cbd706b61f3fd421b03c77
+ sha256: "021834d9c0c3de46bf0fe40341fa07168407f694d9b2bb18d532dc1261867f7a"
url: "https://pub.dev"
source: hosted
- version: "1.0.5"
+ version: "1.1.2"
image_picker_android:
dependency: transitive
description:
name: image_picker_android
- sha256: c01a23e2dc3a71330e96705e08115f9e1d63780fc54f09b8a31d5e8a6881ca33
+ sha256: c0a6763d50b354793d0192afd0a12560b823147d3ded7c6b77daf658fa05cc85
url: "https://pub.dev"
source: hosted
- version: "0.8.12+2"
+ version: "0.8.12+13"
image_picker_for_web:
dependency: transitive
description:
name: image_picker_for_web
- sha256: e2423c53a68b579a7c37a1eda967b8ae536c3d98518e5db95ca1fe5719a730a3
+ sha256: "65d94623e15372c5c51bebbcb820848d7bcb323836e12dfdba60b5d3a8b39e50"
url: "https://pub.dev"
source: hosted
- version: "3.0.2"
+ version: "3.0.5"
image_picker_ios:
dependency: transitive
description:
name: image_picker_ios
- sha256: "4824d8c7f6f89121ef0122ff79bb00b009607faecc8545b86bca9ab5ce1e95bf"
+ sha256: "6703696ad49f5c3c8356d576d7ace84d1faf459afb07accbb0fae780753ff447"
url: "https://pub.dev"
source: hosted
- version: "0.8.11+2"
+ version: "0.8.12"
image_picker_linux:
dependency: transitive
description:
@@ -962,26 +970,26 @@ packages:
dependency: transitive
description:
name: json_annotation
- sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
+ sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
url: "https://pub.dev"
source: hosted
- version: "4.8.1"
+ version: "4.9.0"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
- sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
+ sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
url: "https://pub.dev"
source: hosted
- version: "10.0.4"
+ version: "10.0.5"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
- sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
+ sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
url: "https://pub.dev"
source: hosted
- version: "3.0.3"
+ version: "3.0.5"
leak_tracker_testing:
dependency: transitive
description:
@@ -1034,18 +1042,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
- sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
+ sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
- version: "0.8.0"
+ version: "0.11.1"
material_segmented_control:
dependency: transitive
description:
name: material_segmented_control
- sha256: "1c3f4b1eacfdb85ff0b1e917fc70a0fadcfcfc4d33353231fce2be5b062a0beb"
+ sha256: "7c5356db9f61c25df40ccfd7f1d020f2bb6dbf7817c890d12e995f585f50e96c"
url: "https://pub.dev"
source: hosted
- version: "5.0.0"
+ version: "5.0.1"
message_pack_dart:
dependency: transitive
description:
@@ -1058,26 +1066,26 @@ packages:
dependency: transitive
description:
name: meta
- sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
+ sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
url: "https://pub.dev"
source: hosted
- version: "1.12.0"
+ version: "1.15.0"
mime:
dependency: transitive
description:
name: mime
- sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
+ sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
url: "https://pub.dev"
source: hosted
- version: "1.0.5"
+ version: "1.0.6"
msix:
dependency: "direct dev"
description:
name: msix
- sha256: "519b183d15dc9f9c594f247e2d2339d855cf0eaacc30e19b128e14f3ecc62047"
+ sha256: c50d6bd1aafe0d071a3c1e5a5ccb056404502935cb0a549e3178c4aae16caf33
url: "https://pub.dev"
source: hosted
- version: "3.16.7"
+ version: "3.16.8"
nested:
dependency: transitive
description:
@@ -1090,10 +1098,10 @@ packages:
dependency: transitive
description:
name: octo_image
- sha256: "45b40f99622f11901238e18d48f5f12ea36426d8eced9f4cbf58479c7aa2430d"
+ sha256: "34faa6639a78c7e3cbe79be6f9f96535867e879748ade7d17c9b1ae7536293bd"
url: "https://pub.dev"
source: hosted
- version: "2.0.0"
+ version: "2.1.0"
package_config:
dependency: transitive
description:
@@ -1106,18 +1114,18 @@ packages:
dependency: transitive
description:
name: package_info_plus
- sha256: "88bc797f44a94814f2213db1c9bd5badebafdfb8290ca9f78d4b9ee2a3db4d79"
+ sha256: a75164ade98cb7d24cfd0a13c6408927c6b217fa60dee5a7ff5c116a58f28918
url: "https://pub.dev"
source: hosted
- version: "5.0.1"
+ version: "8.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
- sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
+ sha256: ac1f4a4847f1ade8e6a87d1f39f5d7c67490738642e2542f559ec38c37489a66
url: "https://pub.dev"
source: hosted
- version: "2.0.1"
+ version: "3.0.1"
pagination_view:
dependency: transitive
description:
@@ -1154,26 +1162,26 @@ packages:
dependency: transitive
description:
name: path_provider
- sha256: a1aa8aaa2542a6bc57e381f132af822420216c80d4781f7aa085ca3229208aaa
+ sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378
url: "https://pub.dev"
source: hosted
- version: "2.1.1"
+ version: "2.1.4"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
- sha256: e595b98692943b4881b219f0a9e3945118d3c16bd7e2813f98ec6e532d905f72
+ sha256: "6f01f8e37ec30b07bc424b4deabac37cacb1bc7e2e515ad74486039918a37eb7"
url: "https://pub.dev"
source: hosted
- version: "2.2.1"
+ version: "2.2.10"
path_provider_foundation:
dependency: transitive
description:
name: path_provider_foundation
- sha256: "19314d595120f82aca0ba62787d58dde2cc6b5df7d2f0daf72489e38d1b57f2d"
+ sha256: f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16
url: "https://pub.dev"
source: hosted
- version: "2.3.1"
+ version: "2.4.0"
path_provider_linux:
dependency: transitive
description:
@@ -1186,18 +1194,18 @@ packages:
dependency: transitive
description:
name: path_provider_platform_interface
- sha256: "94b1e0dd80970c1ce43d5d4e050a9918fce4f4a775e6142424c30a29a363265c"
+ sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334"
url: "https://pub.dev"
source: hosted
- version: "2.1.1"
+ version: "2.1.2"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
- sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
+ sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
url: "https://pub.dev"
source: hosted
- version: "2.2.1"
+ version: "2.3.0"
percent_indicator:
dependency: transitive
description:
@@ -1218,10 +1226,10 @@ packages:
dependency: transitive
description:
name: photo_view
- sha256: "8036802a00bae2a78fc197af8a158e3e2f7b500561ed23b4c458107685e645bb"
+ sha256: "1fc3d970a91295fbd1364296575f854c9863f225505c28c46e0a03e48960c75e"
url: "https://pub.dev"
source: hosted
- version: "0.14.0"
+ version: "0.15.0"
pin_code_fields:
dependency: "direct main"
description:
@@ -1234,10 +1242,10 @@ packages:
dependency: transitive
description:
name: platform
- sha256: "0a279f0707af40c890e80b1e9df8bb761694c074ba7e1d4ab1bc4b728e200b59"
+ sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
url: "https://pub.dev"
source: hosted
- version: "3.1.3"
+ version: "3.1.5"
platform_device_id:
dependency: transitive
description:
@@ -1290,18 +1298,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
- sha256: f4f88d4a900933e7267e2b353594774fc0d07fb072b47eedcd5b54e1ea3269f8
- url: "https://pub.dev"
- source: hosted
- version: "2.1.7"
- pointycastle:
- dependency: transitive
- description:
- name: pointycastle
- sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
+ sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.dev"
source: hosted
- version: "3.7.3"
+ version: "2.1.8"
pool:
dependency: transitive
description:
@@ -1330,10 +1330,10 @@ packages:
dependency: "direct dev"
description:
name: pubspec_parse
- sha256: c63b2876e58e194e4b0828fcb080ad0e06d051cb607a6be51a9e084f47cb9367
+ sha256: c799b721d79eb6ee6fa56f00c04b472dcd44a30d258fac2174a6ec57302678f8
url: "https://pub.dev"
source: hosted
- version: "1.2.3"
+ version: "1.3.0"
redux:
dependency: "direct main"
description:
@@ -1395,82 +1395,82 @@ packages:
dependency: transitive
description:
name: share_plus
- sha256: f74fc3f1cbd99f39760182e176802f693fa0ec9625c045561cfad54681ea93dd
+ sha256: "468c43f285207c84bcabf5737f33b914ceb8eb38398b91e5e3ad1698d1b72a52"
url: "https://pub.dev"
source: hosted
- version: "7.2.1"
+ version: "10.0.2"
share_plus_platform_interface:
dependency: transitive
description:
name: share_plus_platform_interface
- sha256: "251eb156a8b5fa9ce033747d73535bf53911071f8d3b6f4f0b578505ce0d4496"
+ sha256: "6ababf341050edff57da8b6990f11f4e99eaba837865e2e6defe16d039619db5"
url: "https://pub.dev"
source: hosted
- version: "3.4.0"
+ version: "5.0.0"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
- sha256: "81429e4481e1ccfb51ede496e916348668fd0921627779233bd24cc3ff6abd02"
+ sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051"
url: "https://pub.dev"
source: hosted
- version: "2.2.2"
+ version: "2.3.2"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
- sha256: "8568a389334b6e83415b6aae55378e158fbc2314e074983362d20c562780fb06"
+ sha256: "480ba4345773f56acda9abf5f50bd966f581dac5d514e5fc4a18c62976bbba7e"
url: "https://pub.dev"
source: hosted
- version: "2.2.1"
+ version: "2.3.2"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
- sha256: "7bf53a9f2d007329ee6f3df7268fd498f8373602f943c975598bbb34649b62a7"
+ sha256: c4b35f6cb8f63c147312c054ce7c2254c8066745125264f0c88739c417fc9d9f
url: "https://pub.dev"
source: hosted
- version: "2.3.4"
+ version: "2.5.2"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
- sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
+ sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
url: "https://pub.dev"
source: hosted
- version: "2.3.2"
+ version: "2.4.1"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
- sha256: d4ec5fc9ebb2f2e056c617112aa75dcf92fc2e4faaf2ae999caa297473f75d8a
+ sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
url: "https://pub.dev"
source: hosted
- version: "2.3.1"
+ version: "2.4.1"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
- sha256: "7b15ffb9387ea3e237bb7a66b8a23d2147663d391cafc5c8f37b2e7b4bde5d21"
+ sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e
url: "https://pub.dev"
source: hosted
- version: "2.2.2"
+ version: "2.4.2"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
- sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
+ sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
url: "https://pub.dev"
source: hosted
- version: "2.3.2"
+ version: "2.4.1"
shelf:
dependency: transitive
description:
name: shelf
- sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4
+ sha256: e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12
url: "https://pub.dev"
source: hosted
- version: "1.4.1"
+ version: "1.4.2"
shimmer:
dependency: transitive
description:
@@ -1483,10 +1483,10 @@ packages:
dependency: transitive
description:
name: signalr_netcore
- sha256: "8f84b4b516c03f3a6872f94e9729d1441d5d223a77c81d0a7d7dae5dd0ce1f2f"
+ sha256: c41052a7b3dfa9c5f3fa292d6fc0f44556dff988c385bf09c5dcf64257eb0c2d
url: "https://pub.dev"
source: hosted
- version: "1.3.6"
+ version: "1.3.9"
simple_animations:
dependency: transitive
description:
@@ -1516,6 +1516,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
+ sprintf:
+ dependency: transitive
+ description:
+ name: sprintf
+ sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
+ url: "https://pub.dev"
+ source: hosted
+ version: "7.0.0"
sqflite:
dependency: transitive
description:
@@ -1528,26 +1536,26 @@ packages:
dependency: transitive
description:
name: sqflite_common
- sha256: "3da423ce7baf868be70e2c0976c28a1bb2f73644268b7ffa7d2e08eab71f16a4"
+ sha256: "7b41b6c3507854a159e24ae90a8e3e9cc01eb26a477c118d6dca065b5f55453e"
url: "https://pub.dev"
source: hosted
- version: "2.5.4"
+ version: "2.5.4+2"
sse:
dependency: transitive
description:
name: sse
- sha256: "8168874cdbd42c36ea118ba9f88a656ad97f604f28c976c61cb6d5b281c5319c"
+ sha256: "111a05843ea9035042975744fe61d5e8b95bc4d38656dbafc5532da77a0bb89a"
url: "https://pub.dev"
source: hosted
- version: "4.1.4"
+ version: "4.1.6"
sse_channel:
dependency: transitive
description:
name: sse_channel
- sha256: ba2b1382b9423c58fa83e1f01a3a40fbaa16a0594aa984870c88bad0b45d4ca4
+ sha256: "9aad5d4eef63faf6ecdefb636c0f857bd6f74146d2196087dcf4b17ab5b49b1b"
url: "https://pub.dev"
source: hosted
- version: "0.0.3"
+ version: "0.1.1"
stack_trace:
dependency: transitive
description:
@@ -1600,42 +1608,42 @@ packages:
dependency: "direct main"
description:
name: swipe_to
- sha256: "4f258fa175daa0da7d946ecd7393bb46483e11c2aecc218c2b061f70af7835f9"
+ sha256: "58f61031803ece9b0efe09006809e78904c640c6d42d48715d1d1c3c28f8499a"
url: "https://pub.dev"
source: hosted
- version: "1.0.5"
+ version: "1.0.6"
synchronized:
dependency: transitive
description:
name: synchronized
- sha256: "539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558"
+ sha256: a824e842b8a054f91a728b783c177c1e4731f6b124f9192468457a8913371255
url: "https://pub.dev"
source: hosted
- version: "3.1.0+1"
+ version: "3.2.0"
talker:
dependency: transitive
description:
name: talker
- sha256: "1e4351253560219859a8e757f5b8dbd266d5c289a50dd90d12da4f3041184392"
+ sha256: "30bbc526bb2e7d465c630f087479616b6b84570728539fde536a3b652acad2f6"
url: "https://pub.dev"
source: hosted
- version: "3.2.0"
+ version: "4.4.1"
talker_flutter:
dependency: transitive
description:
name: talker_flutter
- sha256: "4ebc616d1b5fce7bbb394ec6950a0469308bd9444b68e24f738b3b278f6bb649"
+ sha256: "51e1f26a726dced6952c2070ae2bc7e23393c319e2f98def2009fdbcdfbda7aa"
url: "https://pub.dev"
source: hosted
- version: "3.6.0"
+ version: "4.4.1"
talker_logger:
dependency: transitive
description:
name: talker_logger
- sha256: "3f8d051e5821c4aa3c27efe8204829dde128724cbd0294ae3cee76b097cf2cbb"
+ sha256: "515d2e5803928b2bab42108f710c814743965f939be2b4261f9c3045ef8a3fba"
url: "https://pub.dev"
source: hosted
- version: "3.1.0"
+ version: "4.4.1"
term_glyph:
dependency: transitive
description:
@@ -1648,10 +1656,10 @@ packages:
dependency: transitive
description:
name: test_api
- sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
+ sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
- version: "0.7.0"
+ version: "0.7.2"
time_formatter:
dependency: transitive
description:
@@ -1673,10 +1681,10 @@ packages:
dependency: "direct main"
description:
name: timezone
- sha256: "1cfd8ddc2d1cfd836bc93e67b9be88c3adaeca6f40a00ca999104c30693cdca0"
+ sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
url: "https://pub.dev"
source: hosted
- version: "0.9.2"
+ version: "0.9.4"
tuple:
dependency: transitive
description:
@@ -1697,42 +1705,42 @@ packages:
dependency: transitive
description:
name: universal_platform
- sha256: d315be0f6641898b280ffa34e2ddb14f3d12b1a37882557869646e0cc363d0cc
+ sha256: "64e16458a0ea9b99260ceb5467a214c1f298d647c659af1bff6d3bf82536b1ec"
url: "https://pub.dev"
source: hosted
- version: "1.0.0+1"
+ version: "1.1.0"
url_launcher:
dependency: transitive
description:
name: url_launcher
- sha256: e9aa5ea75c84cf46b3db4eea212523591211c3cf2e13099ee4ec147f54201c86
+ sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
url: "https://pub.dev"
source: hosted
- version: "6.2.2"
+ version: "6.3.0"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
- sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf
+ sha256: e35a698ac302dd68e41f73250bd9517fe3ab5fa4f18fe4647a0872db61bacbab
url: "https://pub.dev"
source: hosted
- version: "6.3.3"
+ version: "6.3.10"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
- sha256: "7068716403343f6ba4969b4173cbf3b84fc768042124bc2c011e5d782b24fe89"
+ sha256: e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e
url: "https://pub.dev"
source: hosted
- version: "6.3.0"
+ version: "6.3.1"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
- sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811
+ sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af
url: "https://pub.dev"
source: hosted
- version: "3.1.1"
+ version: "3.2.0"
url_launcher_macos:
dependency: transitive
description:
@@ -1753,26 +1761,26 @@ packages:
dependency: transitive
description:
name: url_launcher_web
- sha256: fff0932192afeedf63cdd50ecbb1bc825d31aed259f02bb8dba0f3b729a5e88b
+ sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e"
url: "https://pub.dev"
source: hosted
- version: "2.2.3"
+ version: "2.3.3"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
- sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7
+ sha256: "49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185"
url: "https://pub.dev"
source: hosted
- version: "3.1.1"
+ version: "3.1.2"
uuid:
- dependency: transitive
+ dependency: "direct overridden"
description:
name: uuid
- sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
+ sha256: f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77
url: "https://pub.dev"
source: hosted
- version: "3.0.7"
+ version: "4.5.0"
value_layout_builder:
dependency: transitive
description:
@@ -1817,50 +1825,58 @@ packages:
dependency: transitive
description:
name: vm_service
- sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
+ sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
- version: "14.2.1"
+ version: "14.2.5"
web:
- dependency: transitive
+ dependency: "direct overridden"
description:
name: web
- sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
+ sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
+ url: "https://pub.dev"
+ source: hosted
+ version: "1.0.0"
+ web_socket:
+ dependency: transitive
+ description:
+ name: web_socket
+ sha256: "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83"
url: "https://pub.dev"
source: hosted
- version: "0.3.0"
+ version: "0.1.6"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
- sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
+ sha256: "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f"
url: "https://pub.dev"
source: hosted
- version: "2.4.0"
+ version: "3.0.1"
websafe_svg:
dependency: transitive
description:
name: websafe_svg
- sha256: e8918c90845b48415aca59cd02b3b5540ad0766fa2957d4362210aba5580737a
+ sha256: "5e960b4e0a6e6339906aa534e4904cd11335dfb73757242e94feb931f1e2eeb8"
url: "https://pub.dev"
source: hosted
- version: "3.0.1+1"
+ version: "3.0.1+2"
win32:
- dependency: "direct overridden"
+ dependency: transitive
description:
name: win32
- sha256: b0f37db61ba2f2e9b7a78a1caece0052564d1bc70668156cf3a29d676fe4e574
+ sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
url: "https://pub.dev"
source: hosted
- version: "5.1.1"
+ version: "5.5.4"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
- sha256: "589ada45ba9e39405c198fe34eb0f607cddb2108527e658136120892beac46d2"
+ sha256: faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d
url: "https://pub.dev"
source: hosted
- version: "1.0.3"
+ version: "1.0.4"
xml:
dependency: transitive
description:
@@ -1878,5 +1894,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
- dart: ">=3.4.0 <4.0.0"
- flutter: ">=3.22.0"
+ dart: ">=3.5.0 <4.0.0"
+ flutter: ">=3.24.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index 203cc4b01..65557a5ac 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@ name: assistantnms_app
description: Assistant for No Man's Sky
homepage: https://nmsassistant.com
# author: Kurt Lourens
-version: 2.27.0+341 # dart scripts\version_num_script.dart
+version: 2.28.0+343 # dart scripts\version_num_script.dart
publish_to: "none"
environment:
@@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
- cupertino_icons: 1.0.6
+ cupertino_icons: ^1.0.8
# AssistantApps
assistantapps_flutter_common:
@@ -20,46 +20,46 @@ dependencies:
# path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'
# Trouble makers
- firebase_core: 2.24.2
- firebase_analytics: 10.7.4
+ firebase_core: 3.4.0
+ firebase_analytics: 11.3.0
# firebase_analytics_web: 0.1.1
- firebase_messaging: 14.7.9
- firebase_auth: 4.15.3
- # firebase_auth_web: ^0.3.2+6
+ firebase_messaging: 15.1.0
+ firebase_auth: 5.2.0
+ # firebase_auth_web: 0.3.2+6
google_sign_in: 6.2.1
# UI
- adaptive_theme: 3.4.1
+ adaptive_theme: 3.6.0
after_layout: 1.2.0
avatar_glow: 3.0.1
assets_audio_player: 3.1.1
- bitsdojo_window: 0.1.5
+ bitsdojo_window: 0.1.6
bubble: 1.2.1
- collection: 1.18.0
+ collection: 1.19.0
dots_indicator: 3.0.0
download: 1.0.0
enum_to_string: 2.0.1
expandable: 5.0.1
ff_stars: 3.0.0
- file_picker: 6.1.1
+ # file_picker: 6.1.1
flutter_image_slideshow: 0.1.6
- flutter_local_notifications: 16.2.0
- flutter_localization: 0.2.0
+ flutter_local_notifications: 17.2.2
+ flutter_localization: 0.2.2
flutter_native_timezone: 2.0.0
flutter_redux: 0.10.0
flutter_simple_treeview: 3.0.2
flutter_speed_dial: 7.0.0
flutter_sticky_header: 0.6.5
- get_it: 7.6.4
+ get_it: 7.7.0
intro_slider: 4.2.1
marquee_vertical: 1.0.0
pin_code_fields: 8.0.1
redux: 5.0.0
rflutter_alert: 2.0.7
reorderables: 0.6.0
- shared_preferences: 2.2.2
- swipe_to: 1.0.5
- timezone: 0.9.2
+ shared_preferences: 2.3.2
+ swipe_to: 1.0.6
+ timezone: 0.9.4
roll_slot_machine:
git:
@@ -68,13 +68,16 @@ dependencies:
dev_dependencies:
flutter_launcher_icons: 0.13.1
- msix: 3.16.7
- pubspec_parse: 1.2.3
- git: 2.2.1
+ msix: ^3.16.8
+ pubspec_parse: ^1.3.0
+ git: ^2.3.0
dependency_overrides:
- http: 1.1.2
- win32: ^5.0.2
+ collection: 1.19.0
+ uuid: 4.5.0
+ web: ^1.0.0
+ # http: 1.1.2
+ # win32: ^5.0.2
flutter_icons: ## dart run flutter_launcher_icons:main
ios: true
@@ -88,7 +91,7 @@ flutter_icons: ## dart run flutter_launcher_icons:main
msix_config: # https://pub.dev/documentation/msix/latest/
display_name: Assistant for No Man's Sky
publisher_display_name: AssistantApps
- msix_version: 2.27.0.0
+ msix_version: 2.28.0.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
@@ -107,10 +110,12 @@ flutter:
- assets/json/es/ # Spanish
- assets/json/fr/ # French
- assets/json/it/ # Italian
+ - assets/json/ja/ # Japanese
+ - assets/json/ko/ # Korean
- assets/json/nl/ # Dutch
- assets/json/pl/ # Polish
- - assets/json/pt-br/ # Portuguese
- assets/json/pt/ # Portuguese
+ - assets/json/pt-br/ # Portuguese
- assets/json/ru/ # Russian
- assets/json/zh-hans/ # Simplified Chinese
- assets/json/zh-hant/ # Traditional Chinese
diff --git a/release_notes.txt b/release_notes.txt
index d5982c4a5..3efbf12f8 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,7 +1,8 @@
-- ✨ Added Aquarius update and expedition details
-- 🐛 Correct post url for previous update
+- ✨ Added Fishing Bait and Location data
+- 🐛 Fixed Japanese translations not loading
+- 🐛 Fixed Korean translations not loading
-Submitted to App Stores 2024-09-05
+Submitted to App Stores 2024-09-23
For more details on this update please visit the "What is New" page in the Apps or on the website